/*!
Theme Name: Consultant Lite
Theme URI: https://thememattic.com/theme/consultant-lite
Author: Thememattic
Author URI: https://thememattic.com
Description: Consultant Lite is a highly customizable, clean, fully responsive Modern WordPress Multipurpose Theme. This theme is developed primarily for consultant service providers along with freelancers, startups and any other organization. Build with modern tools and plenty of options using Customizer API which allows you to easily customize your website with live previews. Consultant Lite comes with full-screen slider, portfolio section, service section, recent post section & contact section along with CTA. This theme is Search Engine Optimized(SEO) google search friendly, Cross browser compatible And compatible with all major plugins. Check Demo Link : https://demo.thememattic.com/consultant-lite/
Version: 1.1.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: consultant-lite
Tags: blog, portfolio, education, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, custom-header, translation-ready, theme-options, threaded-comments, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Consultant Lite is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@-webkit-keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
  }
}
@-moz-keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
  }
}
@-webkit-keyframes slide-in-fwd-top {
  0% {
    transform: translateZ(-1400px) translateY(-800px);
    -webkit-transform: translateZ(-1400px) translateY(-800px);
    -moz-transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in-fwd-top {
  0% {
    transform: translateZ(-1400px) translateY(-800px);
    -webkit-transform: translateZ(-1400px) translateY(-800px);
    -moz-transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-top {
  0% {
    transform: translateZ(-1400px) translateY(-800px);
    -webkit-transform: translateZ(-1400px) translateY(-800px);
    -moz-transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-fwd-bottom {
  0% {
    transform: translateZ(-1400px) translateY(800px);
    -webkit-transform: translateZ(-1400px) translateY(800px);
    -moz-transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in-fwd-bottom {
  0% {
    transform: translateZ(-1400px) translateY(800px);
    -webkit-transform: translateZ(-1400px) translateY(800px);
    -moz-transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-bottom {
  0% {
    transform: translateZ(-1400px) translateY(800px);
    -webkit-transform: translateZ(-1400px) translateY(800px);
    -moz-transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes flip-vertical-left {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
  }
}
@-moz-keyframes flip-vertical-left {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes flip-vertical-left {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
  }
}
@-webkit-keyframes flip-vertical-right {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
  }
}
@-moz-keyframes flip-vertical-right {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
  }
}
@keyframes flip-vertical-right {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
  }
}
@-webkit-keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-hor-left {
  0% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  100% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
}
@-moz-keyframes scale-out-hor-left {
  0% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  100% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
}
@keyframes scale-out-hor-left {
  0% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
  100% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-in-center {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-center {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 1;
  }
}
@-moz-keyframes scale-out-center {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-bl {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-moz-keyframes scale-in-bl {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bl {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-bl {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-moz-keyframes scale-out-bl {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-out-bl {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-top {
  0% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    opacity: 1;
    margin-top: -100px;
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes scale-top {
  0% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    opacity: 1;
    margin-top: -100px;
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes scale-top {
  0% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    opacity: 1;
    margin-top: -100px;
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
.tm-comments-section .comment-list, .filter-group, .desktop ul, .desktop ul.tm-nav-menu,
.desktop div.tm-nav-menu ul, ul.tm-social-icons, .widget ul, .tm-mobile-menu .tm-nav-menu ul, .tm-mobile-menu .tm-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tm-not-found .search-form:before, ul.tm-social-icons:before, .widget .search-form:before, .tm-article-post .wp-block-image:before, .clearfix:before, .tm-not-found .search-form:after, ul.tm-social-icons:after, .widget .search-form:after, .tm-article-post .wp-block-image:after, .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.tm-comments-section .comment-respond .comment-form .logged-in-as a, .tm-footer-widget .widget input[type=submit], .slick-dots li.slick-active button, .slick-arrow, input[type=submit], .tm-close-icon span, .site-content .widget-title:before,
.site-content .entry-title:before,
.site-content .page-title:before, .tm-section-title-with-dashed span:before,
.tm-post-title-with-dashed span:before, .tm-scroll-top span, .tm-ribbon, .post-navigation, .tm-btn-primary,.widget.widget_block h2:before,
.widget.widget_block h3:before,.widget.widget_block h4:before {
  background-color: #5bc0be;
}

.tm-comments-section .comment-respond .comment-form .logged-in-as a:last-child, .filter-group li a, input[type=submit], .tm-article-post .entry-footer a, .tm-scroll-top span, .posts-navigation a, .tm-category a {
  border-color: #5bc0be;
}

.tm-comments-section .comment-respond .comment-form .logged-in-as a:last-child, .tm-comments-section .comment-list li .comment-meta, .tm-testimonial .tm-desc .tm-icon-section, .tm-service .tm-icon, .entry-header .entry-meta .posted-on i, .entry-header .entry-meta a:visited, .entry-header .entry-meta a {
  color: #5bc0be;
}

.tm-comments-section .comment-respond .comment-form .logged-in-as a, .tm-overlay-image-hover, .tm-btn-white, .tm-btn-primary, .tm-overlay-pattern, .tm-overlay {
  transform: perspective(1px) translateZ(0);
}

.tm-overlay-image-hover, .tm-overlay {
  position: relative;
  z-index: 1;
}
.tm-overlay-image-hover:before, .tm-overlay:before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}

.tm-comments-section .comment-list li .comment-content p:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata time:before, .slick-arrow:before, .desktop .down-arrow > a:after,
.desktop .right-arrow > a:after, .widget_recent_entries li:before, .tm-article-post blockquote p:before, .tm-article-post blockquote p:after, .post-navigation .nav-links .nav-next a:after,
.post-navigation .nav-links .nav-previous a:after, .tm-mobile-menu .right-arrow > a:after,
.tm-mobile-menu .down-arrow > a:after {
  display: block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}

.tm-article-post .wp-block-video,
.tm-article-post .wp-block-embed, .tm-article-post .wp-block-image img, .tm-article-post .tm-post-thumbnail, .archive .tm-article-post {
  box-shadow: 0 0 4px 4px #f8f9fa;
}

.tm-float-left {
  float: left;
}

.tm-float-right {
  float: right;
}

.tm-text-center {
  text-align: center;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.tm-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.tm-w-100 {
  width: 100%;
}

.tm-text-center {
  text-align: center;
}

.d-block {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.data-bg,
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: #7b7b7b;
  position: relative;
}
.data-bg > a,
.bg-image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.data-bg-xs {
  height: 50px;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: black;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
a:visited {
  color: black;
}
a:hover {
  color: #1f7b7a;
}

p a {
  color: #5bc0be;
  font-weight: 600;
}
p a:visited {
  color: #5bc0be;
}
p a:hover {
  color: #1f7b7a;
}

.tm-image-hover {
  overflow: hidden;
}
.tm-image-hover a {
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.tm-image-hover a:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.tm-overlay-pattern {
  position: relative;
  z-index: 1;
}
.tm-overlay-pattern:before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5) url(assets/images/overlay-pattern.png) repeat;
  content: "";
}

.container-fluid,
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1050px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tm-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.tm-w-100 {
  display: block;
  width: 100%;
}

.tm-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.tm-col-12,
.tm-col-md-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.tm-col-3,
.tm-col-4,
.tm-col-6,
.tm-col-8,
.tm-col-9 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tm-col-3,
.tm-col-4,
.tm-col-6,
.tm-col-8,
.tm-col-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1050px) {
  .tm-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1050px) {
  .tm-col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 1050px) {
  .tm-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1050px) {
  .tm-col-8 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
}

@media (min-width: 1050px) {
  .tm-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.tm-col-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.tm-col-md-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .tm-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .tm-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tm-col-lg-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 1050px) {
  .tm-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.tm-col-lg-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 1050px) {
  .tm-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tm-col-lg-9 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 1050px) {
  .tm-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.tm-col-half {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .tm-col-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tm-no-space {
  padding-left: 0;
  padding-right: 0;
}

#content {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1050px) {
  #content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1450px) {
  #content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
#content #primary,
#content #secondary {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1050px) {
  #content #primary {
    padding-right: 15px;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 1050px) {
  #content #secondary {
    padding-left: 15px;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.left-sidebar #content #primary {
  order: 2;
}
@media (min-width: 1050px) {
  .left-sidebar #content #primary {
    padding-left: 15px;
  }
}
.left-sidebar #content #secondary {
  order: 1;
}
@media (min-width: 1050px) {
  .left-sidebar #content #secondary {
    padding-right: 15px;
  }
}

@media (min-width: 1050px) {
  .no-sidebar #content #primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.no-sidebar #content #secondary {
  display: none;
}

body {
  font-size: 16px;
  font-family: "Raleway";
  font-weight: 300;
  color: black;
  background-color: white;
}

h2, h3, h4, h5,
.tm-font-semi-bold {
  font-weight: 600;
}

.tm-font-bold {
  font-weight: 700;
}

.tm-post-title {
  line-height: 1.25;
}
.tm-post-title a {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

h1,
.entry-title,
.tm-post-title-xl {
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 768px) {
  h1,
.entry-title,
.tm-post-title-xl {
    font-size: 35px;
  }
}

.tm-section-title {
  font-size: 30px;
  font-weight: 600;
}

.tm-post-title {
  font-size: 22px;
}

.tm-post-title-sm {
  font-size: 18px;
}

.tm-post-title-md,
.widget-title {
  font-size: 24px;
}

.tm-post-title-lg {
  font-size: 26px;
}

.tm-primary-text-color {
  color: #5bc0be;
}
.tm-primary-text-color:visited {
  color: #5bc0be;
}

.tm-text-white-color {
  color: white;
}
.tm-text-white-color:visited {
  color: white;
}

.tm-text-hover-color:hover {
  color: #1f7b7a;
}

.tm-text-hover-shade-color:hover {
  color: #D5D5D5;
}

.tm-text-shade-color {
  color: #D5D5D5;
}

.tm-section-border {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: rgba(207, 216, 220, 0.25);
}

.tm-bg-light-gray,
.tm-section-bg-color {
  background-color: #f8f9fa;
}

.tm-bg-blue-gray {
  background-color: #cfd8dc;
}

.tm-bg-blue-gray-shade {
  background-color: rgba(207, 216, 220, 0.67);
}

.tm-bg-white {
  background-color: white;
}

.tm-bg-primary {
  background-color: #5bc0be;
  color: #fff;
}
.tm-bg-primary a {
  color: #fff;
}
.tm-bg-primary a:visited {
  color: #fff;
}

.tm-btn-white, .tm-btn-primary {
  display: inline-block;
  padding: 0 15px;
  line-height: 2;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
}

.tm-comments-section .comment-respond .comment-form .logged-in-as a:after, .tm-btn-white:after, .tm-btn-primary:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: block;
  z-index: -1;
  left: 0;
  background-color: #1f7b7a;
  content: "";
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:hover, .tm-btn-white:hover, .tm-btn-primary:hover {
  border-color: #1f7b7a;
  color: #fff;
}

.tm-btn-primary {
  color: #fff;
  position: relative;
}
.tm-btn-primary:after {
  -webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-btn-primary:visited {
  color: #fff;
}
.tm-btn-primary:hover {
  color: #fff;
  border-width: 0;
}
.tm-btn-primary:hover:after {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-btn-primary i {
  position: relative;
  top: 1px;
  padding: 0 5px;
}

.tm-btn-white {
  background-color: white;
  color: #5bc0be;
  position: relative;
}
.tm-btn-white:after {
  -webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-btn-white:visited {
  color: #5bc0be;
}
.tm-btn-white:hover {
  color: #fff;
}
.tm-btn-white:hover:after {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-btn-white i {
  position: relative;
  top: 1px;
  padding: 0 5px;
}

.tm-btn-md {
  padding: 0 15px;
  line-height: 2.5;
}
@media (min-width: 992px) {
  .tm-btn-md {
    padding: 0 30px;
  }
}
@media (min-width: 1050px) {
  .tm-btn-md {
    line-height: 3;
    font-size: 1.1rem;
  }
}

button.tm-btn-border {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background-color: transparent;
}

.tm-btn-border-primary {
  color: #5bc0be;
}
.tm-btn-border-primary:visited {
  color: #5bc0be;
}

.tm-btn-border {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #5bc0be;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  outline: 0;
}
.tm-btn-border:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  -webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-btn-border:hover {
  color: #1f7b7a;
  border-color: transparent;
  border-bottom: 0;
}
.tm-btn-border:hover:after {
  background-color: #1f7b7a;
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tm-category {
  margin-left: -5px;
  margin-right: -5px;
}
.tm-category a {
  font-size: 0.9rem;
  font-weight: 600;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.tm-category a:hover {
  color: #1f7b7a;
  border-color: #1f7b7a;
}

.tm-contact-address-section .tm-address,
.tm-contact-address-section .tm-telephone,
.tm-contact-address-section .tm-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.tm-contact-address-section .tm-address .tm-icon-section,
.tm-contact-address-section .tm-telephone .tm-icon-section,
.tm-contact-address-section .tm-email .tm-icon-section {
  padding: 0 10px;
}
.tm-contact-address-section .tm-address .tm-icon-section i,
.tm-contact-address-section .tm-telephone .tm-icon-section i,
.tm-contact-address-section .tm-email .tm-icon-section i {
  font-size: 1.5rem;
}

.admin-bar .tm-mobile-menu {
  top: 30px;
}

.tm-mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: white;
  padding: 30px;
  color: black;
  overflow-y: auto;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .tm-mobile-menu {
    width: 500px;
  }
}
.tm-mobile-menu.show {
  left: 0;
}
.tm-mobile-menu .tm-mobile-close-section {
  text-align: right;
}
.tm-mobile-menu .tm-nav-menu li a {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 0;
  color: black;
}
.tm-mobile-menu .tm-nav-menu .sub-menu,
.tm-mobile-menu .tm-nav-menu .children {
  padding-left: 15px;
}
.tm-mobile-menu .tm-nav-menu .sub-menu a,
.tm-mobile-menu .tm-nav-menu .children a {
  font-size: 0.9rem;
}
.tm-mobile-menu .right-arrow > a,
.tm-mobile-menu .down-arrow > a {
  position: relative;
}
.tm-mobile-menu .right-arrow > a:after,
.tm-mobile-menu .down-arrow > a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  padding: 0 10px;
  font-size: 1rem;
}

.tm-mobile-menu .tm-address-section {
  flex-direction: column;
}
.tm-mobile-menu .tm-address-section .tm-address,
.tm-mobile-menu .tm-address-section .tm-telephone,
.tm-mobile-menu .tm-address-section .tm-email {
  text-align: center;
}
.tm-mobile-menu .tm-address-section .tm-address h5,
.tm-mobile-menu .tm-address-section .tm-telephone h5,
.tm-mobile-menu .tm-address-section .tm-email h5 {
  margin: 10px 0;
}
.tm-mobile-menu .tm-social-section .tm-social-icons {
  justify-content: center;
}
.tm-mobile-menu .tm-social-section .tm-social-icons li {
  margin-top: 10px;
}

.tm-overlay-image-hover:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  -webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-overlay-image-hover:hover:before {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.tm-body-overlay {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-body-overlay.show {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.post-navigation {
  margin-top: 30px;
}
.post-navigation a {
  color: white;
}
.post-navigation a:hover {
  text-decoration: underline;
}
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
  border-left-style: solid;
  border-left-width: 0.5px;
  border-right-style: solid;
  border-right-width: 0.5px;
  border-color: white;
  text-align: center;
  padding: 30px 7.5px;
  display: block;
  position: relative;
}
.post-navigation .nav-links .nav-next a:after,
.post-navigation .nav-links .nav-previous a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  font-weight: 700;
}
.post-navigation .nav-links .nav-next a:after {
  content: "";
}
.post-navigation .nav-links .nav-previous a:after {
  content: "";
}

.page-links,
.tm-pagination-numeric {
  margin: 30px 0 0;
  font-weight: 600;
}
.page-links .post-page-numbers,
.page-links .page-numbers,
.tm-pagination-numeric .post-page-numbers,
.tm-pagination-numeric .page-numbers {
  display: inline-block;
  padding: 5px 15px;
  background-color: black;
  color: white;
  font-weight: 300;
}
.page-links .post-page-numbers:hover,
.page-links .page-numbers:hover,
.tm-pagination-numeric .post-page-numbers:hover,
.tm-pagination-numeric .page-numbers:hover {
  background-color: #1f7b7a;
  color: white;
}
.page-links .post-page-numbers.current,
.page-links .page-numbers.current,
.tm-pagination-numeric .post-page-numbers.current,
.tm-pagination-numeric .page-numbers.current {
  background-color: #5bc0be;
  color: white;
}

.tm-pagination-numeric {
  text-align: center;
}

.posts-navigation a {
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-weight: 600;
}
.posts-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  justify-content: space-between;
}
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
  padding: 30px 7.5px 0;
}

@-webkit-keyframes preloader {
  0%, 50% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
  }
}
@-moz-keyframes preloader {
  0%, 50% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
  }
}
@keyframes preloader {
  0%, 50% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
  }
}
.tm-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: white;
}
.tm-preloader .status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.tm-dot {
  background-color: #5bc0be;
}
.tm-dot, .tm-dot:after {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  -webkit-animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
  -o-animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
  -moz-animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
  animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
}
.tm-dot:after {
  --o: 1;
  background-color: white;
  content: "";
}

.tm-post-format {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  line-height: 56px;
  font-size: 2.5rem;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-post-format:hover {
  background-color: #f8f9fa;
  color: #5bc0be;
}

.tm-ribbon {
  height: 70px;
  width: 75px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  position: relative;
}
.tm-ribbon:before, .tm-ribbon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 0;
  height: 0;
  border-top-style: solid;
  border-top-width: 30px;
  border-top-color: #5bc0be;
}
.tm-ribbon:before {
  left: 0;
  border-right-style: solid;
  border-right-width: 37.5px;
  border-right-color: transparent;
}
.tm-ribbon:after {
  border-left-style: solid;
  border-left-width: 37.5px;
  border-left-color: transparent;
  right: 0;
}

.tm-scroll-top {
  display: none;
}
@media (min-width: 768px) {
  .tm-scroll-top {
    position: fixed;
    z-index: 3;
    right: -200px;
    display: block;
  }
}
.tm-scroll-top.show {
  right: 15px;
}
@media (min-width: 1050px) {
  .tm-scroll-top.show {
    right: 30px;
  }
}
.tm-scroll-top span {
  color: #fff;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-scroll-top span i {
  font-weight: 700;
}
.tm-scroll-top span:hover {
  background-color: white;
  color: #5bc0be;
}

.tm-svg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .tm-svg {
    display: block;
  }
}

.tm-svg-multiple-layer {
  height: 90px;
  bottom: 0;
  color: white;
}
.tm-svg-multiple-layer svg {
  height: 100px;
  width: 100%;
}
.tm-svg-multiple-layer .tm-layer-1 {
  fill: rgba(248, 249, 250, 0.15);
}
.tm-svg-multiple-layer .tm-layer-2 {
  fill: rgba(207, 216, 220, 0.3);
}
.tm-svg-multiple-layer .tm-layer-3 {
  fill: currentColor;
}

.tm-svg-single-layer {
  bottom: -1px;
  height: auto;
}
.tm-svg-single-layer .tm-layer-1 {
  fill: rgba(255, 255, 255, 0.4);
}
.tm-svg-single-layer .tm-layer-2 {
  fill: white;
}

.tm-section-title-with-dashed,
.tm-post-title-with-dashed {
  text-align: center;
}
.tm-section-title-with-dashed span,
.tm-post-title-with-dashed span {
  position: relative;
  display: inline-block;
  padding: 0 15px 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-color: #cfd8dc;
}
@media (min-width: 1050px) {
  .tm-section-title-with-dashed span,
.tm-post-title-with-dashed span {
    padding: 0 30px 10px;
  }
}
.tm-section-title-with-dashed span:before,
.tm-post-title-with-dashed span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4{
	padding-top:15px;
}
.widget.widget_block ul,
.widget.widget_block ol{
	margin-left:0px;
	padding-left:0px;
}

.site-content .widget-title,
.site-content .entry-title,
.site-content .page-title,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4{
  position: relative;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-color: #cfd8dc;
  padding-bottom: 15px;
}
.site-content .widget-title:before,
.site-content .entry-title:before,
.site-content .page-title:before,
.widget.widget_block h2:before,
.widget.widget_block h3:before,
.widget.widget_block h4:before  {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  bottom: -3px;
  left: 0;
}

.archive .page-header {
  background-color: #f8f9fa;
  padding: 15px 15px 30px;
}
.archive .page-header .page-title {
  margin: 0;
  padding-top: 10px;
}
.archive .page-header p {
  margin-top: 15px;
  margin-bottom: 0;
}
.archive .tm-article-post {
  padding: 15px 15px 0;
}

.tm-article-content-wrapper .tm-post-thumbnail,
.tm-article-content-wrapper .entry-content {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tm-article-content-wrapper .tm-post-thumbnail,
.tm-article-content-wrapper .entry-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.tm-article-content-wrapper .entry-content {
  margin-top: 30px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.tm-article-post .entry-footer {
  background-color: black;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 30px 15px;
  text-align: center;
  margin-top: 30px;
  color: white;
}
.tm-article-post .entry-footer a,
.tm-article-post .entry-footer .tm-icon,
.tm-article-post .entry-footer .tm-caption {
  padding-top: 5px;
}
.tm-article-post .entry-footer span {
  display: inline-block;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.tm-article-post .entry-footer a {
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  color: white;
}
.tm-article-post .entry-footer a:active {
  color: white;
}
.tm-article-post .entry-footer a:hover {
  color: #1f7b7a;
}
.tm-article-post .entry-footer .tm-icon {
  margin: 0 2.5px;
  padding: 0;
  display: inline-block;
}
.tm-article-post .entry-footer .tm-caption {
  font-size: 0.9rem;
}

.entry-header {
  background-color: #f8f9fa;
  padding: 15px 15px 30px;
}
.entry-header p {
  margin-top: 15px;
  margin-bottom: 0;
}
.entry-header .entry-title {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
.entry-header .entry-meta {
  font-weight: 600;
}
.entry-header .entry-meta span,
.entry-header .entry-meta a {
  display: inline-block;
}
.entry-header .entry-meta a:hover {
  color: #1f7b7a;
  text-decoration: underline;
}
.entry-header .entry-meta .byline,
.entry-header .entry-meta .posted-on {
  padding-top: 15px;
}
.entry-header .entry-meta .posted-on i {
  padding: 0 5px;
}
.entry-header .entry-meta .byline .tm-author-image {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .entry-header .entry-meta .byline .tm-author-image {
    width: 60px;
    height: 60px;
  }
}
.entry-header .entry-meta .byline .tm-author {
  padding-left: 5px;
  padding-right: 5px;
  word-break: break-word;
}
.entry-header .tm-desc,
.entry-header .tm-author-section {
  flex: 0 0 100%;
  max-width: 100%;
}
.entry-header .tm-author-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-header .tm-author-section span {
  display: block;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-header .tm-author-section {
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.entry-header .tm-desc {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .entry-header .tm-desc {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}

.tm-article-post .wp-block-gallery {
  margin: 0;
  padding-top: 15px;
}
.tm-article-post .wp-block-gallery li figcaption {
  font-size: 1rem;
}
.tm-article-post .wp-block-gallery li:last-child {
  margin-bottom: 0;
}

.tm-article-post pre.wp-block-verse, .tm-article-post pre.wp-block-preformatted {
  font-size: 1rem;
  font-family: inherit;
  padding: 20px;
  margin-bottom: 0;
  margin-top: 15px;
  white-space: pre-line;
  text-align: justify;
  border-radius: 5px;
}

.tm-article-post ul:not(.wp-block-gallery) {
  margin: 0;
  padding: 0 15px;
}
.tm-article-post ul:not(.wp-block-gallery) li {
  line-height: 2;
}

.tm-article-post .tm-post-thumbnail {
  padding: 10px;
  margin-top: 30px;
}
.tm-article-post p,
.tm-article-post h1, .tm-article-post h2, .tm-article-post h3, .tm-article-post h4, .tm-article-post h5, .tm-article-post h6,
.tm-article-post hr,
.tm-article-post .wp-block-image,
.tm-article-post .wp-block-cover,
.tm-article-post select,
.tm-article-post .wp-block-embed {
  margin-top: 15px;
  margin-bottom: 0;
}
.tm-article-post hr {
  background-color: #cfd8dc;
}
.tm-article-post .wp-block-code {
  background-color: black;
  color: white;
}
.tm-article-post figure {
  padding: 0;
}
.tm-article-post .wp-block-image {
  text-align: center;
}
.tm-article-post .wp-block-image figure {
  margin-top: 0;
  margin-bottom: 0;
}
.tm-article-post .wp-block-image img {
  padding: 10px;
}
.tm-article-post .wp-block-image figcaption {
  display: block;
  margin: 0;
  color: black;
  font-size: 1rem;
}
.tm-article-post .wp-block-video,
.tm-article-post .wp-block-embed {
  text-align: center;
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
}
.tm-article-post .wp-block-video .wp-block-embed__wrapper,
.tm-article-post .wp-block-embed .wp-block-embed__wrapper {
  overflow: hidden;
}
.tm-article-post .jetpack-video-wrapper {
  margin: 0;
}
.tm-article-post figcaption {
  color: inherit;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.tm-article-post .wp-block-table {
  margin: 15px 0 0;
  width: 100%;
}
.tm-article-post .wp-block-table.has-fixed-layout {
  table-layout: auto;
}
.tm-article-post .wp-block-table td {
  padding: 10px;
  text-align: center;
}
.tm-article-post select {
  padding: 10px 15px;
}
.tm-article-post .wp-block-button {
  margin-top: 15px;
  margin-bottom: 0;
}
.tm-article-post iframe {
  margin: auto !important;
}

.tm-article-post blockquote {
  padding: 15px;
  background-color: #cfd8dc;
  margin: 15px 0 0;
  font-weight: 600;
}
.tm-article-post blockquote.wp-block-quote {
  padding: 15px;
  margin: 15px 0 0;
}
.tm-article-post blockquote p {
  padding: 15px 30px;
  position: relative;
}
.tm-article-post blockquote p:before, .tm-article-post blockquote p:after {
  position: absolute;
  font-size: 1rem;
  color: #5bc0be;
  content: "";
}
.tm-article-post blockquote p:before {
  left: 0;
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.tm-article-post blockquote p:after {
  right: 0;
  bottom: 0;
}
.tm-article-post cite {
  display: flex;
  justify-content: flex-end;
  color: gray;
}

.tm-article-post-list .tm-article-post {
  box-shadow: 0 0 4px 4px #f8f9fa;
  padding: 15px 15px 0;
}

.widget_calendar table {
  border-spacing: 0;
  margin: 0;
}
.widget_calendar thead {
  background-color: #e7eff2;
  color: black;
}
.widget_calendar thead th {
  padding: 10px;
}
.widget_calendar tbody {
  background-color: #f8f9fa;
  color: black;
}
.widget_calendar tbody td {
  text-align: center;
  padding: 10px;
  border-left-style: solid;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: rgba(128, 128, 128, 0.2);
}
.widget_calendar tbody td:last-child {
  border-right-style: solid;
  border-right-width: 1px;
}
.widget_calendar tbody tr:last-child td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.widget_calendar caption,
.widget_calendar tfoot {
  font-weight: 600;
}
.widget_calendar caption {
  padding: 15px 0;
}
.widget_calendar tfoot a {
  display: inline-block;
  padding-top: 15px;
}
.widget_calendar a {
  color: #5bc0be;
  font-weight: 600;
  font-size: 18px;
}
.widget_calendar a:visited {
  color: #5bc0be;
}
.widget_calendar a:hover {
  color: #1f7b7a;
}

.widget ul {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #cfd8dc;
}
.widget ul li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #cfd8dc;
  padding-top: 10px;
  margin-bottom: 10px;
}
.widget ul li:first-child {
  border-top: 0;
}
.widget ul li a {
  display: inline-block;
}
.widget ul li ul {
  margin-top: 10px;
  border-bottom: 0;
  font-size: 0.9rem;
}
.widget ul li ul li {
  width: 100%;
}
.widget ul li ul li:first-child {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #cfd8dc;
}
.widget ul li ul li a {
  padding-left: 15px;
  display: inline-block;
}
.widget ul li ul li ul {
  list-style: dots;
}
.widget ul li ul li li a {
  padding-left: 45px;
  display: inline-block;
}
.widget .menu {
  font-weight: 700;
}
.widget .menu ul {
  font-weight: 600;
}
.widget .menu ul ul {
  font-weight: 300;
}

.widget .tagcloud a {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 600;
  margin: 15px 5px 0;
  border-style: solid;
  border-width: 2px;
  background-color: #cfd8dc;
  border-color: white;
  padding: 0 10px;
  line-height: 1.5;
}

.widget .search-form label {
  width: calc(100% - 90px);
  float: left;
  padding-right: 5px;
}
.widget .search-form label input {
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 0 15px;
  border-color: #cfd8dc;
}
.widget .search-form .search-submit,
.widget.widget_block button  {
  width: 90px;
  height: 45px;
  float: left;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  background-color: black;
  color: white;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.widget .search-form .search-submit:hover,
.widget.widget_block button:hover {
  background-color: #1f7b7a;
  color: white;
}

.gallery {
  margin-top: 0;
  margin-bottom: 0;
}
.gallery .gallery-icon {
  text-align: center;
}
.gallery .gallery-icon a {
  display: inline-block;
}

.widget .gallery figure {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.widget .gallery figcaption {
  display: none;
}

.widget_recent_entries li {
  position: relative;
  padding-left: 20px;
}
.widget_recent_entries li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: bold;
  font-size: 20px;
}

.widget-area section {
  padding: 0 15px 15px;
  background: #f8f9fa;
}

.widget .widget-title {
  margin: 0;
  padding-top: 15px;
}
.widget .wp-video,
.widget select {
  margin-top: 15px;
}
.widget .search-form {
  padding-top: 15px;
}
.widget figure,
.widget .wp-caption {
  margin: 0 auto;
  padding-top: 15px;
}
.widget p img {
  margin-top: 15px;
}
.widget select {
  padding: 10px 15px;
  font-family: inherit;
  width: 100%;
}

.site-content {
  padding: 15px 0 45px 0;
}
.site-content .content-area .tm-article-post,
.site-content .content-area .page-header {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .site-content .widget-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media (min-width: 1050px) {
  .site-content .widget-area {
    display: initial;
  }
}
.site-content .widget-area .widget {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .site-content .widget-area .widget {
    margin-left: 7.5px;
    margin-right: 7.5px;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 1050px) {
  .site-content .widget-area .widget {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

ul.tm-social-icons {
  display: flex;
  flex-wrap: wrap;
}
ul.tm-social-icons.tm-social-icons-no-text span {
  font-size: 0;
}
ul.tm-social-icons li:last-child {
  margin-left: 0;
}
ul.tm-social-icons li a {
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 20px;
  height: 40px;
  line-height: 45px;
}
ul.tm-social-icons li a:before {
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
ul.tm-social-icons li a[href*=twitter]:before {
  content: "";
  color: #1ca0fe;
}
ul.tm-social-icons li a:hover[href*=twitter] {
  background-color: #1ca0fe;
  color: white;
}
ul.tm-social-icons li a:hover[href*=twitter]:before {
  color: white;
}
ul.tm-social-icons li a[href*=facebook]:before {
  content: "";
  color: #3b5999;
}
ul.tm-social-icons li a:hover[href*=facebook] {
  background-color: #3b5999;
  color: white;
}
ul.tm-social-icons li a:hover[href*=facebook]:before {
  color: white;
}
ul.tm-social-icons li a[href*=dribbble]:before {
  content: "";
  color: #ea4c89;
}
ul.tm-social-icons li a:hover[href*=dribbble] {
  background-color: #ea4c89;
  color: white;
}
ul.tm-social-icons li a:hover[href*=dribbble]:before {
  color: white;
}
ul.tm-social-icons li a[href*=linkedin]:before {
  content: "";
  color: #0177b5;
}
ul.tm-social-icons li a:hover[href*=linkedin] {
  background-color: #0177b5;
  color: white;
}
ul.tm-social-icons li a:hover[href*=linkedin]:before {
  color: white;
}
ul.tm-social-icons li a[href*=instagram]:before {
  content: "";
  color: #E1306c;
}
ul.tm-social-icons li a:hover[href*=instagram] {
  background-color: #E1306c;
  color: white;
}
ul.tm-social-icons li a:hover[href*=instagram]:before {
  color: white;
}
ul.tm-social-icons li a[href*=youtube]:before {
  content: "";
  color: #ff0000;
}
ul.tm-social-icons li a:hover[href*=youtube] {
  background-color: #ff0000;
  color: white;
}
ul.tm-social-icons li a:hover[href*=youtube]:before {
  color: white;
}
ul.tm-social-icons li a[href*=vimeo]:before {
  content: "";
  color: #1ab7ea;
}
ul.tm-social-icons li a:hover[href*=vimeo] {
  background-color: #1ab7ea;
  color: white;
}
ul.tm-social-icons li a:hover[href*=vimeo]:before {
  color: white;
}
ul.tm-social-icons li a[href*=wordpress]:before {
  content: "";
  color: #0074aa;
}
ul.tm-social-icons li a:hover[href*=wordpress] {
  background-color: #0074aa;
  color: white;
}
ul.tm-social-icons li a:hover[href*=wordpress]:before {
  color: white;
}
ul.tm-social-icons li a[href*=pinterest]:before {
  content: "";
  color: #bd071c;
}
ul.tm-social-icons li a:hover[href*=pinterest] {
  background-color: #bd071c;
  color: white;
}
ul.tm-social-icons li a:hover[href*=pinterest]:before {
  color: white;
}
ul.tm-social-icons li a[href*=tumblr]:before {
  content: "";
  color: #3e5a70;
}
ul.tm-social-icons li a:hover[href*=tumblr] {
  background-color: #3e5a70;
  color: white;
}
ul.tm-social-icons li a:hover[href*=tumblr]:before {
  color: white;
}
ul.tm-social-icons li a[href*=whatsapp]:before {
  content: "";
  color: #00e676;
}
ul.tm-social-icons li a:hover[href*=whatsapp] {
  background-color: #00e676;
  color: white;
}
ul.tm-social-icons li a:hover[href*=whatsapp]:before {
  color: white;
}
ul.tm-social-icons li a[href*=reddit]:before {
  content: "";
  color: #ff4500;
}
ul.tm-social-icons li a:hover[href*=reddit] {
  background-color: #ff4500;
  color: white;
}
ul.tm-social-icons li a:hover[href*=reddit]:before {
  color: white;
}
ul.tm-social-icons li a[href*=vk]:before {
  content: "";
  color: #4a76a8;
}
ul.tm-social-icons li a:hover[href*=vk] {
  background-color: #4a76a8;
  color: white;
}
ul.tm-social-icons li a:hover[href*=vk]:before {
  color: white;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=twitter] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=twitter]:before {
  color: #1ca0fe;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=twitter] span {
  color: #1ca0fe;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=facebook] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=facebook]:before {
  color: #3b5999;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=facebook] span {
  color: #3b5999;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=dribbble] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=dribbble]:before {
  color: #ea4c89;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=dribbble] span {
  color: #ea4c89;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=linkedin] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=linkedin]:before {
  color: #0177b5;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=linkedin] span {
  color: #0177b5;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=instagram] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=instagram]:before {
  color: #E1306c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=instagram] span {
  color: #E1306c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=youtube] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=youtube]:before {
  color: #ff0000;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=youtube] span {
  color: #ff0000;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vimeo] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vimeo]:before {
  color: #1ab7ea;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vimeo] span {
  color: #1ab7ea;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=wordpress] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=wordpress]:before {
  color: #0074aa;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=wordpress] span {
  color: #0074aa;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=pinterest] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=pinterest]:before {
  color: #bd071c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=pinterest] span {
  color: #bd071c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=tumblr] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=tumblr]:before {
  color: #3e5a70;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=tumblr] span {
  color: #3e5a70;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=whatsapp] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=whatsapp]:before {
  color: #00e676;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=whatsapp] span {
  color: #00e676;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=reddit] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=reddit]:before {
  color: #ff4500;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=reddit] span {
  color: #ff4500;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vk] {
  background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vk]:before {
  color: #4a76a8;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vk] span {
  color: #4a76a8;
}
ul.tm-social-icons.tm-social-icons-rounded li {
  padding-left: 5px;
  padding-right: 5px;
}
ul.tm-social-icons.tm-social-icons-rounded a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=twitter] {
  border-color: #1ca0fe;
  color: #1ca0fe;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=facebook] {
  border-color: #3b5999;
  color: #3b5999;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=dribbble] {
  border-color: #ea4c89;
  color: #ea4c89;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=linkedin] {
  border-color: #0177b5;
  color: #0177b5;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=instagram] {
  border-color: #E1306c;
  color: #E1306c;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=youtube] {
  border-color: #ff0000;
  color: #ff0000;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=vimeo] {
  border-color: #1ab7ea;
  color: #1ab7ea;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=wordpress] {
  border-color: #0074aa;
  color: #0074aa;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=pinterest] {
  border-color: #bd071c;
  color: #bd071c;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=tumblr] {
  border-color: #3e5a70;
  color: #3e5a70;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=whatsapp] {
  border-color: #00e676;
  color: #00e676;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=reddit] {
  border-color: #ff4500;
  color: #ff4500;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=vk] {
  border-color: #4a76a8;
  color: #4a76a8;
}
ul.tm-social-icons.tm-social-icons-sm a {
  height: 40px;
  width: 40px;
  line-height: 36px;
}
ul.tm-social-icons.tm-social-icons-sm a:before {
  font-size: 20px;
}

.tm-close-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  vertical-align: middle;
}
@media (min-width: 1050px) {
  .tm-close-icon:hover {
    -webkit-animation: rotate-center 0.3s linear both;
    -o-animation: rotate-center 0.3s linear both;
    -moz-animation: rotate-center 0.3s linear both;
    animation: rotate-center 0.3s linear both;
  }
}
.tm-close-icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  z-index: 5;
  top: 50%;
  border-radius: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.tm-close-icon span:last-child {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.tm-close-icon.tm-close-icon-white span {
  background-color: white;
}

.tm-menu-icon {
  position: relative;
  height: 20px;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-menu-icon button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.tm-menu-icon:before {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
}
.tm-menu-icon span:before, .tm-menu-icon span:after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  left: 0;
  background-color: black;
  width: 100%;
}
.tm-menu-icon span:before {
  top: 1px;
}
.tm-menu-icon span:after {
  bottom: 1px;
}

.tm-social-menu-icon {
  position: relative;
  height: 20px;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-social-menu-icon button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.tm-social-menu-icon:before {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 80%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
}
.tm-social-menu-icon span:before, .tm-social-menu-icon span:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  background-color: black;
}
.tm-social-menu-icon span:before {
  top: 1px;
}
.tm-social-menu-icon span:after {
  bottom: 1px;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #cfd8dc;
  padding: 10px 15px;
  width: 100%;
  font-size: 1.1rem;
  font-family: inherit;
  border-radius: 0;
  line-height: 1;
}

input[type=submit] {
  display: inline-block;
  font-family: inherit;
  padding: 0 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: white;
  height: 40px;
  line-height: 38px;
}
input[type=submit]:visited {
  color: white;
}
input[type=submit]:hover {
  background-color: #1f7b7a;
  color: white;
  border-color: #1f7b7a;
}

.desktop ul.tm-nav-menu > li > a,
.desktop div.tm-nav-menu > ul > li > a {
  background-color: rgba(197, 184, 184, 0.17);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
}
.desktop ul.tm-nav-menu > li > a:before,
.desktop div.tm-nav-menu > ul > li > a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #c5b8b8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: -1;
}

.desktop ul.tm-nav-menu > li .sub-menu,
.desktop div.tm-nav-menu > ul > li .children {
  position: absolute;
  top: 110%;
  left: 5px;
  width: 220px;
  background-color: #5bc0be;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  z-index: 3;
}
.desktop ul.tm-nav-menu > li .sub-menu a,
.desktop div.tm-nav-menu > ul > li .children a {
  display: block;
  border-left-style: solid;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #cfd8dc;
  color: #fff;
  padding: 10px 15px;
}
.desktop ul.tm-nav-menu > li .sub-menu a:hover,
.desktop div.tm-nav-menu > ul > li .children a:hover {
  background-color: #1f7b7a;
  border-color: #1f7b7a;
  color: #fff;
}

.desktop ul.tm-nav-menu,
.desktop div.tm-nav-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.desktop ul.tm-nav-menu > li a,
.desktop div.tm-nav-menu > ul > li a {
  position: relative;
  display: block;
}

.desktop ul.tm-nav-menu > li > a:hover,
.desktop div.tm-nav-menu > ul > li > a:hover {
  background-color: #1f7b7a;
  color: #fff;
}

.desktop ul.tm-nav-menu > li,
.desktop div.tm-nav-menu > ul > li {
  position: relative;
}

.desktop ul.tm-nav-menu > li .sub-menu li,
.desktop div.tm-nav-menu > ul > li .children li {
  display: block;
  width: 100%;
}

.desktop ul.tm-nav-menu > li:hover .sub-menu,
.desktop ul.tm-nav-menu > li:focus-within .sub-menu,
.desktop div.tm-nav-menu > ul > li:hover .children,
.desktop div.tm-nav-menu > ul > li:focus-within .children {
  top: 100%;
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.desktop ul.tm-nav-menu > li .sub-menu > li,
.desktop div.tm-nav-menu > ul > li .children > li {
  position: relative;
}

.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li .children {
  top: 20%;
  left: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.desktop ul.tm-nav-menu > li .sub-menu > li:hover .sub-menu,
.desktop ul.tm-nav-menu > li .sub-menu > li:hover .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li:hover .children,
.desktop div.tm-nav-menu > ul > li .children > li:hover .children {
  opacity: 1;
  height: auto;
  top: 0;
  overflow: visible;
  visibility: visible;
}

.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu > li .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li .children > li .children {
  top: 20%;
  left: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu > li:hover .sub-menu,
.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu > li:focus-within .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li .children > li:hover .children,
.desktop div.tm-nav-menu > ul > li .children > li .children > li:focus-within .children {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
  top: 0;
}

.desktop .tm-nav-menu a {
  font-size: 13px;
  font-weight: 600;
}

.desktop .tm-nav-menu li.down-arrow > a {
  padding-right: 30px;
}

.desktop .down-arrow > a:after,
.desktop .right-arrow > a:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.desktop .down-arrow > a:after {
  content: "";
}

.desktop .right-arrow > a:after {
  content: "";
}

.tm-service {
  text-align: center;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-service.tm-service-with-image {
  padding: 15px;
}
.tm-service.tm-service-with-icon {
  padding: 45px 15px 15px;
}
.tm-service:hover {
  box-shadow: 0 10px 10px #cfd8dc;
}
.tm-service:hover .tm-icon {
  background-color: #1f7b7a;
  color: white;
}
.tm-service .tm-icon {
  font-size: 35px;
  position: absolute;
  top: -30px;
  height: 60px;
  width: 60px;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border-radius: 100%;
  line-height: 56px;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f8f9fa;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-service .tm-image-section {
  height: 250px;
}
.tm-service p,
.tm-service .tm-post-title,
.tm-service .tm-btn-section {
  margin-top: 15px;
  margin-bottom: 0;
}

.tm-blog .tm-image-section {
  position: relative;
  height: 300px;
}
.tm-blog .tm-image-section a {
  height: 100%;
}
.tm-blog .tm-image-section .tm-date {
  position: absolute;
  left: 0;
  top: 0;
}
.tm-blog .tm-desc {
  padding: 0 15px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tm-blog .tm-desc .tm-post-title,
.tm-blog .tm-desc p {
  margin: 0;
  padding-top: 15px;
}

.tm-portfolio {
  position: relative;
  overflow: hidden;
  color: black;
}
.tm-portfolio a {
  color: black;
}
.tm-portfolio a:visited {
  color: black;
}
.tm-portfolio a:hover {
  color: #1f7b7a;
}
.tm-portfolio.tm-overlay-image-hover:before {
  z-index: 1;
}
.tm-portfolio .tm-desc {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  background-color: #cfd8dc;
  padding: 5px 15px 15px;
}
@media (min-width: 768px) {
  .tm-portfolio .tm-desc {
    background: white;
    z-index: 2;
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    bottom: 30px;
  }
}
@media (min-width: 1050px) {
  .tm-portfolio .tm-desc {
    left: 100%;
  }
}
.tm-portfolio .tm-desc .tm-category a {
  margin-top: 10px;
}
.tm-portfolio .tm-desc .tm-post-title {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1050px) {
  .tm-portfolio:hover .tm-desc {
    left: 30px;
  }
}

.tm-testimonial .tm-image-section {
  padding-top: 30px;
}
.tm-testimonial .tm-image-section .bg-image {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  margin: auto;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.tm-testimonial .tm-image-section .bg-image:hover {
  border-radius: 0;
}
.tm-testimonial .tm-image-section .tm-overlay-image-hover:before {
  content: none;
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-testimonial .tm-image-section .tm-overlay-image-hover:hover:before {
  content: "";
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-testimonial .tm-desc .tm-post-title,
.tm-testimonial .tm-desc .tm-site-url {
  margin-top: 30px;
  margin-bottom: 0;
}
.tm-testimonial .tm-desc .tm-post-author-detail .tm-author-position,
.tm-testimonial .tm-desc .tm-post-author-detail .tm-author-work-place {
  font-size: 16px;
}
.tm-testimonial .tm-desc .tm-site-url a {
  text-decoration: underline;
}
.tm-testimonial .tm-desc .tm-caption {
  padding: 15px 15px 0;
}
.tm-testimonial .tm-desc .tm-caption p {
  margin-top: 15px;
  margin-bottom: 0;
}
.tm-testimonial .tm-desc .tm-icon-section {
  font-size: 30px;
  padding-top: 15px;
  position: relative;
  height: 40px;
}
.tm-testimonial .tm-desc .tm-icon-section .tm-wrapper {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  position: absolute;
  left: 0;
}
.tm-testimonial .tm-desc .tm-btn-section {
  padding-top: 30px;
}
.tm-testimonial .tm-desc .tm-readmore-btn {
  border-color: white;
}
.tm-testimonial .tm-desc .tm-readmore-btn:hover {
  border-color: transparent;
}
.tm-testimonial .tm-desc .tm-social-icons {
  justify-content: center;
}
.tm-testimonial .tm-desc .tm-social-icons li {
  padding-top: 15px;
}

.tm-jetpack-post {
  padding: 15px;
}
.tm-jetpack-post .tm-desc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.tm-jetpack-post .tm-name {
  margin: 0;
  padding-top: 10px;
  font-size: 24px;
}
.tm-jetpack-post .tm-position-section {
  font-size: 18px;
  color: gray;
}
.tm-jetpack-post .tm-social-icons {
  justify-content: center;
}
.tm-jetpack-post .tm-social-icons li {
  padding-top: 15px;
}
.tm-jetpack-post .tm-site-url {
  padding-top: 15px;
}
.tm-jetpack-post .tm-site-url a {
  text-decoration: underline;
}

.tm-jetpack-portfolio-post {
  padding: 15px;
}
.tm-jetpack-portfolio-post .tm-section-title {
  margin: 0;
}
.tm-jetpack-portfolio-post .tm-desc {
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.tm-jetpack-portfolio-post table {
  border: 1px solid rgba(213, 213, 213, 0.24);
  border-spacing: 0;
  margin-top: 15px;
}
.tm-jetpack-portfolio-post table tr:first-child td {
  border-top: 0;
}
.tm-jetpack-portfolio-post table td {
  border-top: 1px solid rgba(213, 213, 213, 0.24);
  padding: 10px;
}
.tm-jetpack-portfolio-post table td:first-child {
  background-color: #f8f9fa;
  font-size: 14px;
  font-weight: 700;
}

.tm-main-header .tm-address-section:after, .tm-main-header .tm-menu-button-section .tm-menu-section:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-color: transparent transparent white transparent;
}

.tm-main-header .tm-menu-button-section .tm-menu-section {
  position: relative;
}
.tm-main-header .tm-menu-button-section .tm-menu-section:after {
  left: -45px;
  border-width: 0 0 50px 45px;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-menu-button-section .tm-menu-section:after {
    content: "";
  }
}
.tm-main-header .tm-menu-button-section .tm-menu-section nav {
  display: none;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-menu-button-section .tm-menu-section nav {
    display: initial;
  }
}
.tm-main-header .tm-menu-button-section .tm-menu-section ul.tm-nav-menu, .tm-main-header .tm-menu-button-section .tm-menu-section div.tm-nav-menu {
  padding-top: 10px;
}
.tm-main-header .tm-menu-button-section .tm-menu-section ul.tm-nav-menu > li {
  margin-bottom: 10px;
}
.tm-main-header .tm-menu-button-section .tm-menu-section div.tm-nav-menu > ul > li {
  margin-bottom: 10px;
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-menu-button-section .tm-menu-icon-section {
    display: none;
  }
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-social-menu-icon {
  margin: 0 5px;
}
@media (min-width: 576px) {
  .tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-social-menu-icon {
    margin: 0 15px;
  }
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-menu-btn button {
  background-color: black;
  font-family: inherit;
  color: white;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-menu-btn button span {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  top: 1px;
}
.tm-main-header .tm-menu-button-section .tm-btn-section {
  padding: 5px;
  font-size: 0.5rem;
}
@media (min-width: 576px) {
  .tm-main-header .tm-menu-button-section .tm-btn-section {
    padding: 5px 15px;
    font-size: 1rem;
  }
}
@media (min-width: 1050px) {
  .tm-main-header .tm-menu-button-section .tm-btn-section {
    padding: 10px 15px;
    font-size: 1rem;
  }
}

.tm-main-header .tm-address-section {
  background-color: #5bc0be;
  justify-content: center;
  color: #fff;
  height: 80px;
  padding: 5px;
  position: relative;
  flex-direction: row;
}
.tm-main-header .tm-address-section:after {
  right: 0;
  border-width: 0 0 80px 45px;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-address-section:after {
    content: "";
  }
}
.tm-main-header .tm-address-section a {
  color: #fff;
}
.tm-main-header .tm-address-section a:visited {
  color: #fff;
}
.tm-main-header .tm-address-section a:hover {
  color: rgba(248, 249, 250, 0.7);
}
.tm-main-header .tm-address-section .tm-address,
.tm-main-header .tm-address-section .tm-telephone,
.tm-main-header .tm-address-section .tm-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.tm-main-header .tm-address-section .tm-address .tm-icon-section,
.tm-main-header .tm-address-section .tm-telephone .tm-icon-section,
.tm-main-header .tm-address-section .tm-email .tm-icon-section {
  flex: 0 0 40px;
  max-width: 40px;
}
.tm-main-header .tm-address-section .tm-address .tm-icon-section i,
.tm-main-header .tm-address-section .tm-telephone .tm-icon-section i,
.tm-main-header .tm-address-section .tm-email .tm-icon-section i {
  font-size: 1.5rem;
}
.tm-main-header .tm-address-section .tm-address .tm-desc,
.tm-main-header .tm-address-section .tm-telephone .tm-desc,
.tm-main-header .tm-address-section .tm-email .tm-desc {
  flex: 0 0 calc( 100% - 40px );
  max-width: calc( 100% - 40px);
}
.tm-main-header .tm-address-section .tm-address .tm-desc .icon-box-title,
.tm-main-header .tm-address-section .tm-telephone .tm-desc .icon-box-title,
.tm-main-header .tm-address-section .tm-email .tm-desc .icon-box-title {
  margin: 0;
  font-size: 14px;
}
.tm-main-header .tm-social-icons {
  height: 80px;
  align-items: center;
}

.tm-main-header .site-branding {
  background-color: #5bc0be;
  color: #fff;
}
.tm-main-header .site-branding a {
  color: #fff;
}
.tm-main-header .site-branding a:visited {
  color: #fff;
}
.tm-main-header .site-branding a:hover {
  color: rgba(248, 249, 250, 0.7);
}
.tm-main-header .site-branding .site-title, .tm-main-header .site-branding p {
  margin: 0;
  padding-top: 15px;
}
@media (min-width: 1050px) {
  .tm-main-header .site-branding .site-title, .tm-main-header .site-branding p {
    padding-top: 5px;
  }
}
.tm-main-header .site-branding .site-title {
  font-size: 35px;
}
.tm-main-header .site-branding .site-description {
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 1050px) {
  .tm-main-header .site-branding .site-description {
    font-size: 1rem;
  }
}
.tm-main-header .tm-logo-section.tm-site-logo-with-title .tm-logo {
  padding-top: 15px;
  max-width: 150px;
  margin: auto;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-logo-section.tm-site-logo-with-title .tm-logo {
    padding-top: 10px;
    max-width: 100px;
    margin: auto;
  }
}
.tm-main-header .tm-logo-section.tm-site-logo-disable {
  padding-top: 15px;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-logo-section.tm-site-logo-disable .site-title, .tm-main-header .tm-logo-section.tm-site-logo-disable p {
    padding-top: 15px;
  }
}
.tm-main-header .tm-logo-section.tm-only-logo-enable {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tm-main-header .tm-logo-section.tm-only-logo-enable .tm-logo {
  max-width: 200px;
  padding-top: 15px;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-logo-section.tm-only-logo-enable .tm-logo {
    padding-top: 0;
  }
}

.tm-main-header.sticky .tm-menu-button-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  left: 0;
  background-color: #5bc0be;
}
.tm-main-header.sticky .tm-menu-button-section a {
  color: #fff;
  background-color: transparent;
}
.tm-main-header.sticky .tm-menu-button-section a:visited {
  color: #fff;
}
.tm-main-header.sticky .tm-menu-button-section a:hover {
  background-color: #fff;
  color: #5bc0be;
}
.tm-main-header.sticky .tm-menu-button-section .tm-btn-border {
  border-color: #fff;
  color: #fff;
}
.tm-main-header.sticky .tm-menu-button-section .tm-btn-border:visited {
  color: #fff;
}
.tm-main-header.sticky .tm-menu-button-section .tm-btn-border:hover {
  border-color: #1f7b7a;
  color: #1f7b7a;
}
.tm-main-header.sticky .tm-menu-button-section .tm-menu-icon-section button {
  background-color: #fff;
  color: #5bc0be;
}
.tm-main-header.sticky .tm-social-menu-icon:before {
  background-color: #fff;
}
.tm-main-header.sticky .tm-social-menu-icon span:before, .tm-main-header.sticky .tm-social-menu-icon span:after {
  background-color: #fff;
}
.tm-main-header.sticky .desktop div.tm-nav-menu > ul {
  justify-content: center;
}
.tm-main-header.sticky .desktop ul.tm-nav-menu {
  justify-content: center;
}

.logged-in .tm-main-header.sticky .tm-menu-button-section {
  top: 30px;
}
.logged-in .tm-offcanvas-close-icon .sidr-class-sidr-button-close {
  margin-top: 20px;
}

.home .tm-main-header {
  border-bottom: 0;
}

.tm-main-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(207, 216, 220, 0.25);
}
.tm-main-header .site-branding {
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 1050px) {
  .tm-main-header .site-branding {
    padding: 0 30px;
    height: 130px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.tm-main-header .tm-site-features {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-site-features {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1050px) {
  .tm-main-header .tm-address-with-social-section .tm-address-section,
.tm-main-header .tm-address-with-social-section .tm-menu-section,
.tm-main-header .tm-menu-button-section .tm-address-section,
.tm-main-header .tm-menu-button-section .tm-menu-section {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1050px) {
  .tm-main-header .tm-address-with-social-section .tm-social-section,
.tm-main-header .tm-address-with-social-section .tm-btn-section,
.tm-main-header .tm-menu-button-section .tm-social-section,
.tm-main-header .tm-menu-button-section .tm-btn-section {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.tm-main-header .tm-menu-button-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tm-main-header .tm-address-with-social-section {
  display: none;
}
@media (min-width: 1050px) {
  .tm-main-header .tm-address-with-social-section {
    display: flex;
    flex-wrap: wrap;
  }
}

.tm-about-section {
  padding: 15px 0 45px;
}
@media (min-width: 1050px) {
  .tm-about-section.tm-svg-enable {
    padding-bottom: 90px;
    padding-top: 60px;
  }
}
@media (min-width: 1050px) {
  .tm-about-section.tm-svg-enable .tm-image-section-wrapper {
    height: 400px;
    position: relative;
    padding-left: 100px;
    margin-top: 60px;
  }
  .tm-about-section.tm-svg-enable .tm-image-section-wrapper:after {
    position: absolute;
    content: "";
    width: 50%;
    display: block;
    z-index: -1;
    width: 130px;
    height: calc(100% + 100px);
    left: 50px;
    bottom: -62px;
    background-image: url("assets/images/svg.png");
    background-size: auto;
  }
}
.tm-about-section .tm-image-section-wrapper {
  margin-top: 30px;
}
.tm-about-section .tm-image-section {
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tm-about-section .tm-desc {
  text-align: center;
  padding: 30px 15px 0;
}
@media (min-width: 768px) {
  .tm-about-section .tm-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: initial;
  }
}
.tm-about-section .tm-desc .tm-section-title,
.tm-about-section .tm-desc p {
  margin-top: 15px;
  margin-bottom: 0;
}
.tm-about-section .tm-desc .tm-btn-section {
  padding-top: 15px;
}
.tm-about-section .tm-post-format {
  z-index: 1;
}
.tm-about-section .tm-post-format:hover {
  cursor: pointer;
}

#video {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
#video.tm-video-popup-active {
  display: none;
}

.tm-video-section {
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-video-section .tm-video-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tm-video-section .tm-video {
  width: 600px;
  max-width: 100%;
}
.tm-video-section iframe {
  width: 100%;
  max-width: 100%;
  height: 400px;
  border: 0;
}
@media (min-width: 576px) {
  .tm-video-section iframe {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .tm-video-section iframe {
    height: 400px;
  }
}
.tm-video-section.show {
  z-index: 11;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  text-align: center;
  opacity: 1;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-video-section .tm-close-icon-section {
  text-align: right;
  padding-bottom: 15px;
}

.tm-banner-section {
  position: relative;
}

.tm-banner-slider-section .slick-arrow {
  display: none !important;
}
@media (min-width: 1050px) {
  .tm-banner-slider-section .slick-arrow {
    background-color: transparent;
    display: initial !important;
  }
}
@media (min-width: 1050px) {
  .tm-banner-slider-section .slick-arrow:before {
    color: white;
  }
}
.tm-banner-slider-section .slick-arrow:hover {
  background-color: transparent;
}
.tm-banner-slider-section .slick-arrow:hover:before {
  color: #5bc0be;
}
.tm-banner-slider-section .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
@media (min-width: 768px) {
  .tm-banner-slider-section .slick-dots {
    padding-bottom: 100px;
  }
}
@media (min-width: 1050px) {
  .tm-banner-slider-section .slick-dots {
    display: none !important;
  }
}
.tm-banner-slider-section .tm-banner-slider {
  min-height: 600px;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .tm-banner-slider-section .tm-banner-slider {
    height: 600px;
    padding-bottom: 30px;
  }
}
.tm-banner-slider-section .tm-banner-slider .tm-image-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.tm-banner-slider-section .tm-banner-slider .tm-wrapper {
  z-index: 2;
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 1050px) {
  .tm-banner-slider-section .tm-banner-slider .tm-wrapper {
    max-width: 50%;
    padding-left: 100px;
  }
}
.tm-banner-slider-section .tm-banner-slider .tm-post-title,
.tm-banner-slider-section .tm-banner-slider p {
  margin-bottom: 15px;
  margin-top: 0;
}
.tm-banner-slider-section .tm-banner-slider .tm-section-title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider .tm-image-section {
  -webkit-animation: kenburns-top 20s ease-out infinite both;
  -o-animation: kenburns-top 20s ease-out infinite both;
  -moz-animation: kenburns-top 20s ease-out infinite both;
  animation: kenburns-top 20s ease-out infinite both;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider .tm-section-title {
  -webkit-animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider p {
  -webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider .tm-btn-section {
  -webkit-animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tm-blog-section {
  padding: 15px 0 45px;
}
.tm-blog-section .tm-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.tm-blog-section .tm-blog-list .tm-blog {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-blog-section .tm-blog-list .tm-blog:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
}
.tm-blog-section .tm-blog-slider .slick-arrow {
  top: 200px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}

.tm-call-to-action {
  min-height: 400px;
  padding: 100px 0;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tm-call-to-action {
    padding: 150px 0;
  }
}
.tm-call-to-action .tm-image-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: kenburns-top 20s ease-out infinite both;
  -o-animation: kenburns-top 20s ease-out infinite both;
  -moz-animation: kenburns-top 20s ease-out infinite both;
  animation: kenburns-top 20s ease-out infinite both;
  background-attachment: fixed;
}
.tm-call-to-action .tm-desc {
  z-index: 2;
}
.tm-call-to-action .tm-desc .tm-post-title,
.tm-call-to-action .tm-desc p {
  margin-top: 15px;
  margin-bottom: 0;
}
.tm-call-to-action .tm-desc .tm-btn-section a {
  margin: 15px 10px 0;
}

.tm-service-section {
  padding: 15px 0 45px 0px;
}
.tm-service-section .tm-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.tm-service-section .tm-service-list .tm-service {
  margin-top: 45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-service-section .tm-service-list .tm-service:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
}
.tm-service-section .tm-service-list .tm-service.tm-service-with-icon {
  margin-top: 60px;
}

.slick-arrow {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  color: white;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.slick-arrow.slick-disabled {
  z-index: -1;
  opacity: 0;
}
.slick-arrow:before {
  font-size: 1.5rem;
}
.slick-arrow:hover {
  background-color: #1f7b7a;
}

.slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: 10px;
}
.slick-next:before {
  content: "";
}

.slick-dots {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button {
  font-size: 0;
  width: 30px;
  margin: 15px 5px 0;
  height: 4px;
  padding: 0;
  background-color: white;
  border: 0;
  outline: 0;
  border-radius: 0;
}
.filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filter-group li {
  padding: 0 5px;
}
.filter-group li span, .filter-group li a {
  display: inline-block;
  padding: 0 5px 5px;
  cursor: pointer;
}
.filter-group li span {
  position: relative;
  overflow: hidden;
}
.filter-group li span.active {
  color: #5bc0be;
}
.filter-group li span.active:after {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background-color: #5bc0be;
}
.filter-group li span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  -webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.filter-group li span:hover {
  color: #1f7b7a;
}
.filter-group li span:hover:after {
  background-color: #1f7b7a;
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.filter-group li a {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.filter-group li a:hover {
  border-color: #1f7b7a;
}

.site-footer {
  padding: 15px 0;
  text-align: center;
}
.site-footer a:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.site-footer a, .site-footer span {
  display: inline-block;
  padding: 0 7.5px;
}

.tm-footer-widget {
  color: white;
  padding-bottom: 45px;
  position: relative;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .tm-footer-widget.tm-svg-enable {
    padding-top: 100px;
  }
}
.tm-footer-widget .tm-svg {
  bottom: initial;
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.tm-footer-widget.tm-overlay:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.tm-footer-widget a {
  color: white;
}
.tm-footer-widget a:visited {
  color: white;
}
.tm-footer-widget a:hover {
  text-decoration: underline;
}
.tm-footer-widget .widget {
  padding-top: 30px;
}
.tm-footer-widget .widget input[type=submit] {
  color: white;
}

.tm-contact {
  padding: 15px 0 45px;
  min-height: 100%;
}
.tm-contact .tm-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.tm-contact .tm-contact-form {
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 5px;
}
@media (min-width: 1050px) {
  .tm-contact .tm-contact-form {
    background-color: white;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: black;
  }
}
@media (min-width: 576px) {
  .tm-contact .tm-contact-form .tm-form-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
}
@media (min-width: 576px) {
  .tm-contact .tm-contact-form .tm-form-group .tm-input-field {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
.tm-contact .tm-contact-form .wpcf7-form p,
.tm-contact .tm-contact-form .wpcf7-form .tm-input-field {
  margin-top: 15px;
  margin-bottom: 0;
}
.tm-contact .tm-contact-form .wpcf7-form p span,
.tm-contact .tm-contact-form .wpcf7-form .tm-input-field span {
  margin-top: 10px;
  display: block;
}

.tm-google-map-section {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.tm-google-map-section .wpgmp_map_parent {
  margin-bottom: 0;
}
.tm-google-map-section .tm-address-with-social-section {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .tm-google-map-section .tm-address-with-social-section {
    padding-top: 87px;
    padding-bottom: 87px;
  }
}
.tm-google-map-section .tm-address-with-social-section .tm-telephone,
.tm-google-map-section .tm-address-with-social-section .tm-email {
  margin-top: 15px;
}
.tm-google-map-section .tm-address-with-social-section .tm-contact-social-section ul {
  justify-content: center;
}
.tm-google-map-section .tm-address-with-social-section .tm-contact-social-section li {
  padding-top: 15px;
}

.tm-portfolio-section {
  padding: 15px 0 45px;
}
.tm-portfolio-section .tm-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.tm-portfolio-section .filter-group {
  padding: 15px 15px 0;
}
.tm-portfolio-section .filter-group li {
  padding-top: 15px;
}
.tm-portfolio-section .tm-portfolio-list {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .tm-portfolio-section .tm-portfolio-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.tm-portfolio-section .tm-portfolio-list .tm-portfolio {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .tm-portfolio-section .tm-portfolio-list .tm-portfolio {
    float: left;
    width: 50%;
    padding: 7.5px;
    margin-top: 0;
  }
}
@media (min-width: 1050px) {
  .tm-portfolio-section .tm-portfolio-list .tm-portfolio {
    width: 33.33%;
  }
}

.tm-testimonial-section {
  padding: 15px 0 45px;
  color: white;
  position: relative;
  overflow: hidden;
}
.tm-testimonial-section .tm-bg-image-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: kenburns-top 20s ease-out infinite both;
  -o-animation: kenburns-top 20s ease-out infinite both;
  -moz-animation: kenburns-top 20s ease-out infinite both;
  animation: kenburns-top 20s ease-out infinite both;
  background-attachment: fixed;
  z-index: -1;
}
.tm-testimonial-section .tm-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.tm-testimonial-section .slick-dots {
  padding-top: 15px;
}
.tm-testimonial-section .slick-dots button {
  background-color: white;
}
@media (min-width: 1050px) {
  .tm-testimonial-section .tm-testimonial-slider {
    width: 800px;
    margin: auto;
  }
}

.comment-form input[type=submit], .tm-comments-section .comment-respond .comment-form .logged-in-as a {
  display: inline-block;
  padding: 0 15px;
  line-height: 2;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
}

.tm-comments-section .comment-list li .comment-content p:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata time:before {
  display: block;
  position: absolute;
  left: 0;
  color: black;
  top: 0;
}

.tm-comments-section .comment-list > li {
  padding-bottom: 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #f8f9fa;
}
.tm-comments-section .comment-list li {
  padding-top: 30px;
}
.tm-comments-section .comment-list li .comment-reply-link {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.tm-comments-section .comment-list li .comment-meta .comment-author img {
  margin-right: 15px;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata {
  padding-top: 15px;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata a, .tm-comments-section .comment-list li .comment-meta .comment-metadata span, .tm-comments-section .comment-list li .comment-meta .comment-metadata time {
  display: inline-block;
  position: relative;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link, .tm-comments-section .comment-list li .comment-meta .comment-metadata time {
  padding-left: 25px;
  padding-right: 20px;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata time:before {
  content: "";
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before {
  content: "";
}
.tm-comments-section .comment-list li .comment-content p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.tm-comments-section .comment-list li .comment-content p:last-child {
  margin-bottom: 0;
}
.tm-comments-section .comment-list li .comment-content p:before {
  content: "";
}
.tm-comments-section .comment-list li .reply {
  padding-top: 15px;
}
.tm-comments-section .comment-list .children {
  padding: 0;
  margin-left: 15px;
}

.tm-comments-section .comment-respond .comment-reply-title {
  font-size: 22px;
  padding-top: 15px;
  margin: 0;
}
.tm-comments-section .comment-respond p {
  margin-top: 15px;
  margin-bottom: 0;
}
.tm-comments-section .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as {
  margin-top: 0;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a {
  margin-top: 15px;
}
.tm-comments-section .comment-respond .comment-form p {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tm-comments-section .comment-respond .comment-form p {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
  }
}
.tm-comments-section .comment-respond .comment-form p.comment-notes, .tm-comments-section .comment-respond .comment-form p.comment-form-comment, .tm-comments-section .comment-respond .comment-form p.comment-form-cookies-consent, .tm-comments-section .comment-respond .comment-form p.form-submit, .tm-comments-section .comment-respond .comment-form p.logged-in-as {
  flex: 0 0 100%;
  max-width: 100%;
}
.tm-comments-section .comment-respond .comment-form label {
  display: block;
  margin-bottom: 15px;
}
.tm-comments-section .comment-respond .comment-form .comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0;
  text-align: justify;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as {
  color: transparent;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: 100%;
  text-align: center;
  color: white;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:after {
  -webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:hover {
  color: white;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:hover:after {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (min-width: 768px) {
  .tm-comments-section .comment-respond .comment-form .logged-in-as a {
    margin-right: 10px;
    width: initial;
  }
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:last-child {
  margin-right: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
}

.comment-form textarea, .comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #cfd8dc;
  padding: 10px 15px;
}
.comment-form input[type=submit] {
  background-color: #5bc0be;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: 100%;
  text-align: center;
  border: 0;
}
.comment-form input[type=submit]:hover {
  background-color: #1f7b7a;
}
@media (min-width: 768px) {
  .comment-form input[type=submit] {
    margin-right: 10px;
    width: initial;
  }
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.tm-comments-section {
  padding: 0 15px 15px;
  font-weight: 600;
  margin-top: 30px;
  box-shadow: 0 0 8px 0 #cfd8dc;
}
@media (min-width: 768px) {
  .tm-comments-section {
    padding: 15px 30px 30px;
  }
}
.tm-comments-section .comments-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-color: #cfd8dc;
}

.tm-not-found {
  text-align: center;
  color: black;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tm-not-found .tm-error-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 1050px) {
  .tm-not-found .tm-error-title {
    font-size: 100px;
  }
}
.tm-not-found h1 {
  margin: 0;
}
.tm-not-found .page-header,
.tm-not-found .page-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.tm-not-found .page-content {
  padding: 20px 0 0 0;
  margin: 0;
}
.tm-not-found .page-content p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-style: italic;
}
.tm-not-found .search-form {
  width: 70%;
  margin: 0 auto;
}
.tm-not-found .search-form label {
  width: calc(100% - 90px);
  float: left;
  padding-right: 5px;
}
.tm-not-found .search-form label input {
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 0 15px;
}
.tm-not-found .search-form .search-submit {
  width: 90px;
  height: 45px;
  float: left;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */