<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Table of Contents:
 *
 * 1 - FONT
 * 2 - BASE STYLE	
 * 3 - LAYOUT STYLE
 * 4 - MENU STYLE
 * 5 - WIDGETS STYLE
 * 6 - POST STYLE
 * 7 - PAGE STYLE
 * 8 - TYPOGRAPHY STYLE
 * 9 - EFFECT STYLE
 * 10 - CUSTOMIZE STYLE
 */
/****/
/*------------------------------------------------------------------*\	
				1 - FONT																											
\*------------------------------------------------------------------*/
@font-face {
  font-family: 'reey';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/reey/reey-regular.ttf") format("ttf"), url("../fonts/reey/reey-regular.woff") format("woff"), url("../fonts/reey/reey-regular.eot") format("eot"), url("../fonts/reey/reey-regular.otf") format("otf"), url("../fonts/reey/reey-regular.svg") format("svg");
}

/*------------------------------------------------------------------*\	
				2 - BASE STYLE																												
\*------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  line-height: 1.86em;
  letter-spacing: -0.2px;
  font-size: 16px;
}

.tevily-page-loading {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

a:hover, a:active, a:focus, button:hover, button:active, button:focus {
  outline: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: var(--tevily-theme-color);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 20px;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

svg {
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wp-block-gallery.alignleft {
  padding-right: 30px;
  margin-top: 6px;
}

.wp-block-gallery.alignright {
  padding-left: 30px;
  margin-top: 6px;
}

.wp-block-gallery figcaption, .wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 15px;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-button__link {
  margin-bottom: 10px;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wp-block-button__link:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.is-style-outline .wp-block-button__link {
  color: #313041 !important;
}

.is-style-outline .wp-block-button__link:hover {
  color: #313041 !important;
}

.is-style-squared a {
  border-radius: 0 !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

figure figcaption {
  display: block;
}

figcaption, figure, main {
  display: block;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.2 !important;
  padding-top: 10px !important;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="number"],
textarea, select,
#checkout_form .input_group &gt; div input, #edit_user_profile .input_group &gt; div input {
  background-color: #FFF;
  padding: 0 12px;
  max-width: 100%;
  line-height: 40px;
  color: var(--tevily-body-color);
  font-size: 15px;
  border: 2px solid #EBE6DE;
  border-radius: 4px;
}

input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="url"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="date"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
textarea:focus,
textarea:active,
textarea:hover, select:focus, select:active, select:hover,
#checkout_form .input_group &gt; div input:focus,
#checkout_form .input_group &gt; div input:active,
#checkout_form .input_group &gt; div input:hover, #edit_user_profile .input_group &gt; div input:focus, #edit_user_profile .input_group &gt; div input:active, #edit_user_profile .input_group &gt; div input:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #EBE6DE;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: var(--tevily-body-color) !important;
  color: var(--tevily-body-color) !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: var(--tevily-body-color);
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: var(--tevily-body-color);
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: var(--tevily-body-color);
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  color: var(--tevily-body-color);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  padding-right: 35px;
  background-position: right 16px center !important;
}

.input-fw {
  width: 100%;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  cursor: pointer;
}

textarea {
  width: 100%;
}

input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover, select:focus, select:active, select:hover {
  outline: none;
}

.wp-caption {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.wp-caption img {
  margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: #313041;
  width: 100%;
  display: block;
  clear: both;
  padding: 8px 15px;
}

.wp-block-image {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.wp-block-image .aligncenter {
  display: block !important;
}

.wp-block-image .alignleft {
  margin-right: 2em !important;
  margin-bottom: 0.8em !important;
}

.wp-block-image .alignright {
  margin-left: 2em !important;
  margin-bottom: 1em !important;
}

.wp-block-image .aligncenter, .wp-block-image .alignwide, .wp-block-image .alignfull, .wp-block-image.aligncenter, .wp-block-image.alignwide, .wp-block-image.alignfull {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.wp-block-image figcaption {
  margin-bottom: 0 !important;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}

img.alignright {
  margin-top: 5px;
  margin-bottom: 15px;
}

img.alignright.size-full {
  float: right;
  clear: both;
}

img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

img.alignnone {
  margin-top: 5px;
  margin-bottom: 5px;
}

img.alignleft {
  margin-top: 5px;
  margin-bottom: 10px;
}

.aligncenter {
  text-align: center !important;
  clear: both;
  display: block;
  margin: 0 auto 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.aligncenter img {
  margin: 10px 0;
}

.alignleft {
  text-align: left;
  float: left;
  margin-right: 25px;
}

@media (max-width: 640px) {
  .alignleft {
    margin-right: 15px;
  }
}

.alignleft .wp-caption-text {
  padding: 0;
}

.alignright {
  text-align: right;
  float: right;
  margin-left: 25px;
}

@media (max-width: 640px) {
  .alignright {
    margin-left: 15px;
  }
}

.alignright figcaption {
  text-align: right;
}

.alignright .wp-caption-text {
  padding: 0;
}

.alignnone .wp-caption-text {
  padding: 0;
}

@media (max-width: 640px) {
  .alignleft, .alignright {
    max-width: 50%;
  }
}

.wp-block-cover {
  color: #fff !important;
  margin-bottom: 20px;
}

.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
}

.wp-block-cover-text {
  color: #fff !important;
}

.wp-block-image, .wp-block-gallery, .wp-block-embed {
  margin: 15px 0;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
  width: 100%;
  display: block !important;
}

.wp-block-categories {
  padding-left: 0;
  list-style: none;
}

.link-pages {
  float: left;
  width: 100%;
}

.page-links .page-links-title, .link-pages .page-links-title {
  font-weight: 600;
  color: #313041;
}

.page-links .post-nav-links, .link-pages .post-nav-links {
  margin-top: 10px;
}

.page-links &gt; a, .page-links &gt; span:not(.page-links-title), .page-links .post-nav-links &gt; a, .page-links .post-nav-links &gt; span, .link-pages &gt; a, .link-pages &gt; span:not(.page-links-title), .link-pages .post-nav-links &gt; a, .link-pages .post-nav-links &gt; span {
  padding: 2px 12px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #EBE6DE;
  display: inline-block;
  color: #313041;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  min-width: 34px;
  font-weight: 500;
}

.page-links &gt; a:hover, .page-links &gt; span:not(.page-links-title):hover, .page-links .post-nav-links &gt; a:hover, .page-links .post-nav-links &gt; span:hover, .link-pages &gt; a:hover, .link-pages &gt; span:not(.page-links-title):hover, .link-pages .post-nav-links &gt; a:hover, .link-pages .post-nav-links &gt; span:hover {
  background: var(--tevily-theme-color);
  border-color: var(--tevily-theme-color);
  color: #fff;
}

.page-links &gt; span:not(.page-links-title), .page-links .post-nav-links &gt; span, .link-pages &gt; span:not(.page-links-title), .link-pages .post-nav-links &gt; span {
  background: var(--tevily-theme-color);
  color: #fff;
  border-color: var(--tevily-theme-color);
}

.page-links .post-page-numbers {
  padding: 2px 12px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #EBE6DE;
  color: #313041;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.page-links .post-page-numbers:hover {
  border-color: var(--tevily-theme-color);
}

.page-links span.post-page-numbers {
  border-color: var(--tevily-theme-color);
}

#wp-calendar {
  width: 100%;
  margin-bottom: 0;
}

#wp-calendar caption {
  text-transform: uppercase;
  font-family: var(--tevily-heading-font-family);
  color: #313041;
  font-weight: 600;
}

#wp-calendar td, #wp-calendar th {
  padding: 5px;
  text-align: center;
}

#wp-calendar &gt; thead &gt; tr &gt; th,
#wp-calendar &gt; thead &gt; tr &gt; td {
  border-bottom-width: 0px !important;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #EBE6DE;
}

table &gt; thead &gt; tr &gt; th, table &gt; thead &gt; tr &gt; td, table &gt; tbody &gt; tr &gt; th, table &gt; tbody &gt; tr &gt; td, table &gt; tfoot &gt; tr &gt; th, table &gt; tfoot &gt; tr &gt; td {
  border-color: #EBE6DE;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  padding: 5px 10px;
}

table &gt; thead &gt; tr &gt; th, table &gt; tbody &gt; tr &gt; th, table &gt; tfoot &gt; tr &gt; th {
  color: #313041;
  font-weight: 600;
  word-wrap: normal;
}

table &gt; thead &gt; tr &gt; th.views, table &gt; tbody &gt; tr &gt; th.views, table &gt; tfoot &gt; tr &gt; th.views {
  min-width: 120px;
}

table &gt; thead &gt; tr &gt; th,
table &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
  color: #313041;
  white-space: nowrap;
}

blockquote {
  border-left: 2px solid var(--tevily-theme-color) !important;
  color: #313041;
  font-style: italic;
  padding: 5px 10px 5px 25px !important;
  position: relative;
  -webkit-transition: .2s border ease-in-out;
  transition: .2s border ease-in-out;
  z-index: 0;
  margin-bottom: 30px;
}

blockquote p {
  font-size: 1.2em !important;
  line-height: 2em !important;
}

blockquote:before {
  content: "\f10e";
  color: #222;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  line-height: 1em;
  text-align: center;
  width: 1em;
  font-weight: 900;
  font-size: 38px;
  margin-bottom: 30px;
  display: block;
}

blockquote.format:before, blockquote.format:after {
  display: none;
}

blockquote.book:after {
  content: "\f12e";
}

blockquote.podcast:after {
  content: "\f32d";
}

blockquote.lyrics:after {
  content: "\f333";
}

blockquote.favorite:after {
  content: "\f384";
}

blockquote:active:after {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

blockquote cite:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #d9d9d9;
  display: block;
  margin-bottom: 10px;
}

.hentry .entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote {
  border: 0 !important;
  margin: 0 1em;
  padding: 0;
  max-width: 90%;
}

.wp-block-pullquote {
  margin: 25px 0 !important;
  padding: 2em 0;
}

.wp-block-pullquote.is-style-solid-color {
  background: #FAF5EE;
  border-left: 2px solid var(--tevily-theme-color) !important;
}

.wp-block-pullquote.is-style-solid-color .wp-block-quote {
  max-width: 90%;
}

.wp-block-pullquote .wp-block-quote {
  max-width: 90%;
}

dl {
  color: #313041;
  font-family: var(--tevily-heading-font-family);
}

dd {
  margin: 0 1.5em 1.75em;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

.no-padding {
  padding: 0 !important;
}

a.disable {
  pointer-events: none;
  cursor: default;
}

ul, ol {
  padding-left: 20px;
}

ul li i, ol li i {
  margin-right: 3px;
}

ul.medium, ol.medium {
  list-style-type: none;
  padding-left: 0;
}

ul.medium &gt; li, ol.medium &gt; li {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 5px;
}

.hide {
  display: none;
}

ul.feature-list, ul.list-style-1 {
  margin-bottom: 20px;
  padding-left: 0;
}

ul.feature-list &gt; li, ul.list-style-1 &gt; li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

ul.feature-list &gt; li:after, ul.list-style-1 &gt; li:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  color: var(--tevily-theme-color);
  font-weight: 700;
}

ul.list-style-2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.list-style-2 &gt; li {
  color: var(--tevily-theme-color);
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
}

ul.list-style-2 &gt; li:last-child {
  margin-bottom: 0;
}

ul.inline {
  padding: 0;
  margin: 0;
}

ul.inline &gt; li {
  float: left;
  margin-right: 15px;
  list-style: none;
}

ul.inline &gt; li:last-child {
  margin-right: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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. */
}

/************************* Pagination ************************/
.pager .paginations, .babe_pager {
  display: inline-block;
}

.pager .paginations span, .pager .paginations a, .babe_pager span, .babe_pager a {
  font-size: 14px;
  background: #fff;
  color: #313041;
  font-weight: 500;
  padding: 0 15px 0 15px;
  line-height: 34px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -ms-transition: all 0.35s !important;
  text-decoration: none;
  border: none;
  margin-right: 10px;
  border: 2px solid #EBE6DE;
  border-radius: 4px;
}

.pager .paginations span:hover, .pager .paginations a:hover, .babe_pager span:hover, .babe_pager a:hover {
  color: var(--tevily-theme-color);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-color: var(--tevily-theme-color);
}

.pager .paginations span.active, .pager .paginations a.active, .babe_pager span.active, .babe_pager a.active {
  background: var(--tevily-theme-color);
  border-color: var(--tevily-theme-color);
  color: #fff;
}

.pager .paginations span.page-item, .babe_pager span.page-item {
  padding-right: 5px;
  letter-spacing: 1px;
}

.pager .paginations span.current, .babe_pager span.current {
  color: var(--tevily-theme-color);
  border-color: var(--tevily-theme-color);
}

.woocommerce .pager .pages &gt; * {
  border: 1px solid #EBE6DE;
  font-weight: 600;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  color: #888888;
}

.woocommerce .pager .pages &gt; *:last-child {
  margin-right: 0;
}

.woocommerce .pager .pages &gt; *:hover {
  color: #242424;
  border-color: #242424;
  text-decoration: -moz-anchor-decoration;
}

.woocommerce .pager .pages span {
  color: #242424;
  text-decoration: -moz-anchor-decoration;
  border-color: #242424;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.margin-1 {
  margin-top: -60px;
}

@media (max-width: 767.98px) {
  .margin-1 {
    margin-top: 30px;
  }
}

.no-margin {
  margin: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-50 {
  padding: 50px !important;
}

@media (max-width: 767.98px) {
  .padding-50 {
    padding: 30px !important;
  }
}

.padding-40 {
  padding: 40px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-responsive {
  padding: 30px 120px;
}

@media (max-width: 767.98px) {
  .padding-responsive {
    padding: 30px;
  }
}

.special-margin-top {
  margin-top: -100px;
}

@media (max-width: 767.98px) {
  .special-margin-top {
    margin-top: 30px;
  }
}

.special-margin-top-2 {
  margin-top: -120px;
}

@media (max-width: 767.98px) {
  .special-margin-top-2 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-bg {
  background: transparent !important;
}

.bg-theme {
  background: var(--tevily-theme-color) !important;
}

.bg-theme-2 {
  background: var(--tevily-theme-color) !important;
}

.bg-dark {
  background: #222 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-center {
  background-position: center center !important;
  background-repeat: no-repeat;
}

.bg-left {
  background-position: center left !important;
}

.bg-right {
  background-position: center right !important;
}

.no-border {
  border: none !important;
}

.radius-1x {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.radius-5x {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.border-1 {
  border: 1px solid #EBE6DE !important;
}

.border-2 {
  border: 2px solid #EBE6DE;
}

.border-3 {
  border: 3px solid #EBE6DE;
}

.border-4 {
  border: 4px solid #EBE6DE;
}

.border-5 {
  border: 5px solid #EBE6DE;
}

.hidden {
  display: none !important;
}

.over-hidden {
  overflow: hidden;
}

.pstatic {
  position: static !important;
}

.prelative {
  position: relative !important;
}

.text-white {
  color: #fff !important;
}

.text-white * {
  color: #fff !important;
}

.text-black {
  color: #313041;
}

.text-theme {
  color: var(--tevily-theme-color) !important;
}

.body-color {
  color: var(--tevily-body-color) !important;
}

.hover-color-theme a:hover {
  color: var(--tevily-theme-color) !important;
}

.hover-color-theme-2 a:hover {
  color: var(--tevily-theme-color) !important;
}

.text-medium {
  font-size: 18px;
  font-weight: 600;
}

.font-second {
  font-family: "reey";
}

.text-underline {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 3px, rgba(0, 0, 0, 0) 0%);
  background-size: 1px 5px;
  background-repeat: repeat-x;
  background-position: bottom;
  text-decoration: none;
  padding-bottom: 2px;
}

.letter-spacing-1 {
  letter-spacing: -1px !important;
}

.letter-spacing-2 {
  letter-spacing: -2px !important;
}

.btn, .btn-theme, .btn, .btn-white, .btn-gray, .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme):not(.las), #tribe-events .tribe-events-button, .tribe-events-button {
  font-size: 12px;
  background: var(--tevily-theme-color);
  color: #fff;
  font-weight: 700;
  padding: 18px 30px;
  line-height: 15px;
  border-radius: 8px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  border: none;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

@media (max-width: 991.98px) {
  .btn, .btn-theme, .btn, .btn-white, .btn-gray, .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme):not(.las), #tribe-events .tribe-events-button, .tribe-events-button {
    padding: 14px 20px;
    font-size: 11px;
  }
}

.btn:hover, .btn-theme:hover, .btn:hover, .btn-white:hover, .btn-gray:hover, .btn-black:hover, input[type*="submit"]:not(.fa):not(.btn-theme):not(.las):hover, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
  color: #fff;
  background: var(--tevily-theme-color);
  opacity: 0.9;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-theme {
  background: var(--tevily-theme-color);
}

.btn-theme:before {
  background: var(--tevily-theme-color);
}

.btn-theme:after {
  background: #313041;
}

.btn-theme:hover {
  color: #fff;
  background: #313041;
}

.btn-gray {
  background: #FAF5EE;
  color: #313041;
}

.btn-gray:hover {
  color: #313041;
}

.btn-gray-icon {
  background: #F0F3F6;
  color: var(--tevily-body-color);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 18px;
  border-radius: 4px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .btn-gray-icon {
    font-size: 12px;
    padding: 5px 12px;
  }
}

.btn-gray-icon i {
  margin-right: 5px;
}

.btn-gray-icon:hover {
  background: var(--tevily-theme-color);
  color: #fff;
}

.btn-gray-icon.bg-theme {
  background: var(--tevily-theme-color);
  color: #fff;
}

.btn-black {
  background: #313041;
  color: #fff;
}

.btn-black:hover {
  background: #313041;
  opacity: 0.9;
}

.btn-white {
  background: #fff;
  color: #313041 !important;
}

.btn-white:before {
  background: #fff;
}

.btn-white:after {
  background: var(--tevily-theme-color);
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: var(--tevily-theme-color);
  color: #fff !important;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  padding: 18px 30px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
  background: var(--tevily-theme-color);
}

.btn-medium {
  padding: 25px 40px;
}

@media (max-width: 991.98px) {
  .btn-medium {
    padding: 20px 30px;
  }
}

@media (max-width: 767.98px) {
  .btn-medium {
    padding: 18px 25px;
  }
}

.btn-small, .btn-size-small {
  font-size: 12px;
  padding: 6px 15px;
}

.btn-small:after, .btn-size-small:after {
  width: 10px;
  height: 10px;
}

.btn-small-arrow {
  padding: 2px 38px 2px 20px;
  line-height: 30px;
  font-size: 12px;
  position: relative;
}

.btn-small-arrow:before {
  content: '\f061';
  color: #fff;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  line-height: 1;
  top: 11px;
  font-size: 10px;
  right: 20px;
  z-index: 9;
  font-weight: 700;
}

.btn-inline {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--tevily-theme-color);
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 2;
  padding-right: 18px;
}

.btn-inline:before {
  content: '\f061';
  color: var(--tevily-theme-color);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  line-height: 1;
  top: 4px;
  font-size: 11px;
  right: 0;
  z-index: 9;
  font-weight: 700;
}

.btn-inline:hover {
  color: var(--tevily-theme-color);
}

.btn-fw {
  width: 100%;
}

.width-380 {
  width: 380px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-400 {
  width: 400px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-500 {
  width: 500px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-600 {
  width: 600px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-700 {
  width: 700px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-800 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-900 {
  width: 900px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-950 {
  width: 950px;
  max-width: 100%;
  margin: 0 auto !important;
}

.width-1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto !important;
}

.elementor-section.elementor-section-boxed.width-1370 &gt; .elementor-container {
  width: 1370px;
  max-width: 100%;
  margin: 0 auto;
}

.alert {
  position: relative;
}

.alert.alert_info {
  background: #EEF1F6;
}

.alert .alert_icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.alert .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 16px;
}

.alert .alert_wrapper {
  padding: 0 30px;
}

.pagination {
  width: 100%;
  margin: 0;
}

.pagination .pager {
  margin: 15px 0 30px;
}

.pagination .pager_wrapper {
  border: none;
}

.max-width-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.list-socials {
  text-align: center;
}

.list-socials a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 25px;
}

.list-socials a:last-child {
  margin-right: 0;
}

.list-socials a i {
  font-size: 17px;
  color: #9E9E9E;
}

.list-socials.white a:hover i {
  color: #fff;
}

.socials {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.socials a {
  color: #EBE6DE;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-right: 12px;
  font-size: 14px;
}

.socials a:last-child {
  margin-right: 0;
}

.socials a:hover, .socials a:focus, .socials a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.socials a i {
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background: var(--tevily-theme-color);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.socials a i.fa-facebook-square, .socials a i.fa-facebook {
  background: #3b5998;
}

.socials a i.fa-twitter, .socials a i.fa-twitter-square {
  background: #4099ff;
}

.socials a i.fa-skype {
  background: #12a5f4;
}

.socials a i.fa-dribbble {
  background: #ea4c89;
}

.socials a i.fa-linkedin-square, .socials a i.fa-linkedin {
  background: #0e76a8;
}

.socials a i.fa-apple {
  background: #f2f2f2;
}

.socials a i.fa-pinterest {
  background: #c92228;
}

.socials a i.fa-google-plus-square, .socials a i.fa-google-plus {
  background: #d34836;
}

.socials a i.fa-youtube-square, .socials a i.fa-youtube {
  background: #c4302b;
}

.socials a i.fa-vimeo-square, .socials a i.fa-vimeo {
  background: #4ebbff;
}

.socials a i.fa-tumblr-square, .socials a i.fa-tumblr {
  background: #35465c;
}

.socials a i.fa-xing-square, .socials a i.fa-xing {
  background: #126567;
}

.socials a i.fa-instagram {
  background: #e8e2d9;
}

.socials-2 {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.socials-2 li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

.socials-2 li a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  font-size: 18px;
}

.socials-2 li a i {
  color: #dddddd;
  display: inline-block;
  text-align: center;
}

.socials-2 li a i:hover {
  color: var(--tevily-theme-color);
}

.socials-2 li:last-child {
  margin-right: 0;
}

.fa-stack {
  width: 2.4em !important;
  height: 2.4em !important;
  line-height: 2.4em;
}

.fa-1x {
  font-size: 1.5em !important;
}

.tabs-list {
  text-align: center;
  margin-bottom: 10px;
}

.tabs-list ul.nav-tabs {
  display: inline-block;
  width: auto;
  float: none;
}

.tabs-list ul.nav-tabs &gt; li {
  margin-bottom: 10px;
}

.pieChart {
  position: relative;
}

.pieChart .pie-label {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 1;
}

#gallery-1 img {
  border: none !important;
}

.alert-danger {
  color: #fff;
  background: var(--tevily-theme-color);
}

form.post-password-form input[type*="submit"] {
  line-height: 45px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: -1px;
}

form.post-password-form input[type*="submit"]:hover {
  cursor: pointer;
}

/*------------------------------------------------------------------*\	
				3 - GRID STYLE																										
\*------------------------------------------------------------------*/
/* #Block grid
--------------------------------------------------------------- */
.item-columns {
  padding: 0 15px;
}

[class*="block-grid-"] {
  display: block;
  margin: 0 -15px;
  padding: 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  display: table;
  content: " ";
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] &gt; div {
  display: block;
  float: left;
  height: auto;
  padding: 0 15px;
  width: 100%;
}

[class*="block-grid-"] &gt; div:after {
  display: block;
}

@media (min-width: 280px) {
  .xx-block-grid-1 &gt; div {
    width: 100%;
  }
  .xx-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }
  .xx-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }
  .xx-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }
  .xx-block-grid-2 &gt; div {
    width: 50%;
  }
  .xx-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }
  .xx-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }
  .xx-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }
  .xx-block-grid-3 &gt; div {
    width: 33.33333%;
  }
  .xx-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }
  .xx-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }
  .xx-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }
  .xx-block-grid-4 &gt; div {
    width: 25%;
  }
  .xx-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }
  .xx-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }
  .xx-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }
  .xx-block-grid-5 &gt; div {
    width: 20%;
  }
  .xx-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }
  .xx-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }
  .xx-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }
  .xx-block-grid-6 &gt; div {
    width: 16.66667%;
  }
  .xx-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }
  .xx-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }
  .xx-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }
  .xx-block-grid-7 &gt; div {
    width: 14.28571%;
  }
  .xx-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }
  .xx-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }
  .xx-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }
  .xx-block-grid-8 &gt; div {
    width: 12.5%;
  }
  .xx-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }
  .xx-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }
  .xx-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }
  .xx-block-grid-9 &gt; div {
    width: 11.11111%;
  }
  .xx-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }
  .xx-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }
  .xx-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }
  .xx-block-grid-10 &gt; div {
    width: 10%;
  }
  .xx-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }
  .xx-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }
  .xx-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }
  .xx-block-grid-11 &gt; div {
    width: 9.09091%;
  }
  .xx-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }
  .xx-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }
  .xx-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }
  .xx-block-grid-12 &gt; div {
    width: 8.33333%;
  }
  .xx-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }
  .xx-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }
  .xx-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

@media (min-width: 580px) {
  .xs-block-grid-1 &gt; div {
    width: 100%;
  }
  .xs-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }
  .xs-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }
  .xs-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }
  .xs-block-grid-2 &gt; div {
    width: 50%;
  }
  .xs-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }
  .xs-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }
  .xs-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }
  .xs-block-grid-3 &gt; div {
    width: 33.33333%;
  }
  .xs-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }
  .xs-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }
  .xs-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }
  .xs-block-grid-4 &gt; div {
    width: 25%;
  }
  .xs-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }
  .xs-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }
  .xs-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }
  .xs-block-grid-5 &gt; div {
    width: 20%;
  }
  .xs-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }
  .xs-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }
  .xs-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }
  .xs-block-grid-6 &gt; div {
    width: 16.66667%;
  }
  .xs-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }
  .xs-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }
  .xs-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }
  .xs-block-grid-7 &gt; div {
    width: 14.28571%;
  }
  .xs-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }
  .xs-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }
  .xs-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }
  .xs-block-grid-8 &gt; div {
    width: 12.5%;
  }
  .xs-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }
  .xs-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }
  .xs-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }
  .xs-block-grid-9 &gt; div {
    width: 11.11111%;
  }
  .xs-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }
  .xs-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }
  .xs-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }
  .xs-block-grid-10 &gt; div {
    width: 10%;
  }
  .xs-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }
  .xs-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }
  .xs-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }
  .xs-block-grid-11 &gt; div {
    width: 9.09091%;
  }
  .xs-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }
  .xs-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }
  .xs-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }
  .xs-block-grid-12 &gt; div {
    width: 8.33333%;
  }
  .xs-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }
  .xs-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }
  .xs-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

@media (min-width: 768px) {
  .sm-block-grid-1 &gt; div {
    width: 100%;
  }
  .sm-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }
  .sm-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }
  .sm-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }
  .sm-block-grid-2 &gt; div {
    width: 50%;
  }
  .sm-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }
  .sm-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }
  .sm-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }
  .sm-block-grid-3 &gt; div {
    width: 33.33333%;
  }
  .sm-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }
  .sm-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }
  .sm-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }
  .sm-block-grid-4 &gt; div {
    width: 25%;
  }
  .sm-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }
  .sm-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }
  .sm-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }
  .sm-block-grid-5 &gt; div {
    width: 20%;
  }
  .sm-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }
  .sm-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }
  .sm-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }
  .sm-block-grid-6 &gt; div {
    width: 16.66667%;
  }
  .sm-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }
  .sm-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }
  .sm-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }
  .sm-block-grid-7 &gt; div {
    width: 14.28571%;
  }
  .sm-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }
  .sm-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }
  .sm-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }
  .sm-block-grid-8 &gt; div {
    width: 12.5%;
  }
  .sm-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }
  .sm-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }
  .sm-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }
  .sm-block-grid-9 &gt; div {
    width: 11.11111%;
  }
  .sm-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }
  .sm-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }
  .sm-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }
  .sm-block-grid-10 &gt; div {
    width: 10%;
  }
  .sm-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }
  .sm-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }
  .sm-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }
  .sm-block-grid-11 &gt; div {
    width: 9.09091%;
  }
  .sm-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }
  .sm-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }
  .sm-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }
  .sm-block-grid-12 &gt; div {
    width: 8.33333%;
  }
  .sm-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }
  .sm-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }
  .sm-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Medium */
@media (min-width: 1024.1px) {
  [class*="block-grid-"] {
    margin: 0 -15px;
  }
  [class*="block-grid-"] &gt; div {
    padding: 0 15px;
  }
  .item-columns {
    padding: 0 15px;
  }
  .md-block-grid-1 &gt; div {
    width: 100%;
  }
  .md-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }
  .md-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }
  .md-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }
  .md-block-grid-2 &gt; div {
    width: 50%;
  }
  .md-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }
  .md-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }
  .md-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }
  .md-block-grid-3 &gt; div {
    width: 33.33333%;
  }
  .md-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }
  .md-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }
  .md-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }
  .md-block-grid-4 &gt; div {
    width: 25%;
  }
  .md-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }
  .md-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }
  .md-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }
  .md-block-grid-5 &gt; div {
    width: 20%;
  }
  .md-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }
  .md-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }
  .md-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }
  .md-block-grid-6 &gt; div {
    width: 16.66667%;
  }
  .md-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }
  .md-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }
  .md-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }
  .md-block-grid-7 &gt; div {
    width: 14.28571%;
  }
  .md-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }
  .md-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }
  .md-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }
  .md-block-grid-8 &gt; div {
    width: 12.5%;
  }
  .md-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }
  .md-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }
  .md-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }
  .md-block-grid-9 &gt; div {
    width: 11.11111%;
  }
  .md-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }
  .md-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }
  .md-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }
  .md-block-grid-10 &gt; div {
    width: 10%;
  }
  .md-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }
  .md-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }
  .md-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }
  .md-block-grid-11 &gt; div {
    width: 9.09091%;
  }
  .md-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }
  .md-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }
  .md-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }
  .md-block-grid-12 &gt; div {
    width: 8.33333%;
  }
  .md-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }
  .md-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }
  .md-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Large */
@media (min-width: 1200px) {
  [class*="block-grid-"] {
    margin: 0 -15px;
  }
  [class*="block-grid-"] &gt; div {
    padding: 0 15px;
  }
  .item-columns {
    padding: 0 15px;
  }
  .lg-block-grid-1 &gt; div {
    width: 100%;
  }
  .lg-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }
  .lg-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }
  .lg-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }
  .lg-block-grid-2 &gt; div {
    width: 50%;
  }
  .lg-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }
  .lg-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }
  .lg-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }
  .lg-block-grid-3 &gt; div {
    width: 33.33333%;
  }
  .lg-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }
  .lg-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }
  .lg-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }
  .lg-block-grid-4 &gt; div {
    width: 25%;
  }
  .lg-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }
  .lg-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }
  .lg-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }
  .lg-block-grid-5 &gt; div {
    width: 20%;
  }
  .lg-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }
  .lg-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }
  .lg-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }
  .lg-block-grid-6 &gt; div {
    width: 16.66667%;
  }
  .lg-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }
  .lg-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }
  .lg-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }
  .lg-block-grid-7 &gt; div {
    width: 14.28571%;
  }
  .lg-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }
  .lg-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }
  .lg-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }
  .lg-block-grid-8 &gt; div {
    width: 12.5%;
  }
  .lg-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }
  .lg-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }
  .lg-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }
  .lg-block-grid-9 &gt; div {
    width: 11.11111%;
  }
  .lg-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }
  .lg-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }
  .lg-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }
  .lg-block-grid-10 &gt; div {
    width: 10%;
  }
  .lg-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }
  .lg-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }
  .lg-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }
  .lg-block-grid-11 &gt; div {
    width: 9.09091%;
  }
  .lg-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }
  .lg-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }
  .lg-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }
  .lg-block-grid-12 &gt; div {
    width: 8.33333%;
  }
  .lg-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }
  .lg-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }
  .lg-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Large Listing Page*/
@media (min-width: 1550px) {
  .hm_lg-block-grid-1 &gt; div {
    width: 100%;
  }
  .hm_lg-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }
  .hm_lg-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }
  .hm_lg-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }
  .hm_lg-block-grid-2 &gt; div {
    width: 50%;
  }
  .hm_lg-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }
  .hm_lg-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }
  .hm_lg-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }
  .hm_lg-block-grid-3 &gt; div {
    width: 33.33333%;
  }
  .hm_lg-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }
  .hm_lg-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }
  .hm_lg-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }
  .hm_lg-block-grid-4 &gt; div {
    width: 25%;
  }
  .hm_lg-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }
  .hm_lg-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }
  .hm_lg-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }
  .hm_lg-block-grid-5 &gt; div {
    width: 20%;
  }
  .hm_lg-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }
  .hm_lg-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }
  .hm_lg-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }
  .hm_lg-block-grid-6 &gt; div {
    width: 16.66667%;
  }
  .hm_lg-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }
  .hm_lg-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }
  .hm_lg-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }
  .hm_lg-block-grid-7 &gt; div {
    width: 14.28571%;
  }
  .hm_lg-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }
  .hm_lg-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }
  .hm_lg-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }
  .hm_lg-block-grid-8 &gt; div {
    width: 12.5%;
  }
  .hm_lg-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }
  .hm_lg-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }
  .hm_lg-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }
  .hm_lg-block-grid-9 &gt; div {
    width: 11.11111%;
  }
  .hm_lg-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }
  .hm_lg-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }
  .hm_lg-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }
  .hm_lg-block-grid-10 &gt; div {
    width: 10%;
  }
  .hm_lg-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }
  .hm_lg-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }
  .hm_lg-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }
  .hm_lg-block-grid-11 &gt; div {
    width: 9.09091%;
  }
  .hm_lg-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }
  .hm_lg-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }
  .hm_lg-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }
  .hm_lg-block-grid-12 &gt; div {
    width: 8.33333%;
  }
  .hm_lg-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }
  .hm_lg-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }
  .hm_lg-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }
  .hm_lg-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }
  .hm_lg-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}

.no-gutter [class*="block-grid-"] &gt; div {
  padding: 0 !important;
}

.no-gutter .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-gutter [class*="col-"], .no-gutter .item-columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.small-gutter [class*="block-grid-"] {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.small-gutter [class*="block-grid-"] &gt; div {
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-bottom: 2px;
}

/*------------------------------------------------------------------*\	
				4 - LAYOUT STYLE																										
\*------------------------------------------------------------------*/
body .wrapper-page {
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
}

body.boxed-layout, body.boxed {
  background: #efefef;
  max-width: 1440px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

body.boxed-layout .wrapper-page, body.boxed .wrapper-page {
  background: #fff;
}

body.open-off-canvas:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  z-index: 99;
}

body .page {
  position: relative;
}

body .container-layout-content.container {
  margin-bottom: 30px;
}

.main-page-content {
  position: relative;
}

#wp-content {
  min-height: 150px;
  background: #fff;
}

footer .footer-main {
  background: #000;
  color: var(--tevily-footer-color);
  font-size: 16px;
  position: relative;
  font-weight: 500;
  z-index: 111;
}

footer .footer-main a {
  color: var(--tevily-footer-color);
}

footer .footer-main a:hover {
  color: var(--tevily-theme-color);
}

footer .footer-main .footer-main &gt; p {
  display: none;
}

footer .footer-main .column &gt; .widget:first-child {
  padding-top: 45px;
}

.copyright {
  color: var(--tevily-footer-color);
  background: #313041;
}

.copyright .copyright-content {
  text-align: center;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1025px) {
  .container {
    max-width: 100%;
  }
}

/*------------------------------------------------------------------*\	
				5 - HEADER STYLE																											
\*------------------------------------------------------------------*/
.header_mobile_screen {
  display: none;
}

@media (max-width: 1024px) {
  .header_mobile_screen {
    display: block;
  }
  .header_default_screen {
    display: none;
  }
}

.gv-sticky-menu {
  position: relative;
  -webkit-transition: all 0.05s !important;
  transition: all 0.05s !important;
}

.gv-sticky-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.gv-sticky-wrapper.is-fixed &gt; .elementor-section {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.gva-search {
  position: relative;
}

.gva-search .control-search {
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.gva-search .control-search .icon {
  font-size: 22px;
}

.gva-search .control-search:hover i, .gva-search .control-search:focus i, .gva-search .control-search.search-open i {
  color: var(--tevily-theme-color);
}

.gva-search .gva-search-content {
  position: absolute;
  top: 100%;
  right: -35px;
  z-index: 1;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  margin-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  visibility: hidden;
  padding: 15px;
  border-radius: 8px;
}

.gva-search .gva-search-content:after {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #EBE6DE;
  position: absolute;
  bottom: 100%;
  right: 45px;
}

.gva-search .gva-main-search {
  padding-top: 0;
}

.gva-search.open .gva-search-content {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

@media (max-width: 767.98px) {
  header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.header-mobile {
  background: #FFF !important;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.header-mobile .topbar-mobile {
  padding: 10px 15px 5px;
  font-size: 15px;
  background: #313041;
  color: #dddddd;
}

.header-mobile .topbar-mobile a {
  color: #dddddd;
}

.header-mobile .topbar-mobile a:hover {
  color: var(--tevily-theme-color);
}

.header-mobile .topbar-mobile .topbar-right {
  text-align: right;
}

.header-mobile .topbar-mobile .topbar-right .topbar-information {
  font-weight: 500;
}

.header-mobile .topbar-mobile .topbar-right .topbar-information i {
  color: var(--tevily-theme-color);
  margin-right: 6px;
}

.header-mobile .topbar-mobile .topbar-left .socials-2 li a {
  font-size: 16px;
}

.header-mobile .header-mobile-content {
  position: relative;
  padding: 15px 30px;
}

@media (max-width: 800px) {
  .header-mobile .header-mobile-content {
    padding: 10px 20px;
  }
}

.header-mobile .header-mobile-content .header-content-inner .header-left {
  width: 50%;
  float: left;
  min-height: 20px;
}

.header-mobile .header-mobile-content .header-content-inner .header-left .logo-mobile {
  max-width: 150px;
  padding-top: 6px;
}

.header-mobile .header-mobile-content .header-content-inner .header-left .logo-mobile img {
  max-width: 100%;
}

.header-mobile .header-mobile-content .header-content-inner .header-right {
  width: 50%;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .gva-user .profile {
  position: relative;
  top: -6px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .gva-user .profile .avata-icon {
  padding-top: 2px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .gva-user .user-account {
  top: calc(100% + 3px);
}

.header-mobile .header-mobile-content .header-content-inner .header-right .gva-user .user-account:after {
  right: 25px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .main-search {
  padding-top: 2px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .main-search .control-search .icon {
  color: #313041;
  font-size: 20px;
  font-weight: 700;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile {
  margin-left: 20px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle .icon {
  font-size: 30px;
  color: #313041;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle:after {
  display: none;
}

.header-mobile .header-mobile-content .mini-cart-header {
  margin-top: -15px !important;
  position: absolute;
  top: 50%;
  right: 25px;
}

.header-builder-frontend {
  position: relative;
  z-index: 999;
  width: 100%;
}

.header-builder-frontend.header-position-relative .header-builder-inner {
  position: relative;
  width: 100%;
}

.header-builder-frontend.header-position-absolute .header-builder-inner {
  position: absolute;
  width: 100%;
}

.header-builder-frontend.header-position-absolute .header-builder-inner .gv-sticky-menu.stuck {
  background: #313041;
}

@media (max-width: 767.98px) {
  .header-builder-frontend {
    position: relative;
  }
}

.header-default {
  background: #fff;
  position: relative;
  z-index: 999;
}

.header-default .header-bottom {
  background: #fff;
  position: relative;
}

.header-default .header-bottom .header-bottom-inner {
  position: relative;
  padding-left: 170px;
  min-height: 80px;
  padding-right: 55px;
}

.header-default .header-bottom .header-bottom-inner .logo {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  padding: 15px 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
}

.header-default .header-bottom .header-bottom-inner ul.gva-nav-menu {
  float: right;
}

.header-default .header-bottom .header-bottom-inner ul.gva-nav-menu &gt; li &gt; a {
  padding: 30px 2px;
}

.header-default .header-bottom .header-bottom-inner .gsc-search-box {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
  z-index: 1;
}

.header-default .header-bottom .header-bottom-inner .gsc-search-box .control-search {
  width: 45px;
  height: 45px;
  line-height: 42px;
  font-size: 20px;
  background: #FAF5EE;
  color: var(--tevily-body-color);
  border-radius: 50%;
}

.header-default .header-bottom .header-bottom-inner .gsc-search-box .control-search svg {
  width: 18px;
  fill: var(--tevily-body-color);
}

.header-default .header-bottom .header-bottom-inner .gsc-search-box .control-search:hover svg {
  fill: var(--tevily-theme-color);
}

.header-builder {
  min-height: 550px;
}

.header-builder.header-bg-black {
  padding: 10px 0 30px;
  background: url("../images/bg-header-builder.jpg") no-repeat center top transparent;
  background-size: cover;
}

/*------------------------------------------------------------------*\	
				5 - MENU STYLE																											
\*------------------------------------------------------------------*/
ul.gva-nav-menu {
  margin-bottom: 0;
  padding: 0;
}

ul.gva-nav-menu &gt; li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  float: left;
  display: inline-block;
  padding: 0 18px;
}

ul.gva-nav-menu &gt; li &gt; a {
  font-size: 16px;
  font-weight: 500;
  height: auto;
  position: relative;
  display: inline-block;
  color: var(--tevily-body-color);
  padding: 32px 0;
}

ul.gva-nav-menu &gt; li &gt; a:after {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background-color: var(--tevily-theme-color);
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 11;
  opacity: 0;
}

ul.gva-nav-menu &gt; li &gt; a .caret {
  margin-left: 3px;
  top: 2px;
  position: relative;
  height: 8px;
  width: 10px;
  display: inline-block;
  font-size: 14px;
}

ul.gva-nav-menu &gt; li &gt; a .caret:after {
  content: '\f107';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}

ul.gva-nav-menu &gt; li:hover &gt; a, ul.gva-nav-menu &gt; li:active &gt; a, ul.gva-nav-menu &gt; li:focus &gt; a, ul.gva-nav-menu &gt; li.current_page_parent &gt; a {
  color: #313041;
}

ul.gva-nav-menu &gt; li:hover &gt; a:after, ul.gva-nav-menu &gt; li:active &gt; a:after, ul.gva-nav-menu &gt; li:focus &gt; a:after, ul.gva-nav-menu &gt; li.current_page_parent &gt; a:after {
  bottom: -1px;
  opacity: 1;
}

ul.gva-nav-menu &gt; li &gt; .submenu-inner:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background: transparent;
}

@media (max-width: 1024px) {
  ul.gva-nav-menu &gt; li &gt; .submenu-inner:after {
    display: none;
  }
}

ul.gva-nav-menu &gt; li .submenu-inner, ul.gva-nav-menu &gt; li ul.submenu-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 100%;
  z-index: 99;
  margin-top: 1px;
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  min-width: 250px;
  padding: 20px 20px 20px;
  background: #fff;
  list-style-type: none;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

ul.gva-nav-menu &gt; li .submenu-inner li, ul.gva-nav-menu &gt; li ul.submenu-inner li {
  background: transparent;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #EBE6DE;
  padding: 5px 0;
}

@media (max-width: 767.98px) {
  ul.gva-nav-menu &gt; li .submenu-inner li, ul.gva-nav-menu &gt; li ul.submenu-inner li {
    border-bottom: 0;
  }
}

ul.gva-nav-menu &gt; li .submenu-inner li:last-child, ul.gva-nav-menu &gt; li ul.submenu-inner li:last-child {
  border-bottom: none;
}

ul.gva-nav-menu &gt; li .submenu-inner li a, ul.gva-nav-menu &gt; li ul.submenu-inner li a {
  display: block;
  line-height: 1.4;
  padding: 8px 0;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  color: var(--tevily-body-color);
}

ul.gva-nav-menu &gt; li .submenu-inner li a .caret, ul.gva-nav-menu &gt; li ul.submenu-inner li a .caret {
  top: 18px;
  position: absolute;
  right: 0;
  height: 8px;
  width: 10px;
  display: inline-block;
}

ul.gva-nav-menu &gt; li .submenu-inner li a .caret:after, ul.gva-nav-menu &gt; li ul.submenu-inner li a .caret:after {
  content: '\f054';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
}

ul.gva-nav-menu &gt; li .submenu-inner li a:hover, ul.gva-nav-menu &gt; li .submenu-inner li a:focus, ul.gva-nav-menu &gt; li .submenu-inner li a:active, ul.gva-nav-menu &gt; li ul.submenu-inner li a:hover, ul.gva-nav-menu &gt; li ul.submenu-inner li a:focus, ul.gva-nav-menu &gt; li ul.submenu-inner li a:active {
  color: var(--tevily-theme-color);
}

ul.gva-nav-menu &gt; li .submenu-inner li ul.submenu-inner, ul.gva-nav-menu &gt; li ul.submenu-inner li ul.submenu-inner {
  position: absolute;
  left: 90%;
  top: 0;
}

ul.gva-nav-menu &gt; li .submenu-inner li:hover &gt; ul.submenu-inner, ul.gva-nav-menu &gt; li ul.submenu-inner li:hover &gt; ul.submenu-inner {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

ul.gva-nav-menu &gt; li:hover &gt; .submenu-inner {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

@media (max-width: 1600px) {
  ul.gva-nav-menu &gt; li:last-child ul.submenu-inner li ul.submenu-inner, ul.gva-nav-menu &gt; li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
    right: 100%;
    left: auto;
  }
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner {
  max-width: 1170px !important;
  background: #fff;
  left: 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub {
  padding: 0;
  list-style-type: none;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-6 &gt; li {
  width: 16.66667%;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-5 &gt; li {
  width: 20%;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-4 &gt; li {
  width: 25%;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-3 &gt; li {
  width: 33.33333%;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-2 &gt; li {
  width: 50%;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-1 &gt; li {
  width: 100%;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li {
  border: none;
  list-style: none;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li &gt; a {
  border-bottom: 1px solid #EBE6DE;
  padding: 0 0 10px;
  margin: 0 0 5px;
  display: block;
  color: #313041 !important;
  font-weight: 500;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li &gt; a .caret {
  display: none;
}

@media (max-width: 767.98px) {
  ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li &gt; a {
    margin-top: 6px;
  }
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li .submenu-inner {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: static;
  padding: 0;
  min-width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  max-width: 100% !important;
  min-width: 10px !important;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li .submenu-inner li {
  list-style: none;
  border: none;
  padding: 0;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li .submenu-inner li:last-child {
  border: none;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li .submenu-inner li.menu-item-has-children &gt; a {
  font-weight: 600;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub &gt; li .submenu-inner li .submenu-inner {
  padding-left: 20px !important;
  display: block;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner.megamenu-align-left {
  left: 0;
  right: auto;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner.megamenu-align-right {
  right: 0;
  left: auto;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner.megamenu-align-center {
  left: 50%;
  -webkit-transform: rotateX(-90deg) translateX(-50%) !important;
  transform: rotateX(-90deg) translateX(-50%) !important;
}

ul.gva-nav-menu &gt; li.megamenu-main .megamenu-wrap-inner.megamenu-align-center:after {
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
}

ul.gva-nav-menu &gt; li.megamenu-main:hover .megamenu-wrap-inner {
  -webkit-transform: rotateX(0) translateX(-50%) !important;
  transform: rotateX(0) translateX(-50%) !important;
}

.menu-skin-white #mega-menu-main-menu &gt; li &gt; a {
  text-transform: uppercase;
  font-style: normal !important;
  color: #fff !important;
}

.menu-skin-white #mega-menu-main-menu &gt; li &gt; a:hover, .menu-skin-white #mega-menu-main-menu &gt; li &gt; a:focus, .menu-skin-white #mega-menu-main-menu &gt; li &gt; a:active {
  color: #313041 !important;
}

.gavias-off-canvas-toggle {
  font-size: 24px;
  float: right;
  margin-right: -1px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: var(--tevily-theme-color);
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

.gavias-off-canvas-toggle:hover, .gavias-off-canvas-toggle:focus {
  background: #313041;
  color: #fff;
}

.gavias-off-canvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: block;
}

#gavias-off-canvas {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  height: 100%;
  left: -75%;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 70%;
  z-index: 99998;
  bottom: 0;
}

#gavias-off-canvas.active {
  left: 0;
}

#gavias-off-canvas .navbar-collapse {
  padding-left: 0 !important;
}

#gavias-off-canvas ul {
  padding-left: 25px;
}

#gavias-off-canvas .off-canvas-top {
  height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#gavias-off-canvas .off-canvas-top .top-social &gt; a {
  line-height: 35px;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  padding: 0 15px;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}

#gavias-off-canvas .off-canvas-top .top-social &gt; a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#gavias-off-canvas .off-canvas-top .top-social &gt; a:hover {
  background: var(--tevily-theme-color);
  color: #fff;
  border-color: var(--tevily-theme-color);
}

#gavias-off-canvas .off-canvas-top .gavias-off-canvas-close {
  float: right;
  margin-right: 35px;
  line-height: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  color: #313041;
}

#gavias-off-canvas .off-canvas-top .gavias-off-canvas-close:hover {
  cursor: pointer;
  background: var(--tevily-theme-color);
  color: #fff;
}

#gavias-off-canvas ul#menu-main-menu {
  width: 100%;
  margin: 0;
  padding: 0;
}

#gavias-off-canvas ul#menu-main-menu &gt; li {
  list-style: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 10px 20px;
}

#gavias-off-canvas ul#menu-main-menu &gt; li &gt; a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}

#gavias-off-canvas ul#menu-main-menu &gt; li &gt; a:hover, #gavias-off-canvas ul#menu-main-menu &gt; li &gt; a:focus {
  background: transparent;
}

#gavias-off-canvas ul#menu-main-menu &gt; li &gt; a.active &gt; a {
  color: var(--tevily-theme-color);
  background: transparent;
}

#gavias-off-canvas ul#menu-main-menu &gt; li .submenu-inner.dropdown-menu {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-left: 15px;
  border: none;
}

#gavias-off-canvas ul#menu-main-menu &gt; li .submenu-inner.dropdown-menu li a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 4px 0;
}

#gavias-off-canvas ul#menu-main-menu &gt; li .submenu-inner.dropdown-menu li a:hover, #gavias-off-canvas ul#menu-main-menu &gt; li .submenu-inner.dropdown-menu li a:focus {
  color: var(--tevily-theme-color);
  background: transparent;
}

#gavias-off-canvas ul#menu-main-menu &gt; li .submenu-inner.dropdown-menu li.active &gt; a {
  color: var(--tevily-theme-color);
  background: transparent;
}

#gavias-off-canvas ul#menu-main-menu .caret {
  float: right;
  margin-top: 5px;
}

#mega-menu-wrap-primary {
  position: static !important;
}

#mega-menu-wrap-primary .mega-menu-horizontal {
  position: static !important;
}

.gva-offcanvas-content {
  position: fixed;
  left: -350px;
  width: 350px;
  max-width: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-offcanvas-content a {
  color: #313041;
}

.gva-offcanvas-content a:hover {
  color: var(--tevily-theme-color);
}

.gva-offcanvas-content .top-canvas {
  background: #FAF5EE;
  width: 100%;
  z-index: 9;
  font-size: 18px;
  line-height: 45px;
}

.gva-offcanvas-content .top-canvas:before, .gva-offcanvas-content .top-canvas:after {
  content: " ";
  display: table;
}

.gva-offcanvas-content .top-canvas:after {
  clear: both;
}

.gva-offcanvas-content .top-canvas .logo-mm {
  float: left;
  padding: 10px 10px 0 25px;
  display: inline-block;
  line-height: 1;
}

.gva-offcanvas-content .top-canvas .logo-mm img {
  max-height: 22px;
  max-width: auto;
}

.gva-offcanvas-content .top-canvas .control-close-mm {
  background: var(--tevily-theme-color);
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  float: right;
}

.gva-offcanvas-content .top-canvas .control-close-mm:hover {
  cursor: pointer;
}

.gva-offcanvas-content .wp-sidebar .widget {
  padding-top: 20px;
  margin-bottom: 10px;
}

.gva-offcanvas-content .wp-sidebar .widget:last-child {
  border-bottom: 0;
}

.gva-offcanvas-content .wp-sidebar .widget .widget-title {
  color: #fff;
  text-align: center;
}

.gva-offcanvas-content .wp-sidebar .widget .widget-title span {
  font-size: 18px;
  color: #313041;
}

.gva-offcanvas-content .wp-sidebar .widget .widget-title:before {
  left: 50%;
  margin-left: -40px;
}

.gva-offcanvas-content .wp-sidebar .widget .widget-title:after {
  left: 50%;
  margin-left: -25px;
}

.gva-offcanvas-content .wp-sidebar {
  overflow-x: hidden;
  height: 100%;
  padding: 10px 25px 60px;
}

.gva-offcanvas-content #gva-mobile-menu {
  padding: 0;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li {
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  padding: 0;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li:after {
  display: none !important;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li &gt; .submenu-inner {
  padding-bottom: 15px !important;
  -webkit-transition: 0s;
  transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li &gt; .submenu-inner li {
  border: none;
  padding: 0 !important;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li a {
  padding: 12px 0 12px;
  font-size: 16px;
  color: #313041;
  font-weight: 700;
  position: relative;
  z-index: 11;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li a .caret {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li a:after {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li a:hover {
  color: var(--tevily-theme-color);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li.menu-item-has-children .caret {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 150px;
  height: 35px;
  z-index: 9;
  color: #313041;
  background: url("../images/plus.png") no-repeat center right transparent;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li.menu-item-has-children .caret:after {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li.menu-item-has-children .caret:hover {
  cursor: pointer;
  color: var(--tevily-theme-color);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li.menu-item-has-children.menu-active .caret {
  background: url("../images/minium.png") no-repeat center right transparent;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li &gt; a {
  display: inline-block;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li &gt; ul {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  background: none;
  left: auto;
  top: auto;
  padding: 0;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  max-width: 100% !important;
  -webkit-transform: rotateX(0) !important;
  transform: rotateX(0) !important;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner:after {
  content: " ";
  display: table;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner:after {
  clear: both;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner:after {
  content: " ";
  display: table;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner:after {
  clear: both;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner .caret, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner .caret {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner li a, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner li a {
  padding: 10px 0;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  color: var(--tevily-body-color);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner li a:hover, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner li a:hover {
  color: var(--tevily-theme-color);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner ul, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner ul {
  width: 100%;
  padding-left: 15px;
  display: block !important;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner ul &gt; li, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li div.submenu-inner ul &gt; li {
  padding: 3px 0;
  display: block;
  width: 100%;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu &gt; li ul.submenu-inner {
  padding-left: 20px;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub &gt; li &gt; a {
  font-weight: 700 !important;
  font-size: 15px !important;
  opacity: 0.8;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub &gt; li .submenu-inner {
  padding: 8px 20px 5px !important;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub &gt; li .submenu-inner &gt; li {
  padding: 0 !important;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub &gt; li:last-child .submenu-inner {
  padding-bottom: 10px !important;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub &gt; li:last-child .submenu-inner li {
  margin-bottom: 3px;
}

.gva-offcanvas-content.open {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.megamenu-main .megamenu-wrap-inner {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.megamenu-main .widget {
  text-align: left;
  color: var(--tevily-link-color);
}

.megamenu-main .widget .widget-title,
.megamenu-main .widget .widgettitle {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  border: none;
}

.megamenu-main .widget ul {
  list-style: none;
  padding: 0;
}

.megamenu-main .widget.widget-html ul li {
  line-height: 32px;
  padding: 5px 0;
}

.megamenu-main .widget.widget-html ul li strong {
  color: var(--tevily-theme-color);
  font-weight: 600;
}

.megamenu-main .widget .product-block {
  margin-bottom: 10px;
}

ul.gva-user-menu li a {
  font-size: 15px;
}

body.admin-bar .gva-offcanvas-content.mobile {
  padding-top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .gva-offcanvas-content.mobile {
    padding-top: 46px;
  }
}

/*------------------------------------------------------------------*\	
				6 - ELEMENTS STYLE																										
\*------------------------------------------------------------------*/
.elementor-slideshow__counter {
  display: none;
}

.elementor-sidebar-widget {
  padding: 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.036);
  border-radius: 4px;
  margin-bottom: 30px;
}

.elementor-sidebar-widget .title {
  font-size: 22px;
  position: relative;
  padding-left: 10px;
  margin: 0 0 20px;
}

.elementor-sidebar-widget .title:before {
  content: '';
  width: 2px;
  height: auto;
  top: 5px;
  bottom: 3px;
  left: 0;
  background: var(--tevily-theme-color);
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
}

.gva-element {
  min-height: 20px;
}

.row-explore-full &gt; .elementor-container {
  left: calc((100% - 1200px) / 2);
}

@media (max-width: 991.98px) {
  .row-explore-full &gt; .elementor-container {
    left: 0;
  }
}

.contain-left {
  padding-left: calc((100% - 1200px) / 2);
}

.bg-row-theme, .bg-col-theme &gt; .elementor-column-wrap, .bg-col-theme &gt; .elementor-widget-wrap {
  background-color: var(--tevily-theme-color);
}

.bg-row-theme-second, .bg-col-theme-second &gt; .elementor-column-wrap, .bg-col-theme-second &gt; .elementor-widget-wrap {
  background-color: #313041;
}

.column-style-1 &gt; .elementor-column-wrap, .column-style-1 &gt; .elementor-widget-wrap {
  width: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .column-style-1 &gt; .elementor-column-wrap, .column-style-1 &gt; .elementor-widget-wrap {
    width: 150%;
  }
}

@media (max-width: 766px) {
  .column-style-1 &gt; .elementor-column-wrap, .column-style-1 &gt; .elementor-widget-wrap {
    position: relative;
    width: 100%;
  }
}

.column-line-right {
  position: relative;
}

.column-line-right:after {
  content: '';
  width: 12px;
  background: var(--tevily-theme-color);
  border-radius: 0 10px 10px 0;
  position: absolute;
  left: 100%;
  top: 120px;
  bottom: 120px;
  z-index: 1;
}

.column-white-right {
  position: relative;
}

.column-white-right:after {
  content: '';
  width: 1000px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.elementor-background-slideshow__slide .elementor-background-slideshow__slide__image {
  background-repeat: no-repeat !important;
}

.elementor-section &gt; .elementor-container {
  z-index: 11;
}

.elementor-section &gt; .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.col-bg-theme-inner &gt; .elementor-widget-wrap {
  background: var(--tevily-theme-color);
}

.elementor-icon-list-icon svg {
  height: auto;
}

.elementor-icon, .elementor-icon i, .elementor-icon svg {
  font-size: inherit;
}

.elementor-icon {
  font-size: 14px;
}

.gsc-logo .site-branding-logo {
  display: inline-block;
}

.elementor-widget-wp-widget-nav_menu ul.menu {
  list-style: none;
  padding: 0;
}

.elementor-widget-wp-widget-nav_menu ul.menu &gt; li {
  margin-bottom: 10px;
}

.elementor-widget-wp-widget-nav_menu ul.menu &gt; li a {
  display: block;
  background: #F5F7FA;
  padding: 16px 30px 16px 16px;
  color: #313041;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  line-height: 24px;
  border-radius: 8px;
}

.elementor-widget-wp-widget-nav_menu ul.menu &gt; li a:after {
  content: '';
  font-family: 'Line Awesome Free';
  content: "\f30b";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  z-index: 11;
  color: #313041;
  font-size: 26px;
}

@media (max-width: 991.98px) {
  .elementor-widget-wp-widget-nav_menu ul.menu &gt; li a:after {
    font-size: 20px;
    right: 15px;
    margin-top: -12px;
  }
}

.elementor-widget-wp-widget-nav_menu ul.menu &gt; li a:hover {
  background: var(--tevily-theme-color);
  color: #fff;
}

.elementor-widget-wp-widget-nav_menu ul.menu &gt; li a:hover:after {
  color: #fff;
}

.elementor-widget-wp-widget-nav_menu ul.menu &gt; li.current-menu-item &gt; a {
  background: var(--tevily-theme-color);
  color: #fff;
}

.elementor-widget-wp-widget-nav_menu ul.menu &gt; li.current-menu-item &gt; a:after {
  color: #fff;
}

.elementor-accordion {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.elementor-accordion .elementor-accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  background: #fff;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  padding: 0;
  color: var(--tevily-heading-color);
  font-weight: 600;
  font-size: 18px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  font-size: 12px;
  text-align: center;
  color: #313041;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border: none;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content:before, .elementor-accordion .elementor-accordion-item .elementor-tab-content:after {
  content: " ";
  display: table;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content:after {
  clear: both;
}

.elementor-widget-progress .elementor-title {
  font-weight: 500;
  font-size: 18px;
  color: #313041;
}

.elementor-widget-progress .elementor-progress-wrapper {
  margin-top: 3px;
  position: relative;
  overflow: visible !important;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  border-radius: 30px;
  background: var(--tevily-theme-color);
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar .elementor-progress-text {
  position: relative;
  overflow: visible;
  font-size: 0;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-percentage {
  position: absolute;
  right: 0;
  color: #737373;
  bottom: 22px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.elementor-widget-button a {
  font-family: var(--tevily-heading-font-family);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-top: 5px;
}

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  color: var(--tevily-theme-color);
  fill: var(--tevily-theme-color);
}

.elementor-widget-icon-box .elementor-icon-box-title {
  margin: 0;
}

.elementor-widget-icon-box .elementor-icon-box-description {
  min-height: 0 !important;
}

@media (max-width: 767px) {
  .elementor-widget-icon-box.icon-box-left .elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .elementor-widget-icon-box.icon-box-left .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.icon-box-left .elementor-icon-box-icon {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
  .elementor-widget-icon-box.icon-box-left .elementor-icon-box-content {
    text-align: left;
  }
}

.elementor-icon-list-items .elementor-icon-list-item {
  font-size: 16px;
  font-weight: 500;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  color: var(--tevily-theme-color);
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon span, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
  color: var(--tevily-theme-color);
  margin-right: 18px;
}

.elementor-icon-list-items .elementor-icon-list-item a:hover {
  color: var(--tevily-theme-color);
}

.elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-text {
  color: var(--tevily-theme-color);
}

@media (max-width: 380px) {
  .res-col-25 .elementor-col-25 {
    width: 100% !important;
  }
}

.elementor-icon-box-style-1 {
  padding: 0 20px;
}

@media (max-width: 1250px) {
  .elementor-icon-box-style-1 {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .elementor-icon-box-style-1 .elementor-icon-box-wrapper {
    display: block !important;
  }
  .elementor-icon-box-style-1 .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .elementor-icon-box-style-1 .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: block;
    width: 100%;
  }
}

.elementor-icon-box-style-2 {
  padding: 0;
}

@media (max-width: 1024px) {
  .elementor-icon-box-style-2 .elementor-icon-box-wrapper {
    display: block !important;
    text-align: left !important;
  }
  .elementor-icon-box-style-2 .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
  }
  .elementor-icon-box-style-2 .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: block;
    width: 100%;
  }
}

.post-breadcrumb .custom-breadcrumb {
  margin-bottom: 0;
}

.gv-sidebar-offcanvas .control-mobile, .gv-sidebar-offcanvas .filter-top {
  display: none;
}

@media (max-width: 1024px) {
  .gv-sidebar-offcanvas .tevily-search-form #search_form .input-group &gt; .is-active.search_advanced_field {
    display: block !important;
  }
  .gv-sidebar-offcanvas &gt; .elementor-column-wrap, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap {
    position: fixed;
    top: 0;
    right: -360px;
    z-index: 99;
    background: #fff;
    max-width: 100%;
    height: 100%;
    width: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-left: 1px solid #EBE6DE;
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gv-sidebar-offcanvas &gt; .elementor-column-wrap .elementor-widget-wrap, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap .elementor-widget-wrap {
    padding: 0 0 20px;
  }
  .gv-sidebar-offcanvas &gt; .elementor-column-wrap .filter-top, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap .filter-top {
    display: block;
    position: relative;
    text-align: left;
    background: #F1F2F6;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 6px 0;
  }
  .gv-sidebar-offcanvas &gt; .elementor-column-wrap .filter-top:before, .gv-sidebar-offcanvas &gt; .elementor-column-wrap .filter-top:after, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap .filter-top:before, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap .filter-top:after {
    content: '';
    width: 500px;
    height: 100%;
    position: absolute;
    background: #F1F2F6;
    top: 0;
    z-index: 11;
  }
  .gv-sidebar-offcanvas &gt; .elementor-column-wrap .filter-top:before, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap .filter-top:before {
    left: 100%;
  }
  .gv-sidebar-offcanvas &gt; .elementor-column-wrap .filter-top:after, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap .filter-top:after {
    right: 100%;
  }
  .gv-sidebar-offcanvas &gt; .elementor-column-wrap .filter-top .btn-close-filter, .gv-sidebar-offcanvas &gt; .elementor-widget-wrap .filter-top .btn-close-filter {
    display: inline-block;
    border-radius: 10px;
    color: #1c1e27;
    font-size: 20px;
  }
  .gv-sidebar-offcanvas .control-mobile {
    display: block;
    padding: 0 15px 10px;
  }
  .gv-sidebar-offcanvas .control-mobile .control-mobile-link {
    color: var(--tevily-theme-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .gv-sidebar-offcanvas .control-mobile .control-mobile-link i {
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  .gv-sidebar-offcanvas.open &gt; .elementor-column-wrap, .gv-sidebar-offcanvas.open &gt; .elementor-widget-wrap {
    right: 0;
  }
  .open-el-sidebar-offcanvas {
    overflow: hidden;
  }
  .open-el-sidebar-offcanvas .wp-site-header, .open-el-sidebar-offcanvas #wp-toolbar {
    z-index: 9;
  }
}

.post-author-name, .post-category {
  font-size: 15px;
}

.post-author-name a, .post-category a {
  color: var(--tevily-body-color);
  text-transform: capitalize;
  letter-spacing: 0;
}

.post-author-name i, .post-category i {
  color: var(--tevily-theme-color);
  margin-right: 5px;
}

.tevily-post-title .post-title {
  font-size: 30px;
  margin: 0;
}

.post-tags .title {
  font-size: 20px;
  font-weight: 700;
  color: #313041;
  margin-right: 10px;
}

.post-tags &gt; a {
  background: var(--tevily-theme-color);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 0 15px;
  line-height: 28px;
  color: #fff;
  margin: 3px 10px 3px 0;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
}

.post-tags &gt; a:last-child {
  margin-left: 0;
}

.post-author-box {
  background: #FAF5EE;
  padding: 50px;
}

.post-author-box img {
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .post-author-box {
    padding: 30px;
  }
}

.post-author-box .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-author-box .content-inner .author-image {
  max-width: 170px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 580px) {
  .post-author-box .content-inner .author-image {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.post-author-box .content-inner .author-content {
  padding-left: 35px;
  max-width: calc(100% - 170px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 170px);
  flex: 0 0 calc(100% - 170px);
}

@media (max-width: 1024px) {
  .post-author-box .content-inner .author-content {
    padding-left: 20px;
  }
}

@media (max-width: 580px) {
  .post-author-box .content-inner .author-content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 0 0;
  }
}

.post-author-box .content-inner .author-content .author-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 1024px) {
  .post-author-box .content-inner .author-content .author-name {
    padding-bottom: 10px;
  }
}

.post-author-box .content-inner .author-content .author-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  background: var(--tevily-theme-color);
  z-index: 11;
}

.post-author-box .content-inner .author-content .author-bio {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .post-author-box .content-inner .author-content .author-bio {
    margin-top: 10px;
  }
}

.tevily-post-share .social-networks-post {
  margin: 0;
  padding: 0;
}

.tevily-post-share .social-networks-post &gt; li {
  list-style: none;
  float: left;
  margin: 5px;
}

.tevily-post-share .social-networks-post &gt; li.title-share {
  font-family: var(--tevily-heading-font-family);
  color: #313041;
  font-weight: 600;
  padding-top: 5px;
}

.tevily-post-share .social-networks-post &gt; li:not(.title-share) a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  background: #FAF5EE;
  color: #313041;
  border-radius: 50%;
  text-align: center;
}

.tevily-post-share .social-networks-post &gt; li:not(.title-share) a:hover {
  background: var(--tevily-theme-color);
  color: #fff;
  border-color: var(--tevily-theme-color);
}

.tevily-post-share.style-1 .social-networks-post &gt; li.title-share {
  display: none;
}

.tevily-post-share.style-2 {
  position: relative;
}

.tevily-post-share.style-2 .share-content {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 11;
  min-width: 250px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 15px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
  display: none;
}

.tevily-post-share.style-2 .share-content:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 45px;
  width: 16px;
  height: 16px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: block;
}

.tevily-post-share.style-2 .share-content .title-share {
  display: none;
}

.tevily-post-share.style-2 .share-content .social-networks-post {
  display: inline-block;
}

.tevily-post-share.style-2.open .share-content {
  display: block;
}

.gva-brand-carousel .brand-item-content {
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 10px 10px;
}

.gva-brand-carousel .brand-item-content img {
  opacity: 0.5;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gva-brand-carousel .brand-item-content:hover img {
  opacity: 1;
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gva-blogs-list .post {
  width: 100%;
  float: left;
}

.gva-blogs-list .post .post-thumbnail {
  width: 45%;
  float: left;
}

@media (max-width: 767.98px) {
  .gva-blogs-list .post .post-thumbnail {
    width: 100%;
  }
}

.gva-blogs-list .post .post-thumbnail iframe {
  height: 250px;
  min-height: 250px;
}

.gva-blogs-list .post .entry-content {
  width: 55%;
  float: left;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .gva-blogs-list .post .entry-content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .gva-blogs-list .post .entry-content .entry-title {
    margin-top: 15px;
  }
}

.gva-blogs-list.show-read-more .read-more {
  margin-top: 5px;
  display: block !important;
  visibility: visible !important;
}

.gva-blogs-list .row-item:last-child .post {
  margin-bottom: 0 !important;
}

.post-small .post {
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
}

.post-small .post .post-thumbnail {
  width: 70px;
  float: left;
}

.post-small .post .post-content {
  padding-left: 85px;
  width: 100%;
  float: none;
}

.post-small .post .entry-title {
  font-size: 14px !important;
  margin: 0;
  padding: 0;
}

.post-small .post .cat-links a {
  color: var(--tevily-theme-color);
}

.post-small .post .cat-links a:hover {
  text-decoration: underline;
}

.post-small .post .entry-meta {
  margin: 5px 0;
}

.post-small .post .entry-meta .author {
  display: none;
}

.post-small .post .line-1 {
  display: none;
}

.gva-navigation-menu.menu-align-center {
  text-align: center;
}

.gva-navigation-menu.menu-align-center .gva-nav-menu {
  display: inline-block;
  float: none;
  margin-bottom: -10px;
}

.gva-navigation-menu.menu-align-right .gva-nav-menu {
  float: right;
}

.gsc-career {
  border: 1px solid #EBE6DE;
  display: table;
  width: 100%;
}

.gsc-career .image-box {
  width: 180px;
  text-align: center;
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .gsc-career .image-box {
    width: 100px;
    padding: 30px 30px 0;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .gsc-career .image-box {
    display: block;
    width: 100%;
  }
}

.gsc-career .box-content {
  display: table-cell;
  padding: 25px 25px 15px;
  border-left: 1px solid #EBE6DE;
}

@media (max-width: 575.98px) {
  .gsc-career .box-content {
    display: block;
    width: 100%;
  }
}

.gsc-career .box-content .title {
  font-size: 22px;
}

.gsc-career .box-content .job-type {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background: var(--tevily-theme-color);
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 1px;
}

.gsc-career .box-content .box-information {
  font-size: 14px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #EBE6DE;
}

.gsc-career .box-content .box-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gsc-career .box-content .box-information ul li {
  float: left;
  margin-right: 30px;
}

.gsc-career .box-content .box-information ul li:last-child {
  margin-right: 0;
}

.gsc-career .box-content .box-information ul li .icon {
  margin-right: 6px;
}

.gsc-cart-box .mini-cart-header {
  position: relative;
  z-index: 1;
}

.gsc-cart-box .mini-cart-header .mini-cart {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-right: 5px;
  line-height: 32px;
}

.gsc-cart-box .mini-cart-header .mini-cart .title-cart {
  font-size: 24px;
  color: #313041;
  position: relative;
  top: 6px;
}

.gsc-cart-box .mini-cart-header .mini-cart .mini-cart-items {
  position: absolute;
  font-size: 12px;
  background: #313041;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -2px;
  right: -8px;
  min-width: 18px;
  line-height: 18px;
  text-align: center;
}

.gsc-cart-box .mini-cart-header .mini-cart .mini-cart-items-title {
  display: none;
}

.gsc-cart-box .mini-cart-header .mini-cart .amount {
  display: none;
}

.gsc-cart-box .mini-cart-header .total {
  color: #313041;
}

.gsc-countdown {
  background: var(--tevily-theme-color);
}

.gsc-countdown .content-inner {
  display: table;
  width: 100%;
}

@media (max-width: 767.98px) {
  .gsc-countdown .content-inner {
    display: block;
  }
  .gsc-countdown .content-inner:before, .gsc-countdown .content-inner:after {
    content: " ";
    display: table;
  }
  .gsc-countdown .content-inner:after {
    clear: both;
  }
}

.gsc-countdown .content-inner .title {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .gsc-countdown .content-inner .title {
    display: block;
    width: 100%;
  }
}

.gsc-countdown .content-inner .gva-countdown-inner {
  display: table-cell;
  vertical-align: middle;
}

.gsc-countdown .content-inner .gva-countdown-inner:before, .gsc-countdown .content-inner .gva-countdown-inner:after {
  content: " ";
  display: table;
}

.gsc-countdown .content-inner .gva-countdown-inner:after {
  clear: both;
}

@media (max-width: 767.98px) {
  .gsc-countdown .content-inner .gva-countdown-inner {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.gsc-countdown .gva-countdown-inner {
  display: inline-block;
  float: right;
}

.gsc-countdown .gva-countdown-inner .countdown-times {
  display: block;
}

.gsc-countdown .gva-countdown-inner .countdown-times &gt; div {
  display: inline-block;
  float: left;
  padding: 25px 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 10px;
  margin-bottom: 15px;
  min-width: 110px;
}

@media (max-width: 991.98px) {
  .gsc-countdown .gva-countdown-inner .countdown-times &gt; div {
    min-width: 70px;
    padding: 20px 10px;
  }
}

@media (max-width: 767.98px) {
  .gsc-countdown .gva-countdown-inner .countdown-times &gt; div {
    min-width: 90px;
    padding: 20px 10px;
  }
}

@media (max-width: 550px) {
  .gsc-countdown .gva-countdown-inner .countdown-times &gt; div {
    width: 45%;
    margin-right: 5%;
  }
}

.gsc-countdown .gva-countdown-inner .countdown-times &gt; div:last-child {
  margin-right: 0;
}

.gsc-countdown .gva-countdown-inner .countdown-times &gt; div b {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  padding: 0;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .gsc-countdown .gva-countdown-inner .countdown-times &gt; div b {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .gsc-countdown .gva-countdown-inner .countdown-times &gt; div b {
    font-size: 20px;
  }
}

.gsc-countdown .gva-countdown-inner .countdown-times &gt; div .label {
  font-size: 14px;
  display: block;
  color: #fff;
  padding: 5px 0 0;
}

.gsc-countdown.align-left .gva-countdown-inner {
  float: left;
}

.gsc-countdown.align-center .gva-countdown-inner {
  float: none;
}

.gsc-countdown.align-right .gva-countdown-inner {
  float: right;
}

.gsc-icon-box-group.style-1 .icon-box-item {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 50px 15px 46px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
}

.gsc-icon-box-group.style-1 .icon-box-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--tevily-theme-color);
  width: 100%;
  height: 0;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-icon-box-group.style-1 .icon-box-item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.gsc-icon-box-group.style-1 .icon-box-item .icon-box-content {
  position: relative;
  z-index: 11;
}

.gsc-icon-box-group.style-1 .icon-box-item .icon-box-content .box-icon i {
  font-size: 64px;
  color: var(--tevily-theme-color);
}

.gsc-icon-box-group.style-1 .icon-box-item .icon-box-content .box-icon svg {
  width: 64px;
  fill: var(--tevily-theme-color);
}

.gsc-icon-box-group.style-1 .icon-box-item .icon-box-content .title {
  font-size: 17px;
  margin: 10px 0 0;
}

.gsc-icon-box-group.style-1 .icon-box-item:hover, .gsc-icon-box-group.style-1 .icon-box-item.active {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-group.style-1 .icon-box-item:hover:after, .gsc-icon-box-group.style-1 .icon-box-item.active:after {
  height: 100%;
  opacity: 1;
}

.gsc-icon-box-group.style-1 .icon-box-item:hover .icon-box-content .box-icon i, .gsc-icon-box-group.style-1 .icon-box-item.active .icon-box-content .box-icon i {
  color: #fff;
}

.gsc-icon-box-group.style-1 .icon-box-item:hover .icon-box-content .box-icon svg, .gsc-icon-box-group.style-1 .icon-box-item.active .icon-box-content .box-icon svg {
  fill: #fff;
}

.gsc-icon-box-group.style-1 .icon-box-item:hover .icon-box-content .title, .gsc-icon-box-group.style-1 .icon-box-item.active .icon-box-content .title {
  color: #fff;
}

.gsc-icon-box-group.style-1 .icon-box-item:hover .icon-box-content .title a, .gsc-icon-box-group.style-1 .icon-box-item.active .icon-box-content .title a {
  color: #fff;
}

.gsc-icon-box-group.style-1 .swiper-slide.item-active.center .icon-box-item {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-group.style-1 .swiper-slide.item-active.center .icon-box-item:after {
  height: 100%;
  opacity: 1;
}

.gsc-icon-box-group.style-1 .swiper-slide.item-active.center .icon-box-item .icon-box-content .box-icon i {
  color: #fff;
}

.gsc-icon-box-group.style-1 .swiper-slide.item-active.center .icon-box-item .icon-box-content .box-icon svg {
  fill: #fff;
}

.gsc-icon-box-group.style-1 .swiper-slide.item-active.center .icon-box-item .icon-box-content .title {
  color: #fff;
}

.gsc-icon-box-group.style-1 .swiper-slide.item-active.center .icon-box-item .icon-box-content .title a {
  color: #fff;
}

.gsc-icon-box-group.style-2 .icon-box-item {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 50px 15px 46px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
  border: 1px solid #EBE6DE;
}

.gsc-icon-box-group.style-2 .icon-box-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--tevily-theme-color);
  width: 100%;
  height: 0;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-icon-box-group.style-2 .icon-box-item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.gsc-icon-box-group.style-2 .icon-box-item .icon-box-content {
  position: relative;
  z-index: 11;
  text-align: center;
}

.gsc-icon-box-group.style-2 .icon-box-item .icon-box-content .box-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--tevily-theme-color);
  display: inline-block;
  line-height: 90px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-icon-box-group.style-2 .icon-box-item .icon-box-content .box-icon i {
  font-size: 40px;
  color: #fff;
}

.gsc-icon-box-group.style-2 .icon-box-item .icon-box-content .box-icon svg {
  width: 40px;
  fill: #fff;
}

.gsc-icon-box-group.style-2 .icon-box-item .icon-box-content .title {
  font-size: 18px;
  margin: 16px 0 0;
}

.gsc-icon-box-group.style-2 .icon-box-item:hover, .gsc-icon-box-group.style-2 .icon-box-item.active {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-group.style-2 .icon-box-item:hover .icon-box-content .box-icon, .gsc-icon-box-group.style-2 .icon-box-item.active .icon-box-content .box-icon {
  background: var(--tevily-theme-color) !important;
}

.gsc-icon-box-group.style-2 .icon-box-item:hover .icon-box-content .box-icon i, .gsc-icon-box-group.style-2 .icon-box-item.active .icon-box-content .box-icon i {
  color: #fff !important;
}

.gsc-icon-box-group.style-2 .icon-box-item:hover .icon-box-content .box-icon svg, .gsc-icon-box-group.style-2 .icon-box-item.active .icon-box-content .box-icon svg {
  fill: #fff !important;
}

.gsc-icon-box-group.style-2 .swiper-slide.item-active.center .icon-box-item {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-styles.style-1 {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}

.gsc-icon-box-styles.style-1:before, .gsc-icon-box-styles.style-1:after {
  content: " ";
  display: table;
}

.gsc-icon-box-styles.style-1:after {
  clear: both;
}

.gsc-icon-box-styles.style-1 .icon-box-content {
  text-align: center;
  padding: 50px 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .gsc-icon-box-styles.style-1 .icon-box-content {
    border: 1px solid #EBE6DE;
  }
}

.gsc-icon-box-styles.style-1 .icon-box-content .box-icon {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-icon-box-styles.style-1 .icon-box-content .box-icon i, .gsc-icon-box-styles.style-1 .icon-box-content .box-icon svg {
  color: var(--tevily-theme-color);
  fill: var(--tevily-theme-color);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  z-index: 11;
  height: auto;
}

.gsc-icon-box-styles.style-1 .box-content .title {
  color: #313041;
  font-size: 22px;
  line-height: 30px;
  margin-top: 0;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 991.98px) {
  .gsc-icon-box-styles.style-1 .box-content .title {
    font-size: 20px;
  }
}

.gsc-icon-box-styles.style-1 .box-content .content-inner {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

.gsc-icon-box-styles.style-1 .box-content .content-inner .desc {
  font-weight: 500;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-icon-box-styles.style-1 .link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.gsc-icon-box-styles.style-1:hover .icon-box-content, .gsc-icon-box-styles.style-1.active .icon-box-content {
  background: var(--tevily-theme-color);
}

.gsc-icon-box-styles.style-1:hover .icon-box-content .icon-inner .box-icon svg, .gsc-icon-box-styles.style-1:hover .icon-box-content .icon-inner .box-icon i, .gsc-icon-box-styles.style-1.active .icon-box-content .icon-inner .box-icon svg, .gsc-icon-box-styles.style-1.active .icon-box-content .icon-inner .box-icon i {
  color: #fff;
  fill: #fff;
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gsc-icon-box-styles.style-1:hover .icon-box-content .box-content .title, .gsc-icon-box-styles.style-1.active .icon-box-content .box-content .title {
  color: #fff;
}

.gsc-icon-box-styles.style-1:hover .icon-box-content .box-content .desc, .gsc-icon-box-styles.style-1.active .icon-box-content .box-content .desc {
  color: #fff;
}

.gsc-icon-box-styles.style-2 {
  position: relative;
  text-align: center;
}

.gsc-icon-box-styles.style-2:before, .gsc-icon-box-styles.style-2:after {
  content: " ";
  display: table;
}

.gsc-icon-box-styles.style-2:after {
  clear: both;
}

.gsc-icon-box-styles.style-2 .content-inner {
  position: relative;
  padding: 40px 15px 40px 15px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.gsc-icon-box-styles.style-2 .content-inner:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  background: var(--tevily-theme-color);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
}

.gsc-icon-box-styles.style-2 .content-inner .box-icon {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  z-index: 11;
  color: var(--tevily-theme-color);
}

.gsc-icon-box-styles.style-2 .content-inner .title {
  font-size: 20px;
  display: block;
  line-height: 24px;
  position: relative;
  z-index: 11;
  margin: 0;
}

.gsc-icon-box-styles.style-2 .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.gsc-icon-box-styles.style-2:hover .content-inner, .gsc-icon-box-styles.style-2.active .content-inner {
  border-color: var(--tevily-theme-color);
}

.gsc-icon-box-styles.style-2:hover .content-inner:after, .gsc-icon-box-styles.style-2.active .content-inner:after {
  height: 100%;
  opacity: 1;
}

.gsc-icon-box-styles.style-2:hover .content-inner .box-icon, .gsc-icon-box-styles.style-2.active .content-inner .box-icon {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gsc-icon-box-styles.style-2:hover .content-inner .box-icon i, .gsc-icon-box-styles.style-2:hover .content-inner .box-icon svg, .gsc-icon-box-styles.style-2.active .content-inner .box-icon i, .gsc-icon-box-styles.style-2.active .content-inner .box-icon svg {
  color: #fff !important;
  fill: #fff !important;
}

.gsc-icon-box-styles.style-3 {
  position: relative;
  margin-bottom: 30px;
}

.gsc-icon-box-styles.style-3:before, .gsc-icon-box-styles.style-3:after {
  content: " ";
  display: table;
}

.gsc-icon-box-styles.style-3:after {
  clear: both;
}

.gsc-icon-box-styles.style-3 .box-icon {
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  max-width: 100%;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 20px 35px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 35px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.gsc-icon-box-styles.style-3 .box-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #313041;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}

.gsc-icon-box-styles.style-3 .box-icon .box-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
}

.gsc-icon-box-styles.style-3 .box-icon .box-icon-inner i, .gsc-icon-box-styles.style-3 .box-icon .box-icon-inner svg {
  color: var(--tevily-theme-color);
  fill: var(--tevily-theme-color);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 11;
  height: auto;
}

.gsc-icon-box-styles.style-3 .content-inner {
  position: relative;
  padding: 0;
  text-align: left;
}

.gsc-icon-box-styles.style-3 .content-inner .title {
  color: #313041;
  font-size: 20px;
  display: block;
  line-height: 28px;
  position: relative;
  z-index: 11;
  margin: 10px 0 0;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .gsc-icon-box-styles.style-3 .content-inner .title {
    font-size: 18px;
  }
}

.gsc-icon-box-styles.style-3 .content-inner .desc {
  margin-top: 10px;
}

.gsc-icon-box-styles.style-3:hover .box-icon:after, .gsc-icon-box-styles.style-3.active .box-icon:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gsc-icon-box-styles.style-3:hover .box-icon i, .gsc-icon-box-styles.style-3:hover .box-icon svg, .gsc-icon-box-styles.style-3.active .box-icon i, .gsc-icon-box-styles.style-3.active .box-icon svg {
  color: #fff;
  fill: #fff;
}

.gsc-icon-box-styles.style-4 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.gsc-icon-box-styles.style-4:before, .gsc-icon-box-styles.style-4:after {
  content: " ";
  display: table;
}

.gsc-icon-box-styles.style-4:after {
  clear: both;
}

.gsc-icon-box-styles.style-4 .box-icon {
  display: inline-block;
  background: #FAF8F4;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  max-width: 100%;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 25px;
}

.gsc-icon-box-styles.style-4 .box-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tevily-theme-color);
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}

.gsc-icon-box-styles.style-4 .box-icon .box-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
}

.gsc-icon-box-styles.style-4 .box-icon .box-icon-inner i, .gsc-icon-box-styles.style-4 .box-icon .box-icon-inner svg {
  color: var(--tevily-theme-color);
  fill: var(--tevily-theme-color);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 11;
  height: auto;
}

.gsc-icon-box-styles.style-4 .content-inner {
  position: relative;
  padding: 0;
  text-align: center;
}

.gsc-icon-box-styles.style-4 .content-inner .title {
  color: #313041;
  font-size: 24px;
  display: block;
  line-height: 28px;
  position: relative;
  z-index: 11;
  margin: 10px 0 0;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .gsc-icon-box-styles.style-4 .content-inner .title {
    font-size: 20px;
  }
}

.gsc-icon-box-styles.style-4 .content-inner .desc {
  position: relative;
  z-index: 11;
  margin-top: 30px;
}

.gsc-icon-box-styles.style-4:hover .box-icon:after, .gsc-icon-box-styles.style-4.active .box-icon:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gsc-icon-box-styles.style-4:hover .box-icon i, .gsc-icon-box-styles.style-4:hover .box-icon svg, .gsc-icon-box-styles.style-4.active .box-icon i, .gsc-icon-box-styles.style-4.active .box-icon svg {
  color: #fff;
  fill: #fff;
}

.gsc-icon-box-styles:hover .icon-inner .box-icon svg, .gsc-icon-box-styles:hover .icon-inner .box-icon i, .gsc-icon-box-styles.active .icon-inner .box-icon svg, .gsc-icon-box-styles.active .icon-inner .box-icon i {
  color: #fff;
  fill: #fff;
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.milestone-block {
  position: relative;
}

.milestone-block .milestone-content .milestone-number-inner .symbol.after {
  margin-left: -5px;
}

.milestone-block .milestone-content .milestone-number-inner .symbol.before {
  margin-right: -5px;
}

.milestone-block .link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.milestone-block.style-1 {
  text-align: center;
  padding-top: 5px;
}

.milestone-block.style-1 .milestone-icon {
  margin-bottom: 5px;
}

.milestone-block.style-1 .milestone-icon .icon i {
  font-size: 64px;
  color: var(--tevily-theme-color);
}

.milestone-block.style-1 .milestone-icon .icon svg {
  width: 64px;
  fill: var(--tevily-theme-color);
}

.milestone-block.style-1 .milestone-content .milestone-number-inner {
  font-size: 50px;
  color: var(--tevily-theme-color);
  font-family: "reey";
}

.milestone-block.style-1 .milestone-content .milestone-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 24px;
}

.milestone-block.style-2 .box-content {
  position: relative;
  display: table;
}

.milestone-block.style-2 .box-content .milestone-icon {
  display: block;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}

.milestone-block.style-2 .box-content .milestone-icon .icon {
  color: var(--tevily-theme-color);
}

.milestone-block.style-2 .box-content .milestone-icon .icon svg {
  fill: var(--tevily-theme-color);
}

.milestone-block.style-2 .box-content .milestone-content {
  display: table-cell;
  text-align: left;
}

.milestone-block.style-2 .box-content .milestone-content .milestone-number-inner {
  font-size: 40px;
  line-height: 1;
  color: #313041;
  margin-bottom: 10px;
  font-family: var(--tevily-heading-font-family);
}

@media (max-width: 991.98px) {
  .milestone-block.style-2 .box-content .milestone-content .milestone-number-inner {
    font-size: 68px;
  }
}

@media (max-width: 767.98px) {
  .milestone-block.style-2 .box-content .milestone-content .milestone-number-inner {
    font-size: 58px;
  }
}

.milestone-block.style-2 .box-content .milestone-content .milestone-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.milestone-block.style-3 .box-content {
  display: block;
  width: 100%;
  text-align: center;
}

.milestone-block.style-3 .box-content .milestone-icon .icon {
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
  padding: 25px 10px 10px;
  background: #fff;
  color: #313041;
  fill: #313041;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 85px;
  border: 2px solid #EBE6DE;
}

.milestone-block.style-3 .box-content .milestone-icon .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tevily-theme-color);
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.milestone-block.style-3 .box-content .milestone-icon .icon i, .milestone-block.style-3 .box-content .milestone-icon .icon svg {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
  fill: #fff;
  position: relative;
  z-index: 11;
}

.milestone-block.style-3 .box-content .milestone-icon .icon {
  line-height: 1;
  display: inline-block;
  color: #313041;
  position: relative;
}

.milestone-block.style-3 .box-content .milestone-icon .icon i, .milestone-block.style-3 .box-content .milestone-icon .icon svg {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #313041;
  fill: #313041;
  position: relative;
  z-index: 11;
}

.milestone-block.style-3 .box-content .milestone-content .milestone-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
}

.milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
  font-size: 50px;
  line-height: 1.2;
  color: var(--tevily-theme-color);
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
    font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  .milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .milestone-block.style-3 .box-content .milestone-content .milestone-number-inner {
    font-size: 38px;
  }
}

.milestone-block.style-3 .box-content .milestone-content .milestone-number-inner .milestone-number {
  margin: 0 3px;
}

.milestone-block.style-3:hover .milestone-icon .icon {
  border-color: transparent;
}

.milestone-block.style-3:hover .milestone-icon .icon:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.milestone-block.style-3:hover .milestone-icon .icon svg, .milestone-block.style-3:hover .milestone-icon .icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
  color: #fff !important;
  fill: #fff !important;
}

.milestone-block:hover .milestone-icon .icon svg, .milestone-block:hover .milestone-icon .icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gva-element-gva-gallery .gallery-item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.gva-element-gva-gallery .gallery-item .photo-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  cursor: crosshair;
}

.gva-element-gva-gallery .gallery-item .image-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gva-element-gva-gallery .gallery-item .image-content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: #313041;
  opacity: 0.8;
}

.gva-element-gva-gallery .gallery-item .image-content .content-inner {
  position: relative;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}

.gva-element-gva-gallery .gallery-item .image-content .content-inner .title {
  margin: 0 0 6px;
  font-size: 22px;
  color: #fff;
}

.gva-element-gva-gallery .gallery-item .image-content .content-inner .sub-title {
  font-family: "reey";
  font-size: 22px;
  color: var(--tevily-theme-color);
  font-weight: 400;
}

.gva-element-gva-gallery .gallery-item:hover .image-content {
  opacity: 1;
}

.gva-element-gva-gallery .item-active.center .gallery-item .image-content {
  opacity: 1;
}

.gsc-heading {
  display: block;
  width: 100%;
}

.gsc-heading:before, .gsc-heading:after {
  content: " ";
  display: table;
}

.gsc-heading:after {
  clear: both;
}

.gsc-heading .heading-icon {
  line-height: 1;
  margin-bottom: 6px;
}

.gsc-heading .heading-video {
  margin-bottom: 38px;
}

.gsc-heading .heading-video .video-link {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: var(--tevily-theme-color);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 8px;
}

.gsc-heading .heading-video .video-link::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.gsc-heading .heading-video .video-link::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

.gsc-heading .heading-video .video-link:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.gsc-heading .title {
  font-size: 50px;
  position: relative;
  margin: 0;
}

.gsc-heading .title strong {
  color: var(--tevily-theme-color);
}

.gsc-heading .sub-title {
  position: relative;
  display: inline-block;
  font-family: "reey";
  color: var(--tevily-theme-color);
  font-size: 20px;
  text-indent: 15px;
  letter-spacing: 0;
}

.gsc-heading .title-desc ul {
  margin-bottom: 0;
  padding: 0;
}

.gsc-heading .title-desc ul &gt; li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-bottom: 6px;
}

.gsc-heading .title-desc ul &gt; li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--tevily-theme-color);
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
}

.gsc-heading .title-desc ul &gt; li:last-child {
  padding-bottom: 0;
}

.gsc-heading .title-desc p {
  margin-bottom: 0;
}

.gsc-heading .heading-action {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .gsc-heading .heading-action {
    margin-top: 20px;
  }
}

.gsc-heading.align-center {
  text-align: center;
}

.gsc-heading.align-center .content-inner {
  margin: 0 auto;
}

.gsc-heading.align-left {
  text-align: left;
}

.gsc-heading.align-left .title-icon {
  padding-left: 50px;
}

.gsc-heading.align-right {
  text-align: right;
}

.gsc-heading.align-right .title-desc {
  float: right;
  width: 100%;
  text-align: right;
}

.gsc-heading.align-right .title-icon {
  padding-right: 50px;
}

.gsc-heading.box-align-center .content-inner {
  margin: 0 auto;
}

.gsc-heading.box-align-right .content-inner {
  float: right;
}

.gsc-heading.style-2 .content-inner .sub-title {
  font-size: 60px;
  text-shadow: 15px 16px rgba(0, 0, 0, 0.16);
  line-height: 1;
  padding-bottom: 55px;
  text-indent: 36px;
}

@media (max-width: 991.98px) {
  .gsc-heading.style-2 .content-inner .sub-title {
    font-size: 40px;
    text-indent: 30px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .gsc-heading.style-2 .content-inner .sub-title {
    font-size: 36px;
  }
}

.gsc-heading.style-2 .content-inner .title {
  font-size: 40px;
}

@media (max-width: 991.98px) {
  .gsc-heading.style-2 .content-inner .title {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .gsc-heading.style-2 .content-inner .title {
    font-size: 26px;
  }
}

.gsc-heading.style-3 .content-inner .sub-title {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--tevily-font-sans-serif);
  text-indent: 0;
}

.gsc-heading.style-3 .content-inner .title {
  font-size: 36px;
  line-height: 1.4;
}

.gsc-heading.style-4 .content-inner .sub-title {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--tevily-font-sans-serif);
  text-indent: 0;
}

.gsc-heading.style-4 .content-inner .title {
  font-size: 24px;
  position: relative;
  margin: 0 0 8px;
  position: relative;
  padding-left: 10px;
}

.gsc-heading.style-4 .content-inner .title:before {
  content: '';
  position: absolute;
  width: 2px;
  background: var(--tevily-theme-color);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.gsc-heading.style-5 .content-inner .sub-title {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--tevily-font-sans-serif);
  text-indent: 0;
}

.gsc-heading.style-5 .content-inner .title {
  font-size: 60px;
  line-height: 1.4;
  font-family: "reey";
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .gsc-heading.auto-responsive.style-1 .title {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .gsc-heading.auto-responsive.style-1 .title {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .gsc-heading.auto-responsive.style-1 .title {
    font-size: 30px;
  }
}

.gsc-image-content.skin-v1 {
  position: relative;
  margin: 0 auto 30px;
}

.gsc-image-content.skin-v1 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gsc-image-content.skin-v1 .image img {
  -webkit-transition: all 8s;
  transition: all 8s;
}

.gsc-image-content.skin-v1 .box-content {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 100px;
}

.gsc-image-content.skin-v1 .box-content .sub-title {
  font-size: 80px;
  color: var(--tevily-theme-color);
  font-family: "reey";
  margin-bottom: 15px;
}

.gsc-image-content.skin-v1 .box-content .title {
  font-size: 50px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .gsc-image-content.skin-v1 .box-content .title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v1 .box-content .title {
    font-size: 30px;
  }
}

.gsc-image-content.skin-v1 .icon_box_content {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 11;
  background: #fff;
  padding: 20px 30px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gsc-image-content.skin-v1 .icon_box_content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gsc-image-content.skin-v1 .icon_box_content .content-inner .ib-icon {
  font-size: 26px;
  color: var(--tevily-theme-color);
  padding-right: 20px;
}

.gsc-image-content.skin-v1 .icon_box_content .content-inner .ib-content .title {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 3px;
  color: var(--tevily-body-color);
  letter-spacing: 1px;
}

.gsc-image-content.skin-v1 .icon_box_content .content-inner .ib-content .desc {
  font-size: 18px;
  font-weight: 700;
  color: #313041;
  line-height: 1;
}

.gsc-image-content.skin-v1 .link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.gsc-image-content.skin-v1:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gsc-image-content.skin-v2 {
  position: relative;
  margin: 0 auto 30px;
  max-width: 450px;
}

.gsc-image-content.skin-v2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #313041;
  opacity: 0.85;
}

.gsc-image-content.skin-v2 .box-content {
  z-index: 11;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  padding: 30px;
  text-align: center;
}

.gsc-image-content.skin-v2 .box-content .title {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 46px;
  color: #fff;
  max-width: 250px;
  margin: 0 auto 38px;
}

@media (max-width: 991.98px) {
  .gsc-image-content.skin-v2 .box-content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v2 .box-content .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.gsc-image-content.skin-v2 .box-content .title span {
  color: var(--tevily-theme-color);
}

.gsc-image-content.skin-v3 {
  position: relative;
  text-align: left;
  max-width: 600px;
  margin: 0 auto 20px;
}

.gsc-image-content.skin-v3 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
}

.gsc-image-content.skin-v3 .image img {
  border-radius: 50%;
}

.gsc-image-content.skin-v3 .shape-1 {
  position: absolute;
  top: 120px;
  left: -41px;
  height: 95px;
  width: 95px;
  background-color: var(--tevily-theme-color-2);
  border-radius: 50%;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.gsc-image-content.skin-v3 .shape-2 {
  position: absolute;
  bottom: -60px;
  right: 57px;
  height: 180px;
  width: 180px;
  background-color: var(--tevily-theme-color);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.gsc-image-content.skin-v4 {
  position: relative;
  text-align: left;
  max-width: 500px;
  margin: 0 auto 30px;
}

.gsc-image-content.skin-v4 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gsc-image-content.skin-v4 .image img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}

.gsc-image-content.skin-v4 .box-content {
  background: #fff;
  z-index: 1;
  padding: 35px 30px 60px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
  position: relative;
}

.gsc-image-content.skin-v4 .box-content:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #313041;
  z-index: 11;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}

.gsc-image-content.skin-v4 .box-content:after {
  content: '';
  background: url("../images/image-content-pattern.png") repeat-x bottom center transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  opacity: 0;
}

.gsc-image-content.skin-v4 .box-content .content-inner {
  max-width: 260px;
  margin: 0 auto;
}

.gsc-image-content.skin-v4 .box-content .content-inner .title {
  font-size: 24px;
  color: #313041;
  line-height: 36px;
}

.gsc-image-content.skin-v4 .box-content .content-inner .title a {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 89%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 89%/0px 2px no-repeat;
}

.gsc-image-content.skin-v4 .box-content .content-inner .title a:hover {
  background-size: 100% 2px;
}

.gsc-image-content.skin-v4 .box-content .content-inner .desc {
  margin: 25px 0 20px;
  color: var(--tevily-body-color);
}

.gsc-image-content.skin-v4:hover .box-content {
  background: #313041;
}

.gsc-image-content.skin-v4:hover .box-content:before {
  width: 100%;
}

.gsc-image-content.skin-v4:hover .box-content:after {
  opacity: 1;
}

.gsc-image-content.skin-v4:hover .box-content .content-inner .title {
  color: #fff;
}

.gsc-image-content.skin-v4:hover .box-content .content-inner .title a {
  color: #fff;
}

.gsc-image-content.skin-v4:hover .box-content .content-inner .desc {
  color: #9d9d9d;
}

.gsc-image-content.skin-v4:hover .box-content .content-inner .read-more a {
  color: #fff;
}

.gsc-image-content.skin-v4:hover .box-content .content-inner .read-more a:before {
  background: #333333;
}

.gsc-image-content.skin-v5 {
  text-align: center;
  position: relative;
  max-width: 680px;
  margin: 0 auto 30px;
  padding-left: 90px;
  overflow: hidden;
}

.gsc-image-content.skin-v5 .image {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .gsc-image-content.skin-v5 .image {
    padding: 0;
    width: 100%;
  }
}

.gsc-image-content.skin-v5 .image img {
  -webkit-transition: all 5s;
  transition: all 5s;
}

.gsc-image-content.skin-v5 .image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gsc-image-content.skin-v5 .image-second {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 320px;
  max-width: 55%;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v5 .image-second {
    bottom: 0;
  }
}

.gsc-image-content.skin-v5 .image-second .image-second-inner {
  overflow: hidden;
}

.gsc-image-content.skin-v5 .image-second .image-second-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
}

.gsc-image-content.skin-v5 .image-second .line-color {
  width: 2px;
  height: 500px;
  position: absolute;
  bottom: calc(100% + 60px);
  left: 0;
  z-index: 9;
  background: var(--tevily-theme-color);
}

.gsc-image-content.skin-v5 .image-second:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gsc-image-content.skin-v5 .title {
  position: absolute;
  z-index: 11;
  color: var(--tevily-theme-color);
  right: 20px;
  bottom: 0;
}

.gsc-image-content.skin-v5 .title .text {
  font-family: "reey";
  font-size: 45px;
  line-height: 115px;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v5 .title .text {
    font-size: 38px;
    line-height: 95px;
  }
}

@media (max-width: 575.98px) {
  .gsc-image-content.skin-v5 .title .text {
    font-size: 32px;
  }
}

.gsc-image-content.skin-v5 .title .box-icon {
  font-size: 100px;
  width: 100px;
  color: var(--tevily-theme-color);
  fill: var(--tevily-theme-color);
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 30px;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v5 .title .box-icon {
    font-size: 80px;
    width: 80px;
  }
}

@media (max-width: 575.98px) {
  .gsc-image-content.skin-v5 .title .box-icon {
    display: none;
  }
}

.gsc-image-content.skin-v5 .title .box-icon svg {
  width: 100px;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v5 .title .box-icon svg {
    width: 80px;
  }
}

.gsc-image-content.skin-v6 {
  position: relative;
  text-align: left;
  max-width: 500px;
  margin: 0 auto 30px;
  border-radius: 8px;
  overflow: hidden;
}

.gsc-image-content.skin-v6 .box-content {
  position: relative;
}

.gsc-image-content.skin-v6 .box-content .content-inner {
  position: relative;
  z-index: 11;
  padding: 55px 35px 60px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .gsc-image-content.skin-v6 .box-content .content-inner {
    padding: 45px 20px 50px;
  }
}

.gsc-image-content.skin-v6 .box-content .content-inner .title {
  margin: 0 0 30px;
  font-size: 28px;
}

.gsc-image-content.skin-v6 .box-content .content-inner .title a {
  color: #fff;
}

.gsc-image-content.skin-v6 .box-content .content-inner .desc {
  color: #9d9d9d;
}

.gsc-image-content.skin-v6 .box-content .content-inner .desc .medium {
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
}

.gsc-image-content.skin-v6 .box-content .content-inner .read-more {
  padding-top: 15px;
}

.gsc-image-content.skin-v6 .box-content .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.gsc-image-content.skin-v6 .box-content .bg-image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.gsc-image-content.skin-v7 {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  padding: 30px 45px;
  border: 1px solid #EBE6DE;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .gsc-image-content.skin-v7 {
    padding: 30px 20px;
  }
}

.gsc-image-content.skin-v7 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gsc-image-content.skin-v7 .image img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}

.gsc-image-content.skin-v7 .box-content {
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
}

.gsc-image-content.skin-v7 .box-content .title {
  margin: 20px 0 0;
  font-size: 20px;
  color: #313041;
  line-height: 32px;
}

.gsc-image-content.skin-v7 .box-content .desc {
  margin-top: 25px;
  color: var(--tevily-body-color);
}

.gsc-image-content.skin-v7 .box-content .read-more {
  margin-top: 28px;
}

.gva-posts-grid .posts-grid-filter {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}

.gva-posts-grid .posts-grid-filter ul.nav-tabs {
  display: inline-block;
  text-align: left;
  float: left;
  padding-top: 15px;
}

.gva-posts-grid .posts-grid-filter ul.nav-tabs &gt; li &gt; a {
  background: none;
  font-weight: 500;
  color: #313041;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  padding: 0 10px;
}

.gva-posts-grid .posts-grid-filter ul.nav-tabs &gt; li &gt; a.active {
  color: var(--tevily-theme-color);
}

.gva-posts-grid .posts-grid-filter .view-all {
  float: right;
}

.gva-posts-grid .gva-content-items {
  float: left;
  width: 100%;
}

.gva-posts-grid .post {
  margin-bottom: 30px;
}

.gva-posts-grid .post .read-more {
  display: block !important;
  visible: visibility !important;
}

.gva-posts-sticky .gva-content-items {
  position: relative;
  float: left;
  width: 100%;
}

.gva-posts-sticky .gva-content-items .first-post {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .gva-posts-sticky .gva-content-items .first-post {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}

.gva-posts-sticky .gva-content-items .first-post .post {
  margin-bottom: 0 !important;
  position: relative;
}

.gva-posts-sticky .gva-content-items .first-post .post .entry-content {
  bottom: 0;
  padding: 30px 30px;
  background: var(--tevily-theme-color);
  z-index: 11;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gva-posts-sticky .gva-content-items .first-post .post .entry-content:after {
  content: '';
  width: 100%;
  height: 200px;
  background: var(--tevily-theme-color);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
}

@media (max-width: 991.98px) {
  .gva-posts-sticky .gva-content-items .first-post .post .entry-content {
    padding: 20px 30px 30px;
  }
}

.gva-posts-sticky .gva-content-items .first-post .post .entry-content .content-inner {
  text-align: left;
  padding: 0;
}

.gva-posts-sticky .gva-content-items .first-post .post .entry-content .content-inner .entry-meta {
  padding: 0;
  background: none;
  color: #fff;
  top: 0;
}

.gva-posts-sticky .gva-content-items .first-post .post .entry-content .content-inner .entry-meta .entry-date {
  color: #fff;
}

.gva-posts-sticky .gva-content-items .first-post .post .entry-content .content-inner .entry-title {
  font-size: 26px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .gva-posts-sticky .gva-content-items .first-post .post .entry-content .content-inner .entry-title {
    font-size: 22px;
    line-height: 36px;
  }
}

.gva-posts-sticky .gva-content-items .first-post .post .entry-content .content-inner .entry-title a {
  color: #fff;
}

.gva-posts-sticky .gva-content-items .list-post .post {
  margin-bottom: 30px;
  position: relative;
}

.gva-posts-sticky .gva-content-items .list-post .post .post-thumbnail {
  width: 270px;
  z-index: 1;
  float: left;
}

@media (max-width: 767.98px) {
  .gva-posts-sticky .gva-content-items .list-post .post .post-thumbnail {
    width: 180px;
  }
}

@media (max-width: 575.98px) {
  .gva-posts-sticky .gva-content-items .list-post .post .post-thumbnail {
    width: 150px;
  }
}

.gva-posts-sticky .gva-content-items .list-post .post .entry-content {
  width: 100%;
  padding: 0 0 0 270px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .gva-posts-sticky .gva-content-items .list-post .post .entry-content {
    padding-left: 180px;
  }
}

@media (max-width: 575.98px) {
  .gva-posts-sticky .gva-content-items .list-post .post .entry-content {
    padding-left: 150px;
  }
}

.gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner {
  text-align: left;
  max-width: unset;
  padding-left: 30px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner {
    padding-left: 20px;
  }
}

.gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner .entry-meta {
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 860px) {
  .gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner .entry-meta .author-seperate, .gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner .entry-meta .post-comment {
    display: none;
  }
}

.gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner .entry-title {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 34px;
  padding: 0;
  margin: 10px 0 0;
}

@media (max-width: 991.98px) {
  .gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner .entry-title {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 767.98px) {
  .gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner .entry-title {
    margin-top: 0;
  }
}

.gva-posts-sticky .gva-content-items .list-post .post:last-child {
  margin-bottom: 0;
}

.gva-posts-list-small .gva-content-items &gt; .post:last-child {
  margin-bottom: 0;
}

.gva-testimonial-carousel.style-1 .testimonial-item {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding-left: 65px;
  max-width: 800px;
  margin: 0 auto 45px;
}

@media (max-width: 575.98px) {
  .gva-testimonial-carousel.style-1 .testimonial-item {
    padding-top: 65px;
    padding-left: 0;
  }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 4px;
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content:after {
  content: '';
  background: url("../images//bg-arrow.png") repeat bottom center transparent;
  width: 166px;
  height: 110px;
  position: absolute;
  top: 100%;
  left: 30px;
  z-index: 11;
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image {
  border: 10px solid #fff;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  left: -65px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 991.98px) {
  .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image {
    left: -60px;
  }
}

@media (max-width: 575.98px) {
  .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image {
    top: -60px;
    left: 30px;
  }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-image img {
    width: 80px;
    height: 80px;
  }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner {
  padding: 50px 45px 55px 95px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991.98px) {
  .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner {
    padding: 50px 30px 55px 85px;
  }
}

@media (max-width: 575.98px) {
  .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner {
    padding: 85px 30px 30px;
  }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-meta {
  position: relative;
  z-index: 11;
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .quote-icon {
  font-size: 60px;
  color: #F0F3F6;
  position: absolute;
  bottom: 50px;
  right: 45px;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 991.98px) {
  .gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .quote-icon {
    font-size: 45px;
    right: 30px;
    color: #F0F3F6 !important;
  }
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-quote {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 15px;
  margin: 0 auto;
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-information {
  margin: 30px 0 0;
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-information span.testimonial-name {
  font-size: 20px;
  font-weight: 600;
  color: #313041;
  font-family: var(--tevily-heading-font-family);
}

.gva-testimonial-carousel.style-1 .testimonial-item .testimonial-content-inner .testimonial-information span.testimonial-job {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
}

.gva-testimonial-carousel.style-1 .testimonial-item:hover .testimonial-image {
  border-color: var(--tevily-theme-color);
}

.gva-testimonial-carousel.style-1 .testimonial-item:hover .testimonial-content-inner .quote-icon {
  color: var(--tevily-theme-color);
}

.gva-testimonial-carousel.style-1 .owl-item.first .testimonial-image {
  border-color: var(--tevily-theme-color);
}

.gva-testimonial-carousel.style-1 .owl-item.first .testimonial-content-inner .quote-icon {
  color: var(--tevily-theme-color);
}

.gva-testimonial-carousel.style-2 .testimonial-item {
  text-align: left;
  position: relative;
  max-width: 820px;
  margin: 0 auto 30px;
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-image {
  max-width: 230px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content {
  font-size: 20px;
  line-height: 36px;
  padding: 42px 50px 38px;
  text-align: center;
  -webkit-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 1230px) {
  .gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content {
    padding: 32px 25px 30px;
  }
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content:before {
  content: '';
  border: 30px solid transparent;
  border-width: 30px 35px 20px 35px;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -35px;
  z-index: 1;
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content .testimonial-stars {
  color: #FFA801;
  font-size: 16px;
  margin-bottom: 6px;
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content .testimonial-quote {
  font-size: 18px;
  line-height: 38px;
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content .testimonial-meta {
  padding-top: 20px;
  position: relative;
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content .testimonial-meta .testimonial-name {
  font-size: 20px;
  font-weight: 700;
  color: #313041;
  display: block;
}

.gva-testimonial-carousel.style-2 .testimonial-item .testimonial-content .testimonial-meta .testimonial-job {
  font-size: 14px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  color: var(--tevily-theme-color);
}

.gva-testimonial-carousel.style-2 .swiper-slide:not(.item-active) .testimonial-item .testimonial-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gva-testimonial-carousel.style-3 .testimonial-item {
  text-align: left;
  position: relative;
  max-width: 820px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 60px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
  .gva-testimonial-carousel.style-3 .testimonial-item {
    padding: 50px 30px;
  }
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content {
  position: relative;
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content .testimonial-image {
  position: relative;
  width: 76px;
  height: 76px;
  float: left;
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content .testimonial-image img {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.036);
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content .testimonial-image .icon-quote {
  position: absolute;
  top: 50%;
  right: -21px;
  margin-top: -21px;
  z-index: 11;
  font-size: 50px;
  color: #fff;
  background: var(--tevily-theme-color);
  line-height: 1.2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-weight: 900;
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content .testimonial-information {
  margin: 22px 0 22px;
  line-height: 26px;
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content .testimonial-information .testimonial-name {
  font-size: 18px;
  font-weight: 800;
  color: #313041;
  display: block;
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content .testimonial-information .testimonial-job {
  font-size: 15px;
  display: block;
  font-weight: 700;
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content .testimonial-content {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  padding-top: 10px;
}

.gva-testimonial-carousel.style-3 .testimonial-item .testimonial-item-content:hover .icon-quote {
  background: var(--tevily-theme-color);
  color: #fff;
}

.gsc-video-box {
  position: relative;
}

.gsc-video-box.style-1 .video-inner {
  min-height: 120px;
  min-width: 120px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .gsc-video-box.style-1 .video-inner {
    min-height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .gsc-video-box.style-1 .video-inner {
    min-height: 90px;
    min-width: 90px;
  }
}

@media (max-width: 575.98px) {
  .gsc-video-box.style-1 .video-inner {
    min-height: 60px;
    min-width: 60px;
  }
}

.gsc-video-box.style-1 .video-inner .video-image {
  overflow: hidden;
}

.gsc-video-box.style-1 .video-inner .video-content {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -42px;
  z-index: 11;
  text-align: center;
  width: 100%;
}

.gsc-video-box.style-1 .video-inner .video-content &gt; div {
  display: inline-block;
}

.gsc-video-box.style-1 .video-inner .video-content .title {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 600px) {
  .gsc-video-box.style-1 .video-inner .video-content .title {
    display: none;
  }
}

.gsc-video-box.style-1 .video-inner .video-content .video-action {
  margin: 0 30px;
}

.gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video {
  display: inline-block;
  font-size: 24px;
  color: var(--tevily-theme-color);
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 8px;
}

.gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.gsc-video-box.style-1 .video-inner .video-content .video-action .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

.gsc-video-box.style-1 .video-inner:hover .video-action .popup-video {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.gsc-video-box.style-2 .video-inner .video-content .video-action .popup-video {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 160px;
  height: 140px;
  line-height: 122px;
  border: 20px solid #F7F7F7;
  border-bottom: 0;
  background: var(--tevily-theme-color);
}

.gsc-video-box.style-2 .video-inner .video-content .video-action .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--tevily-theme-color);
  opacity: 0;
  border-radius: 4px;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.gsc-video-box.style-2 .video-inner .video-content .video-action .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--tevily-theme-color);
  opacity: 0;
  border-radius: 4px;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

.gsc-video-box.style-2 .video-inner .video-content .title {
  font-family: "reey";
  color: var(--tevily-theme-color);
  font-size: 30px;
  padding-left: 55px;
  margin-top: 10px;
}

.gva-video-carousel .video-item-inner {
  position: relative;
}

.gva-video-carousel .video-item-inner .video-image {
  text-align: center;
}

.gva-video-carousel .video-item-inner .video-link {
  width: 115px;
  height: 115px;
  color: #fff;
  font-size: 18px;
  line-height: 115px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--tevily-theme-color);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-left: 2px solid #fff;
}

@media (max-width: 991.98px) {
  .gva-video-carousel .video-item-inner .video-link {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 767.98px) {
  .gva-video-carousel .video-item-inner .video-link {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}

@media (max-width: 575.98px) {
  .gva-video-carousel .video-item-inner .video-link {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.gva-video-carousel .video-item-inner .video-link:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.gva-video-carousel .video-item-inner .video-title {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 30px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.gsc-search-box.style-1 &gt; .content-inner {
  display: inline-block;
}

.gsc-search-box.style-1 &gt; .content-inner .control-search {
  position: relative;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: var(--tevily-body-color);
  background: #FAF5EE;
}

.gsc-pricing {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-pricing.style-1, .gsc-pricing.style-2 {
  background: #fff;
  padding: 55px 40px 60px;
  position: relative;
  background: #000000;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(65, 80, 138, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(65, 80, 138, 0.1);
}

@media (max-width: 767.98px) {
  .gsc-pricing.style-1, .gsc-pricing.style-2 {
    padding: 60px 30px 40px;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .gsc-pricing.style-1, .gsc-pricing.style-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gsc-pricing.style-1 .content-inner, .gsc-pricing.style-2 .content-inner {
  max-width: 260px;
  margin: 0 auto;
}

.gsc-pricing.style-1 .content-inner .plan-price, .gsc-pricing.style-2 .content-inner .plan-price {
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
  font-size: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.gsc-pricing.style-1 .content-inner .plan-price .plan-price-inner .currency, .gsc-pricing.style-2 .content-inner .plan-price .plan-price-inner .currency {
  font-size: 26px;
  position: relative;
  top: -12px;
}

.gsc-pricing.style-1 .content-inner .plan-price .plan-price-inner .price, .gsc-pricing.style-2 .content-inner .plan-price .plan-price-inner .price {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 46px;
}

@media (max-width: 767.98px) {
  .gsc-pricing.style-1 .content-inner .plan-price .plan-price-inner .price, .gsc-pricing.style-2 .content-inner .plan-price .plan-price-inner .price {
    font-size: 42px;
  }
}

.gsc-pricing.style-1 .content-inner .plan-price .plan-price-inner .interval, .gsc-pricing.style-2 .content-inner .plan-price .plan-price-inner .interval {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.gsc-pricing.style-1 .content-inner .title, .gsc-pricing.style-2 .content-inner .title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 35px 0 6px;
}

.gsc-pricing.style-1 .content-inner .plan-list, .gsc-pricing.style-2 .content-inner .plan-list {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  padding: 20px 0 30px;
  text-align: center;
  font-size: 16px;
}

.gsc-pricing.style-1 .content-inner .plan-list li, .gsc-pricing.style-2 .content-inner .plan-list li {
  position: relative;
  padding: 5px 20px 5px 0;
  color: #9d9d9d;
  line-height: 24px;
}

.gsc-pricing.style-1 .content-inner .pricing-action, .gsc-pricing.style-2 .content-inner .pricing-action {
  padding-top: 30px;
  text-align: center;
}

.gsc-pricing.style-1:hover, .gsc-pricing.style-2:hover {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
  box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
}

.gsc-pricing.style-2 {
  -webkit-transform: scale(0.92, 0.92);
  transform: scale(0.92, 0.92);
  background: #222222;
}

@media (max-width: 767px) {
  .gsc-pricing.style-2 {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media (max-width: 767px) {
  .hover-z-index {
    position: relative !important;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .hover-z-index:hover {
    z-index: 11 !important;
  }
  .hover-z-index:hover .gsc-pricing {
    -webkit-transform: scale(0.96, 0.96) !important;
    transform: scale(0.96, 0.96) !important;
  }
}

.gsc-team .gsc-team-item {
  background: #fff;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.gsc-team .gsc-team-item .team-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
}

.gsc-team .gsc-team-item .team-image a.link-content {
  display: block;
  position: relative;
}

.gsc-team .gsc-team-item .team-image a.link-content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-team .gsc-team-item .team-image .socials-team {
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
}

.gsc-team .gsc-team-item .team-image .socials-team a {
  display: block;
  color: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 15px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.36);
}

.gsc-team .gsc-team-item .team-image .socials-team a:hover {
  background: var(--tevily-theme-color);
}

.gsc-team .gsc-team-item .team-content {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background: #fff;
  border-radius: 8px 8px 0 0;
  margin-top: -20px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 11;
  padding: 36px 20px 0;
}

.gsc-team .gsc-team-item .team-content .team-name {
  font-size: 20px;
  margin: 0 0 2px;
  line-height: 20px;
}

.gsc-team .gsc-team-item .team-content .team-job {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--tevily-theme-color);
  font-weight: 500;
}

.gsc-team .gsc-team-item.active .team-image a.link-content:after, .gsc-team .gsc-team-item:hover .team-image a.link-content:after {
  opacity: 1;
}

.gsc-team .gsc-team-item.active .team-image .socials-team, .gsc-team .gsc-team-item:hover .team-image .socials-team {
  top: 15px;
  opacity: 1;
}

.gva-user {
  line-height: 1;
}

.gva-user .login-account {
  position: relative;
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
}

.gva-user .login-account .profile {
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gva-user .login-account .profile:hover {
  cursor: pointer;
  color: var(--tevily-theme-color);
}

.gva-user .login-account .profile .avata:not(.without-login) {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  margin-top: 1px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.gva-user .login-account .profile .avata-icon {
  font-size: 22px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  background: #FAF5EE;
  border-radius: 50%;
  text-align: center;
  padding-right: 1px;
}

.gva-user .login-account .user-account {
  position: absolute;
  top: calc(100% + 15px);
  right: -20px;
  width: 270px;
  background: #fff;
  z-index: 11;
  padding: 20px 25px 18px;
  margin-top: 10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #EBE6DE;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 0.3rem;
}

.gva-user .login-account .user-account:after {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #EBE6DE;
  position: absolute;
  bottom: 100%;
  right: 30px;
}

.gva-user .login-account .user-account .hi-account {
  text-transform: capitalize;
  font-weight: 500;
  color: #313041;
  text-align: left;
  padding-bottom: 12px;
  margin-bottom: 5px;
  border-bottom: 1px solid #EBE6DE;
}

.gva-user .login-account .user-account .my_account_nav_list li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 3px 0;
  background: none;
}

.gva-user .login-account .user-account .my_account_nav_list li &gt; .my_account_nav_item_title {
  display: none;
}

.gva-user .login-account .user-account .my_account_nav_list li a {
  padding: 5px 0;
  font-weight: 400;
  font-size: 15px;
  color: var(--tevily-body-color);
}

.gva-user .login-account .user-account .my_account_nav_list li a .my_account_nav_item_title {
  padding: 0;
}

.gva-user .login-account .user-account .my_account_nav_list li a .my_account_nav_item_title i {
  font-size: 21px;
  width: 22px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.gva-user .login-account .user-account .my_account_nav_list li a:hover {
  color: var(--tevily-theme-color);
}

.gva-user .login-account .user-account .my_account_nav_list .my_account_nav_item_logout {
  margin-top: 8px;
  padding-top: 8px;
  border-top-color: #EBE6DE;
}

.gva-user .login-account .user-account .menu-item-logout {
  text-align: left;
  padding-top: 3px;
}

.gva-user .login-account .user-account .menu-item-logout a {
  font-weight: 400;
  font-family: var(--tevily-heading-font-family);
  font-size: 16px;
  color: var(--tevily-body-color);
}

.gva-user .login-account .user-account .menu-item-logout a i {
  margin-right: 10px;
}

.gva-user .login-account .user-account .menu-item-logout a:hover {
  color: var(--tevily-theme-color);
}

.gva-user .login-account.open .user-account {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

.gva-user .login-account:hover .profile .name {
  color: var(--tevily-theme-color);
}

.gva-user .login-account:hover .profile .name .icon {
  color: var(--tevily-theme-color);
}

.gva-user .login-account.without-login .user-account {
  max-width: 220px;
}

.gva-user .login-account.without-login .user-account ul li {
  margin-bottom: 12px;
}

.gva-user .login-account.without-login .user-account ul li .icon {
  width: 20px;
}

.gva-user .login-account.without-login .user-account ul li:last-child {
  margin-bottom: 0;
}

.gva-user .login-account.without-login.open .profile .avata-icon i {
  color: var(--tevily-theme-color);
}

.gva-user .login-account.without-login.open .profile .avata-icon svg {
  fill: var(--tevily-theme-color);
}

.modal-ajax-user-form .close {
  width: 28px;
  height: 28px;
  background: var(--tevily-theme-color);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 24px;
  line-height: 24px;
  border: 0;
  border-radius: 0 0 0 4px;
  z-index: 99;
}

.modal-ajax-user-form .close:hover {
  opacity: 0.8;
}

.modal-ajax-user-form .ajax-user-form {
  padding: 15px 35px 5px;
}

.modal-ajax-user-form .ajax-user-form .form-status {
  font-size: 14px;
  line-height: 24px;
}

.modal-ajax-user-form .ajax-user-form .form-status a {
  display: none !important;
}

.modal-ajax-user-form .ajax-user-form .title {
  text-align: center;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-weight: 600;
  position: relative;
}

.modal-ajax-user-form .ajax-user-form .title:after {
  content: '';
  width: 50px;
  height: 2px;
  background: var(--tevily-theme-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}

.modal-ajax-user-form .ajax-user-form form .form-group {
  margin-bottom: 20px;
}

.modal-ajax-user-form .ajax-user-form form .form-group label {
  color: #313041;
  font-weight: 600;
}

.modal-ajax-user-form .ajax-user-form form .form-action input {
  padding: 16px;
}

.modal-ajax-user-form .ajax-user-form .lost-password, .modal-ajax-user-form .ajax-user-form .user-registration {
  text-align: center;
}

.modal-ajax-user-form .ajax-user-form .lost-password a, .modal-ajax-user-form .ajax-user-form .user-registration a {
  color: var(--tevily-theme-color);
}

.modal-ajax-user-form .ajax-user-form .lost-password a:hover, .modal-ajax-user-form .ajax-user-form .user-registration a:hover {
  text-decoration: underline;
}

.modal-ajax-user-form .ajax-user-form .user-registration {
  margin-top: 10px;
}

.modal-ajax-user-form .ajax-form-content.ajax-preload .form-action {
  position: relative;
}

.modal-ajax-user-form .ajax-form-content.ajax-preload .form-action:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  border: 1px solid var(--tevily-theme-color);
  background: url("../images//preloader-2.gif") no-repeat center center rgba(255, 255, 255, 0.92);
}

.gsc-booking-banner.style-1, .gsc-booking-banner.style-2 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.gsc-booking-banner.style-1 .listings-banner-content, .gsc-booking-banner.style-2 .listings-banner-content {
  position: relative;
  overflow: hidden;
}

.gsc-booking-banner.style-1 .listings-banner-content .banner-image, .gsc-booking-banner.style-2 .listings-banner-content .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 10s;
  transition: all 10s;
}

.gsc-booking-banner.style-1 .listings-banner-content .banner-image:after, .gsc-booking-banner.style-2 .listings-banner-content .banner-image:after {
  content: '';
  position: absolute;
  background: rgba(49, 48, 65, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gsc-booking-banner.style-1 .listings-banner-content .banner-image img, .gsc-booking-banner.style-2 .listings-banner-content .banner-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.gsc-booking-banner.style-1 .banner-content, .gsc-booking-banner.style-2 .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 15px 30px 25px 30px;
}

@media (max-width: 991.98px) {
  .gsc-booking-banner.style-1 .banner-content, .gsc-booking-banner.style-2 .banner-content {
    padding: 15px 20px 20px;
  }
}

@media (max-width: 767.98px) {
  .gsc-booking-banner.style-1 .banner-content, .gsc-booking-banner.style-2 .banner-content {
    padding: 15px 15px 20px;
  }
}

.gsc-booking-banner.style-1 .banner-content .subtitle, .gsc-booking-banner.style-2 .banner-content .subtitle {
  font-size: 20px;
  color: var(--tevily-theme-color);
  font-family: "reey";
}

.gsc-booking-banner.style-1 .banner-content .title, .gsc-booking-banner.style-2 .banner-content .title {
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .gsc-booking-banner.style-1 .banner-content .title, .gsc-booking-banner.style-2 .banner-content .title {
    font-size: 22px;
  }
}

.gsc-booking-banner.style-1 .items-count, .gsc-booking-banner.style-2 .items-count {
  font-size: 11px;
  font-weight: 700;
  background: var(--tevily-theme-color);
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  z-index: 12;
  letter-spacing: 1px;
  white-space: nowrap;
}

.gsc-booking-banner.style-1 .link-term-overlay, .gsc-booking-banner.style-2 .link-term-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.gsc-booking-banner.style-1.text-left .number-listings, .gsc-booking-banner.style-2.text-left .number-listings {
  left: auto;
  right: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.gsc-booking-banner.style-1.text-right .number-listings, .gsc-booking-banner.style-2.text-right .number-listings {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.gsc-booking-banner.style-1:hover .banner-image, .gsc-booking-banner.style-2:hover .banner-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gsc-booking-banner.style-2 .banner-content .subtitle {
  font-family: var(--tevily-font-sans-serif);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.gsc-booking-banner.style-2 .banner-content .title {
  font-family: "reey";
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 15px;
  line-height: 1.5;
}

.gsc-booking-banner.style-2 .banner-content .btn-white {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .gsc-booking-banner.style-2 .banner-content .btn-white {
    padding: 14px 16px;
  }
}

.gsc-booking-banner.style-3 {
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
  box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.gsc-booking-banner.style-3 .items-count {
  font-size: 11px;
  font-weight: 700;
  background: var(--tevily-theme-color);
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  z-index: 12;
  letter-spacing: 1px;
  white-space: nowrap;
}

.gsc-booking-banner.style-3 .banner-content {
  padding: 25px 30px;
}

.gsc-booking-banner.style-3 .banner-content .subtitle {
  color: var(--tevily-theme-color);
}

.gsc-booking-banner.style-3 .banner-content .title {
  margin: 0;
  font-size: 26px;
  position: relative;
}

.gsc-booking-banner.style-3 .banner-content .title:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: -10px;
  background: var(--tevily-theme-color-2);
  color: var(--tevily-theme-color);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-booking-banner.style-3 .link-term-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.gsc-booking-banner.style-3:hover .banner-content .title:after {
  background: var(--tevily-theme-color);
  color: #fff;
}

.service-item {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}

.service-item.style-1 {
  padding: 55px 60px 60px;
}

@media (max-width: 991.98px) {
  .service-item.style-1 {
    padding: 55px 30px 60px;
  }
}

.service-item.style-1 .service-item-content {
  position: relative;
  z-index: 2;
}

.service-item.style-1 .service-item-content .title {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
}

.service-item.style-1 .service-item-content .title:after {
  content: '';
  width: 60px;
  height: 2px;
  background: var(--tevily-theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.service-item.style-1 .service-item-content .read-more {
  margin-top: 60px;
}

.service-item.style-1 .service-item-content .box-icon {
  position: absolute;
  font-size: 64px;
  color: #313041;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-item.style-1 .service-item-content .box-icon svg {
  width: 64px;
  fill: #313041;
}

.service-item.style-1 .link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.service-item.style-1:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-item.style-2 {
  padding: 60px 60px 50px;
}

@media (max-width: 991.98px) {
  .service-item.style-2 {
    padding: 60px 30px 50px;
  }
}

.service-item.style-2 .service-box-background {
  background: url("../images/bg-services.png") no-repeat bottom center transparent;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.service-item.style-2 .service-item-content {
  position: relative;
  z-index: 2;
}

.service-item.style-2 .service-item-content .box-icon {
  position: relative;
  font-size: 64px;
  color: #313041;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
}

.service-item.style-2 .service-item-content .box-icon svg {
  width: 64px;
  fill: #313041;
}

.service-item.style-2 .service-item-content .title {
  font-size: 24px;
  margin: 30px 0 25px;
}

.service-item.style-2 .service-item-content .title span {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 89%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 89%/0px 2px no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-item.style-2 .service-item-content .read-more {
  margin-top: 30px;
}

.service-item.style-2 .link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.service-item.style-2:hover {
  background-color: #313041;
}

.service-item.style-2:hover .service-box-background {
  opacity: 0.2;
  top: 0;
}

.service-item.style-2:hover .service-item-content .title {
  color: #fff;
}

.service-item.style-2:hover .service-item-content .title span {
  background-size: 100% 2px;
}

.service-item.style-2:hover .service-item-content .desc {
  color: rgba(255, 255, 255, 0.8);
}

.service-item.style-2:hover .service-item-content .box-icon {
  color: #fff;
}

.service-item.style-2:hover .service-item-content .read-more a {
  color: #fff;
}

.service-item.style-2:hover .service-item-content .read-more a:before {
  width: 0;
}

.active .service-item.style-1 {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.active .service-item.style-2 {
  -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
}

.active.center .service-item.style-2 {
  background-color: #313041;
}

.active.center .service-item.style-2 .service-box-background {
  opacity: 0.2;
  top: 0;
}

.active.center .service-item.style-2 .service-item-content .title {
  color: #fff;
  background-size: 100% 2px;
}

.active.center .service-item.style-2 .service-item-content .desc {
  color: rgba(255, 255, 255, 0.8);
}

.active.center .service-item.style-2 .service-item-content .box-icon {
  color: #fff;
}

.active.center .service-item.style-2 .service-item-content .read-more a {
  color: #fff;
}

.active.center .service-item.style-2 .service-item-content .read-more a:before {
  width: 0;
}

.text-with-arrow {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 115px;
  line-height: 40px;
}

@media (max-width: 991.98px) {
  .text-with-arrow {
    padding-top: 68px;
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .text-with-arrow {
    font-size: 20px;
    line-height: 28px;
    padding-top: 15px;
  }
}

.text-with-arrow span {
  display: inline-block;
  position: relative;
}

.text-with-arrow span:after {
  content: '';
  width: 64px;
  height: 110px;
  position: absolute;
  bottom: 90%;
  left: -85px;
  background: url("../images/line-arrow.png") no-repeat center center transparent;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .text-with-arrow span:after {
    bottom: calc(100% + 6px);
    height: 68px;
    left: -60px;
  }
}

@media (max-width: 650px) {
  .text-with-arrow span:after {
    display: none;
  }
}

/*------------------------------------------------------------------*\	
				7 - WIDGETS STYLE																										
\*------------------------------------------------------------------*/
.widget, .wpb_single_image, .wpb_content_element {
  border: none;
}

.widget .widget-title, .widget .widgettitle, .widget .wpb_singleimage_heading, .wpb_single_image .widget-title, .wpb_single_image .widgettitle, .wpb_single_image .wpb_singleimage_heading, .wpb_content_element .widget-title, .wpb_content_element .widgettitle, .wpb_content_element .wpb_singleimage_heading {
  background: none;
  position: relative;
  color: #313041;
  font-size: 18px;
  z-index: 9;
  font-weight: 700;
  margin-bottom: 0 0 8px;
  margin-top: 0;
  text-transform: uppercase;
  padding-left: 10px;
}

.widget .widget-title:before, .widget .widgettitle:before, .widget .wpb_singleimage_heading:before, .wpb_single_image .widget-title:before, .wpb_single_image .widgettitle:before, .wpb_single_image .wpb_singleimage_heading:before, .wpb_content_element .widget-title:before, .wpb_content_element .widgettitle:before, .wpb_content_element .wpb_singleimage_heading:before {
  content: '';
  position: absolute;
  width: 2px;
  background: var(--tevily-theme-color);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.widget.text-center .widget-title, .widget.text-center .widgettitle, .widget.text-center .wpb_singleimage_heading, .wpb_single_image.text-center .widget-title, .wpb_single_image.text-center .widgettitle, .wpb_single_image.text-center .wpb_singleimage_heading, .wpb_content_element.text-center .widget-title, .wpb_content_element.text-center .widgettitle, .wpb_content_element.text-center .wpb_singleimage_heading {
  text-align: center !important;
}

.widget.widget_block .wp-block-group &gt; .wp-block-group__inner-container &gt; h1, .widget.widget_block .wp-block-group &gt; .wp-block-group__inner-container &gt; h2, .widget.widget_block .wp-block-group &gt; .wp-block-group__inner-container &gt; h3, .widget.widget_block .wp-block-group &gt; .wp-block-group__inner-container &gt; h4 {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.widget.widget_block &gt; h1, .widget.widget_block h2, .widget.widget_block h3, .widget.widget_block h4 {
  background: none;
  position: relative;
  color: #313041;
  font-size: 24px;
  z-index: 9;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding-left: 10px;
  width: 100%;
}

.widget.widget_block &gt; h1:before, .widget.widget_block h2:before, .widget.widget_block h3:before, .widget.widget_block h4:before {
  content: '';
  position: absolute;
  width: 2px;
  background: var(--tevily-theme-color);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.widget.widget_block ul, .widget.widget_block ol {
  margin: 0;
  padding: 0;
}

.widget.widget_block ul ul, .widget.widget_block ul ol, .widget.widget_block ol ul, .widget.widget_block ol ol {
  padding-left: 25px;
}

.widget.widget_block ul li, .widget.widget_block ol li {
  font-weight: 500;
  word-wrap: break-word;
  line-height: 26px;
}

ol.wp-block-latest-comments {
  margin: 0;
  padding: 0;
}

ol.wp-block-latest-comments li {
  padding: 6px 0;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 26px;
  margin: 0;
}

ol.wp-block-latest-comments li time {
  margin-top: 5px;
  color: var(--tevily-theme-color);
}

/* 
** Widget for sidebar
*/
.wp-sidebar input, .wp-sidebar textarea, .wp-sidebar select, .elementor-widget-sidebar input, .elementor-widget-sidebar textarea, .elementor-widget-sidebar select {
  max-width: 100%;
}

.wp-sidebar .widget, .elementor-widget-sidebar .widget {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 35px 30px;
  background: #fff;
  position: relative;
  border: 1px solid #EBE6DE;
  border-radius: 8px;
  font-size: 16px;
}

.wp-sidebar ul, .elementor-widget-sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
  display: inline-block;
  width: 100%;
}

.wp-sidebar ul li, .elementor-widget-sidebar ul li {
  list-style: none;
}

.wp-sidebar ul li a, .elementor-widget-sidebar ul li a {
  padding: 8px 0;
  display: inline-block;
}

.wp-sidebar ul li a:hover, .elementor-widget-sidebar ul li a:hover {
  color: var(--tevily-theme-color);
}

.wp-sidebar ul li .count, .elementor-widget-sidebar ul li .count {
  margin-left: 3px;
  color: #262626;
}

.wp-sidebar ul &gt; li ul, .elementor-widget-sidebar ul &gt; li ul {
  padding-left: 16px;
}

.wp-sidebar .wpb_single_image, .elementor-widget-sidebar .wpb_single_image {
  margin-bottom: 30px !important;
}

.wp-sidebar .post-author, .wp-sidebar .post-date, .elementor-widget-sidebar .post-author, .elementor-widget-sidebar .post-date {
  font-size: 14px;
  margin: 0 0 2px;
  font-weight: 500;
  color: var(--tevily-theme-color);
}

.gva-main-search .gva-search {
  position: relative;
}

.gva-main-search .gva-search input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 46px;
}

.gva-main-search .gva-search input.input-search {
  background: #fff;
  font-size: 16px;
}

.gva-main-search .gva-search .btn-search {
  position: absolute;
  width: auto;
  height: 100%;
  right: 6px;
  top: 0;
  z-index: 9;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.gva-main-search .gva-search .btn-search input {
  border: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 20px;
  color: var(--tevily-theme-color);
}

.widget_calendar .wp-calendar-table td a {
  color: var(--tevily-theme-color);
}

.widget_calendar .wp-calendar-table #today {
  color: var(--tevily-theme-color);
  position: relative;
}

.widget_calendar .wp-calendar-table #today:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: var(--tevily-theme-color);
  border-radius: 50%;
  z-index: 1;
}

.widget_calendar .wp-calendar-nav {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.widget_tag_cloud .tagcloud &gt; a {
  display: inline-block;
  background: #FAF5EE;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px !important;
  padding: 0 12px;
  color: var(--tevily-body-color);
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.widget_tag_cloud .tagcloud &gt; a:last-child {
  margin-right: 0;
}

.widget_tag_cloud .tagcloud &gt; a:hover {
  color: #fff;
  background: var(--tevily-theme-color);
}

/* 
** Widget Newletter
*/
.mc4wp-form:before, .mc4wp-form:after {
  content: " ";
  display: table;
}

.mc4wp-form:after {
  clear: both;
}

.widget_recent_comments ul li {
  padding: 6px 0;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 26px;
}

.widget_categories, .widget_block, .widget_archive, .wp-sidebar .widget_nav_menu, #wp-footer .widget_nav_menu, .elementor-widget-sidebar .widget_nav_menu, .widget_pages, .widget_meta {
  overflow: hidden;
}

.widget_categories &gt; ul, .widget_block &gt; ul, .widget_archive &gt; ul, .wp-sidebar .widget_nav_menu &gt; ul, #wp-footer .widget_nav_menu &gt; ul, .elementor-widget-sidebar .widget_nav_menu &gt; ul, .widget_pages &gt; ul, .widget_meta &gt; ul {
  padding: 0;
}

.widget_categories ul &gt; li, .widget_block ul &gt; li, .widget_archive ul &gt; li, .wp-sidebar .widget_nav_menu ul &gt; li, #wp-footer .widget_nav_menu ul &gt; li, .elementor-widget-sidebar .widget_nav_menu ul &gt; li, .widget_pages ul &gt; li, .widget_meta ul &gt; li {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 26px;
}

.widget_categories ul &gt; li .count, .widget_block ul &gt; li .count, .widget_archive ul &gt; li .count, .wp-sidebar .widget_nav_menu ul &gt; li .count, #wp-footer .widget_nav_menu ul &gt; li .count, .elementor-widget-sidebar .widget_nav_menu ul &gt; li .count, .widget_pages ul &gt; li .count, .widget_meta ul &gt; li .count {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 1;
  font-size: 14px;
  color: var(--tevily-body-color);
}

.widget_categories ul &gt; li &gt; a, .widget_block ul &gt; li &gt; a, .widget_archive ul &gt; li &gt; a, .wp-sidebar .widget_nav_menu ul &gt; li &gt; a, #wp-footer .widget_nav_menu ul &gt; li &gt; a, .elementor-widget-sidebar .widget_nav_menu ul &gt; li &gt; a, .widget_pages ul &gt; li &gt; a, .widget_meta ul &gt; li &gt; a {
  display: block;
  text-transform: capitalize;
  line-height: 26px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  color: var(--tevily-body-color);
  padding: 11px 0;
  font-weight: 500;
  font-size: 16px;
}

.widget_categories ul &gt; li &gt; a:hover, .widget_block ul &gt; li &gt; a:hover, .widget_archive ul &gt; li &gt; a:hover, .wp-sidebar .widget_nav_menu ul &gt; li &gt; a:hover, #wp-footer .widget_nav_menu ul &gt; li &gt; a:hover, .elementor-widget-sidebar .widget_nav_menu ul &gt; li &gt; a:hover, .widget_pages ul &gt; li &gt; a:hover, .widget_meta ul &gt; li &gt; a:hover {
  color: var(--tevily-theme-color);
}

.widget_categories ul &gt; li ul, .widget_block ul &gt; li ul, .widget_archive ul &gt; li ul, .wp-sidebar .widget_nav_menu ul &gt; li ul, #wp-footer .widget_nav_menu ul &gt; li ul, .elementor-widget-sidebar .widget_nav_menu ul &gt; li ul, .widget_pages ul &gt; li ul, .widget_meta ul &gt; li ul {
  padding-left: 20px;
}

.widget_categories ul &gt; li.current_page_item, .widget_categories ul &gt; li.current-cat, .widget_block ul &gt; li.current_page_item, .widget_block ul &gt; li.current-cat, .widget_archive ul &gt; li.current_page_item, .widget_archive ul &gt; li.current-cat, .wp-sidebar .widget_nav_menu ul &gt; li.current_page_item, .wp-sidebar .widget_nav_menu ul &gt; li.current-cat, #wp-footer .widget_nav_menu ul &gt; li.current_page_item, #wp-footer .widget_nav_menu ul &gt; li.current-cat, .elementor-widget-sidebar .widget_nav_menu ul &gt; li.current_page_item, .elementor-widget-sidebar .widget_nav_menu ul &gt; li.current-cat, .widget_pages ul &gt; li.current_page_item, .widget_pages ul &gt; li.current-cat, .widget_meta ul &gt; li.current_page_item, .widget_meta ul &gt; li.current-cat {
  background: #fff;
}

.widget_categories ul &gt; li.current_page_item &gt; a, .widget_categories ul &gt; li.current-cat &gt; a, .widget_block ul &gt; li.current_page_item &gt; a, .widget_block ul &gt; li.current-cat &gt; a, .widget_archive ul &gt; li.current_page_item &gt; a, .widget_archive ul &gt; li.current-cat &gt; a, .wp-sidebar .widget_nav_menu ul &gt; li.current_page_item &gt; a, .wp-sidebar .widget_nav_menu ul &gt; li.current-cat &gt; a, #wp-footer .widget_nav_menu ul &gt; li.current_page_item &gt; a, #wp-footer .widget_nav_menu ul &gt; li.current-cat &gt; a, .elementor-widget-sidebar .widget_nav_menu ul &gt; li.current_page_item &gt; a, .elementor-widget-sidebar .widget_nav_menu ul &gt; li.current-cat &gt; a, .widget_pages ul &gt; li.current_page_item &gt; a, .widget_pages ul &gt; li.current-cat &gt; a, .widget_meta ul &gt; li.current_page_item &gt; a, .widget_meta ul &gt; li.current-cat &gt; a {
  color: #313041;
  position: relative;
  z-index: 1;
}

.widget_categories ul &gt; li.current_page_item:before, .widget_categories ul &gt; li.current-cat:before, .widget_block ul &gt; li.current_page_item:before, .widget_block ul &gt; li.current-cat:before, .widget_archive ul &gt; li.current_page_item:before, .widget_archive ul &gt; li.current-cat:before, .wp-sidebar .widget_nav_menu ul &gt; li.current_page_item:before, .wp-sidebar .widget_nav_menu ul &gt; li.current-cat:before, #wp-footer .widget_nav_menu ul &gt; li.current_page_item:before, #wp-footer .widget_nav_menu ul &gt; li.current-cat:before, .elementor-widget-sidebar .widget_nav_menu ul &gt; li.current_page_item:before, .elementor-widget-sidebar .widget_nav_menu ul &gt; li.current-cat:before, .widget_pages ul &gt; li.current_page_item:before, .widget_pages ul &gt; li.current-cat:before, .widget_meta ul &gt; li.current_page_item:before, .widget_meta ul &gt; li.current-cat:before {
  content: '';
  left: -15px;
  right: -15px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
}

.widget_categories &gt; ul &gt; li:last-child &gt; a, .widget_block &gt; ul &gt; li:last-child &gt; a, .widget_archive &gt; ul &gt; li:last-child &gt; a, .wp-sidebar .widget_nav_menu &gt; ul &gt; li:last-child &gt; a, #wp-footer .widget_nav_menu &gt; ul &gt; li:last-child &gt; a, .elementor-widget-sidebar .widget_nav_menu &gt; ul &gt; li:last-child &gt; a, .widget_pages &gt; ul &gt; li:last-child &gt; a, .widget_meta &gt; ul &gt; li:last-child &gt; a {
  margin-bottom: 0 !important;
}

.widget_rss ul &gt; li, .widget_recent_entries ul &gt; li, .gva_widget_recent_entries ul &gt; li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.widget_rss ul &gt; li a, .widget_recent_entries ul &gt; li a, .gva_widget_recent_entries ul &gt; li a {
  padding: 0;
  line-height: 26px;
  display: block;
  font-weight: 600;
}

.widget_rss ul &gt; li a .post-date, .widget_recent_entries ul &gt; li a .post-date, .gva_widget_recent_entries ul &gt; li a .post-date {
  color: var(--tevily-theme-color);
}

.widget_rss ul &gt; li:last-child, .widget_recent_entries ul &gt; li:last-child, .gva_widget_recent_entries ul &gt; li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.gva_widget_recent_entries ul li {
  border: none;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  z-index: 9;
}

.gva_widget_recent_entries ul li .post-thumbnail {
  width: 70px;
  overflow: hidden;
  float: left;
  border-radius: 6px;
}

.gva_widget_recent_entries ul li .post-content {
  padding-left: 85px;
}

.gva_widget_recent_entries ul li .post-content .post-comments {
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: 500;
}

.gva_widget_recent_entries ul li .post-content .post-comments .icon {
  color: var(--tevily-theme-color);
}

.gva_widget_recent_entries ul li .post-content .post-title {
  margin: 8px 0 0;
  font-size: 16px;
}

.gva_widget_recent_entries ul li .post-content .post-title a {
  display: block;
  line-height: 24px;
  font-weight: 500;
}

.gva_widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget_rss &gt; ul li {
  margin-bottom: 16px !important;
}

.widget_rss &gt; ul li .rss-date {
  color: var(--tevily-theme-color);
  font-size: 12px;
}

.widget-custom-text {
  color: #fff;
}

.widget-custom-text .widget-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  padding: 20px 0;
}

.widget-custom-text .signature {
  margin-top: 50px;
}

.widget_custom_html {
  padding: 0 !important;
  border: none !important;
}

div[class*="elementor-widget-wp-widget"] .elementor-widget-container &gt; h5 {
  margin: 0 0 10px;
  position: relative;
  padding-left: 10px;
}

div[class*="elementor-widget-wp-widget"] .elementor-widget-container &gt; h5:before {
  content: '';
  position: absolute;
  width: 2px;
  background: var(--tevily-theme-color);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.elementor-widget-wp-widget-categories .elementor-widget-container h5 {
  margin: 0 0 8px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul ul {
  padding-left: 30px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li {
  font-size: 18px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a {
  color: var(--tevily-body-color);
  font-weight: 500;
  display: inline-block;
  padding: 8px 0;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a:hover {
  color: var(--tevily-theme-color);
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li:last-child a {
  padding-bottom: 0;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud {
  padding-top: 10px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud &gt; a {
  display: inline-block;
  background: #FAF5EE;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px !important;
  padding: 0 12px;
  color: var(--tevily-body-color);
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud &gt; a:last-child {
  margin-right: 0;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud &gt; a:hover {
  color: #fff;
  background: var(--tevily-theme-color);
}

.helping-text {
  font-family: 'reey';
  font-size: 50px;
  color: var(--tevily-theme-color);
}

.support-box {
  background: #313041;
  color: #fff;
  padding: 50px 50px 40px;
}

@media (max-width: 991.98px) {
  .support-box {
    padding: 30px;
  }
}

.support-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-box .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

.support-box .phone {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}

.support-box .phone a {
  color: var(--tevily-theme-color);
}

.support-box .phone a i {
  font-size: 30px;
  margin-right: 10px;
}

.download-box {
  background: #313041;
}

.download-box a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 30px;
  text-align: center;
  display: block;
}

.download-box a:hover {
  color: var(--tevily-theme-color);
}

.list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media (max-width: 360px) {
  .list-button {
    display: block;
  }
}

.list-button a {
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  background: #F7F7F7;
  color: #313041;
  padding: 12px 40px;
  margin-right: 20px;
  border-radius: 8px;
}

@media (max-width: 360px) {
  .list-button a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.list-button a:last-child() {
  margin-right: 0;
}

.list-button a:hover {
  background: var(--tevily-theme-color);
  color: #fff;
}

/*------------------------------------------------------------------*\	
				8 - POST TYPE																										
\*------------------------------------------------------------------*/
.post:not(.post-single-content) {
  margin-bottom: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.post:not(.post-single-content) .post-thumbnail {
  position: relative;
  text-align: center;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.post:not(.post-single-content) .post-thumbnail iframe {
  width: 100%;
  min-height: 350px;
}

.post:not(.post-single-content) .post-thumbnail .entry-date {
  background: var(--tevily-theme-color);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 8px 0 0;
  padding: 15px 20px 30px;
  line-height: 16px;
  z-index: 11;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  letter-spacing: 0;
}

.post:not(.post-single-content) .post-thumbnail .entry-date span {
  display: block;
}

.post:not(.post-single-content) .post-thumbnail .entry-date .date {
  font-size: 16px;
  font-weight: 700;
}

.post:not(.post-single-content) .post-thumbnail .entry-date .month {
  font-size: 12px;
  font-weight: 400;
}

.post:not(.post-single-content) .entry-content {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 20px 30px;
  text-align: left;
  border: 1px solid #EBE6DE;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 1024px) {
  .post:not(.post-single-content) .entry-content {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .post:not(.post-single-content) .entry-content {
    padding: 20px 15px;
  }
}

.post:not(.post-single-content) .entry-content.has-no-thumbnail {
  border-top: 1px solid #EBE6DE;
  border-radius: 8px;
  padding-top: 30px;
}

.post:not(.post-single-content) .entry-content.has-no-thumbnail:after {
  display: none;
}

.post:not(.post-single-content) .entry-content:after {
  content: '';
  width: 100%;
  height: 20px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 11;
  background: #fff;
}

.post:not(.post-single-content) .entry-content .content-inner {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0 auto;
  position: relative;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-title {
  font-size: 22px;
  margin: 5px 0 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 34px;
  position: relative;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-desc {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-meta {
  position: relative;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-meta .meta-inline {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-meta .meta-inline &gt; span {
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post:not(.post-single-content) .entry-content .content-inner .entry-meta .meta-inline &gt; span {
    margin-right: 8px;
  }
}

.post:not(.post-single-content) .entry-content .content-inner .entry-meta .meta-inline &gt; span i {
  color: var(--tevily-theme-color);
  margin-right: 5px;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-meta .meta-inline &gt; span:last-child() {
  margin-right: 0;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-meta .meta-inline .entry-date {
  color: var(--tevily-theme-color);
}

.post:not(.post-single-content) .tag-links {
  margin-top: 20px;
  display: block;
}

.post:not(.post-single-content) .tag-links &gt; a {
  border: 1px solid #EBE6DE;
  padding: 2px 15px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  background: #fff;
}

.post:not(.post-single-content) .tag-links &gt; a:hover {
  background: var(--tevily-theme-color);
  color: #fff;
}

.owl-item.center .post-style-1 .post-thumbnail .entry-date {
  background: #fff;
  color: #313041;
  border-color: rgba(0, 0, 0, 0.08);
}

.post.post-style-2 {
  margin-bottom: 30px;
  border: 1px solid #EBE6DE;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.post.post-style-2 .link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.post.post-style-2 .post-thumbnail {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.post.post-style-2 .post-thumbnail:before {
  content: '';
  background: #313041;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.post.post-style-2 .post-thumbnail:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.post.post-style-2 .entry-content {
  padding: 60px 35px 45px;
  border: none;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
}

@media (max-width: 991.98px) {
  .post.post-style-2 .entry-content {
    padding: 50px 30px 35px;
  }
}

.post.post-style-2 .entry-content .content-inner {
  padding-bottom: 0;
  padding: 0;
}

.post.post-style-2 .entry-content .content-inner .entry-title {
  font-size: 24px;
  margin: 20px 0 10px;
  padding-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 32px;
  letter-spacing: 0;
}

.post.post-style-2 .entry-content .content-inner .entry-title:after {
  display: none;
}

.post.post-style-2 .entry-content .entry-meta {
  font-size: 15px;
  position: relative;
  padding: 0;
  background: none;
}

.post.post-style-2 .entry-content .entry-meta:after {
  display: none;
}

.post.post-style-2 .entry-content .entry-meta .left {
  width: 52px;
  height: 52px;
  float: left;
  border: 2px solid var(--tevily-theme-color);
}

.post.post-style-2 .entry-content .entry-meta .right {
  padding-left: 72px;
  line-height: 28px;
  position: relative;
  top: -3px;
}

.post.post-style-2 .entry-content .entry-meta .right span {
  display: block;
  width: 100%;
}

.post.post-style-2 .entry-content .entry-meta .right i {
  color: var(--tevily-theme-color);
  margin-right: 6px;
}

.post.post-style-2 .entry-content .read-more {
  margin-top: 25px;
}

.post.post-style-2 .entry-content .read-more .icon {
  font-size: 28px;
  color: #313041;
}

.post.post-style-2 .entry-content .read-more .icon:before {
  display: inline-block;
}

.post.post-style-2:hover .post-thumbnail:after {
  top: 100%;
}

.post.post-style-2:hover .entry-content {
  color: #fff;
}

.post.post-style-2:hover .entry-content .entry-meta .left {
  border-color: var(--tevily-theme-color);
}

.post.post-style-2:hover .entry-content .entry-meta .right {
  color: #fff;
}

.post.post-style-2:hover .entry-content .entry-meta .right i {
  color: #fff;
}

.post.post-style-2:hover .entry-content .entry-title a {
  color: #fff;
}

.post.post-style-2:hover .entry-content .read-more .icon {
  color: #fff;
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.swiper-slide.item-active.center .post.post-style-2 .post-thumbnail:after {
  top: 100%;
}

.swiper-slide.item-active.center .post.post-style-2 .entry-content {
  color: #fff;
}

.swiper-slide.item-active.center .post.post-style-2 .entry-content .entry-meta .left {
  border-color: var(--tevily-theme-color);
}

.swiper-slide.item-active.center .post.post-style-2 .entry-content .entry-meta .right {
  color: #fff;
}

.swiper-slide.item-active.center .post.post-style-2 .entry-content .entry-meta .right i {
  color: #fff;
}

.swiper-slide.item-active.center .post.post-style-2 .entry-content .entry-title a {
  color: #fff;
}

.swiper-slide.item-active.center .post.post-style-2 .entry-content .read-more .icon {
  color: #fff;
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.post-block-list {
  margin-bottom: 30px;
}

.post-block-list:before, .post-block-list:after {
  content: " ";
  display: table;
}

.post-block-list:after {
  clear: both;
}

@media (max-width: 400px) {
  .post-block-list {
    max-width: 220px;
    margin: 0 auto;
  }
}

.post-block-list .post-content .post-thumbnail {
  width: 170px;
  float: left;
}

@media (max-width: 400px) {
  .post-block-list .post-content .post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}

.post-block-list .post-content .content-inner {
  padding-left: 200px;
}

@media (max-width: 900px) {
  .post-block-list .post-content .content-inner {
    padding-left: 190px;
  }
}

@media (max-width: 400px) {
  .post-block-list .post-content .content-inner {
    padding-left: 0;
  }
}

.post-block-list .post-content .content-inner .entry-meta {
  margin-bottom: 5px;
}

.post-block-list .post-content .content-inner .entry-title {
  margin: 0;
}

@media (max-width: 500px) {
  .post-block-list .post-content .content-inner .entry-title {
    font-size: 18px;
    line-height: 30px;
  }
}

.post-block-small {
  margin-bottom: 30px;
}

.post-block-small:before, .post-block-small:after {
  content: " ";
  display: table;
}

.post-block-small:after {
  clear: both;
}

.post-block-small .post-content .post-thumbnail {
  width: 80px;
  float: left;
  border-radius: 8px;
}

.post-block-small .post-content .content-inner {
  padding-left: 95px;
}

.post-block-small .post-content .content-inner .entry-meta {
  margin: -3px 0 0;
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

.post-block-small .post-content .content-inner .entry-meta &gt; .meta-inline {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.post-block-small .post-content .content-inner .entry-meta &gt; .meta-inline &gt; span {
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post-block-small .post-content .content-inner .entry-meta &gt; .meta-inline &gt; span {
    margin-right: 8px;
  }
}

.post-block-small .post-content .content-inner .entry-meta &gt; .meta-inline &gt; span i {
  color: var(--tevily-theme-color);
  margin-right: 5px;
}

.post-block-small .post-content .content-inner .entry-meta .cat-links, .post-block-small .post-content .content-inner .entry-meta .author, .post-block-small .post-content .content-inner .entry-meta .author-seperate {
  display: none !important;
}

.post-block-small .post-content .content-inner .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  float: left;
  width: 100%;
}

div[class*="col-md-6"] .post-thumbnail iframe, div[class*="col-md-4"] .post-thumbnail iframe {
  min-height: 235px;
  height: 235px;
}

.post-items .post {
  margin-bottom: 30px;
}

.post-items .entry-title {
  font-size: 18px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 12px;
}

.post-items.layout-sticky-on .posts-child .post {
  border-bottom: none;
  margin-bottom: 0;
}

.post-items.layout-sticky-on .posts-child .post .entry-title {
  font-size: 20px;
}

.posts-archive {
  margin: 100px 0 60px;
}

@media (max-width: 991.98px) {
  .posts-archive {
    margin: 80px 0 40px;
  }
}

.post-masonry-style &gt; .item-masory {
  margin-left: -1px;
}

.post.post-single-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.post.post-single-content .post-thumbnail {
  position: relative;
  margin-bottom: 30px;
}

.post.post-single-content .post-thumbnail.without_image {
  margin-bottom: 0;
}

.post.post-single-content .entry-content {
  border: 0;
  background: none;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: left;
}

.post.post-single-content .entry-content:after {
  content: none;
}

.post.post-single-content .entry-content .content-inner {
  max-width: 100%;
  padding: 0;
}

.post.post-single-content .entry-content .entry-meta {
  position: relative;
  margin: 0 0 10px;
}

.post.post-single-content .entry-content .entry-meta .meta-inline {
  font-size: 15px;
  text-transform: capitalize;
}

.post.post-single-content .entry-content .entry-meta .meta-inline &gt; span {
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post.post-single-content .entry-content .entry-meta .meta-inline &gt; span {
    margin-right: 10px;
  }
}

.post.post-single-content .entry-content .entry-meta .meta-inline &gt; span:last-child {
  margin-right: 0;
}

.post.post-single-content .entry-content .entry-meta .meta-inline &gt; span i {
  color: var(--tevily-theme-color);
  margin-right: 5px;
}

.post.post-single-content .entry-content .entry-meta .meta-inline .entry-date {
  color: var(--tevily-theme-color);
}

.post.post-single-content .entry-content .entry-title {
  font-size: 32px;
  color: #313041;
  padding: 0 0 10px;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 991.98px) {
  .post.post-single-content .entry-content .entry-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .post.post-single-content .entry-content .entry-title {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .post.post-single-content .entry-content .entry-title {
    font-size: 24px;
  }
}

.post.post-single-content .entry-content .entry-title:after {
  display: none !important;
}

.post.post-single-content .entry-content .entry-date {
  left: 0;
}

.post.post-single-content .entry-content .cat-links i {
  margin-right: 6px;
  color: var(--tevily-theme-color);
}

.post.post-single-content .entry-content .cat-links a {
  color: var(--tevily-body-color);
}

.post.post-single-content .entry-content .cat-links a:hover {
  color: var(--tevily-theme-color);
}

.post.post-single-content .entry-content .post-content strong img {
  margin-right: 10px;
}

.post.post-single-content .entry-content .post-content .wp-caption {
  max-width: 100%;
}

.post.post-single-content .entry-content .post-content input[type="text"],
.post.post-single-content .entry-content .post-content input[type="tel"],
.post.post-single-content .entry-content .post-content input[type="password"],
.post.post-single-content .entry-content .post-content input[type="email"] {
  padding: 0 8px;
}

.post.post-single-content .entry-content .post-content input[type="submit"] {
  background: var(--tevily-theme-color);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 15px;
}

.post.post-single-content .entry-content .post-content input[type="submit"]:hover {
  background: #313041;
}

.post.post-single-content .entry-meta-footer {
  border-top: 1px solid #EBE6DE;
  margin-top: 36px;
  padding-top: 12px;
}

.post.post-single-content .tag-links {
  margin-top: 20px;
  display: block;
}

.post.post-single-content .tag-links .tag-title {
  font-size: 20px;
  margin-right: 10px;
  color: #313041;
  font-weight: 700;
}

.post.post-single-content .tag-links &gt; a {
  background: var(--tevily-theme-color);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 0 15px;
  line-height: 28px;
  color: #fff;
  margin: 3px 10px 3px 0;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.post.post-single-content .tag-links &gt; a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.post.post-single-content.has-post-thumbnail .entry-content .entry-date {
  left: 30px;
}

.post-navigation {
  width: 100%;
  float: left;
  margin-top: 30px;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #EBE6DE;
}

.post-navigation a {
  display: inline-block;
  font-weight: 600;
  border: 2px solid #EBE6DE;
  padding: 10px 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.post-navigation a span {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.post-navigation a:hover {
  background: var(--tevily-theme-color);
  color: #fff;
}

.post-navigation a:hover span {
  color: #fff !important;
}

.post-navigation a[rel*="next"] {
  float: right;
  text-align: right;
}

.post-navigation a span {
  display: block;
}

.post-navigation a span.meta-nav {
  font-size: 14px;
  color: #888888;
}

.post-navigation a span.meta-nav i {
  font-size: 10px;
}

.post-navigation a span.meta-nav.next i {
  margin-left: 8px;
  margin-top: 1px;
}

.post-navigation a span.meta-nav.prev i {
  margin-right: 8px;
  margin-top: 1px;
}

.single-post-template .single-content-inner, .single-page-template .single-content-inner {
  padding-top: 85px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .single-post-template .single-content-inner, .single-page-template .single-content-inner {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.single-post-template .single-content-inner .title, .single-page-template .single-content-inner .title {
  margin: 0 0 15px;
  font-size: 28px;
}

.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common .tribe-common-h--alt {
  font-weight: 700;
}

#tribe-events-content a.btn-black {
  color: #fff;
}

#tribe-events-footer {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.tribe-events-page-title {
  margin-bottom: 30px;
}

.tribe-events-list .type-tribe_events {
  margin-bottom: 30px;
}

.tribe-event-list-block {
  margin-bottom: 30px !important;
  padding: 30px !important;
  background: #fff !important;
  border: 1px solid #EBE6DE !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .tribe-event-list-block {
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .tribe-event-list-block {
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
    border: none;
  }
}

.tribe-event-list-block .tribe-event-left {
  width: 190px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .tribe-event-list-block .tribe-event-left {
    width: 200px;
  }
}

@media (max-width: 650px) {
  .tribe-event-list-block .tribe-event-left {
    width: 100%;
  }
}

.tribe-event-list-block .tribe-event-left .content-inner {
  width: 190px;
  position: relative;
  float: left;
}

@media (max-width: 575.98px) {
  .tribe-event-list-block .tribe-event-left .content-inner {
    width: 200px;
  }
}

@media (max-width: 650px) {
  .tribe-event-list-block .tribe-event-left .content-inner {
    width: 100%;
  }
}

.tribe-event-list-block .tribe-event-left .content-inner .tribe-events-event-image {
  width: 100%;
  position: relative;
  margin: 0;
  text-align: center;
}

.tribe-event-list-block .tribe-event-left .content-inner .tribe-events-event-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 8px;
}

.tribe-event-list-block .tribe-event-left .content-inner .tribe-start-date {
  background: var(--tevily-theme-color);
  color: #fff;
  width: 52px;
  height: 52px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  padding-top: 10px;
  position: absolute;
  border-radius: 8px 0 0;
  right: 0;
  bottom: 0;
}

.tribe-event-list-block .tribe-event-right {
  padding-left: 200px;
  padding-right: 160px;
  position: relative;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .tribe-event-list-block .tribe-event-right {
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .tribe-event-list-block .tribe-event-right {
    padding-left: 220px;
  }
}

@media (max-width: 650px) {
  .tribe-event-list-block .tribe-event-right {
    padding-left: 0;
    float: left;
    padding: 20px;
    border: 1px solid #EBE6DE;
    border-top: 0;
  }
}

.tribe-event-list-block .tribe-event-right .content-inner {
  padding-left: 20px;
  float: left;
  width: 100%;
}

@media (max-width: 575.98px) {
  .tribe-event-list-block .tribe-event-right .content-inner {
    padding-left: 0;
  }
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta {
  font-size: 14px;
  margin-bottom: 0;
  border: none;
  background: #fff;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 24px;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .icon {
  margin-right: 6px;
  color: var(--tevily-theme-color);
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-event-schedule-details {
  display: block;
  width: 100%;
  font-size: 14px;
  color: var(--tevily-body-color);
  font-weight: 500;
  padding: 0;
  margin-bottom: 6px;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-events-venue-details {
  font-size: 14px;
  color: var(--tevily-body-color);
  font-weight: 500;
  margin: 0;
  font-style: normal;
  line-height: 24px;
  margin-top: 6px;
  border: none;
  padding: 0;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-events-venue-details .tribe-address br {
  display: none;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-events-venue-details .tribe-events-gmap {
  display: none !important;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-list-event-title {
  margin: 10px 0 15px;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-list-event-title .tribe-event-url {
  font-size: 24px;
}

@media (max-width: 575.98px) {
  .tribe-event-list-block .tribe-event-right .content-inner .tribe-events-list-event-title .tribe-event-url {
    font-size: 20px;
  }
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-list-event-title .tribe-event-url:hover {
  color: var(--tevily-theme-color) !important;
}

.tribe-event-list-block .tribe-event-right .content-inner .entry-summary {
  max-width: 600px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}

.tribe-event-list-block .tribe-event-right .event-action {
  width: 180px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .tribe-event-list-block .tribe-event-right .event-action {
    display: none;
  }
}

.tribe-event-list-block .tribe-event-right .event-action a {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff !important;
}

.tribe-event-list-block:hover {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
  box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
}

.tribe-event-block {
  max-width: 500px;
  margin: 0 auto 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.tribe-event-block .block-content {
  position: relative;
}

.tribe-event-block .block-content .tribe-start-date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: var(--tevily-theme-color);
  padding: 12px 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 11;
  border-radius: 0 0 8px 8px;
  text-align: center;
  text-transform: uppercase;
}

.tribe-event-block .block-content .tribe-events-event-image:after {
  content: '';
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#313041), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #313041, transparent 50%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
}

.tribe-event-block .block-content .tribe-event-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  color: #fff;
  padding: 30px 30px 25px;
}

.tribe-event-block .block-content .tribe-event-content .tribe-events-event-meta {
  font-size: 14px;
  font-weight: 700;
}

.tribe-event-block .block-content .tribe-event-content .tribe-events-event-meta i {
  margin-right: 5px;
}

.tribe-event-block .block-content .tribe-event-content .event-title {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.tribe-event-block .tribe-event-url {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.tribe-events .tribe-events-c-ical__link {
  border-color: var(--tevily-theme-color);
  color: var(--tevily-theme-color);
}

.tribe-events .tribe-events-c-ical__link:before {
  display: none;
}

.tribe-events .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus {
  background-color: var(--tevily-theme-color);
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background: var(--tevily-theme-color);
}

.tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:active, .tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:active, .tribe-common a.tribe-common-c-btn:focus {
  background: var(--tevily-theme-color);
  opacity: 0.8;
}

.tribe-events-l-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
  margin-bottom: 30px;
}

.event-layout-list .event-list-item {
  margin-bottom: 30px;
}

.tribe-events-single {
  margin: 65px 0 100px !important;
}

@media (max-width: 1024px) {
  .tribe-events-single {
    margin: 45px 0 60px !important;
  }
}

.tribe-events-single .tribe-events-back {
  margin-bottom: 5px;
}

.tribe-events-single .tribe-events-single-event-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  color: var(--tevily-heading-color);
}

.tribe-events-single .tribe-event-content-inner .tribe-events-event-image {
  text-align: center;
}

.tribe-events-single .tribe-events-schedule {
  color: #313041;
}

.tribe-events-single .tribe-events-schedule .icon {
  margin-right: 6px;
  color: var(--tevily-theme-color);
}

.tribe-events-single .tribe-events-event-meta {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.tribe-events-single .tribe-events-event-meta .tribe-events-single-section-title {
  font-size: 24px;
  font-weight: normal;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail {
  padding: 30px;
  border: 1px solid #EBE6DE;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
  box-shadow: 0px 20px 20px 0px rgba(63, 56, 54, 0.04);
  margin-top: 30px;
  width: 100%;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-events-single-section-title {
  display: none;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail &gt; div {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail &gt; div .icon {
  color: var(--tevily-theme-color);
  margin-right: 3px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail &gt; div a {
  color: var(--tevily-body-color);
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail &gt; div a:hover {
  text-decoration: underline;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail .event-meta-tags dt, .tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail .event-meta-tags dd {
  clear: none;
  display: inline;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom {
  margin: 50px 0;
  width: 100%;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-meta-group {
  width: 100%;
  padding: 0;
  margin: 0;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-meta-group .tribe-events-single-section-title {
  color: #fff;
  margin: 0 0 35px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-venue-map {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 0;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-venue-map &gt; div {
  min-height: 380px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer {
  overflow: hidden;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner {
  background: #313041;
  position: relative;
  float: left;
  width: 100%;
  padding: 45px 50px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner {
    padding: 35px 30px;
  }
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner:after {
  content: '';
  background: #313041;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner a {
  color: #fff;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner a:hover {
  text-decoration: underline;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner .meta-item {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner .meta-item .icon {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer &gt; .content-inner .meta-item .icon svg {
  fill: var(--tevily-theme-color);
  width: 25px;
  height: auto;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue {
  overflow: hidden;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue &gt; .content-inner {
  background: var(--tevily-theme-color);
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  padding: 45px 50px;
}

@media (max-width: 991.98px) {
  .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue &gt; .content-inner {
    padding: 50px 30px;
  }
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue &gt; .content-inner:after {
  content: '';
  background: var(--tevily-theme-color);
  width: 100%;
  height: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue &gt; .content-inner a {
  color: #fff;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue &gt; .content-inner a:hover {
  text-decoration: underline;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item .icon {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item .icon svg {
  fill: #fff;
  width: 25px;
  height: auto;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue .meta-item .tribe-events-address {
  font-size: 14px;
  line-height: 24px;
}

.post-type-archive-tribe_events #tribe-events-bar {
  background: #fff;
  border: 1px solid #EBE6DE;
}

.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form {
  background: #fff;
}

.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form input[type=text] {
  outline: none;
  border-bottom: 1px dashed #EBE6DE;
}

.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-submit .tribe-events-button {
  background: #313041;
}

.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner {
  background: #fff;
}

.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner #tribe-bar-views-toggle:focus, .post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner #tribe-bar-views-toggle:hover {
  background: #fff;
  outline: none;
}

.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list {
  background: #fff;
  border: 1px solid #EBE6DE;
}

.post-type-archive-tribe_events table.tribe-events-calendar {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom-color: #EBE6DE;
}

.post-type-archive-tribe_events table.tribe-events-calendar thead th {
  background: none;
  color: #313041;
  text-align: left;
  border: none;
  border-bottom: 1px solid #EBE6DE;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody {
  border-left: 1px solid #EBE6DE;
  border-right: 1px solid #EBE6DE;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td {
  border-color: #EBE6DE !important;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td div[id*=tribe-events-daynum-], .post-type-archive-tribe_events table.tribe-events-calendar tbody td div[id*=tribe-events-daynum-] &gt; a {
  background: none !important;
  font-size: 20px;
  color: #141827;
  font-weight: 500;
  padding-top: 10px;
  padding-left: 10px;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-month-event-title {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip {
  padding: 20px;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .entry-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  font-size: 14px;
  color: var(--tevily-theme-color);
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb {
  width: 90px;
  margin-right: 1px;
  margin-bottom: 1px;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-width: 100%;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td .tribe-events-tooltip .tribe-events-event-body .tribe-event-description {
  font-size: 14px;
  line-height: 24px;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td:hover {
  background: none !important;
  border-bottom: 2px solid var(--tevily-theme-color) !important;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 100%;
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
  padding: 0;
}

.tribe-events-sub-nav li a {
  background: none !important;
  padding: 0 !important;
  color: #313041;
}

.portfolio-v1 {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto 30px;
}

.portfolio-v1 .images {
  position: relative;
  text-align: center;
}

.portfolio-v1 .images a.link-image-content {
  display: block;
}

.portfolio-v1 .images a.link-image-content:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: var(--tevily-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.portfolio-v1 .images .link-gallery {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  width: 36px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
}

.portfolio-v1 .images .link-gallery:hover {
  background: var(--tevily-theme-color);
  color: #fff;
}

.portfolio-v1 .portfolio-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 0 25px 20px;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-v1 .portfolio-content .content-inner .portfolio-meta {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

.portfolio-v1 .portfolio-content .content-inner .portfolio-meta a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  position: relative;
}

.portfolio-v1 .portfolio-content .content-inner .portfolio-meta a:hover {
  color: #fff;
}

.portfolio-v1 .portfolio-content .content-inner .title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.portfolio-v1 .portfolio-content .content-inner .title a {
  color: #fff;
}

.portfolio-v1 .portfolio-content .content-inner .title a:hover {
  text-decoration: underline;
}

.portfolio-v1:hover .portfolio-content, .portfolio-v1:active .portfolio-content, .portfolio-v1:focus .portfolio-content {
  opacity: 1;
}

.portfolio-v1:hover .images a.link-image-content:after, .portfolio-v1:active .images a.link-image-content:after, .portfolio-v1:focus .images a.link-image-content:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-v1:hover .images a.link-gallery, .portfolio-v1:active .images a.link-gallery, .portfolio-v1:focus .images a.link-gallery {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.owl-carousel .owl-item.center .portfolio-v1 .portfolio-content {
  opacity: 1;
}

.owl-carousel .owl-item.center .portfolio-v1 .images a.link-image-content:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-carousel .owl-item.center .portfolio-v1 .images a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.no-gutter .portfolio-block {
  margin-bottom: 0;
}

.owl-carousel .portfolio-v1 {
  margin-bottom: 0;
}

.portfolio-filter {
  margin-bottom: 25px;
  width: 100%;
}

.portfolio-filter ul.nav-tabs {
  display: inline-block;
  text-align: center;
  border: none;
  width: 100%;
}

.portfolio-filter ul.nav-tabs &gt; li {
  padding: 5px 8px 0;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a {
  font-weight: 500;
  color: #313041;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 0;
  font-size: 16px;
  position: relative;
  z-index: 11;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #313041;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a .count {
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: -20px;
  right: -17px;
  font-size: 12px;
  color: var(--tevily-body-color);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a:hover, .portfolio-filter ul.nav-tabs &gt; li &gt; a.active {
  color: #313041;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a:hover:after, .portfolio-filter ul.nav-tabs &gt; li &gt; a.active:after {
  width: 100%;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a:hover .count, .portfolio-filter ul.nav-tabs &gt; li &gt; a.active .count {
  top: -10px;
  opacity: 1;
}

.portfolio-filter .view-all {
  float: right;
}

.gva-portfolio-items {
  float: left;
  width: 100%;
}

.gsc-portfolio-carousel.remove-padding .init-carousel-owl {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gsc-portfolio-carousel.remove-padding .init-carousel-owl .owl-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*------------------------------------------------------------------*\	
				9 - PAGE STYLE																										
\*------------------------------------------------------------------*/
.ajax-loading {
  display: none;
}

.index-main-page {
  margin-top: 30px;
}

.wrapper-page .heading-title {
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
  font-size: 20px;
  margin-top: 15px;
}

#wp-main-content {
  min-height: 50px;
}

.pagination .disabled {
  background: var(--tevily-theme-color);
  color: #fff;
}

.pagination .current {
  background: var(--tevily-theme-color);
  color: #fff;
}

.page.white .wp-content article {
  background: #fff;
  padding: 20px;
}

/*
**	Page 404
*/
body.error404 .header-default {
  border-bottom: 2px solid #EBE6DE;
}

.not-found-wrapper {
  padding: 200px 0 200px;
  background: url("../images//bg-404.jpg") repeat-x center center transparent;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .not-found-wrapper {
    padding: 150px 0 150px;
  }
}

.not-found-wrapper .not-found-title h1 {
  font-size: 120px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}

@media (max-width: 767.98px) {
  .not-found-wrapper .not-found-title h1 {
    font-size: 42px;
  }
}

.not-found-wrapper .not-found-desc {
  font-size: 18px;
  max-width: 550px;
  margin: 0 auto;
  color: #ccc;
}

.not-found-wrapper .not-found-subtitle {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .not-found-wrapper .not-found-subtitle {
    font-size: 28px;
  }
}

.not-found-wrapper .not-found-home {
  margin-top: 30px;
}

.not-found-wrapper .not-found-home &gt; a {
  padding: 20px 35px;
}

.not-found-wrapper .not-found-home &gt; a i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.woocommerce-cart h2 {
  font-size: 25px;
}

.woocommerce-cart .shipping_calculator {
  margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals {
  margin-bottom: 40px;
  margin-top: 50px;
}

.woocommerce-cart .actions input[name^="update_cart"] {
  float: right;
  margin-top: 5px;
}

.woocommerce-cart .actions .coupon {
  float: left;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .woocommerce-cart .actions .coupon {
    width: 100%;
  }
}

.main-page-index {
  margin-top: 90px;
  margin-bottom: 50px;
}

.content-page-index .post-masonry-index .post {
  margin-bottom: 30px;
}

.content-page-index .post-masonry-index .post.sticky .entry-content:before {
  content: '\f02e';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -1px;
  left: 35px;
  color: var(--tevily-theme-color);
  font-size: 18px;
  z-index: 1;
  line-height: 1;
}

.search-no-results .main-page-content .search-no-results-content {
  padding: 30px;
  background: #FAF8F4;
  margin-bottom: 30px;
  border-radius: 8px;
  width: 100%;
  float: none;
}

.search-no-results .main-page-content .search-no-results-content .message {
  color: #313041;
}

body.page .content-page-inner h1.title {
  margin-bottom: 30px;
}

body.archive #tribe-events {
  padding: 35px 0 60px;
}

@media (max-width: 575.98px) {
  body.archive #tribe-events {
    padding: 10px 0 30px;
  }
}

/*------------------------------------------------------------------*\	
				10 - FORM STYLE																											
\*------------------------------------------------------------------*/
.wpcf7-form {
  max-width: 950px;
  margin: 0 auto;
}

.wpcf7-form .row {
  margin: 0 -10px;
}

.wpcf7-form .row &gt; div {
  padding: 0 10px;
}

.wpcf7-form p {
  margin-bottom: 20px;
  font-weight: 600;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"], .wpcf7-form input[type*="tel"] {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: none !important;
  background: var(--tevily-theme-color-2);
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
}

.wpcf7-form select {
  background: var(--tevily-theme-color-2);
  line-height: 68px;
  height: 68px;
  width: 100%;
  color: var(--tevily-body-color);
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
}

.wpcf7-form textarea {
  width: 100%;
  padding: 10px 20px;
  max-height: 220px;
  border: none !important;
  background: var(--tevily-theme-color-2);
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
}

.wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--tevily-body-color);
}

.wpcf7-form textarea::-moz-placeholder {
  color: var(--tevily-body-color);
}

.wpcf7-form textarea:-ms-input-placeholder {
  color: var(--tevily-body-color);
}

.wpcf7-form textarea:-moz-placeholder {
  color: var(--tevily-body-color);
}

.wpcf7-form textarea.size-medium {
  max-height: 135px;
}

.wpcf7-form .form-action {
  text-align: center;
  padding: 0;
  position: relative;
}

.wpcf7-form .form-action input {
  padding: 25px 50px 20px !important;
}

.wpcf7-form .form-action .ajax-loader {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.newsletter-form {
  position: relative;
  max-width: 710px;
  overflow: hidden;
  margin: 0 auto;
}

.newsletter-form input[type="email"] {
  padding: 0 15px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  border: none;
  line-height: 66px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 16px;
  color: var(--tevily-footer-color);
  background: rgba(0, 0, 0, 0.2);
}

.newsletter-form input[type="email"]:focus, .newsletter-form input[type="email"]:hover {
  background: rgba(0, 0, 0, 0.3);
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: var(--tevily-footer-color);
}

.newsletter-form input[type="email"]::-moz-placeholder {
  color: var(--tevily-footer-color);
}

.newsletter-form input[type="email"]:-ms-input-placeholder {
  color: var(--tevily-footer-color);
}

.newsletter-form input[type="email"]:-moz-placeholder {
  color: var(--tevily-footer-color);
}

.newsletter-form .form-action {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.newsletter-form .form-action input.newsletter-submit {
  border: none;
  width: 100%;
  background: var(--tevily-theme-color);
  color: #fff;
  height: 66px;
  line-height: 33px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 15px;
}

.newsletter-form .form-action input.newsletter-submit:hover {
  opacity: 0.8;
  background: var(--tevily-theme-color);
  color: #fff;
}

/*------------------------------------------------------------------*\	
				11 - COMMENT STYLE																											
\*------------------------------------------------------------------*/
#comments {
  margin-top: 15px;
}

#comments:before, #comments:after {
  content: " ";
  display: table;
}

#comments:after {
  clear: both;
}

#comments .title, #comments .comments-title {
  font-size: 22px;
  position: relative;
  color: #313041;
}

@media (max-width: 767.98px) {
  #comments .title, #comments .comments-title {
    font-size: 20px;
  }
}

#comments .comments-title {
  padding: 28px 0 15px;
  margin: 0 0 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

#comments .comments-title:after {
  content: '';
  width: 50px;
  height: 2px;
  background: var(--tevily-theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#comments input[type*="email"], #comments input[type*="text"], #comments textarea {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 68px;
  background: #FAF5EE;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

#comments input[type*="email"]::-webkit-input-placeholder, #comments input[type*="text"]::-webkit-input-placeholder, #comments textarea::-webkit-input-placeholder {
  color: var(--tevily-body-color);
}

#comments input[type*="email"]::-moz-placeholder, #comments input[type*="text"]::-moz-placeholder, #comments textarea::-moz-placeholder {
  color: var(--tevily-body-color);
}

#comments input[type*="email"]:-ms-input-placeholder, #comments input[type*="text"]:-ms-input-placeholder, #comments textarea:-ms-input-placeholder {
  color: var(--tevily-body-color);
}

#comments input[type*="email"]:-moz-placeholder, #comments input[type*="text"]:-moz-placeholder, #comments textarea:-moz-placeholder {
  color: var(--tevily-body-color);
}

#comments input[type*="email"], #comments input[type*="text"] {
  height: 68px;
  padding: 0 20px;
  line-height: 68px;
}

#comments textarea {
  padding: 20px;
}

#comments .comment-rating {
  margin-bottom: 15px;
}

#comments #add_review_button,
#comments #submit {
  font-size: 14px;
  background: var(--tevily-theme-color);
  color: #fff;
  font-weight: 700;
  padding: 22px 38px;
  line-height: 1.2;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-decoration: none;
  display: inline-block;
  width: auto;
}

#comments #add_review_button:hover,
#comments #submit:hover {
  background: #313041;
}

#comments #add_review_button {
  margin-bottom: 20px;
}

#comments .headline {
  height: 30px;
  text-align: left;
  margin-bottom: 10px;
}

#comments .headline h2 {
  padding: 0;
}

#comments .headline a {
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  font-size: 12px;
}

#comments #reply-title {
  font-size: 28px;
  color: var(--tevily-theme-color);
  margin: 0;
  position: relative;
}

#comments #reply-title:before, #comments #reply-title:after {
  content: " ";
  display: table;
}

#comments #reply-title:after {
  clear: both;
}

#comments #reply-title small {
  float: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}

#comments .comment-notes {
  margin-bottom: 20px;
}

#comments .comment-form-main {
  margin-top: 2px;
}

#comments .comment-form-main:before, #comments .comment-form-main:after {
  content: " ";
  display: table;
}

#comments .comment-form-main:after {
  clear: both;
}

#comments .comment-form-main .comment-form .form-group {
  margin-bottom: 20px;
}

#comments .comment-form-main .logged-in-as, #comments .comment-form-main .h-info {
  margin-bottom: 30px;
  margin-top: 0;
}

#comments .comment-form-main .row {
  margin-left: -8px;
  margin-right: -8px;
}

#comments .comment-form-main .row &gt; div {
  padding-left: 8px;
  padding-right: 8px;
}

#comments .comment-form-main .form-submit {
  margin-bottom: 20px;
}

#comments ol.comment-list {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}

#comments ol.comment-list .comment-body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

#comments ol.comment-list .comment-body p {
  margin-bottom: 5px;
}

#comments ol.comment-list &gt; li {
  width: 100%;
  float: left;
  position: relative;
}

#comments ol.comment-list &gt; li:before {
  display: none;
}

#comments ol.comment-list &gt; li li {
  position: relative;
}

#comments ol.comment-list &gt; li li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#comments ol.comment-list &gt; li:last-child {
  padding-bottom: 0;
}

#comments ol.comment-list &gt; li:last-child &gt; .the-comment {
  margin-bottom: 18px;
}

#comments ol.comment-list li #respond {
  float: left;
  width: 100%;
  margin: 5px 0 38px;
  display: block !important;
}

#comments ol.comment-list li #respond #reply-title {
  display: block;
  padding-top: 0;
}

#comments ol.comment-list li #respond #reply-title .comments-title {
  padding-top: 0;
}

#comments ol.comment-list li #respond #reply-title #cancel-comment-reply-link {
  font-family: var(--tevily-font-sans-serif);
}

#comments ol.comment-list li #respond .logged-in-as {
  margin-bottom: 30px;
}

#comments ol.comment-list .the-comment {
  border-bottom: 1px solid #EBE6DE;
  padding-bottom: 28px;
  margin-bottom: 35px;
  position: relative;
}

#comments ol.comment-list .the-comment .media-comment-left {
  min-width: 90px;
  float: left;
}

@media (max-width: 767.98px) {
  #comments ol.comment-list .the-comment .media-comment-left {
    min-width: 70px;
  }
}

@media (max-width: 490px) {
  #comments ol.comment-list .the-comment .media-comment-left {
    display: block;
  }
  #comments ol.comment-list .the-comment .media-comment-left .author-image {
    margin-bottom: 8px;
  }
}

#comments ol.comment-list .the-comment .media-comment-left .author-image {
  padding-top: 6px;
}

#comments ol.comment-list .the-comment .media-comment-left .author-image img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  #comments ol.comment-list .the-comment .media-comment-left .author-image img {
    width: 55px;
    height: 55px;
  }
}

#comments ol.comment-list .the-comment .media-comment-body {
  padding-left: 91px;
}

@media (max-width: 767.98px) {
  #comments ol.comment-list .the-comment .media-comment-body {
    padding-left: 71px;
  }
}

@media (max-width: 500px) {
  #comments ol.comment-list .the-comment .media-comment-body {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

#comments ol.comment-list .the-comment .author-meta {
  line-height: 1.8;
  position: relative;
  margin-bottom: 5px;
}

#comments ol.comment-list .the-comment .author-meta a {
  font-size: 14px;
}

#comments ol.comment-list .the-comment .author-meta .fn {
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: #313041;
}

#comments ol.comment-list .the-comment .author-meta .fn a {
  font-size: 16px;
}

#comments ol.comment-list .the-comment .comment-meta {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #676767;
}

#comments ol.comment-list .the-comment .comment-info {
  position: relative;
  padding-left: 22px;
}

#comments ol.comment-list .the-comment .comment-info:after {
  content: '';
  width: 12px;
  height: 2px;
  background: var(--tevily-theme-color);
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}

#comments ol.comment-list .the-comment .comment-info a {
  color: #999;
}

#comments ol.comment-list .the-comment .comment-info a:hover {
  color: var(--tevily-theme-color);
}

#comments ol.comment-list .the-comment .comment-body {
  position: relative;
  margin-top: 10px;
}

@media (max-width: 500px) {
  #comments ol.comment-list .the-comment .comment-body {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
}

#comments ol.comment-list .the-comment .comment-body img {
  margin-bottom: 5px;
}

#comments ol.comment-list .the-comment .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 4px;
  font-style: normal;
}

#comments ol.comment-list .the-comment .comment-action-wrap {
  position: absolute;
  top: 2px;
  right: 0;
}

@media (max-width: 560px) {
  #comments ol.comment-list .the-comment .comment-action-wrap {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}

#comments ol.comment-list .the-comment .comment-action-wrap a {
  color: var(--tevily-theme-color);
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

#comments ol.comment-list .the-comment .comment-action-wrap a.comment-edit-link {
  color: #313041;
  margin-right: 15px;
}

#comments ol.comment-list .children {
  display: block;
  float: left;
  width: 100%;
  padding-left: 50px;
  list-style: none;
}

@media (max-width: 767.98px) {
  #comments ol.comment-list .children {
    padding-left: 40px;
  }
}

#comments ol.comment-list .children .comment-author {
  padding-left: 70px;
}

#comments ol.comment-list .children .children {
  padding-left: 50px;
}

@media (max-width: 767.98px) {
  #comments ol.comment-list .children .children {
    padding-left: 30px;
  }
}

@media (max-width: 575.98px) {
  #comments ol.comment-list .children .children {
    padding-left: 20px;
  }
}

#respond {
  clear: left;
  margin-bottom: 30px;
}

#respond input[type="text"],
#respond input[type="tel"],
#respond input[type="password"],
#respond input[type="email"],
#respond textarea {
  width: 100%;
}

#respond .form-submit {
  margin: 16px 0 0;
}

#comment_popup {
  background: #fff;
  padding: 50px;
  max-width: 50%;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #comment_popup {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  #comment_popup {
    padding: 30px;
  }
}

.pingbacklist {
  list-style-type: none;
  padding: 0;
}

.pingbacklist &gt; li .the-comment {
  border-bottom: 1px solid #EBE6DE;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}

.pingbacklist &gt; li .the-comment .media-comment-left {
  display: none;
}

.pingbacklist &gt; li .the-comment .media-comment-body {
  display: block;
  width: 100%;
  padding-left: 0;
}

.pingbacklist &gt; li .the-comment .author-meta {
  line-height: 1.8;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
}

.pingbacklist &gt; li .the-comment .author-meta .fn {
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: #313041;
}

.pingbacklist &gt; li .the-comment .author-meta .fn a {
  font-size: 16px;
}

.pingbacklist &gt; li .the-comment .comment-meta {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #676767;
}

.pingbacklist &gt; li .the-comment .comment-info {
  position: relative;
  padding-left: 22px;
}

.pingbacklist &gt; li .the-comment .comment-info:after {
  content: '';
  width: 12px;
  height: 2px;
  background: var(--tevily-theme-color);
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}

.pingbacklist &gt; li .the-comment .comment-info a {
  color: #999;
}

.pingbacklist &gt; li .the-comment .comment-info a:hover {
  color: var(--tevily-theme-color);
}

.pingbacklist &gt; li .the-comment .comment-body {
  position: relative;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .pingbacklist &gt; li .the-comment .comment-body {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
}

.pingbacklist &gt; li .the-comment .comment-body img {
  margin-bottom: 5px;
}

.pingbacklist &gt; li .the-comment .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 4px;
  font-style: normal;
}

.pingbacklist &gt; li .the-comment .comment-action-wrap {
  position: absolute;
  top: 2px;
  right: 0;
}

@media (max-width: 560px) {
  .pingbacklist &gt; li .the-comment .comment-action-wrap {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}

.pingbacklist &gt; li .the-comment .comment-action-wrap a {
  color: var(--tevily-theme-color);
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.pingbacklist &gt; li .the-comment .comment-action-wrap a.comment-edit-link {
  color: #313041;
  margin-right: 15px;
}

.cld-like-dislike-wrap {
  position: relative;
  top: 5px;
  margin: 0;
}

.cld-like-dislike-wrap .cld-count-wrap {
  margin-left: 0;
}

.cld-like-dislike-wrap .cld-like-wrap {
  color: var(--tevily-theme-color);
}

.cld-like-dislike-wrap .cld-like-wrap a {
  color: var(--tevily-theme-color);
}

.cld-like-dislike-wrap .cld-dislike-wrap {
  color: #a0a0a0;
}

.cld-like-dislike-wrap .cld-dislike-wrap a {
  color: #a0a0a0;
}

/*------------------------------------------------------------------*\	
				12 - EFFECT STYLE																											
\*------------------------------------------------------------------*/

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blur {
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -webkit-filter: url(#blur-filter);
  filter: url(#blur-filter);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.blur-svg {
  display: none;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

/*------------------------------------------------------------------*\	
				13 - CUSTOMIZE STYLE																										
\*------------------------------------------------------------------*/
.custom-breadcrumb {
  position: relative;
  background-color: #313041;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.custom-breadcrumb .breadcrumb-main {
  position: relative;
  z-index: 11;
}

.custom-breadcrumb .breadcrumb-container-inner {
  position: relative;
  padding: 110px 0 110px;
}

@media (max-width: 991.98px) {
  .custom-breadcrumb .breadcrumb-container-inner {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

@media (max-width: 767.98px) {
  .custom-breadcrumb .breadcrumb-container-inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .custom-breadcrumb .breadcrumb-container-inner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.custom-breadcrumb .heading-title {
  font-size: 36px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .custom-breadcrumb .heading-title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .custom-breadcrumb .heading-title {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .custom-breadcrumb .heading-title {
    font-size: 26px;
  }
}

.custom-breadcrumb .breadcrumb {
  margin-bottom: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 25px 25px 22px;
  background: #fff;
  color: var(--tevily-theme-color);
  border-radius: 10px 10px 0 0;
}

@media (max-width: 500px) {
  .custom-breadcrumb .breadcrumb {
    display: none;
  }
}

.custom-breadcrumb .breadcrumb li {
  float: left;
  position: relative;
  z-index: 11;
  line-height: 1;
  font-weight: 700;
  padding: 0 10px;
}

.custom-breadcrumb .breadcrumb li:after {
  content: '/';
  position: absolute;
  bottom: 0;
  left: -3px;
  z-index: 1;
  color: #ccc;
}

.custom-breadcrumb .breadcrumb li:first-child:after {
  display: none;
}

.custom-breadcrumb .breadcrumb li a {
  color: #313041;
}

.custom-breadcrumb .breadcrumb li a:hover {
  text-decoration: underline;
}

.custom-breadcrumb .breadcrumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.custom-breadcrumb.text-light .heading-title {
  color: #fff;
}

body.home.blog .title-layout-standard .custom-breadcrumb .heading-title {
  display: inline-block !important;
  float: left;
  font-size: 18px;
  margin: 5px 0 0;
}

/*------------------------------------------------------------------*\	
				14 - PLUGIN STYLE																										
\*------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .tparrows {
    display: none !important;
  }
}

ul.nav-tabs {
  overflow: hidden;
  display: inline-block;
}

ul.nav-tabs &gt; li {
  white-space: nowrap;
  display: inline-block;
}

ul.nav-tabs &gt; li &gt; a {
  margin: 0 6px;
  background: transparent;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

ul.nav-tabs &gt; li &gt; a:hover, ul.nav-tabs &gt; li &gt; a:focus, ul.nav-tabs &gt; li &gt; a:active {
  color: var(--tevily-theme-color);
}

ul.nav-tabs &gt; li.active &gt; a {
  background: var(--tevily-theme-color);
}

#gva-filter-overlay, #gva-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

#gva-filter-overlay.open, #gva-overlay.open {
  display: block;
}

#gva-filter-overlay:hover, #gva-overlay:hover {
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-content-inner {
  margin: 0 -15px;
  overflow: hidden;
}

.swiper-content-inner .init-carousel-swiper, .swiper-content-inner .init-carousel-swiper-theme {
  padding: 0 15px;
  overflow: visible;
}

.margin-disable .swiper-content-inner {
  margin: 0;
}

.margin-disable .swiper-content-inner .init-carousel-swiper, .margin-disable .swiper-content-inner .init-carousel-swiper-theme {
  padding: 0;
}

.swiper-slider-wrapper {
  position: relative;
}

.swiper-slider-wrapper .swiper-nav-next, .swiper-slider-wrapper .swiper-nav-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 40px 0 #dbe0e8;
  box-shadow: 0 3px 40px 0 #dbe0e8;
  background: #fff;
  font-size: 18px;
  color: #313041;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
  background-size: 10px;
  opacity: 0;
  z-index: 11;
}

@media (max-width: 1200px) {
  .swiper-slider-wrapper .swiper-nav-next, .swiper-slider-wrapper .swiper-nav-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: -30px;
  }
}

.swiper-slider-wrapper .swiper-nav-next:after, .swiper-slider-wrapper .swiper-nav-prev:after {
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}

.swiper-slider-wrapper .swiper-nav-next:hover, .swiper-slider-wrapper .swiper-nav-prev:hover {
  background: #F0E3E1;
  color: var(--tevily-theme-color);
}

.swiper-slider-wrapper .swiper-nav-next {
  right: -26px !important;
}

@media (max-width: 1640px) {
  .swiper-slider-wrapper .swiper-nav-next {
    right: -10px !important;
  }
}

.swiper-slider-wrapper .swiper-nav-next:after {
  content: "\f054";
}

.swiper-slider-wrapper .swiper-nav-prev {
  left: -26px !important;
}

@media (max-width: 1640px) {
  .swiper-slider-wrapper .swiper-nav-prev {
    left: -10px !important;
  }
}

.swiper-slider-wrapper .swiper-nav-prev:after {
  content: '\f053';
}

.swiper-slider-wrapper:hover .swiper-nav-next, .swiper-slider-wrapper:hover .swiper-nav-prev {
  opacity: 1;
}

.swiper-slider-wrapper .swiper-pagination {
  text-align: center;
  position: relative;
  padding-top: 2px;
}

.swiper-slider-wrapper .swiper-pagination &gt; span {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}

.swiper-slider-wrapper .swiper-pagination &gt; span.swiper-pagination-bullet-active {
  background: var(--tevily-theme-color);
}

.swiper-slide img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  white-space: nowrap;
}

.swiper-pagination-bullets-dynamic span {
  -webkit-transition: .3s transform,.3s left;
  transition: .3s transform,.3s left;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-dropdown {
  border: 1px solid #EBE6DE;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
}

.select2-container .select2-dropdown .select2-selection__rendered {
  outline: none !important;
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  height: 32px;
}

.select2-container .select2-dropdown ul.select2-results__options li {
  padding: 3px 15px;
  font-size: 14px;
}

.select2-container .select2-dropdown ul.select2-results__options li.select2-results__option--highlighted {
  background: #F6F6F6;
  color: var(--tevily-theme-color);
}

.select2-container .select2-dropdown ul.select2-results__options li[aria-selected="true"] {
  background: #F6F6F6;
  color: var(--tevily-theme-color);
}

.select2-container .select2-selection {
  outline: none;
  height: 46px;
  border: 2px solid #EBE6DE !important;
  background: #FFF;
  padding: 0 10px;
  line-height: 46px !important;
  position: relative;
}

.select2-container .select2-selection.select2-selection--single {
  height: 46px;
  border-radius: 4px;
}

.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered &gt; li {
  display: inline-block;
  font-size: 12px;
}

.select2-container .select2-selection .select2-selection__arrow {
  background-image: url("../images/down-arrow.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  border: none;
  width: 12px !important;
  height: 12px !important;
  top: 50% !important;
  right: 12px !important;
  margin-top: -5px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
}

.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection .select2-selection__rendered {
  outline: none !important;
  line-height: 46px !important;
  color: var(--tevily-body-color) !important;
  font-size: 14px;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: var(--tevily-body-color);
  line-height: 50px;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
  font-size: 18px;
  background: var(--tevily-theme-color);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 11;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear:hover {
  background: #313041;
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  border: 1px solid #EBE6DE;
  background: #EBE6DE;
  color: #313041;
  margin: 5px;
  line-height: 38px;
  padding: 0 15px;
  font-weight: 600;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  background: var(--tevily-theme-color);
  width: 22px;
  height: 22px;
  line-height: 21px;
  border-radius: 3px;
  text-align: center;
  margin-right: 6px;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
  margin: 0 10px;
  line-height: 50px;
}

#ui-datepicker-div {
  font-size: 14px;
  font-family: var(--tevily-heading-font-family);
  font-weight: 500;
}

#ui-datepicker-div select {
  height: 32px;
  line-height: 32px;
  background: #FAFBFC;
}

#ui-datepicker-div button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--tevily-heading-font-family);
  background: var(--tevily-theme-color);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: none;
}

#ui-datepicker-div .ui-widget-header {
  background: #313041;
  color: #fff;
  border: none;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev, #ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  background: #fff;
  top: 2px;
  border: none !important;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  left: 2px;
  top: 2px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  right: 2px;
}

#ui-datepicker-div table.ui-datepicker-calendar {
  border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #dfdfdf;
  padding: 2px 5px;
  line-height: 28px;
  color: #313041;
}

.ui-state-default.ui-state-highlight, .ui-widget-content .ui-state-default.ui-state-highlight, .ui-widget-header .ui-state-default.ui-state-highlight, .ui-button.ui-state-highlight, html .ui-button.ui-state-disabled:hover.ui-state-highlight, html .ui-button.ui-state-disabled:active.ui-state-highlight {
  position: relative;
}

.ui-state-default.ui-state-highlight:after, .ui-widget-content .ui-state-default.ui-state-highlight:after, .ui-widget-header .ui-state-default.ui-state-highlight:after, .ui-button.ui-state-highlight:after, html .ui-button.ui-state-disabled:hover.ui-state-highlight:after, html .ui-button.ui-state-disabled:active.ui-state-highlight:after {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--tevily-theme-color);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-active, .ui-widget-header .ui-state-default.ui-state-active, .ui-button.ui-state-active, html .ui-button.ui-state-disabled:hover.ui-state-active, html .ui-button.ui-state-disabled:active.ui-state-active {
  background: var(--tevily-theme-color);
  color: #fff;
}

.ui-state-default.ui-state-active.ui-state-highlight:after, .ui-widget-content .ui-state-default.ui-state-active.ui-state-highlight:after, .ui-widget-header .ui-state-default.ui-state-active.ui-state-highlight:after, .ui-button.ui-state-active.ui-state-highlight:after, html .ui-button.ui-state-disabled:hover.ui-state-active.ui-state-highlight:after, html .ui-button.ui-state-disabled:active.ui-state-active.ui-state-highlight:after {
  background: #fff;
}
</pre></body></html>