/**
 * 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: 'gilmer';
  src: url("../fonts/gilmer/GilmerBold.ttf") format("ttf"), url("../fonts/gilmer/GilmerBold.woff") format("woff"), url("../fonts/gilmer/GilmerBold.eot") format("eot"), url("../fonts/gilmer/GilmerBold.otf") format("otf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'gilmer';
  src: url("../fonts/gilmer/GilmerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilmer/GilmerMedium.otf") format("opentype"), url("../fonts/gilmer/GilmerMedium.woff") format("woff"), url("../fonts/gilmer/GilmerMedium.ttf") format("truetype"), url("../fonts/gilmer/GilmerMedium.svg#GilmerMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gilmer';
  src: url("../fonts/gilmer/GilmerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilmer/GilmerRegular.otf") format("opentype"), url("../fonts/gilmer/GilmerRegular.woff") format("woff"), url("../fonts/gilmer/GilmerRegular.ttf") format("truetype"), url("../fonts/gilmer/GilmerRegular.svg#GilmerRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kumbh-sans';
  src: url("../fonts/kumbh-sans/KumbhSans-Bold.eot");
  src: url("../fonts/kumbh-sans/KumbhSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Bold.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Bold.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Bold.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Bold.svg#KumbhSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kumbh-sans';
  src: url("../fonts/kumbh-sans/KumbhSans-Medium.eot");
  src: url("../fonts/kumbh-sans/KumbhSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Medium.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Medium.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Medium.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Medium.svg#KumbhSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kumbh-sans';
  src: url("../fonts/kumbh-sans/KumbhSans-SemiBold.eot");
  src: url("../fonts/kumbh-sans/KumbhSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-SemiBold.svg#KumbhSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kumbh-sans';
  src: url("../fonts/kumbh-sans/KumbhSans-Regular.eot");
  src: url("../fonts/kumbh-sans/KumbhSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/kumbh-sans/KumbhSans-Regular.woff2") format("woff2"), url("../fonts/kumbh-sans/KumbhSans-Regular.woff") format("woff"), url("../fonts/kumbh-sans/KumbhSans-Regular.ttf") format("truetype"), url("../fonts/kumbh-sans/KumbhSans-Regular.svg#KumbhSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*------------------------------------------------------------------*\	
				2 - BASE STYLE																												
\*------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1.75em;
  font-size: 16px;
}

.wellearn-page-loading {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none !important;
}

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(--e-global-color-primary);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}

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: #1E2744 !important;
}

.is-style-outline .wp-block-button__link:hover {
  color: #1E2744 !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 > div input, #edit_user_profile .input_group > div input {
  background-color: #FFF;
  padding: 0 12px;
  max-width: 100%;
  line-height: 40px;
  color: var(--e-global-color-text);
  font-size: 15px;
  border: 1px solid #E2DFEB;
  border-radius: 6px;
}

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 > div input:focus,
#checkout_form .input_group > div input:active,
#checkout_form .input_group > div input:hover, #edit_user_profile .input_group > div input:focus, #edit_user_profile .input_group > div input:active, #edit_user_profile .input_group > div input:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #E2DFEB;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: var(--e-global-color-text) !important;
  color: var(--e-global-color-text) !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(--e-global-color-text);
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: var(--e-global-color-text);
  opacity: 1;
}

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(--e-global-color-text);
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  color: var(--e-global-color-text);
  opacity: 1;
}

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: #1E2744;
  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: #1E2744;
}

.page-links .post-nav-links, .link-pages .post-nav-links {
  margin-top: 10px;
}

.page-links > a, .page-links > span:not(.page-links-title), .page-links .post-nav-links > a, .page-links .post-nav-links > span, .link-pages > a, .link-pages > span:not(.page-links-title), .link-pages .post-nav-links > a, .link-pages .post-nav-links > span {
  padding: 2px 12px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #E2DFEB;
  display: inline-block;
  color: #1E2744;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  min-width: 34px;
  font-weight: 700;
}

.page-links > a:hover, .page-links > span:not(.page-links-title):hover, .page-links .post-nav-links > a:hover, .page-links .post-nav-links > span:hover, .link-pages > a:hover, .link-pages > span:not(.page-links-title):hover, .link-pages .post-nav-links > a:hover, .link-pages .post-nav-links > span:hover {
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}

.page-links > span:not(.page-links-title), .page-links .post-nav-links > span, .link-pages > span:not(.page-links-title), .link-pages .post-nav-links > span {
  background: var(--e-global-color-primary);
  color: #fff;
  border-color: var(--e-global-color-primary);
}

.page-links .post-page-numbers {
  padding: 2px 12px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #E2DFEB;
  color: #1E2744;
  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(--e-global-color-primary);
}

.page-links span.post-page-numbers {
  border-color: var(--e-global-color-primary);
}

#wp-calendar {
  width: 100%;
  margin-bottom: 0;
}

#wp-calendar caption {
  text-transform: uppercase;
  font-family: var(--wellearn-heading-font-family);
  color: #1E2744;
  font-weight: 600;
}

#wp-calendar td, #wp-calendar th {
  padding: 5px;
  text-align: center;
}

#wp-calendar > thead > tr > th,
#wp-calendar > thead > tr > td {
  border-bottom-width: 0px !important;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #E2DFEB;
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
  border-color: #E2DFEB;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  padding: 5px 10px;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th {
  color: #1E2744;
  font-weight: 600;
  word-wrap: normal;
}

table > thead > tr > th.views, table > tbody > tr > th.views, table > tfoot > tr > th.views {
  min-width: 120px;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
  color: #1E2744;
  white-space: nowrap;
}

blockquote {
  border-left: 2px solid var(--e-global-color-primary) !important;
  color: #1E2744;
  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%;
  font-style: normal;
  font-size: 18px;
  color: var(--e-global-color-accent);
}

.wp-block-pullquote {
  margin: 25px 0 !important;
  padding: 2em 0;
  text-align: left;
}

.wp-block-pullquote.is-style-solid-color {
  background: #F5F6FA;
  border-left: 2px solid var(--e-global-color-primary) !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: #1E2744;
  font-family: var(--wellearn-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 > li, ol.medium > 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 > li, ul.list-style-1 > li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

ul.feature-list > li:after, ul.list-style-1 > li:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  color: var(--e-global-color-primary);
  font-weight: 700;
}

ul.list-style-2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.list-style-2 > li {
  color: var(--e-global-color-primary);
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
}

ul.list-style-2 > li:last-child {
  margin-bottom: 0;
}

ul.inline {
  padding: 0;
  margin: 0;
}

ul.inline > li {
  float: left;
  margin-right: 15px;
  list-style: none;
}

ul.inline > li:last-child {
  margin-right: 0;
}

.text-style {
  font-size: 18px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}

/* 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 {
  display: inline-block;
}

.pager .paginations span, .pager .paginations a {
  font-size: 14px;
  background: #fff;
  color: #1E2744;
  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 #E2DFEB;
  border-radius: 4px;
}

.pager .paginations span:hover, .pager .paginations a:hover {
  color: var(--e-global-color-primary);
  -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(--e-global-color-primary);
}

.pager .paginations span.active, .pager .paginations a.active {
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}

.pager .paginations span.page-item {
  letter-spacing: 1px;
}

.pager .paginations span.current {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.woocommerce .pager .pages > * {
  border: 1px solid #E2DFEB;
  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 > *:last-child {
  margin-right: 0;
}

.woocommerce .pager .pages > *: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-1 {
  padding: 0 50px;
}

@media (max-width: 1200px) {
  .padding-1 {
    padding: 0;
  }
}

.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;
  }
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-bg {
  background: transparent !important;
}

.bg-theme {
  background: var(--e-global-color-primary) !important;
}

.bg-theme-2 {
  background: var(--e-global-color-primary) !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 #E2DFEB !important;
}

.border-2 {
  border: 2px solid #E2DFEB;
}

.border-3 {
  border: 3px solid #E2DFEB;
}

.border-4 {
  border: 4px solid #E2DFEB;
}

.border-5 {
  border: 5px solid #E2DFEB;
}

.top-color-theme > .elementor-widget-container {
  border-top-color: var(--e-global-color-primary) !important;
}

.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: #1E2744;
}

.text-theme {
  color: var(--e-global-color-primary) !important;
}

.text-theme-2 {
  color: var(--e-global-color-secondary) !important;
}

.body-color {
  color: var(--e-global-color-text) !important;
}

.text-nowrap {
  white-space: nowrap;
}

.hover-color-theme a:hover {
  color: var(--e-global-color-primary) !important;
}

.hover-color-theme-2 a:hover {
  color: var(--e-global-color-primary) !important;
}

.text-medium {
  font-size: 18px;
  font-weight: 600;
}

.font-second {
  font-family: var(--wellearn-font-family-second);
}

.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;
}

button, .btn, .btn-theme, .btn-theme-2, .btn-theme-3,
.btn, .btn-white, .btn-white-2, .btn-gray, .btn-black,
input[type*="submit"]:not(.fa):not(.btn-theme):not(.fas):not(.newsletter__submit),
#tribe-events .tribe-events-button, .tribe-events-button {
  background: var(--e-global-color-primary);
  color: #fff;
  font-weight: 600;
  padding: 18px 35px 18px 35px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  button, .btn, .btn-theme, .btn-theme-2, .btn-theme-3,
  .btn, .btn-white, .btn-white-2, .btn-gray, .btn-black,
  input[type*="submit"]:not(.fa):not(.btn-theme):not(.fas):not(.newsletter__submit),
  #tribe-events .tribe-events-button, .tribe-events-button {
    padding: 15px 20px;
    font-size: 14px;
  }
}

button span, .btn span, .btn-theme span, .btn-theme-2 span, .btn-theme-3 span,
.btn span, .btn-white span, .btn-white-2 span, .btn-gray span, .btn-black span,
input[type*="submit"]:not(.fa):not(.btn-theme):not(.fas):not(.newsletter__submit) span,
#tribe-events .tribe-events-button span, .tribe-events-button span {
  position: relative;
}

button span:after, .btn span:after, .btn-theme span:after, .btn-theme-2 span:after, .btn-theme-3 span:after,
.btn span:after, .btn-white span:after, .btn-white-2 span:after, .btn-gray span:after, .btn-black span:after,
input[type*="submit"]:not(.fa):not(.btn-theme):not(.fas):not(.newsletter__submit) span:after,
#tribe-events .tribe-events-button span:after, .tribe-events-button span:after {
  padding-left: 8px;
  font-size: 13px;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  line-height: 1;
  font-weight: 900;
}

button:hover, button:focus, button:active, .btn:hover, .btn:focus, .btn:active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme-2:hover, .btn-theme-2:focus, .btn-theme-2:active, .btn-theme-3:hover, .btn-theme-3:focus, .btn-theme-3:active,
.btn:hover,
.btn:focus,
.btn:active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white-2:hover, .btn-white-2:focus, .btn-white-2:active, .btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-black:hover, .btn-black:focus, .btn-black:active,
input[type*="submit"]:not(.fa):not(.btn-theme):not(.fas):not(.newsletter__submit):hover,
input[type*="submit"]:not(.fa):not(.btn-theme):not(.fas):not(.newsletter__submit):focus,
input[type*="submit"]:not(.fa):not(.btn-theme):not(.fas):not(.newsletter__submit):active,
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:active, .tribe-events-button:hover, .tribe-events-button:focus, .tribe-events-button:active {
  color: #fff;
  opacity: 0.9;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.btn-header {
  padding: 14px 20px;
}

@media (max-width: 1024px) {
  .btn-header {
    padding: 10px 16px;
  }
}

.btn-theme-2 {
  background: var(--e-global-color-secondary);
}

.btn-gray {
  background: #F5F6FA;
  color: #1E2744;
}

.btn-gray:hover {
  color: #1E2744;
}

.btn-gray-icon {
  text-align: center;
  background: #F0F3F6;
  color: var(--e-global-color-text);
  font-size: 15px;
  font-weight: 700;
  padding: 9px 20px;
  display: inline-block;
  border-radius: 8px;
  line-height: 20px;
}

.btn-gray-icon i {
  margin-right: 8px;
}

.btn-gray-icon:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}

.btn-gray-icon.bg-theme {
  background: var(--e-global-color-primary);
  color: #fff;
}

.btn-black {
  background: #1E2744;
  color: #fff;
}

.btn-black:hover {
  background: #1E2744;
  opacity: 0.9;
}

.btn-white-2 {
  background: #fff;
  color: #1E2744;
}

.btn-white-2:hover, .btn-white-2:focus, .btn-white-2:active {
  background: #F5F6FA;
  color: #1E2744;
}

.btn-white {
  background: #fff;
  color: var(--e-global-color-primary);
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: var(--e-global-color-secondary);
  color: #fff;
}

.btn-border, .btn-border-white, .btn-border-theme, .btn-border-theme-2, .btn-border-gray {
  color: var(--e-global-color-primary);
  font-weight: 800;
  padding: 16px 20px;
  border: 2px solid var(--e-global-color-primary);
  line-height: 18px;
  font-size: 15px;
  position: relative;
  border-radius: 5px;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.btn-border span, .btn-border-white span, .btn-border-theme span, .btn-border-theme-2 span, .btn-border-gray span {
  position: relative;
}

.btn-border span:after, .btn-border-white span:after, .btn-border-theme span:after, .btn-border-theme-2 span:after, .btn-border-gray span:after {
  padding-left: 8px;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .btn-border, .btn-border-white, .btn-border-theme, .btn-border-theme-2, .btn-border-gray {
    padding: 15px;
    font-size: 14px;
  }
}

.btn-border:hover, .btn-border:focus, .btn-border-white:hover, .btn-border-white:focus, .btn-border-theme:hover, .btn-border-theme:focus, .btn-border-theme-2:hover, .btn-border-theme-2:focus, .btn-border-gray:hover, .btn-border-gray:focus {
  background: var(--e-global-color-primary);
  color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-border-theme {
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}

.btn-border-theme:hover, .btn-border-theme:focus {
  background: var(--e-global-color-primary);
  color: #fff;
}

.btn-border-white {
  border-color: #fff;
  color: #fff;
}

.btn-border-white:hover, .btn-border-white:focus {
  background: #fff;
  border-color: #fff;
  color: var(--e-global-color-primary);
}

.btn-border-theme-2 {
  border: 2px solid var(--e-global-color-secondary);
  border-radius: 8px;
}

.btn-border-theme-2:hover, .btn-border-theme-2:focus {
  background: var(--e-global-color-secondary);
}

.btn-border-gray {
  border-color: rgba(38, 45, 61, 0.1);
  color: var(--wellearn-link-color);
}

.btn-border-gray:hover, .btn-border-gray:focus {
  border-color: var(--e-global-color-primary);
}

.btn-quote, .btn-quote-white {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background: var(--e-global-color-secondary);
  color: #fff !important;
  padding: 16px 38px 16px 38px;
  line-height: 18px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .btn-quote, .btn-quote-white {
    padding: 15px 30px 15px 30px;
  }
}

.btn-quote:hover, .btn-quote-white:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}

#tribe-events .tribe-events-button, .tribe-events-button {
  letter-spacing: 0;
  text-transform: none;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
  color: #1E2744;
  background: var(--e-global-color-primary);
}

.btn-medium {
  font-size: 14px;
  padding: 10px 30px 10px 30px;
}

.btn-small, .btn-size-small {
  font-size: 14px;
  padding: 10px 20px 10px 20px;
}

.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: 15px;
  color: var(--wellearn-link-color);
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 800;
  z-index: 2;
  line-height: 20px;
}

.btn-inline span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: unset;
  text-decoration-color: unset;
  text-underline-offset: 2px;
}

.btn-inline:after {
  padding-left: 5px;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  line-height: 1;
  font-weight: 900;
}

.btn-inline:hover {
  color: var(--e-global-color-primary);
}

.btn-inline-theme {
  font-size: 15px;
  color: var(--e-global-color-primary);
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  z-index: 2;
}

.btn-inline-theme span {
  position: relative;
}

.btn-inline-theme span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background: var(--e-global-color-primary);
  opacity: 0.6;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-inline-theme:after {
  padding-left: 6px;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  position: relative;
  top: 1px;
  z-index: 1;
  line-height: 1;
  font-weight: 900;
}

.btn-inline-theme:hover span:after {
  width: 0;
}

.btn-inline-theme-2 {
  font-size: 16px;
  color: var(--e-global-color-secondary);
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  font-family: var(--wellearn-heading-font-family);
  z-index: 2;
}

.btn-inline-theme-2:after {
  padding-left: 5px;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  line-height: 1;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.btn-inline-white {
  font-size: 15px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 800;
  z-index: 2;
}

.btn-inline-white span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #ffffff6b;
  text-decoration-color: #ffffff6b;
  text-underline-offset: 2px;
}

.btn-inline-white:hover span {
  text-decoration: none;
}

.btn-inline-black {
  font-size: 15px;
  color: var(--wellearn-link-color);
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 800;
  z-index: 2;
}

.btn-inline-black span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.btn-inline-black:after {
  padding-left: 5px;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  line-height: 1;
  font-weight: 900;
}

.btn-inline-black:hover span {
  text-decoration: none;
}

.btn-fw {
  width: 100%;
}

.o-hidden {
  overflow: hidden;
}

.o-hidden .elementor-widget-container {
  overflow: hidden;
}

.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 > .elementor-container {
  width: 1370px;
  max-width: 100%;
  margin: 0 auto;
}

.mr-0 {
  margin-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0.elementor-section > div {
  margin-right: 0;
}

.ml-0.elementor-section > div {
  margin-left: 0;
}

.mr-0.e-con > .e-con-inner {
  margin-right: 0;
}

.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: #E2DFEB;
  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(--e-global-color-primary);
  -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(--e-global-color-primary);
}

.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 > li {
  margin-bottom: 10px;
}

.pieChart {
  position: relative;
}

.pieChart .pie-label {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -1px;
  color: var(--e-global-color-accent);
}

#gallery-1 img {
  border: none !important;
}

.alert-danger {
  color: #fff;
  background: var(--e-global-color-primary);
}

form.post-password-form input[type*="submit"] {
  line-height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: -1px;
}

form.post-password-form input[type*="submit"]:hover {
  cursor: pointer;
}

@media (max-width: 576px) {
  .d-small-none {
    display: none;
  }
}

@media (min-width: 1025px) {
  .col-xl-70 {
    width: 70%;
  }
  .col-xl-30 {
    width: 30%;
  }
}

.icon-list-slider i {
  color: var(--e-global-color-secondary);
}

.icon-list-slider-2 i {
  color: var(--e-global-color-secondary);
  font-size: 18px !important;
}

/*------------------------------------------------------------------*\	
				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-"] > div {
  display: block;
  float: left;
  height: auto;
  padding: 0 15px;
  width: 100%;
}

[class*="block-grid-"] > div:after {
  display: block;
}

@media (min-width: 380px) {
  .xx-block-grid-1 > div {
    width: 100%;
  }
  .xx-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .xx-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .xx-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .xx-block-grid-2 > div {
    width: 50%;
  }
  .xx-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .xx-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .xx-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .xx-block-grid-3 > div {
    width: 33.33333%;
  }
  .xx-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .xx-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .xx-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .xx-block-grid-4 > div {
    width: 25%;
  }
  .xx-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .xx-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .xx-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .xx-block-grid-5 > div {
    width: 20%;
  }
  .xx-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .xx-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .xx-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .xx-block-grid-6 > div {
    width: 16.66667%;
  }
  .xx-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .xx-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .xx-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .xx-block-grid-7 > div {
    width: 14.28571%;
  }
  .xx-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .xx-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .xx-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .xx-block-grid-8 > div {
    width: 12.5%;
  }
  .xx-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .xx-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .xx-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .xx-block-grid-9 > div {
    width: 11.11111%;
  }
  .xx-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .xx-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .xx-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .xx-block-grid-10 > div {
    width: 10%;
  }
  .xx-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .xx-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .xx-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .xx-block-grid-11 > div {
    width: 9.09091%;
  }
  .xx-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .xx-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .xx-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .xx-block-grid-12 > div {
    width: 8.33333%;
  }
  .xx-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .xx-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .xx-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .xx-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .xx-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

@media (min-width: 640px) {
  .xs-block-grid-1 > div {
    width: 100%;
  }
  .xs-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .xs-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .xs-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .xs-block-grid-2 > div {
    width: 50%;
  }
  .xs-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .xs-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .xs-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .xs-block-grid-3 > div {
    width: 33.33333%;
  }
  .xs-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .xs-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .xs-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .xs-block-grid-4 > div {
    width: 25%;
  }
  .xs-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .xs-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .xs-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .xs-block-grid-5 > div {
    width: 20%;
  }
  .xs-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .xs-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .xs-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .xs-block-grid-6 > div {
    width: 16.66667%;
  }
  .xs-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .xs-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .xs-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .xs-block-grid-7 > div {
    width: 14.28571%;
  }
  .xs-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .xs-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .xs-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .xs-block-grid-8 > div {
    width: 12.5%;
  }
  .xs-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .xs-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .xs-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .xs-block-grid-9 > div {
    width: 11.11111%;
  }
  .xs-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .xs-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .xs-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .xs-block-grid-10 > div {
    width: 10%;
  }
  .xs-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .xs-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .xs-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .xs-block-grid-11 > div {
    width: 9.09091%;
  }
  .xs-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .xs-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .xs-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .xs-block-grid-12 > div {
    width: 8.33333%;
  }
  .xs-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .xs-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .xs-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

@media (min-width: 768px) {
  .sm-block-grid-1 > div {
    width: 100%;
  }
  .sm-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .sm-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .sm-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .sm-block-grid-2 > div {
    width: 50%;
  }
  .sm-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .sm-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .sm-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .sm-block-grid-3 > div {
    width: 33.33333%;
  }
  .sm-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .sm-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .sm-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .sm-block-grid-4 > div {
    width: 25%;
  }
  .sm-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .sm-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .sm-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .sm-block-grid-5 > div {
    width: 20%;
  }
  .sm-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .sm-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .sm-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .sm-block-grid-6 > div {
    width: 16.66667%;
  }
  .sm-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .sm-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .sm-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .sm-block-grid-7 > div {
    width: 14.28571%;
  }
  .sm-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .sm-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .sm-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .sm-block-grid-8 > div {
    width: 12.5%;
  }
  .sm-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .sm-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .sm-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .sm-block-grid-9 > div {
    width: 11.11111%;
  }
  .sm-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .sm-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .sm-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .sm-block-grid-10 > div {
    width: 10%;
  }
  .sm-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .sm-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .sm-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .sm-block-grid-11 > div {
    width: 9.09091%;
  }
  .sm-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .sm-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .sm-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .sm-block-grid-12 > div {
    width: 8.33333%;
  }
  .sm-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .sm-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .sm-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Medium */
@media (min-width: 1024.1px) {
  [class*="block-grid-"] {
    margin: 0 -15px;
  }
  [class*="block-grid-"] > div {
    padding: 0 15px;
  }
  .item-columns {
    padding: 0 15px;
  }
  .md-block-grid-1 > div {
    width: 100%;
  }
  .md-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .md-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .md-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .md-block-grid-2 > div {
    width: 50%;
  }
  .md-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .md-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .md-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .md-block-grid-3 > div {
    width: 33.33333%;
  }
  .md-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .md-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .md-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .md-block-grid-4 > div {
    width: 25%;
  }
  .md-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .md-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .md-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .md-block-grid-5 > div {
    width: 20%;
  }
  .md-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .md-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .md-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .md-block-grid-6 > div {
    width: 16.66667%;
  }
  .md-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .md-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .md-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .md-block-grid-7 > div {
    width: 14.28571%;
  }
  .md-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .md-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .md-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .md-block-grid-8 > div {
    width: 12.5%;
  }
  .md-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .md-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .md-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .md-block-grid-9 > div {
    width: 11.11111%;
  }
  .md-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .md-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .md-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .md-block-grid-10 > div {
    width: 10%;
  }
  .md-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .md-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .md-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .md-block-grid-11 > div {
    width: 9.09091%;
  }
  .md-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .md-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .md-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .md-block-grid-12 > div {
    width: 8.33333%;
  }
  .md-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .md-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .md-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Large */
@media (min-width: 1200px) {
  [class*="block-grid-"] {
    margin: 0 -15px;
  }
  [class*="block-grid-"] > div {
    padding: 0 15px;
  }
  .item-columns {
    padding: 0 15px;
  }
  .lg-block-grid-1 > div {
    width: 100%;
  }
  .lg-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .lg-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .lg-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .lg-block-grid-2 > div {
    width: 50%;
  }
  .lg-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .lg-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .lg-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .lg-block-grid-3 > div {
    width: 33.33333%;
  }
  .lg-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .lg-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .lg-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .lg-block-grid-4 > div {
    width: 25%;
  }
  .lg-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .lg-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .lg-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .lg-block-grid-5 > div {
    width: 20%;
  }
  .lg-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .lg-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .lg-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .lg-block-grid-6 > div {
    width: 16.66667%;
  }
  .lg-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .lg-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .lg-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .lg-block-grid-7 > div {
    width: 14.28571%;
  }
  .lg-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .lg-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .lg-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .lg-block-grid-8 > div {
    width: 12.5%;
  }
  .lg-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .lg-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .lg-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .lg-block-grid-9 > div {
    width: 11.11111%;
  }
  .lg-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .lg-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .lg-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .lg-block-grid-10 > div {
    width: 10%;
  }
  .lg-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .lg-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .lg-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .lg-block-grid-11 > div {
    width: 9.09091%;
  }
  .lg-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .lg-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .lg-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .lg-block-grid-12 > div {
    width: 8.33333%;
  }
  .lg-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .lg-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .lg-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}

.no-gutter [class*="block-grid-"] > 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: -5px !important;
  margin-right: -5px !important;
}

.small-gutter [class*="block-grid-"] > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.small-gutter [class*="block-grid-"] > div .gallery-one__single, .small-gutter [class*="block-grid-"] > div .gallery-two__single {
  margin-bottom: 10px;
}

@media (max-width: 380px) {
  .xx-block-grid-2 > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 380px) {
  .grid-col-3 .xx-block-grid-3 > div {
    width: 33.33333%;
  }
  .grid-col-3 .xx-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .grid-col-3 .xx-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .grid-col-3 .xx-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .grid-col-3 .xx-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .grid-col-3 .xx-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
}

.event-grid2-line {
  overflow: hidden;
}

.event-grid2-line .grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-grid2-line .grid-wrap > .item-columns {
  position: relative;
  margin-bottom: 30px;
}

.event-grid2-line .grid-wrap > .item-columns:before {
  content: '';
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

@media (min-width: 1024.1px) {
  .event-grid2-line .grid-wrap > .item-columns:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .event-grid2-line .grid-wrap > .item-columns:nth-last-child(-n+2):before {
    content: none;
  }
}

.small-gutter [class*="block-grid-"] {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.small-gutter [class*="block-grid-"] > div {
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-bottom: 2px;
}

/*------------------------------------------------------------------*\	
				4 - LAYOUT STYLE																										
\*------------------------------------------------------------------*/
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .wrapper-page {
  width: 100%;
  background: #fff;
  z-index: 11;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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;
}

@media (min-width: 2057px) {
  .wrapper-page {
    -webkit-box-shadow: 0 0 100px #6357571a;
    box-shadow: 0 0 100px #6357571a;
    margin-inline: auto;
    max-width: 2056px;
    overflow: hidden;
  }
}

.main-page-content {
  position: relative;
}

#wp-content {
  min-height: 150px;
  background: #fff;
}

#wp-footer {
  position: relative;
  z-index: 9;
}

footer .footer-main {
  background: var(--wellearn-footer-bg-color);
  color: var(--wellearn-footer-color);
  font-size: 16px;
  line-height: 30px;
  position: relative;
  z-index: 111;
}

footer .footer-main ul li a, footer .footer-main .post-small__title a {
  color: var(--wellearn-footer-color);
}

footer .footer-main ul li a:hover, footer .footer-main ul li a:focus, footer .footer-main .post-small__title a:hover, footer .footer-main .post-small__title a:focus {
  color: #fff;
}

footer .footer-main .post-small__entry-meta {
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-main .footer-main > p {
  display: none;
}

footer .footer-main .column > .widget:first-child {
  padding-top: 45px;
}

.copyright {
  color: var(--wellearn-footer-color);
  background: #1E2744;
}

.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;
}

.gv-sticky-menu {
  position: relative;
  -webkit-transition: all 0.36s !important;
  transition: all 0.36s !important;
}

.gv-sticky-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.gv-sticky-wrapper.is-fixed > .gv-sticky-menu {
  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);
}

@media (max-width: 1024px) {
  .header-position-absolute {
    position: relative !important;
    background: #fff;
  }
}

@media (max-width: 1024px) {
  .header-position-absolute.header-1 {
    background: #fff;
  }
  .header-position-absolute.header-1 .gsc-search-box .control-search i, .header-position-absolute.header-1 .gsc-cart-box .mini-cart-header .mini-cart .title-cart {
    color: var(--wellearn-link-color);
  }
}

body.open-cart .el-topbar {
  z-index: 1 !important;
}

@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);
  padding: 10px 0;
}

.header-mobile .header-mobile-content {
  position: relative;
  padding: 10px 15px 10px;
}

.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: 145px;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
}

.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: #1E2744;
  font-size: 20px;
  font-weight: 700;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile {
  margin-left: 18px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle .icon, .header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle i {
  font-size: 22px;
  color: #1E2744;
  border: 1px solid #E2DFEB;
  padding: 6px;
  border-radius: 6px;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle:after {
  display: none;
}

.header-mobile-info {
  margin: 30px 20px 20px;
  display: none;
}

@media (max-width: 1024px) {
  .header-mobile-info {
    display: block;
  }
}

.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: #1E2744;
}

@media (max-width: 1024px) {
  .header-builder-frontend.header-position-absolute .header-builder-inner {
    position: relative;
  }
}

@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: 32px;
}

.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: 180px;
  margin-top: 2px;
}

.header-default .header-bottom .header-bottom-inner .logo img {
  max-width: 145px;
}

.header-default .header-bottom .header-bottom-inner ul.gva-nav-menu {
  float: right;
}

.header-default .header-bottom .header-bottom-inner .gsc-search-box {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
}

.header-default .header-bottom .header-bottom-inner .gsc-search-box .control-search svg {
  width: 20px;
  fill: var(--e-global-color-accent);
  opacity: 0.9;
}

.header-default .header-bottom .header-bottom-inner .gsc-search-box .control-search:hover svg {
  fill: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  .header-default .header_mobile_screen {
    display: block;
  }
}

@media (max-width: 1024px) {
  .header-default .header_default_screen {
    display: none;
  }
}

.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;
}

@media (max-width: 1024px) {
  .hm-black {
    background: #1E2744 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
}

/*------------------------------------------------------------------*\	
				5 - MENU STYLE																											
\*------------------------------------------------------------------*/
ul.gva-nav-menu {
  margin-bottom: 0;
  padding: 0;
}

ul.gva-nav-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  float: left;
  display: inline-block;
  padding: 30px 15px;
}

@media (max-width: 1200px) {
  ul.gva-nav-menu > li {
    padding: 30px 10px;
  }
}

ul.gva-nav-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  height: auto;
  display: inline-block;
  color: var(--wellearn-link-color);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-family: var(--wellearn-heading-font-family);
  letter-spacing: 0.5s;
}

ul.gva-nav-menu > li > a > .item-content {
  position: relative;
}

ul.gva-nav-menu > li > a > .item-content .caret {
  margin-left: 4px;
  top: 2px;
  position: relative;
  height: 8px;
  width: 10px;
  display: inline-block;
  font-size: 14px;
}

ul.gva-nav-menu > li > a > .item-content .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 > li:hover > a, ul.gva-nav-menu > li:active > a, ul.gva-nav-menu > li:focus > a, ul.gva-nav-menu > li.current_page_parent > a, ul.gva-nav-menu > li.current-menu-ancestor > a {
  color: var(--e-global-color-primary);
}

ul.gva-nav-menu > li > .submenu-inner:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: transparent;
}

@media (max-width: 1024px) {
  ul.gva-nav-menu > li > .submenu-inner:after {
    display: none;
  }
}

ul.gva-nav-menu > li .submenu-inner, ul.gva-nav-menu > 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: 0;
  -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.39s;
  transition: all 0.39s;
  -moz-transition: all 0.39s;
  -ms-transition: all 0.39s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  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 > li .submenu-inner li, ul.gva-nav-menu > li ul.submenu-inner li {
  background: transparent;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #E2DFEB;
  padding: 5px 0;
}

@media (max-width: 767.98px) {
  ul.gva-nav-menu > li .submenu-inner li, ul.gva-nav-menu > li ul.submenu-inner li {
    border-bottom: 0;
  }
}

ul.gva-nav-menu > li .submenu-inner li:last-child, ul.gva-nav-menu > li ul.submenu-inner li:last-child {
  border-bottom: none;
}

ul.gva-nav-menu > li .submenu-inner li a, ul.gva-nav-menu > 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(--e-global-color-text);
  font-family: var(--wellearn-heading-font-family);
}

ul.gva-nav-menu > li .submenu-inner li a .caret, ul.gva-nav-menu > li ul.submenu-inner li a .caret {
  top: 18px;
  position: absolute;
  right: 0;
  height: 8px;
  width: 10px;
  display: inline-block;
}

ul.gva-nav-menu > li .submenu-inner li a .caret:after, ul.gva-nav-menu > 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 > li .submenu-inner li a:hover, ul.gva-nav-menu > li .submenu-inner li a:focus, ul.gva-nav-menu > li .submenu-inner li a:active, ul.gva-nav-menu > li ul.submenu-inner li a:hover, ul.gva-nav-menu > li ul.submenu-inner li a:focus, ul.gva-nav-menu > li ul.submenu-inner li a:active {
  color: var(--e-global-color-primary);
}

ul.gva-nav-menu > li .submenu-inner li ul.submenu-inner, ul.gva-nav-menu > li ul.submenu-inner li ul.submenu-inner {
  position: absolute;
  left: 90%;
  top: 0;
}

ul.gva-nav-menu > li .submenu-inner li:hover > ul.submenu-inner, ul.gva-nav-menu > li ul.submenu-inner li:hover > ul.submenu-inner {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

ul.gva-nav-menu > li:hover > .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 > li:last-child ul.submenu-inner li ul.submenu-inner, ul.gva-nav-menu > li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
    right: 100%;
    left: auto;
  }
}

ul.gva-nav-menu > 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 > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub {
  padding: 0;
  list-style-type: none;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-6 > li {
  width: 16.66667%;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-5 > li {
  width: 20%;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-4 > li {
  width: 25%;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-3 > li {
  width: 33.33333%;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-2 > li {
  width: 50%;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-1 > li {
  width: 100%;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li {
  border: none;
  list-style: none;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a {
  border-bottom: 1px solid #E2DFEB;
  padding: 0 0 10px;
  margin: 0 0 5px;
  display: block;
  color: #1E2744 !important;
  font-weight: 500;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a .caret {
  display: none;
}

@media (max-width: 767.98px) {
  ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a {
    margin-top: 6px;
  }
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > 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 > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li {
  list-style: none;
  border: none;
  padding: 0;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li:last-child {
  border: none;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li.menu-item-has-children > a {
  font-weight: 600;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li .submenu-inner {
  padding-left: 20px !important;
  display: block;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner.megamenu-align-left {
  left: 0;
  right: auto;
}

ul.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner.megamenu-align-right {
  right: 0;
  left: auto;
}

ul.gva-nav-menu > 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 > 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 > li > a {
  text-transform: uppercase;
  font-style: normal !important;
  color: #fff !important;
}

.menu-skin-white #mega-menu-main-menu > li > a:hover, .menu-skin-white #mega-menu-main-menu > li > a:focus, .menu-skin-white #mega-menu-main-menu > li > a:active {
  color: #1E2744 !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(--e-global-color-primary);
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

.gavias-off-canvas-toggle:hover, .gavias-off-canvas-toggle:focus {
  background: #1E2744;
  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 > 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 > a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#gavias-off-canvas .off-canvas-top .top-social > a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  border-color: var(--e-global-color-primary);
}

#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: #1E2744;
}

#gavias-off-canvas .off-canvas-top .gavias-off-canvas-close:hover {
  cursor: pointer;
  background: var(--e-global-color-primary);
  color: #fff;
}

#gavias-off-canvas ul#menu-main-menu {
  width: 100%;
  margin: 0;
  padding: 0;
}

#gavias-off-canvas ul#menu-main-menu > 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 > li > 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 > li > a:hover, #gavias-off-canvas ul#menu-main-menu > li > a:focus {
  background: transparent;
}

#gavias-off-canvas ul#menu-main-menu > li > a.active > a {
  color: var(--e-global-color-primary);
  background: transparent;
}

#gavias-off-canvas ul#menu-main-menu > 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 > 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 > li .submenu-inner.dropdown-menu li a:hover, #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a:focus {
  color: var(--e-global-color-primary);
  background: transparent;
}

#gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li.active > a {
  color: var(--e-global-color-primary);
  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: #1E2744;
}

.gva-offcanvas-content a:hover {
  color: var(--e-global-color-primary);
}

.gva-offcanvas-content .top-canvas {
  background: #F5F6FA;
  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: 25px;
  max-width: auto;
}

.gva-offcanvas-content .top-canvas .control-close-mm {
  background: var(--e-global-color-primary);
  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-top: 20px;
  padding: 20px;
}

.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: #1E2744;
}

.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 > 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 > li:after {
  display: none !important;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > .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 > li > .submenu-inner li {
  border: none;
  padding: 0 !important;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a {
  padding: 12px 0 12px;
  font-size: 16px;
  color: var(--e-global-color-accent);
  font-weight: 700;
  position: relative;
  z-index: 11;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a .caret {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:after {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:hover {
  color: var(--e-global-color-primary);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > 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: #1E2744;
  background: url("../images/plus.png") no-repeat center right transparent;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret:after {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret:hover {
  cursor: pointer;
  color: var(--e-global-color-primary);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > 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 > li > a {
  display: inline-block;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > ul {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > 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 > li ul.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
  content: " ";
  display: table;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
  clear: both;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:before, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
  content: " ";
  display: table;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner:after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner:after {
  clear: both;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner .caret, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner .caret {
  display: none;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner li a, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner li a {
  padding: 8px 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  color: var(--e-global-color-text);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner li a:hover, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner li a:hover {
  color: var(--e-global-color-primary);
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul {
  width: 100%;
  padding-left: 15px;
  display: block !important;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul > li, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul > li {
  padding: 3px 0;
  display: block;
  width: 100%;
}

.gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner {
  padding-left: 20px;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub > li > a {
  font-weight: 700 !important;
  font-size: 15px !important;
  opacity: 0.8;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub > li .submenu-inner {
  padding: 8px 20px 5px !important;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub > li .submenu-inner > li {
  padding: 0 !important;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub > li:last-child .submenu-inner {
  padding-bottom: 10px !important;
}

.gva-offcanvas-content #gva-mobile-menu .megamenu-sub > 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(--wellearn-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(--e-global-color-primary);
  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																										
\*------------------------------------------------------------------*/
body.elementor-editor-active[data-elementor-device-mode*="laptop"] .elementor-hidden-laptop.header-builder,
body.elementor-editor-active[data-elementor-device-mode*="mobile"] .elementor-hidden-mobile.header-builder,
body.elementor-editor-active[data-elementor-device-mode*="tablet"] .elementor-hidden-tablet.header-builder {
  max-width: 100px;
  max-height: 50px;
  overflow: hidden;
  display: none;
}

.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(--e-global-color-primary);
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
}

.gva-element {
  min-height: 20px;
}

.row-explore-full > .elementor-container {
  max-width: 1680px;
  margin-left: 0;
  left: calc((100% - 1200px) / 2);
}

@media (max-width: 1200px) {
  .row-explore-full > .elementor-container {
    left: 0;
  }
}

.container-right {
  position: relative;
  padding-left: calc((100% - 1200px)/2 - 100px);
}

.col-contain-left {
  padding-right: calc(((100vw - 1200px) / 2) - 15px);
}

@media (max-width: 1024px) {
  .col-contain-left {
    padding-right: 0;
  }
}

.col-contain-right {
  padding-left: calc(((100vw - 1200px) / 2) - 15px);
}

@media (max-width: 1024px) {
  .col-contain-right {
    padding-left: 0;
  }
}

.ml-0.e-con > .e-con-inner {
  margin-left: 0;
}

.width-more-120 {
  width: calc(100% + 120px) !important;
  max-width: calc(100% + 120px) !important;
}

@media (max-width: 1024px) {
  .width-more-120 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.bg-row-theme, .bg-col-theme > .elementor-column-wrap, .bg-col-theme > .elementor-widget-wrap {
  background-color: var(--e-global-color-primary);
}

.bg-row-theme-second, .bg-col-theme-second > .elementor-column-wrap, .bg-col-theme-second > .elementor-widget-wrap {
  background-color: #1E2744;
}

.column-line-right {
  position: relative;
}

.column-line-right:after {
  content: '';
  width: 12px;
  background: var(--e-global-color-primary);
  position: absolute;
  right: 0;
  top: 100px;
  bottom: 100px;
  z-index: 1;
}

.col-white-right {
  position: relative;
}

.col-white-right:after {
  content: '';
  width: 1000px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.border-middle-left, .border-middle-right {
  position: relative;
}

.border-middle-left:after, .border-middle-right:after {
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  z-index: 1;
}

.border-middle-right:after {
  left: auto;
  right: 0;
}

.e-con.bg-overlay-left:before {
  position: absolute;
  right: 0;
  left: auto;
  width: calc(1920px - 1200px - 130px);
}

@media (max-width: 1024px) {
  .e-con.bg-overlay-left:before {
    width: 100%;
  }
}

.e-con.bg-overlay-right:before {
  position: absolute;
  right: auto;
  left: 100%;
  width: 100vw;
}

.e-con.bg-overlay-1:before {
  right: -55px;
  left: -185px;
  width: calc(100% + 55px + 185px);
}

.e-con.bg-overlay-2:before {
  width: 82%;
}

@media (max-width: 1600px) {
  .e-con.bg-overlay-2:before {
    width: 100%;
  }
}

.bg-shape {
  position: relative;
}

.bg-shape:before {
  width: 110px;
  height: 100%;
  background: var(--e-global-color-secondary);
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

@media (max-width: 1480px) {
  .hidden-style {
    display: none;
  }
}

@media (max-width: 1535px) {
  .hidden-style-1 {
    display: none;
  }
}

.col-align-right > .elementor-widget-wrap {
  float: right;
}

.col-align-center > .elementor-widget-wrap {
  margin: 0 auto;
}

.elementor-section.align-left > .elementor-container {
  margin-left: 0;
}

.elementor-background-slideshow__slide .elementor-background-slideshow__slide__image {
  background-repeat: no-repeat !important;
}

.col-bg-theme-inner > .elementor-widget-wrap {
  background: var(--e-global-color-primary);
}

.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 > li a {
  display: block;
  overflow: hidden;
  padding: 18px 40px;
  margin: 0 0 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  line-height: 24px;
  background: #fff;
  color: var(--e-global-color-accent);
  border-radius: 6px;
  -webkit-transition: all 0.68s;
  transition: all 0.68s;
  z-index: 9;
}

.elementor-widget-wp-widget-nav_menu ul.menu > li a:before {
  content: '';
  width: 4px;
  height: 14px;
  background: var(--e-global-color-accent);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.elementor-widget-wp-widget-nav_menu ul.menu > li a:hover {
  color: var(--e-global-color-primary);
}

.elementor-widget-wp-widget-nav_menu ul.menu > li a:hover:before {
  width: 10px;
  height: 100%;
  background: var(--e-global-color-primary);
}

.elementor-widget-wp-widget-nav_menu ul.menu > li.current-menu-item > a {
  color: var(--e-global-color-primary);
}

.elementor-widget-wp-widget-nav_menu ul.menu > li.current-menu-item > a:before {
  width: 10px;
  height: 100%;
  background: var(--e-global-color-primary);
}

.elementor-widget-wp-widget-nav_menu ul.menu > li:last-child a {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  border-radius: 5px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-radius: 5px 5px 0 0 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
  color: var(--e-global-color-primary);
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border: 1px solid transparent !important;
  border-top: none !important;
}

.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-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
  border-radius: 0 0 5px 5px;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content img {
  margin-top: 20px;
}

.elementor-widget-accordion.without-border .elementor-accordion-item {
  position: relative;
  overflow: hidden;
  border-style: solid;
  margin-bottom: 10px;
  border: none !important;
}

.elementor-widget-accordion.without-border .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.elementor-widget-accordion.without-border .elementor-accordion-item .elementor-accordion-icon {
  background: #fff;
  color: var(--e-global-color-primary);
}

.elementor-widget-progress .elementor-title {
  font-weight: 700;
  font-size: 16px;
  color: #1E2744;
}

.elementor-widget-progress .elementor-progress-wrapper {
  margin-top: 8px;
  position: relative;
  overflow: visible !important;
}

.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;
  bottom: 28px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
}

.elementor-widget-image-box .elementor-image-box-title {
  margin-top: 0;
}

.elementor-widget-heading .elementor-heading-title strong {
  font-size: 26px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}

.elementor-counter .elementor-counter-number-wrapper {
  text-align: left;
  display: block;
}

.elementor-counter .elementor-counter-title {
  text-align: left;
  margin-top: 10px;
}

.elementor-widget-button a {
  font-family: var(--wellearn-heading-font-family);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  color: var(--e-global-color-primary);
  fill: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
  margin: 0;
}

.elementor-widget-icon-box .elementor-icon-box-description {
  min-height: 0 !important;
}

.elementor-widget-icon-box.elementor-position-left.elementor-shape-circle .elementor-icon-box-icon {
  margin-top: 5px;
}

.elementor-widget-icon-box:hover .elementor-icon-box-icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

@media (max-width: 767px) {
  .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .elementor-widget-icon-box.icon-box-left .elementor-icon-box-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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-widget-icon-box.bg-icon-theme .elementor-icon {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--e-global-color-secondary)), to(var(--e-global-color-primary))) !important;
  background: linear-gradient(0deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%) !important;
}

.elementor-icon-list-items .elementor-icon-list-item {
  font-size: 16px;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  color: var(--e-global-color-primary);
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon + .elementor-icon-list-text {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.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(--e-global-color-primary);
  margin-right: 18px;
}

@media (max-width: 300px) {
  .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%;
  }
}

.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.post-breadcrumb .custom-breadcrumb {
  margin-bottom: 0;
}

.gv-sidebar-offcanvas .control-mobile, .gv-sidebar-offcanvas .filter-top {
  display: none;
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
  font-size: 15px;
  font-weight: 700;
  color: var(--e-global-color-accent);
  background: #F5F6FA;
  padding: 20px 30px;
  line-height: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
    padding: 20px 15px;
  }
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content i {
  color: var(--e-global-color-primary);
  width: 50px;
  font-size: 32px;
  margin-right: 18px;
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content:after {
  content: '';
  border: 30px solid transparent;
  border-left-color: #F5F6FA;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin-top: -30px;
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content:before {
  content: '';
  width: 124px;
  height: 85px;
  background: url("../images/arrow-2.png") no-repeat center center transparent;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 25px;
  z-index: 1;
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
  margin-top: 35px;
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  padding: 8px;
  border: 2px solid var(--e-global-color-primary);
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--e-global-color-accent);
  margin-bottom: 6px;
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-job {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  text-align: center;
  color: var(--e-global-color-accent);
  font-size: 40px;
  font-weight: 800;
}

.elementor-widget-counter .elementor-counter .elementor-counter-title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .gv-sidebar-offcanvas > .elementor-column-wrap, .gv-sidebar-offcanvas > .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 #E2DFEB;
    -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 > .elementor-column-wrap .elementor-widget-wrap, .gv-sidebar-offcanvas > .elementor-widget-wrap .elementor-widget-wrap {
    padding: 0 0 20px;
  }
  .gv-sidebar-offcanvas > .elementor-column-wrap .filter-top, .gv-sidebar-offcanvas > .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 > .elementor-column-wrap .filter-top:before, .gv-sidebar-offcanvas > .elementor-column-wrap .filter-top:after, .gv-sidebar-offcanvas > .elementor-widget-wrap .filter-top:before, .gv-sidebar-offcanvas > .elementor-widget-wrap .filter-top:after {
    content: '';
    width: 500px;
    height: 100%;
    position: absolute;
    background: #F1F2F6;
    top: 0;
    z-index: 11;
  }
  .gv-sidebar-offcanvas > .elementor-column-wrap .filter-top:before, .gv-sidebar-offcanvas > .elementor-widget-wrap .filter-top:before {
    left: 100%;
  }
  .gv-sidebar-offcanvas > .elementor-column-wrap .filter-top:after, .gv-sidebar-offcanvas > .elementor-widget-wrap .filter-top:after {
    right: 100%;
  }
  .gv-sidebar-offcanvas > .elementor-column-wrap .filter-top .btn-close-filter, .gv-sidebar-offcanvas > .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(--e-global-color-primary);
    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 > .elementor-column-wrap, .gv-sidebar-offcanvas.open > .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;
  }
}

.elementor-widget-social-icons .elementor-icon i, .elementor-widget-social-icons .elementor-icon svg {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.text-special {
  font-size: 125px;
  font-weight: 800;
  line-height: 100px;
  text-transform: uppercase;
  color: var(--e-global-color-text);
  position: relative;
  opacity: 0.4;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--e-global-color-text);
}

@media (min-width: 1025px) {
  .text-special {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media (max-width: 1024px) {
  .text-special {
    font-size: 80px;
    line-height: 70px;
  }
}

@media (max-width: 768px) {
  .text-special {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .text-special {
    font-size: 50px;
    line-height: 40px;
  }
}

.post-author-name, .post-category {
  font-size: 15px;
}

.post-author-name a, .post-category a {
  color: var(--e-global-color-text);
  text-transform: capitalize;
  letter-spacing: 0;
}

.post-author-name i, .post-category i {
  color: var(--e-global-color-primary);
  margin-right: 5px;
}

.wellearn-post-title .post-title {
  font-size: 30px;
  margin: 0;
}

.post-tags .title {
  font-size: 18px;
  font-weight: 700;
  color: #1E2744;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.post-tags > a {
  background: #F5F6FA;
  font-size: 14px;
  padding: 0 15px;
  line-height: 28px;
  color: var(--e-global-color-accent);
  margin: 5px 15px 6px 0;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
}

.post-tags > a:hover {
  color: #fff;
  background: var(--e-global-color-primary);
}

.post-tags > a:last-child {
  margin-left: 0;
}

.post-author-box {
  background: #F5F6FA;
  padding: 50px;
  border-radius: 8px;
}

.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(--e-global-color-primary);
  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;
  }
}

.wellearn-post-share .social-networks-post {
  margin: 0;
  padding: 0;
}

.wellearn-post-share .social-networks-post > li {
  list-style: none;
  float: left;
  margin: 5px;
}

.wellearn-post-share .social-networks-post > li.title-share {
  font-family: var(--wellearn-heading-font-family);
  color: #1E2744;
  font-weight: 600;
  padding-top: 5px;
}

.wellearn-post-share .social-networks-post > li:not(.title-share) a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  background: #F5F6FA;
  color: #1E2744;
  border-radius: 50%;
  text-align: center;
}

.wellearn-post-share .social-networks-post > li:not(.title-share) a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  border-color: var(--e-global-color-primary);
}

.wellearn-post-share.style-1 .social-networks-post > li.title-share {
  display: none;
}

.wellearn-post-share.style-2 {
  position: relative;
}

.wellearn-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;
}

.wellearn-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;
}

.wellearn-post-share.style-2 .share-content .title-share {
  display: none;
}

.wellearn-post-share.style-2 .share-content .social-networks-post {
  display: inline-block;
}

.wellearn-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;
  display: block;
  width: 100%;
}

.gva-brand-carousel .brand-item-content .brand-item-image {
  position: relative;
  text-align: center;
}

.gva-brand-carousel .brand-item-content .brand-item-image img {
  opacity: 0.36;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
}

.gva-brand-carousel .brand-item-content .brand-item-image:hover img {
  opacity: 1;
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gva-brand-carousel.style-2 .brand-item-content .brand-item-image {
  background: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 60px;
}

.gva-brand-carousel.style-2 .brand-item-content .brand-item-image:last-child {
  margin-bottom: 0;
}

.gva-brand-carousel.style-2 .brand-item-content .brand-item-image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.item-active.center .brand-item-image img {
  opacity: 1;
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gva-brand-carousel.style-2 .item-active.center .brand-item-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.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(--e-global-color-primary);
}

.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 .gva-nav-menu:before, .gva-navigation-menu .gva-nav-menu:after {
  content: " ";
  display: table;
}

.gva-navigation-menu .gva-nav-menu:after {
  clear: both;
}

.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 {
  text-align: right;
}

.gva-navigation-menu.menu-align-right .gva-nav-menu {
  float: right;
}

.gv-sticky-wrapper.is-fixed .elementor-widget-gva-navigation-menu.elementor-absolute {
  margin: 0;
  top: 0;
  position: relative;
}

.nav-one__mobile {
  display: none;
  padding: 22px 0 20px;
  line-height: 1;
}

.nav-one__mobile .dropdown-toggle:after {
  display: none;
}

.nav-one__mobile .dropdown-toggle i {
  font-size: 0;
  color: var(--wellearn-link-color);
}

.nav-one__mobile .dropdown-toggle i:before {
  font-size: 26px;
}

@media (max-width: 1400px) {
  .mobile-breakpoint-1400 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1400 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1350px) {
  .mobile-breakpoint-1350 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1350 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1300px) {
  .mobile-breakpoint-1300 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1300 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1250px) {
  .mobile-breakpoint-1250 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1250 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1200px) {
  .mobile-breakpoint-1200 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1200 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1150px) {
  .mobile-breakpoint-1150 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1150 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1100px) {
  .mobile-breakpoint-1100 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1100 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1080px) {
  .mobile-breakpoint-1080 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1080 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .mobile-breakpoint-1024 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-1024 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 992px) {
  .mobile-breakpoint-992 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-992 .nav-screen__mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .mobile-breakpoint-768 .nav-screen__default {
    display: none;
  }
  .mobile-breakpoint-768 .nav-screen__mobile {
    display: block;
  }
}

.gsc-career {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #fff;
}

.gsc-career .box-content {
  padding: 30px;
}

.gsc-career .box-content .title {
  font-size: 22px;
  margin: 0 0 10px;
}

.gsc-career .box-content .job-type {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background: var(--e-global-color-secondary);
  margin-bottom: 10px;
  display: inline-block;
  line-height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.gsc-career .box-content .box-information {
  font-size: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2DFEB;
}

.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;
  color: var(--e-global-color-primary);
}

.gsc-career .box-content .job-action {
  margin-top: 20px;
}

.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: 20px;
  color: #fff;
  position: relative;
  top: 2px;
}

.gsc-cart-box .mini-cart-header .mini-cart .mini-cart-items {
  position: absolute;
  font-size: 12px;
  background: var(--e-global-color-primary);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -3px;
  right: -6px;
  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: #1E2744;
}

.service-one__single {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
}

.service-one__image {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 0;
  bottom: 0;
}

.service-one__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-one__content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.service-one__content-inner {
  padding: 40px 30px 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #E2DFEB;
}

@media (max-width: 1024px) {
  .service-one__content-inner {
    padding: 30px 18px 20px;
  }
}

.service-one__content-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-one__icon {
  display: block;
  font-size: 50px;
  line-height: 1;
  color: var(--e-global-color-primary);
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-one__title {
  margin: 0 0 10px;
  font-size: 20px;
}

.service-one__desc {
  line-height: 30px;
}

.service-one__button {
  padding: 15px 35px;
  border: 1px solid #E2DFEB;
  border-top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-one__link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.service-one__single:hover, .service-one__single:focus {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.service-one__single:hover .service-one__content-inner:before, .service-one__single:focus .service-one__content-inner:before {
  opacity: 1;
}

.service-one__single:hover .service-one__button, .service-one__single:focus .service-one__button {
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.service-one__single:hover .service-one__button a, .service-one__single:focus .service-one__button a {
  color: #fff;
}

.service-one__single:hover .service-one__image, .service-one__single:focus .service-one__image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.service-one__single.active {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .service-one__single.active {
    margin-top: 0;
  }
}

.gsc-services.layout-grid .item-columns:nth-child(3) .service-one__image, .gsc-services.layout-grid .item-columns:nth-child(4) .service-one__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}

@media (max-width: 575px) {
  .gsc-services.layout-grid .item-columns:nth-child(3) .service-one__image, .gsc-services.layout-grid .item-columns:nth-child(4) .service-one__image {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.service-two__single {
  background: #fff;
  border: 1px solid #E2DFEB;
  position: relative;
  margin-bottom: 30px;
  margin-top: 5px;
  padding: 30px 30px 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .service-two__single {
    padding: 30px 15px 16px;
  }
}

.service-two__image {
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 0;
  bottom: 0;
}

.service-two__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-two__icon {
  font-size: 48px;
  color: var(--e-global-color-primary);
  line-height: 1;
  margin-bottom: 25px;
  display: block;
}

.service-two__title {
  font-size: 20px;
  margin: 0 0 10px;
}

.service-two__button {
  margin-top: 20px;
}

.service-two__button a {
  font-size: 22px;
}

.service-two__link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.service-two__single:hover, .service-two__single:focus {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
}

.service-two__single:hover .service-two__image, .service-two__single:focus .service-two__image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.service-two__single:hover .service-two__button a, .service-two__single:focus .service-two__button a {
  color: var(--e-global-color-secondary);
}

.service-three__single {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  width: 100%;
}

.service-three__image {
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.service-three__image img {
  border-radius: 20px;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-three__button {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.service-three__button a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  color: var(--e-global-color-primary);
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.service-three__content {
  background: #f2f2f2;
  border-radius: 20px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

.service-three__content:after {
  content: '';
  background: url("../images/bg-theme.png") no-repeat center center;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  border-radius: 20px;
}

.service-three__content-inner {
  padding: 50px 30px 25px;
  position: relative;
  z-index: 2;
}

.service-three__icon {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 30px;
  color: var(--e-global-color-primary);
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  bottom: -31px;
  left: 30px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.service-three__icon svg {
  fill: var(--e-global-color-primary);
}

.service-three__title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.service-three__link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.service-three__single:hover .service-three__content, .service-three__single:focus .service-three__content, .service-three__single.active .service-three__content {
  background: var(--e-global-color-primary);
}

.service-three__single:hover .service-three__content:after, .service-three__single:focus .service-three__content:after, .service-three__single.active .service-three__content:after {
  opacity: 1;
}

.service-three__single:hover .service-three__button a, .service-three__single:focus .service-three__button a, .service-three__single.active .service-three__button a {
  background: var(--e-global-color-primary);
  color: #fff;
}

.service-three__single:hover .service-three__title, .service-three__single:focus .service-three__title, .service-three__single.active .service-three__title {
  color: #fff;
}

.service-three__single:hover .service-three__title a, .service-three__single:focus .service-three__title a, .service-three__single.active .service-three__title a {
  color: #fff;
}

.item-active.center .service-one__single {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.item-active.center .service-one__content-inner:before {
  opacity: 1;
}

.item-active.center .service-one__button {
  background: var(--e-global-color-primary);
  border: var(--e-global-color-primary);
}

.item-active.center .service-one__button a {
  color: #fff;
}

.item-active.center .service-two {
  border-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(76, 76, 76, 0.1);
  box-shadow: 0px 10px 30px 0 rgba(76, 76, 76, 0.1);
}

.item-active.center .service-two .service-two__image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.item-active.center .service-two .service-two__button a {
  color: var(--e-global-color-secondary);
}

.item-active.center .service-three__content {
  background: var(--e-global-color-primary);
}

.item-active.center .service-three__content:after {
  opacity: 1;
  height: 100%;
}

.item-active.center .service-three__button a {
  background: var(--e-global-color-primary);
  color: #fff;
}

.item-active.center .service-three__title {
  color: #fff;
}

.item-active.center .service-three__title a {
  color: #fff;
}

.progress-one__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-one__circle-progress {
  margin-right: 30px;
  position: relative;
  display: inline-block;
}

.progress-one__circle-progress strong {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
  line-height: 1;
  margin-top: -5px;
  color: #1E2744;
  font-weight: 400;
}

.progress-one__circle-progress strong i {
  font-style: normal;
}

.progress-one__title {
  display: block;
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
  color: #1E2744;
}

.progress-two__single {
  position: relative;
  text-align: center;
}

.progress-two__circle-progress {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.progress-two__circle-progress strong {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 28px;
  line-height: 1;
  margin-top: -5px;
  color: var(--wellearn-link-color);
  font-weight: 700;
}

.progress-two__circle-progress strong i {
  font-style: normal;
}

.progress-two__title {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1.46;
  margin: 0;
  font-weight: 400;
  color: var(--wellearn-link-color);
  font-family: var(--wellearn-heading-font-family);
}

.gsc-content-carousel .item-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 30px;
}

.gsc-content-carousel .item-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  background: var(--e-global-color-secondary);
  border-radius: 5px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-content-carousel .item-content:hover:before {
  width: 100%;
  opacity: 1;
}

.gsc-content-carousel .item-content:hover .item-content-inner {
  color: #fff;
}

.gsc-content-carousel .item-content:hover .item-content-inner .number {
  border-color: #fff;
  background: transparent;
}

.gsc-content-carousel .item-content:hover .item-content-inner .title {
  color: #fff;
}

.gsc-content-carousel .item-content-inner {
  position: relative;
  z-index: 2;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(30, 40, 69, 0.07);
  box-shadow: 0px 0px 20px 0 rgba(30, 40, 69, 0.07);
  padding: 35px 40px 30px;
  display: flex;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 1024px) {
  .gsc-content-carousel .item-content-inner {
    padding: 30px 30px 25px;
  }
}

.gsc-content-carousel .item-content-inner .number {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
  letter-spacing: -0.72px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: var(--wellearn-heading-font-family);
  margin-right: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-content-carousel .item-content-inner .item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gsc-content-carousel .item-content-inner .title {
  margin: 0 0 10px;
  letter-spacing: -0.66px;
  font-size: 22px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-countdown {
  background: var(--e-global-color-primary);
}

.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 > 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 > div {
    min-width: 70px;
    padding: 20px 10px;
  }
}

@media (max-width: 767.98px) {
  .gsc-countdown .gva-countdown-inner .countdown-times > div {
    min-width: 90px;
    padding: 20px 10px;
  }
}

@media (max-width: 550px) {
  .gsc-countdown .gva-countdown-inner .countdown-times > div {
    width: 45%;
    margin-right: 5%;
  }
}

.gsc-countdown .gva-countdown-inner .countdown-times > div:last-child {
  margin-right: 0;
}

.gsc-countdown .gva-countdown-inner .countdown-times > 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 > div b {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .gsc-countdown .gva-countdown-inner .countdown-times > div b {
    font-size: 20px;
  }
}

.gsc-countdown .gva-countdown-inner .countdown-times > 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;
}

.feature-one__wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.feature-one__image .image-inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.feature-one__image .image-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  z-index: 1;
}

.feature-one__image img {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.feature-one__number {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  letter-spacing: -0.72px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.feature-one__title {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.feature-one__content {
  position: absolute;
  bottom: 20px;
  left: 35px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.6);
}

.feature-one__desc {
  font-size: 15px;
}

.feature-one__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.feature-one__single:hover .feature-one__image .image-inner, .feature-one__single:active .feature-one__image .image-inner, .feature-one__single.active .feature-one__image .image-inner {
  border-radius: 7px;
}

.feature-one__single:hover .feature-one__image img, .feature-one__single:active .feature-one__image img, .feature-one__single.active .feature-one__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 7px;
}

.feature-one__single:hover .feature-one__number, .feature-one__single:active .feature-one__number, .feature-one__single.active .feature-one__number {
  background: var(--e-global-color-secondary);
}

.feature-two__single {
  overflow: hidden;
  position: relative;
}

.feature-two__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-two__content {
  margin-top: -150px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.feature-two__icon {
  width: 72px;
  height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--e-global-color-primary);
  background-color: #fff;
  border-radius: 50%;
  font-size: 32px;
}

.feature-two__icon svg {
  fill: #fff;
  width: 32px;
}

.feature-two__icon-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.feature-two__content-inner {
  -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  background: var(--e-global-color-primary);
  padding: 100px 10px 30px;
}

.feature-two__title {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.feature-two__desc {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -2px;
}

.feature-two__single:hover .feature-two__icon:before, .feature-two__single:active .feature-two__icon:before, .feature-two__single.active .feature-two__icon:before {
  opacity: 1;
  height: 100%;
}

.feature-two__single:hover .feature-two__icon:after, .feature-two__single:active .feature-two__icon:after, .feature-two__single.active .feature-two__icon:after {
  background: var(--e-global-color-secondary);
}

.feature-three__single {
  position: relative;
  margin-bottom: 30px;
  background: #F5F6FA;
  padding: 30px 30px 25px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 1024px) {
  .feature-three__single {
    padding: 20px 15px 25px;
  }
}

.feature-three__single:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 1;
  background: var(--e-global-color-primary);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-three__content {
  padding-top: 60px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-three__icon {
  font-size: 50px;
  line-height: 1;
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-three__icon svg {
  color: var(--e-global-color-primary);
  width: 50px;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-three__title {
  letter-spacing: -0.5px;
  font-size: 20px;
  margin-bottom: 15px;
  max-width: 150px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-three__desc {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  line-height: 28px;
  padding-bottom: 10px;
}

.feature-three__action {
  margin-top: 10px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-three__action a {
  color: #fff;
}

.feature-three__action a:hover {
  color: var(--e-global-color-secondary);
}

.feature-three__image {
  position: absolute;
  right: -38px;
  top: -38px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 1200px) {
  .feature-three__image {
    opacity: 0.6;
    width: 150px;
    height: 150px;
  }
}

.feature-three__image img {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.feature-three__single:hover:after, .feature-three__single.active:after {
  bottom: 0;
  opacity: 1;
}

.feature-three__single:hover .feature-three__content, .feature-three__single.active .feature-three__content {
  padding-top: 25px;
  padding-bottom: 35px;
}

.feature-three__single:hover .feature-three__icon, .feature-three__single.active .feature-three__icon {
  color: #fff;
}

.feature-three__single:hover .feature-three__icon svg, .feature-three__single.active .feature-three__icon svg {
  fill: #fff;
}

.feature-three__single:hover .feature-three__title, .feature-three__single.active .feature-three__title {
  color: #fff;
}

.feature-three__single:hover .feature-three__desc, .feature-three__single.active .feature-three__desc {
  color: rgba(255, 255, 255, 0.8);
}

.feature-three__single:hover .feature-three__action, .feature-three__single.active .feature-three__action {
  bottom: 0;
  opacity: 1;
}

@media (min-width: 1024px) {
  .feature-three__single:hover .feature-three__image, .feature-three__single.active .feature-three__image {
    width: 220px;
    height: 220px;
  }
}

.feature-four__single {
  position: relative;
  padding: 30px 0 30px 35px;
  background: #E8EDFA;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .feature-four__single {
    padding: 15px 0 15px 20px;
  }
}

.feature-four__wrapper {
  position: relative;
}

.feature-four__image {
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  position: absolute;
  top: 0;
  right: -35px;
  width: 40%;
}

.feature-four__image img {
  max-width: 200px;
  width: 100%;
}

@media (max-width: 1024px) {
  .feature-four__image {
    right: 0;
  }
}

.feature-four__content {
  padding: 15px 0 20px;
  width: 68%;
}

@media (max-width: 1024px) {
  .feature-four__content {
    width: 65%;
  }
}

.feature-four__title {
  letter-spacing: -0.5px;
  font-size: 24px;
  margin: 0 0 5px;
}

@media (max-width: 1024px) {
  .feature-four__title {
    font-size: 20px;
  }
}

.feature-four__action {
  margin-top: 20px;
}

.feature-four__action a {
  padding: 12px 20px;
}

.feature-four__single:hover .feature-four__image {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-five__single {
  position: relative;
  margin-bottom: 30px;
}

.feature-five__icon {
  display: block;
  font-size: 45px;
  line-height: 1;
  color: var(--e-global-color-primary);
  margin-bottom: 30px;
}

.feature-five__icon svg {
  fill: var(--e-global-color-primary);
  width: 45px;
  height: auto;
}

.feature-five__title {
  letter-spacing: -0.66px;
  font-size: 22px;
  margin-bottom: 10px;
}

.feature-five__action {
  margin-top: 10px;
}

.feature-five__single:hover .feature-three__icon i, .feature-five__single:hover .feature-three__icon svg, .feature-five__single.active .feature-three__icon i, .feature-five__single.active .feature-three__icon svg {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.feature-six__single {
  position: relative;
  max-width: 470px;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 30px;
}

.feature-six__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  background: var(--e-global-color-primary);
  border-radius: 5px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-six__wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(30, 40, 69, 0.07);
  box-shadow: 0px 0px 20px 0 rgba(30, 40, 69, 0.07);
  padding: 35px 40px 30px;
  display: flex;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 1024px) {
  .feature-six__wrap {
    padding: 30px 30px 25px;
  }
}

.feature-six__number {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  letter-spacing: -0.72px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: var(--wellearn-heading-font-family);
  margin-right: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-six__title {
  margin: 0 0 10px;
  letter-spacing: -0.5px;
  font-size: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-six__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.feature-six__single:hover, .feature-six__single.active {
  color: #fff;
}

.feature-six__single:hover:before, .feature-six__single.active:before {
  width: 100%;
  opacity: 1;
}

.feature-six__single:hover .feature-six__number, .feature-six__single.active .feature-six__number {
  border-color: #fff;
  background: transparent;
}

.feature-six__single:hover .feature-six__title, .feature-six__single.active .feature-six__title {
  color: #fff;
}

.iconbox-one__single {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.iconbox-one__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.iconbox-one__icon {
  margin-right: 30px;
  font-size: 50px;
  padding: 20px 25px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  border-radius: 24px;
  background-color: #213780;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .iconbox-one__icon {
    font-size: 40px;
    padding: 15px 20px;
    margin-right: 20px;
  }
}

.iconbox-one__icon i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-one__icon svg {
  width: 50px;
  fill: var(--e-global-color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .iconbox-one__icon svg {
    width: 40px;
  }
}

.iconbox-one__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.iconbox-one__title {
  font-size: 22px;
  letter-spacing: -0.66px;
  line-height: 1.36;
  margin: 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-one__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.iconbox-one__single:hover .iconbox-one__icon i, .iconbox-one__single:focus .iconbox-one__icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.iconbox-two__single {
  position: relative;
}

.iconbox-two__wrap {
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding: 35px 30px 25px;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

@media (max-width: 1024px) {
  .iconbox-two__wrap {
    padding: 30px 15px 20px;
  }
}

.iconbox-two__wrap:after {
  content: "\e917";
  font-family: wicomoon;
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 11;
  font-size: 22px;
  color: var(--e-global-color-primary);
}

.iconbox-two__icon {
  font-size: 46px;
  line-height: 1;
  color: var(--e-global-color-primary);
  margin-bottom: 36px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

@media (max-width: 1024px) {
  .iconbox-two__icon {
    margin-bottom: 12px;
  }
}

.iconbox-two__icon i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-two__icon svg {
  width: 56px;
  fill: var(--e-global-color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-two__title {
  font-size: 18px;
  line-height: 1.36;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-two__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.iconbox-two__single:hover .iconbox-two__wrap, .iconbox-two__single:focus .iconbox-two__wrap, .iconbox-two__single.active .iconbox-two__wrap {
  background: var(--e-global-color-primary);
}

.iconbox-two__single:hover .iconbox-two__wrap:after, .iconbox-two__single:focus .iconbox-two__wrap:after, .iconbox-two__single.active .iconbox-two__wrap:after {
  color: #fff;
}

.iconbox-two__single:hover .iconbox-two__icon, .iconbox-two__single:focus .iconbox-two__icon, .iconbox-two__single.active .iconbox-two__icon {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.iconbox-two__single:hover .iconbox-two__icon i, .iconbox-two__single:focus .iconbox-two__icon i, .iconbox-two__single.active .iconbox-two__icon i {
  color: #fff;
}

.iconbox-two__single:hover .iconbox-two__icon svg, .iconbox-two__single:focus .iconbox-two__icon svg, .iconbox-two__single.active .iconbox-two__icon svg {
  fill: #fff;
}

.iconbox-two__single:hover .iconbox-two__title, .iconbox-two__single:focus .iconbox-two__title, .iconbox-two__single.active .iconbox-two__title {
  color: #fff;
}

.iconbox-three__single {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iconbox-three__wrap {
  width: 100%;
  overflow: hidden;
  padding: 30px 30px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.iconbox-three__icon .icon-inner {
  display: inline-block;
  border-radius: 50%;
  padding: 20px;
  font-size: 50px;
  line-height: 1;
  color: var(--e-global-color-primary);
  background: #f3f8f6;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-three__icon .icon-inner i, .iconbox-three__icon .icon-inner svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.iconbox-three__icon .icon-inner i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-three__icon .icon-inner svg {
  width: 50px;
  fill: var(--e-global-color-primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-three__title {
  font-size: 22px;
  letter-spacing: -0.66px;
  line-height: 1.36;
  margin: 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-three__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.iconbox-three__single:hover .iconbox-three__icon i, .iconbox-three__single:focus .iconbox-three__icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.iconbox-style-one__single {
  position: relative;
  margin-bottom: 30px;
}

.iconbox-style-one__link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.iconbox-style-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconbox-style-one__icon-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  margin-right: 15px;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.iconbox-style-one__icon-inner .icon {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: var(--e-global-color-primary);
}

.iconbox-style-one__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 3px;
}

.iconbox-style-one__desc {
  font-size: 19px;
  font-weight: 600;
}

@media (max-width: 475px) {
  .iconbox-style-one__desc {
    font-size: 16px;
  }
}

.iconbox-style-one__single:hover .iconbox-style-one__icon-inner svg, .iconbox-style-one__single:hover .iconbox-style-one__icon-inner i, .iconbox-style-one__single.active .iconbox-style-one__icon-inner svg, .iconbox-style-one__single.active .iconbox-style-one__icon-inner i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gsc-icon-box-styles.style-2 .icon-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gsc-icon-box-styles.style-2 .icon-box-content .icon-inner .box-icon {
  width: 90px;
  height: 90px;
  background: #F5F6FA;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 30px 0 0;
}

@media (max-width: 1024px) {
  .gsc-icon-box-styles.style-2 .icon-box-content .icon-inner .box-icon {
    margin: 0 20px 0 0;
  }
}

.gsc-icon-box-styles.style-2 .icon-box-content .icon-inner .box-icon i {
  font-size: 46px;
  color: var(--e-global-color-primary);
}

.gsc-icon-box-styles.style-2 .icon-box-content .icon-inner .box-icon svg {
  width: 46px;
  fill: var(--e-global-color-primary);
}

.gsc-icon-box-styles.style-2 .icon-box-content .icon-inner .box-icon img {
  max-width: 46px;
}

.gsc-icon-box-styles.style-2 .icon-box-content .box-content .title {
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 800;
}

.gsc-icon-box-styles.style-2:hover .icon-inner svg, .gsc-icon-box-styles.style-2:hover .icon-inner i, .gsc-icon-box-styles.style-2.active .icon-inner svg, .gsc-icon-box-styles.style-2.active .icon-inner i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gsc-icon-box-styles.style-3 .icon-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gsc-icon-box-styles.style-3 .icon-box-content .icon-inner .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0;
  position: relative;
}

@media (max-width: 1024px) {
  .gsc-icon-box-styles.style-3 .icon-box-content .icon-inner .box-icon {
    margin: 0 20px 0 0;
  }
}

.gsc-icon-box-styles.style-3 .icon-box-content .icon-inner .box-icon:after {
  content: '';
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: -8px;
  background: var(--e-global-color-secondary);
  opacity: 0.1;
  z-index: -1;
}

.gsc-icon-box-styles.style-3 .icon-box-content .icon-inner .box-icon i {
  font-size: 62px;
  color: var(--e-global-color-secondary);
}

.gsc-icon-box-styles.style-3 .icon-box-content .icon-inner .box-icon svg {
  width: 62px;
  fill: var(--e-global-color-secondary);
}

.gsc-icon-box-styles.style-3 .icon-box-content .box-content .title {
  font-size: 20px;
  margin: 0 0 8px;
  line-height: 30px;
}

.gsc-icon-box-styles.style-3:hover .icon-inner svg, .gsc-icon-box-styles.style-3:hover .icon-inner i, .gsc-icon-box-styles.style-3.active .icon-inner svg, .gsc-icon-box-styles.style-3.active .icon-inner i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.milestone-one__single {
  position: relative;
}

.milestone-one__icon {
  color: var(--e-global-color-primary);
  font-size: 35px;
  margin-bottom: 25px;
}

.milestone-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.milestone-one__number {
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--wellearn-font-family-second);
  color: var(--e-global-color-primary);
  margin-right: 20px;
}

@media (max-width: 1120px) {
  .milestone-one__number {
    font-size: 35px;
  }
}

.milestone-one__title {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
  position: relative;
}

.milestone-one__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.milestone-one__single:hover .milestone-one__icon .icon svg, .milestone-one__single:hover .milestone-one__icon .icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.milestone-two__single {
  position: relative;
  margin-bottom: 30px;
}

.milestone-two__icon {
  color: var(--e-global-color-primary);
  font-size: 62px;
}

.milestone-two__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.milestone-two__number {
  margin-right: 30px;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
  color: var(--e-global-color-accent);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.milestone-two__number .symbol {
  font-size: 30px;
  margin: 0 3px 5px;
}

@media (max-width: 1024px) {
  .milestone-two__number {
    font-size: 50px;
    margin-right: 12px;
  }
}

.milestone-two__title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
}

@media (max-width: 1024px) {
  .milestone-two__title {
    font-size: 15px;
  }
}

.milestone-two__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.milestone-two__single:hover .milestone-two__icon svg, .milestone-two__single:hover .milestone-two__icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.milestone-three__single {
  position: relative;
}

.milestone-three__icon {
  font-size: 50px;
  margin-bottom: 30px;
}

.milestone-three__icon svg {
  width: 50px;
}

.milestone-three__number {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--e-global-color-accent);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--wellearn-heading-font-family);
  width: 100%;
}

@media (max-width: 1024px) {
  .milestone-three__number {
    font-size: 32px;
  }
}

.milestone-three__title {
  color: var(--e-global-color-text);
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}

.milestone-three__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.milestone-three__single:hover .milestone-three__icon svg, .milestone-three__single:hover .milestone-three__icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.milestone-four__single {
  position: relative;
}

.milestone-four__icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.milestone-four__icon svg {
  width: 50px;
}

.milestone-four__number {
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
  color: var(--e-global-color-accent);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .milestone-four__number {
    font-size: 38px;
  }
}

.milestone-four__number .symbol {
  font-size: 30px;
  position: relative;
  top: -2px;
}

@media (max-width: 1024px) {
  .milestone-four__number .symbol {
    font-size: 24px;
  }
}

.milestone-four__title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}

.milestone-four__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.milestone-four__single:hover .milestone-four__icon svg, .milestone-four__single:hover .milestone-four__icon i {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gallery-one__single {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 8px;
}

.gallery-one__image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-one__photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  cursor: crosshair;
}

.gallery-one__photo i {
  display: none;
}

.gallery-one__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;
}

.gallery-one__content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-color: #0f256e;
}

.gallery-one__content-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}

.gallery-one__title {
  margin: 0 0 2px;
  font-size: 18px;
  color: #fff;
}

.gallery-one__sub-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gallery-one__single:hover .gallery-one__content {
  opacity: 1;
}

.item-active.center .gallery-one__content {
  opacity: 1;
}

.gallery-two__single {
  overflow: hidden;
  border-radius: 8px;
}

.gallery-two__photo {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transform: all 0.35s;
  transform: all 0.35s;
}

.gallery-two__single {
  position: relative;
}

.gallery-two__single:hover .gallery-two__photo {
  opacity: 1;
}

.gsc-heading {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.gsc-heading:before, .gsc-heading:after {
  content: " ";
  display: table;
}

.gsc-heading:after {
  clear: both;
}

.gsc-heading .heading-video {
  margin-bottom: 50px;
}

.gsc-heading .heading-video .video-link {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: var(--e-global-color-primary);
  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: 50%;
}

.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: 50%;
  -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: 50%;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

.gsc-heading .heading-video .video-link span {
  background: url("../images/arrow-3.png") no-repeat center center transparent;
  width: 31px;
  height: 45px;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: 30px;
  margin-top: -10px;
}

.gsc-heading .heading-video .video-link:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.gsc-heading .title {
  font-size: 42px;
  line-height: 1.2;
  position: relative;
  margin: 0;
  letter-spacing: -0.5px;
}

.gsc-heading .title em {
  position: relative;
  font-style: normal;
}

.gsc-heading .title em:after {
  content: '';
  width: 161px;
  height: 29px;
  background: url("../images/line-2.png") no-repeat center center transparent;
  display: inline-block;
  position: absolute;
  margin-top: -20px;
  top: 100%;
  left: -8px;
}

@media (max-width: 767px) {
  .gsc-heading .title em:after {
    background-size: contain;
    margin-top: -10px;
    width: 100px;
    height: 15px;
  }
}

.gsc-heading .title i {
  font-family: var(--wellearn-font-family-second);
  color: var(--e-global-color-primary);
  font-style: normal;
}

.gsc-heading .title strong {
  font-family: var(--wellearn-font-family-second);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, #00000000), color-stop(0%, var(--e-global-color-primary)));
  background-image: linear-gradient(180deg, #00000000 92%, var(--e-global-color-primary) 0%);
}

.gsc-heading .title.hl-underline-1 span span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, #00000000), color-stop(0%, var(--e-global-color-primary)));
  background-image: linear-gradient(180deg, #00000000 92%, var(--e-global-color-primary) 0%);
}

.gsc-heading .sub-title .tagline {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.gsc-heading .sub-title.sub-1 .tagline {
  color: var(--e-global-color-secondary);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.gsc-heading .sub-title.sub-1 .tagline:after {
  content: '';
  width: 100px;
  height: 13px;
  background: url("../images/line.png") no-repeat center center transparent;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gsc-heading .sub-title.sub-2 .tagline {
  color: #fff;
  position: relative;
  padding: 8px 18px 8px;
  display: inline-block;
  border-radius: 5px;
  background: var(--e-global-color-primary);
  font-weight: 600;
}

.gsc-heading .sub-title.sub-3 {
  margin-bottom: 5px;
}

.gsc-heading .sub-title.sub-3 .tagline {
  color: var(--e-global-color-primary);
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}

.gsc-heading .sub-title.sub-4 {
  margin-bottom: 5px;
}

.gsc-heading .sub-title.sub-4 .tagline {
  color: #fff;
  position: relative;
  padding: 8px 18px 8px;
  display: inline-block;
  border-radius: 5px;
  background: var(--e-global-color-secondary);
  font-weight: 600;
}

.gsc-heading .title-desc br {
  content: '';
  display: block;
  margin: 8px 0;
}

.gsc-heading .title-desc ul {
  margin-bottom: 0;
  padding: 0;
}

.gsc-heading .title-desc ul > li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-bottom: 6px;
}

.gsc-heading .title-desc ul > li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--e-global-color-primary);
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
}

.gsc-heading .title-desc ul > 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 .sub-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: 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-1.align-left .sub-title .tagline:after, .gsc-heading.style-1.align-center .sub-title .tagline:after {
  display: inline-block;
}

@media (max-width: 1200px) {
  .gsc-heading.auto-responsive.style-1 .title {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .gsc-heading.auto-responsive.style-1 .title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .gsc-heading.auto-responsive.style-1 .title {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .gsc-heading.auto-responsive.style-1 .title {
    font-size: 28px;
  }
}

.gsc-heading.style-2 .sub-title .tagline {
  font-size: 22px;
  color: var(--e-global-color-secondary);
  font-family: var(--wellearn-heading-font-family);
}

.gsc-heading.style-2 .title {
  letter-spacing: -1.35px;
  font-size: 45px;
}

@media (max-width: 1024.98px) {
  .gsc-heading.style-2 .title {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .gsc-heading.style-2 .title {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  .gsc-heading.style-2 .title {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .gsc-heading.style-2 .title {
    font-size: 28px;
  }
}

.gsc-heading.style-3 .content-inner .sub-title .tagline {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.gsc-heading.style-3 .content-inner .title {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  letter-spacing: 0;
}

.gsc-heading.style-3 .content-inner .title > span {
  position: relative;
}

.gsc-heading.style-3 .content-inner .title > span:after {
  content: '';
  width: 18px;
  height: 26px;
  background: url("../images/arrow.png") no-repeat center center transparent;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: calc(100% + 12px);
}

.gsc-heading.style-5 .sub-title {
  line-height: 20px;
}

.gsc-heading.style-5 .sub-title .tagline {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  background: transparent;
}

.gsc-heading.style-5 .sub-title .tagline:after {
  display: none !important;
}

.gsc-heading.style-5 .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--e-global-color-accent);
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 18px;
  text-transform: uppercase;
}

.gsc-heading.style-5 .title:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 0px;
  bottom: 0;
  left: 0;
  background: var(--e-global-color-primary);
  z-index: 11;
}

.about-one__single {
  position: relative;
}

.about-one__image {
  position: relative;
  text-align: center;
  display: inline-block;
  padding-top: 60px;
}

.about-one__image img {
  z-index: 1;
  position: relative;
}

.about-one__image:before {
  content: '';
  left: 50%;
  top: 0;
  position: absolute;
  width: 540px;
  height: 540px;
  background: #f7f7f7;
  line-height: 540px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-one__title {
  font-size: 30px;
  margin: 20px 0 0;
}

.about-two__single {
  position: relative;
  max-width: 100%;
  width: 700px;
}

@media (max-width: 1199px) {
  .about-two__single {
    margin: 0 auto;
  }
}

.about-two__single:before {
  width: 355px;
  height: 355px;
  display: inline-block;
  position: absolute;
  content: "";
  background: var(--e-global-color-secondary);
  opacity: 0.07;
  top: 20%;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-animation: animation_top_bottom 3s ease 0s infinite;
  animation: animation_top_bottom 3s ease 0s infinite;
}

.about-two__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-two__image .content-inner {
  padding-top: 64px;
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 767px) {
  .about-two__image .content-inner {
    padding-top: 30px;
  }
}

.about-two__image .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
}

.about-two__image .content-inner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-two__logo {
  margin-right: 34px;
  position: relative;
  z-index: 4;
}

.about-two__logo img {
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

.about-two__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-top: -125px;
  z-index: 3;
}

.about-two__image-second {
  padding-bottom: 16px;
  margin-right: 20px;
}

.about-two__image-second .content-inner {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: -10px;
}

.about-two__image-second .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
}

.about-two__image-second:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-three__single {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.about-three__image {
  position: relative;
  z-index: 1;
  text-align: right;
  padding-left: 30px;
}

.about-three__image .content-inner {
  overflow: hidden;
  display: inline-block;
  border-radius: 12px;
  margin-bottom: -10px;
}

.about-three__image .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
  border-radius: 12px;
}

.about-three__image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-three__image-second {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding-right: 30px;
}

.about-three__image-second .content-inner {
  overflow: hidden;
  display: inline-block;
  border-radius: 12px;
  margin-bottom: -10px;
}

.about-three__image-second .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
  border-radius: 12px;
}

.about-three__image-second:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-four__single {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

.about-four__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

.about-four__image {
  padding: 0 15px;
}

.about-four__image-inner {
  padding: 0 15px;
}

.about-four__image-second {
  margin-bottom: 30px;
}

.about-four__content {
  max-width: 270px;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 30px;
  color: #fff;
  background: var(--e-global-color-primary);
  position: absolute;
  bottom: 30px;
  left: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-four__title {
  font-size: 60px;
  line-height: 1;
  margin: 0;
  margin-right: 20px;
  color: #fff;
}

.about-four__desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  font-family: var(--wellearn-heading-font-family);
}

.about-five__image {
  position: relative;
  z-index: 1;
  text-align: right;
  padding-left: 30px;
}

.about-five__image-inner {
  overflow: hidden;
  display: inline-block;
  margin-bottom: -10px;
  max-width: 370px;
}

.about-five__image-inner img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.about-five__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-five__content-inner {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 30px;
  padding: 30px 25px 30px;
  text-align: center;
  background: var(--e-global-color-primary);
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 60px 0 rgba(75, 131, 252, 0.15);
  box-shadow: 0px 10px 60px 0 rgba(75, 131, 252, 0.15);
}

@media (max-width: 575px) {
  .about-five__content-inner {
    position: absolute;
    padding: 15px;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 150px;
  }
}

.about-five__image-second {
  margin-top: -100px;
}

.about-five__icon {
  font-size: 55px;
  color: #fff;
  margin-bottom: 20px;
}

.about-five__title {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

.about-six__content {
  position: relative;
  max-width: 100%;
}

.about-six__wrap {
  position: relative;
}

.about-six__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.about-six__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-left: 50px;
}

.about-six__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.about-six__image .content-inner {
  position: relative;
}

.about-six__image img {
  -webkit-transition: all 5s;
  transition: all 5s;
  position: relative;
  z-index: 3;
}

.about-six__image-second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.about-six__image-second .content-inner {
  position: relative;
}

.about-six__image-second img {
  -webkit-transition: all 5s;
  transition: all 5s;
  position: relative;
  z-index: 3;
}

.about-six__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.about-seven__single {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  overflow: hidden;
}

.about-seven__wrap {
  position: relative;
}

.about-seven__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .about-seven__title {
    font-size: 40px;
  }
}

.about-seven__desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--wellearn-heading-font-family);
}

@media (max-width: 1024px) {
  .about-seven__desc {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-seven__desc {
    font-size: 16px;
  }
}

.about-seven__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background: var(--e-global-color-primary);
  padding: 20px;
}

@media (max-width: 767px) {
  .about-seven__content {
    width: 150px;
    height: 150px;
  }
}

.about-eight__single {
  position: relative;
  max-width: 502px;
  margin: 0 auto;
}

.about-eight__image {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.about-eight__image .content-inner {
  overflow: hidden;
  text-align: center;
}

.about-eight__image .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
}

.about-eight__image-second {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 501px;
}

.about-eight__image-second .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-animation: shapeMover 3s linear infinite;
  animation: shapeMover 3s linear infinite;
}

.about-nine__single {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .about-nine__single {
    max-width: 780px;
    margin-left: auto;
  }
}

.about-nine__image {
  position: relative;
  z-index: 1;
}

.about-nine__image .content-inner {
  overflow: hidden;
  display: inline-block;
}

.about-nine__image .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
}

.about-nine__image-second {
  position: absolute;
  top: 33%;
  left: 10%;
  z-index: 2;
  width: 255px;
  max-width: 50%;
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-animation: animation_top_bottom_2 10s ease 0s infinite;
  animation: animation_top_bottom_2 10s ease 0s infinite;
}

.about-nine__image-second .content-inner {
  width: 100%;
  position: relative;
  -webkit-mask-image: url("../images/polygon-image.png");
  mask-image: url("../images/polygon-image.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.about-nine__logo {
  position: absolute;
  top: -55px;
  left: -40px;
  display: block;
  width: 205px;
  height: 135px;
}

.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 > li > a {
  background: none;
  font-weight: 500;
  color: #1E2744;
  -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 > li > a.active {
  color: var(--e-global-color-primary);
}

.gva-posts-grid .posts-grid-filter .view-all {
  float: right;
}

.gva-posts-grid .gva-content-items {
  float: left;
  width: 100%;
}

.gva-posts-list-small .gva-content-items > .post:last-child {
  margin-bottom: 0;
}

.post-sticky__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.post-sticky__left-thumbnail {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.post-sticky__left-thumbnail:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(#1b1f2e), to(rgba(27, 31, 46, 0)));
  background: linear-gradient(0deg, #1b1f2e 0%, rgba(27, 31, 46, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.post-sticky__left-thumbnail img {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.post-sticky__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 890px) {
  .post-sticky__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.post-sticky__left-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 30px 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 480px) {
  .post-sticky__left-content {
    display: block;
  }
}

.post-sticky__left-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66px;
  flex: 0 0 66px;
  margin-right: 25px;
  margin-top: 12px;
  border-radius: 5px;
  background: var(--e-global-color-primary);
  color: #fff;
  height: 60px;
  width: 66px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-sticky__left-date span {
  display: block;
}

.post-sticky__left-date .date {
  font-size: 18px;
  color: #fff;
  margin-bottom: 3px;
}

@media (max-width: 480px) {
  .post-sticky__left-date {
    margin-bottom: 20px;
  }
}

.post-sticky__left-title {
  margin: 0 0 10px;
}

.post-sticky__left-title a {
  color: #fff;
}

.post-sticky__left-meta .meta-inline > span {
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.post-sticky__left-meta .meta-inline > span i {
  color: var(--e-global-color-primary);
  margin-right: 5px;
}

.post-sticky__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

@media (max-width: 890px) {
  .post-sticky__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.post-sticky__right-content > .post:last-child {
  margin-bottom: 0;
}

.style-2 .post-sticky__left {
  min-height: 300px;
}

@media (max-width: 890px) {
  .style-2 .post-sticky__left {
    margin-bottom: 30px;
  }
}

@media (max-width: 890px) {
  .style-2 .post-sticky__left-title {
    font-size: 20px;
  }
}

.post-sticky-two__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-sticky-two__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  width: 66.66%;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .post-sticky-two__left {
    padding-right: 5px;
  }
}

@media (max-width: 768px) {
  .post-sticky-two__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
}

.post-sticky-two__left-content {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .post-sticky-two__left-content {
    margin: 0 -5px;
  }
}

.post-sticky-two__left-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .post-sticky-two__left-item {
    padding: 0 5px;
  }
}

@media (max-width: 500px) {
  .post-sticky-two__left-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.post-sticky-two__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.34%;
  flex: 0 0 33.34%;
  padding-left: 15px;
}

@media (max-width: 1024px) {
  .post-sticky-two__right {
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .post-sticky-two__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
}

.testimonial-one__single {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
}

.testimonial-one__content-inner {
  position: relative;
  background: #fff;
  padding: 32px 60px 40px;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-left: 90px;
}

@media (max-width: 1024px) {
  .testimonial-one__content-inner {
    padding: 32px 15px 40px 15px;
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .testimonial-one__content-inner {
    padding-top: 70px;
    margin-left: 0;
  }
}

.testimonial-one__info {
  padding-top: 10px;
  padding-left: 60px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .testimonial-one__info {
    padding-left: 110px;
    margin-bottom: 25px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-one__info {
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.testimonial-one__icon {
  font-size: 190px;
  line-height: 1;
  color: #000;
  opacity: 0.03;
  position: absolute;
  right: 60px;
  top: 44px;
}

.testimonial-one__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--wellearn-link-color);
}

.testimonial-one__job {
  font-size: 14px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}

.testimonial-one__quote {
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  font-family: var(--wellearn-heading-font-family);
  color: var(--e-global-color-accent);
}

.testimonial-one__stars {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimonial-one__stars i {
  color: #ff9c00;
}

.testimonial-one__image {
  width: 180px;
  height: 180px;
  margin-bottom: -115px;
  margin-left: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .testimonial-one__image {
    max-width: 150px;
    margin-bottom: -100px;
  }
}

@media (max-width: 767px) {
  .testimonial-one__image {
    margin-bottom: -50px;
    margin-left: 15px;
  }
}

.testimonial-one__image img {
  border-radius: 8px;
  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-testimonial.style-1 .swiper-pagination {
  position: absolute;
  right: 0px;
  top: 15px;
  width: auto;
}

@media (max-width: 1024px) {
  .gsc-testimonial.style-1 .swiper-pagination {
    top: 25px;
  }
}

.testimonial-two__single {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .testimonial-two__single {
    max-width: 450px;
    margin: 0 auto 30px;
    padding-right: 15px;
  }
}

.testimonial-two__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 600px) {
  .testimonial-two__content {
    display: block;
  }
}

.testimonial-two__content-inner {
  padding: 120px 30px;
  padding-bottom: 200px;
  padding-left: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  background: #f7f7f7;
  position: relative;
}

@media (min-width: 600px) {
  .testimonial-two__content-inner:before {
    position: absolute;
    content: "";
    top: 0;
    right: 100%;
    width: 100px;
    height: 100%;
    background: #f7f7f7;
  }
}

@media (max-width: 1199px) {
  .testimonial-two__content-inner {
    padding: 80px 30px;
    padding-bottom: 160px;
    padding-left: 80px;
  }
}

@media (max-width: 1024px) {
  .testimonial-two__content-inner {
    padding: 30px 15px 120px;
  }
}

@media (max-width: 600px) {
  .testimonial-two__content-inner {
    padding-bottom: 30px;
  }
}

.testimonial-two__info {
  margin-bottom: 20px;
}

.testimonial-two__icon {
  font-size: 220px;
  line-height: 1;
  color: #000;
  opacity: 0.03;
  position: absolute;
  right: 20%;
  top: 80px;
}

.testimonial-two__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--e-global-color-accent);
}

@media (max-width: 767px) {
  .testimonial-two__name {
    font-size: 18px;
  }
}

.testimonial-two__job {
  font-size: 16px;
  font-weight: 600;
  color: var(--e-global-color-primary);
}

.testimonial-two__quote {
  font-size: 22px;
  line-height: 36px;
  max-width: 760px;
  color: var(--wellearn-link-color);
}

@media (max-width: 1024px) {
  .testimonial-two__quote {
    font-size: 20px;
    line-height: 32px;
  }
}

.testimonial-two__stars {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimonial-two__stars i {
  color: #ff9c00;
}

.testimonial-two__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .testimonial-two__image {
    text-align: center;
  }
  .testimonial-two__image img {
    display: inline-block;
  }
}

.swiper-slide .testimonial-two__single {
  margin-bottom: 0;
}

.gsc-testimonial.style-2 .swiper-pagination {
  position: absolute;
  bottom: 120px;
  width: auto;
  left: calc((100% - 72%) + 120px);
}

@media (max-width: 1199px) {
  .gsc-testimonial.style-2 .swiper-pagination {
    bottom: 100px;
    left: calc((100% - 72%) + 80px);
  }
}

@media (max-width: 1024px) {
  .gsc-testimonial.style-2 .swiper-pagination {
    bottom: 60px;
    left: calc((100% - 72%) + 15px);
  }
}

@media (max-width: 600px) {
  .gsc-testimonial.style-2 .swiper-pagination {
    width: 100%;
    position: initial;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.gsc-testimonial.style-2 .swiper-pagination .swiper-pagination > span.swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);
}

.gsc-testimonial.style-2 .swiper-pagination .swiper-pagination > span.swiper-pagination-bullet-active:after {
  border-color: var(--e-global-color-primary);
}

.testimonial-three__single {
  max-width: 600px;
  margin: 0 auto 30px;
}

.testimonial-three__image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 70px;
  margin-bottom: -35px;
}

.testimonial-three__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-three__content-inner {
  margin-left: 35px;
  background: #1c317c;
  padding: 25px 60px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .testimonial-three__content-inner {
    padding: 20px 15px 20px 60px;
  }
}

@media (max-width: 767px) {
  .testimonial-three__content-inner {
    padding-left: 40px;
  }
}

.testimonial-three__quote {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.testimonial-three__name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.testimonial-three__name:before {
  content: "";
  margin-right: 5px;
  margin-bottom: 3px;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--e-global-color-primary);
}

.testimonial-three__job {
  font-size: 15px;
  font-weight: 600;
  color: #E2DFEB;
  text-transform: capitalize;
}

.testimonial-four__single {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
}

.testimonial-four__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 575px) {
  .testimonial-four__content {
    display: block;
  }
}

.testimonial-four__content-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.testimonial-four__icon {
  font-size: 220px;
  line-height: 1;
  color: #000;
  opacity: 0.03;
  position: absolute;
  right: 0;
  top: 30px;
}

.testimonial-four__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 0px;
  color: var(--wellearn-link-color);
}

.testimonial-four__job {
  font-size: 16px;
  font-weight: 600;
}

.testimonial-four__quote {
  font-size: 18px;
  line-height: 1.67;
  color: var(--wellearn-link-color);
  margin-bottom: 30px;
  max-width: 440px;
}

.testimonial-four__stars {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimonial-four__stars i {
  color: #ff9c00;
}

.testimonial-four__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-top: 20px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .testimonial-four__image {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.testimonial-four__image img {
  border-radius: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

@media (max-width: 575px) {
  .testimonial-four__image img {
    -webkit-transform: none;
    transform: none;
  }
}

.testimonial-four__single:hover .testimonial-four__image img {
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 576px) {
  .gsc-testimonial.style-4 .swiper-pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 130px;
  }
}

.testimonial-five__single {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 30px;
}

.testimonial-five__content {
  position: relative;
  padding: 40px 55px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 1199px) {
  .testimonial-five__content {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-five__content {
    padding: 30px 15px;
  }
}

.testimonial-five__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.testimonial-five__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-five__image img {
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-five__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.testimonial-five__icon {
  font-size: 220px;
  line-height: 1;
  color: #000;
  opacity: 0.03;
  position: absolute;
  right: 40px;
  top: 44px;
}

.testimonial-five__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--wellearn-link-color);
  font-family: var(--wellearn-heading-font-family);
}

.testimonial-five__job {
  font-size: 14px;
  font-weight: 500;
  color: var(--e-global-color-secondary);
}

.testimonial-five__quote {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.testimonial-five__stars {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimonial-five__stars i {
  color: #ff9c00;
}

.testimonial-five__single:hover .testimonial-five__content {
  -webkit-box-shadow: 0px 10px 20px 0 rgba(32, 78, 207, 0.15);
  box-shadow: 0px 10px 20px 0 rgba(32, 78, 207, 0.15);
}

.gsc-testimonial.swiper-slider-wrapper .swiper-pagination > span:after {
  background: #fff;
}

.swiper-slide .testimonial-three__single {
  margin-top: 10px;
}

.video-one__single {
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.video-one__inner {
  min-height: 120px;
  min-width: 120px;
  text-align: center;
}

.video-one__inner:after {
  content: '';
  position: absolute;
  top: 50px;
  right: 190px;
  bottom: 0;
  left: 0;
  background: var(--e-global-color-primary);
  z-index: -1;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .video-one__inner {
    min-height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .video-one__inner {
    min-height: 80px;
    min-width: 80px;
  }
}

@media (max-width: 575.98px) {
  .video-one__inner {
    min-height: 60px;
    min-width: 60px;
  }
}

.video-one__image {
  overflow: hidden;
  border-radius: 10px;
}

.video-one__content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
}

.video-one__content > div {
  display: inline-block;
}

.video-one__title {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 600px) {
  .video-one__title {
    display: none;
  }
}

.video-one__action .popup-video {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background: var(--e-global-color-primary);
  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: 138px;
  height: 138px;
  line-height: 138px;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .video-one__action .popup-video {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

.video-one__action .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--e-global-color-primary);
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.video-one__action .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--e-global-color-primary);
  opacity: 0;
  border-radius: 8px;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

.video-one__single:hover .video-one__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(1.1);
  transform: scale(1.1);
}

.video-two__action {
  text-align: center;
}

.video-two__action .popup-video {
  font-size: 16px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 80px;
  height: 80px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--e-global-color-primary);
}

.video-two__action .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--e-global-color-primary);
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
}

.video-two__action .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--e-global-color-primary);
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s linear infinite;
  animation: pulse-border 1.5s linear infinite;
}

.video-two__title {
  font-family: var(--wellearn-font-family-second);
  color: var(--e-global-color-primary);
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
}

.video-two__single:hover .video-two__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(1.1);
  transform: scale(1.1);
}

.video-three__single {
  position: relative;
}

.video-three__inner {
  min-height: 120px;
  min-width: 120px;
  text-align: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .video-three__inner {
    min-height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .video-three__inner {
    min-height: 90px;
    min-width: 90px;
  }
}

@media (max-width: 575.98px) {
  .video-three__inner {
    min-height: 60px;
    min-width: 60px;
  }
}

.video-three__image {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}

.video-three__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.video-three__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.video-three__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  mix-blend-mode: multiply;
  border-radius: 7px;
  background-color: #1e2845;
}

.video-three__content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-three__title {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 600px) {
  .video-three__title {
    display: none;
  }
}

.video-three__action .popup-video {
  display: inline-block;
  font-size: 13px;
  color: var(--e-global-color-primary);
  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: 45px;
  height: 45px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.video-three__action .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.video-three__action .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

.video-four__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-four__action a {
  margin-right: 15px;
  font-size: 35px;
  color: #e53935;
}

.video-four__title {
  letter-spacing: -0.6px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--wellearn-font-family-second);
  color: var(--e-global-color-accent);
}

.video-five__content {
  position: relative;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-five__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-right: -100px;
  width: 320px;
  height: 320px;
  display: block;
  border-radius: 50%;
  opacity: 0.2;
  border: solid 1px #fff;
}

@media (max-width: 1024px) {
  .video-five__content {
    min-height: 235px;
  }
}

.video-five__action {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.video-five__action .popup-video {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background: var(--e-global-color-primary);
  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: 100px;
  height: 100px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.video-five__action .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.video-five__action .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

.video-five__title {
  width: 100%;
  opacity: 0.2;
  color: #fff;
  font-size: 220px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--wellearn-font-family-second);
  text-align: center;
}

@media (max-width: 1024px) {
  .video-five__title {
    font-size: 180px;
  }
}

@media (max-width: 767px) {
  .video-five__title {
    font-size: 100px;
  }
}

.gva-user {
  position: relative;
}

.gva-user .login-account {
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
}

.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(--e-global-color-primary);
}

.gva-user .login-account .profile .avata {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-top: 3px;
}

.gva-user .login-account .profile .name {
  padding-left: 38px;
  padding-top: 5px;
  color: #1E2744;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gva-user .login-account .profile .name .icon {
  margin-left: 3px;
  position: relative;
  top: 2px;
  font-size: 14px;
  color: var(--e-global-color-text);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gva-user .login-account .user-account {
  position: absolute;
  top: 100%;
  right: -20px;
  width: 280px;
  background: #fff;
  z-index: 99;
  padding: 20px 30px;
  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 #E2DFEB;
  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 .gva-nav-menu > li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
}

.gva-user .login-account .user-account .gva-nav-menu > li:after {
  display: none;
}

.gva-user .login-account .user-account .gva-nav-menu > li > a {
  padding: 5px 0;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--wellearn-font-sans-serif);
  color: var(--e-global-color-text);
}

.gva-user .login-account .user-account .gva-nav-menu > li > a:before {
  opacity: 1;
  color: var(--e-global-color-text);
  font-size: 16px;
  margin-right: 5px;
}

.gva-user .login-account .user-account .gva-nav-menu > li > a:hover {
  color: var(--e-global-color-primary);
}

.gva-user .login-account .user-account .gva-nav-menu > li > a:hover:before {
  color: var(--e-global-color-primary);
}

.gva-user .login-account .user-account .gva-nav-menu > li.tutor-dashboard-menu-divider {
  margin: 10px 0 15px;
}

.gva-user .login-account .user-account .gva-nav-menu > li.tutor-dashboard-menu-divider-header {
  color: #1E2744;
  font-weight: 700;
  text-transform: uppercase;
}

.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-size: 16px;
  color: var(--e-global-color-text);
}

.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(--e-global-color-primary);
}

.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(--e-global-color-primary);
}

.gva-user .login-account:hover .profile .name .icon {
  color: var(--e-global-color-primary);
}

.gva-user .login-register {
  font-size: 13px;
}

.gva-user .login-register .box-icon {
  margin-right: 2px;
}

.gva-user .login-register a {
  color: var(--e-global-color-text);
}

.gva-user .login-register a .icon {
  color: var(--e-global-color-primary);
  margin-right: 6px;
  font-size: 18px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gva-user .login-register a:hover {
  color: var(--e-global-color-primary);
}

.modal-ajax-user-form .close {
  width: 28px;
  height: 28px;
  background: var(--e-global-color-primary);
  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(--e-global-color-primary);
  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: #1E2744;
  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(--e-global-color-primary);
}

.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(--e-global-color-primary);
  background: url("../images//preloader-2.gif") no-repeat center center rgba(255, 255, 255, 0.92);
}

.gsc-search-box {
  position: relative;
}

.gsc-search-box 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;
}

.gsc-search-box input.input-search {
  background: #fff;
  font-size: 16px;
}

.gsc-search-box .btn-search {
  position: absolute;
  width: auto;
  height: 100%;
  right: 6px;
  top: 0;
  z-index: 1;
  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;
}

.gsc-search-box .btn-search input {
  border: none;
  font-size: 16px;
  color: var(--e-global-color-primary);
}

.gsc-search-box .control-search {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: 3px;
}

.gsc-search-box .control-search .icon {
  font-size: 22px;
}

.gsc-search-box .control-search:hover i, .gsc-search-box .control-search:focus i, .gsc-search-box .control-search.search-open i {
  color: var(--e-global-color-primary);
}

.gsc-search-box .gva-search-content {
  position: absolute;
  top: 100%;
  right: -15px;
  margin-top: 20px;
  z-index: 1;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  margin-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  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;
}

.gsc-search-box .gva-search-content:after {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 100%;
  right: 15px;
}

.gsc-search-box .gva-search {
  position: relative;
}

.gsc-search-box .gva-search.open .gva-search-content {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.gsc-search-box .search-form .input-search {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 60px 0 rgba(76, 76, 76, 0.1);
  box-shadow: 0px 10px 60px 0 rgba(76, 76, 76, 0.1);
  border: 0;
  padding: 0 20px;
}

.gsc-search-box .search-form .input-search::-webkit-input-placeholder {
  color: var(--e-global-color-text);
  font-size: 15px;
  font-weight: 400;
}

.gsc-search-box .search-form .input-search::-moz-placeholder {
  color: var(--e-global-color-text);
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
}

.gsc-search-box .search-form .input-search:-ms-input-placeholder {
  color: var(--e-global-color-text);
  font-size: 15px;
  font-weight: 400;
}

.gsc-search-box .search-form .input-search:-moz-placeholder {
  color: var(--e-global-color-text);
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
}

.gsc-search-box .search-form .btn-search input {
  color: #4b83fc;
}

.elementor-widget-gva-search-box.style-border .gsc-search-box .search-form .input-search {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.elementor-widget-gva-search-box.style-border .gsc-search-box .search-form .input-search::-webkit-input-placeholder {
  color: #fff;
}

.elementor-widget-gva-search-box.style-border .gsc-search-box .search-form .input-search::-moz-placeholder {
  color: #fff;
}

.elementor-widget-gva-search-box.style-border .gsc-search-box .search-form .input-search:-ms-input-placeholder {
  color: #fff;
}

.elementor-widget-gva-search-box.style-border .gsc-search-box .search-form .input-search:-moz-placeholder {
  color: #fff;
}

.elementor-widget-gva-search-box.style-border .gsc-search-box .search-form .btn-search input {
  color: #fff;
}

.pricing-one__single {
  margin-bottom: 30px;
  position: relative;
}

.pricing-one__popular {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffa200;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 30px 10px 15px;
  font-weight: 800;
  -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.pricing-one__content-inner {
  padding: 30px;
  border: 1px solid #E2DFEB;
}

.pricing-one__icon {
  font-size: 50px;
  color: var(--e-global-color-primary);
}

.pricing-one__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--e-global-color-text);
}

.pricing-one__month {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.72px;
  color: var(--wellearn-link-color);
  font-family: var(--wellearn-heading-font-family);
}

.pricing-one__save {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

.pricing-one__price-wrap {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2DFEB;
}

.pricing-one__price-wrap .plan-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: -0.54px;
}

.pricing-one__price-wrap .currency {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--e-global-color-primary);
}

.pricing-one__price-wrap .price {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: var(--e-global-color-primary);
  position: relative;
  top: 5px;
}

.pricing-one__price-wrap .interval {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--e-global-color-text);
}

.pricing-one__plan-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--wellearn-link-color);
}

.pricing-one__plan-list li {
  position: relative;
  padding-bottom: 10px;
}

.pricing-one__plan-list li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-one__plan-list li span:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: var(--e-global-color-secondary);
  z-index: 1;
  margin-right: 10px;
}

.pricing-one__plan-list li.no-active {
  opacity: 0.38;
}

.pricing-two__single {
  margin-bottom: 30px;
  position: relative;
}

.pricing-two__popular {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffa200;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 30px 10px 15px;
  font-weight: 800;
  -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.pricing-two__content-inner {
  padding: 30px;
  background: #fff;
}

.pricing-two__icon {
  font-size: 70px;
  color: var(--e-global-color-secondary);
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.pricing-two__title {
  font-size: 24px;
  letter-spacing: -0.72px;
}

.pricing-two__month {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.72px;
  color: var(--wellearn-link-color);
  font-family: var(--wellearn-heading-font-family);
}

.pricing-two__save {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

.pricing-two__price-wrap {
  padding-bottom: 40px;
}

.pricing-two__price-wrap .plan-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: -0.54px;
}

.pricing-two__price-wrap .currency {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--e-global-color-primary);
}

.pricing-two__price-wrap .price {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: var(--e-global-color-primary);
  position: relative;
  top: 5px;
}

.pricing-two__price-wrap .interval {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--e-global-color-text);
}

.pricing-two__plan-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--wellearn-link-color);
}

.pricing-two__plan-list li {
  position: relative;
  padding-bottom: 10px;
}

.pricing-two__plan-list li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-two__plan-list li span:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: var(--e-global-color-secondary);
  z-index: 1;
  margin-right: 10px;
}

.pricing-two__plan-list li.no-active {
  opacity: 0.38;
}

@-webkit-keyframes sfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes sfadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sfadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.s__fadeInDown {
  -webkit-animation-name: sfadeInDown;
  animation-name: sfadeInDown;
}

.s__fadeInUp {
  -webkit-animation-name: sfadeInUp;
  animation-name: sfadeInUp;
}

.s-animation {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-slider .swiper-content-inner {
  margin: 0;
}

.simple-slider .swiper-slide {
  min-height: 680px;
}

@media (max-width: 1024px) {
  .simple-slider .swiper-slide {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .simple-slider .swiper-slide {
    min-height: 400px;
  }
}

.simple-slider .swiper-slide .slider-item-content {
  width: 100%;
}

.simple-slider .swiper-slide .slider-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 11;
}

.simple-slider .swiper-slide .slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.simple-slider .swiper-slide .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 99;
}

.simple-slider .swiper-slide .slider-content .slider-content-width {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .simple-slider .swiper-slide .slider-content .slider-content-width {
    padding: 40px 15px 50px;
  }
}

.simple-slider.wrap-2 .slider-meta {
  position: absolute;
  bottom: 0;
  right: 145px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding: 22px 70px 22px;
  z-index: 11;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .simple-slider.wrap-2 .slider-meta {
    right: 30px;
    padding: 15px 60px 15px;
  }
}

@media (max-width: 767px) {
  .simple-slider.wrap-2 .slider-meta {
    padding: 10px 50px 10px;
  }
}

.simple-slider.wrap-2 .slider-meta .swiper-nav-next, .simple-slider.wrap-2 .slider-meta .swiper-nav-prev {
  opacity: 1;
  border: none;
  color: #767682;
  width: 38px;
  height: 36px;
  line-height: 36px;
  margin-top: -15px;
}

.simple-slider.wrap-2 .slider-meta .swiper-nav-next:hover, .simple-slider.wrap-2 .slider-meta .swiper-nav-next:active, .simple-slider.wrap-2 .slider-meta .swiper-nav-prev:hover, .simple-slider.wrap-2 .slider-meta .swiper-nav-prev:active {
  background: none;
  color: var(--e-global-color-primary);
  border: none;
}

.simple-slider.wrap-2 .slider-meta .swiper-nav-next:after {
  font-family: 'wicomoon';
  content: "\f193";
  font-size: 24px;
}

@media (max-width: 1024px) {
  .simple-slider.wrap-2 .slider-meta .swiper-nav-next:after {
    font-size: 18px;
  }
}

.simple-slider.wrap-2 .slider-meta .swiper-nav-prev:after {
  font-family: 'wicomoon';
  content: "\f195";
  font-size: 24px;
}

@media (max-width: 1024px) {
  .simple-slider.wrap-2 .slider-meta .swiper-nav-prev:after {
    font-size: 18px;
  }
}

.simple-slider.wrap-2 .slider-meta .swiper-pagination {
  position: relative;
  top: 4px;
  left: 0;
  line-height: 1;
}

.simple-slider.wrap-2 .slider-meta .swiper-pagination > span:after {
  background: #DDDDDD;
}

.simple-slider.wrap-2 .slider-meta .swiper-pagination > span.swiper-pagination-bullet-active {
  border-color: #DDDDDD;
}

.simple-slider.wrap-2 .slider-meta .swiper-pagination > span.swiper-pagination-bullet-active:after {
  background: var(--e-global-color-primary);
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap .slider-caption:not(a) {
  color: #fff;
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.sub-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  overflow: hidden;
  padding: 10px 0;
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.sub-title span:before {
  content: "\e903";
  font-family: "cicomoon";
  font-size: 16px;
  margin-right: 10px;
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.title {
  font-size: 100px;
  line-height: 105px;
  font-weight: 700;
  letter-spacing: -3px;
  overflow: hidden;
  padding: 10px 0;
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.title span {
  color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  .simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.title {
    font-size: 60px;
    line-height: 65px;
  }
  .simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1.5px;
  }
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.desc {
  line-height: 16px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.desc br {
    display: none;
  }
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.slider-action {
  margin-top: 30px;
}

.simple-slider .slider-item-content:not(.slide-style-3) .layer-wrap.slider-action .layer-inner > a {
  margin-right: 20px;
  margin-bottom: 10px;
}

.simple-slider .slide-style-1 .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 22;
  background: #1E2744;
  opacity: 0.6;
}

.simple-slider .slide-style-1 .slider-overlay-1 {
  background: url("../images/layers/layer-1.png") no-repeat top left transparent;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  height: 410px;
  z-index: 33;
}

.simple-slider .slide-style-2 .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 22;
  background: #1E2744;
  opacity: 0.6;
}

.simple-slider .slide-style-2 .slider-overlay-1, .simple-slider .slide-style-2 .slider-overlay-2 {
  background-size: cover;
  position: absolute;
  z-index: 33;
}

.simple-slider .slide-style-2 .slider-overlay-1 {
  background: url("../images/layers/layer-2.png") no-repeat top left transparent;
  top: 0;
  left: 0;
  width: 300px;
  height: 205px;
}

.simple-slider .slide-style-2 .slider-overlay-2 {
  background: url("../images/layers/layer-3.png") no-repeat bottom right transparent;
  bottom: 0;
  right: 0;
  width: 615px;
  height: 420px;
  z-index: 33;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.simple-slider .slide-style-3 .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 22;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 13, 63, 0.6)), to(rgba(13, 13, 63, 0.1)));
  background-image: linear-gradient(to right, rgba(13, 13, 63, 0.6), rgba(13, 13, 63, 0.1));
}

.simple-slider .slide-style-3 .slider-overlay-1 {
  background: url("../images/layers/layer-1.png") no-repeat top left transparent;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  height: 410px;
  z-index: 33;
}

.simple-slider .slide-style-3 .slider-content {
  padding-bottom: 60px;
}

.simple-slider .slide-style-3 .layer-wrap .slider-caption:not(a) {
  color: #fff;
}

.simple-slider .slide-style-3 .layer-wrap.sub-title {
  padding: 10px 0;
}

.simple-slider .slide-style-3 .layer-wrap.sub-title .slider-caption {
  display: inline-block;
  background: var(--e-global-color-primary);
  border-radius: 30px;
  padding: 6px 20px;
  color: #fff;
  font-weight: 700;
}

.simple-slider .slide-style-3 .layer-wrap.title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px 0;
}

.simple-slider .slide-style-3 .layer-wrap.desc {
  line-height: 16px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .simple-slider .slide-style-3 .layer-wrap.desc br {
    display: none;
  }
}

.simple-slider .slide-style-3 .layer-wrap.slider-action {
  margin-top: 30px;
}

.simple-slider .slide-style-3 .layer-wrap.slider-action .layer-inner > a {
  margin-right: 20px;
  margin-bottom: 10px;
}

.simple-slider .item-wrap-style-3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.simple-slider .swiper-slide {
  width: 100%;
}

.simple-slider .swiper-pagination {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.simple-slider .swiper-pagination > span {
  margin: 0 1px;
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  position: relative;
  background: transparent;
}

.simple-slider .swiper-pagination > span:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.simple-slider .swiper-pagination > span.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.6);
}

.simple-slider .swiper-pagination > span.swiper-pagination-bullet-active:after {
  background: var(--e-global-color-primary);
}

.simple-slider .swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  white-space: nowrap;
}

.simple-slider .swiper-pagination-bullets-dynamic span {
  -webkit-transition: .3s transform,.3s left;
  transition: .3s transform,.3s left;
}

.simple-slider .swiper-nav-next, .simple-slider .swiper-nav-prev {
  width: 50px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
  background-size: 10px;
  opacity: 0;
  z-index: 11;
}

@media (max-width: 1200px) {
  .simple-slider .swiper-nav-next, .simple-slider .swiper-nav-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-top: -20px;
  }
}

.simple-slider .swiper-nav-next:after, .simple-slider .swiper-nav-prev:after {
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}

.simple-slider .swiper-nav-next:hover, .simple-slider .swiper-nav-prev:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  border-color: var(--e-global-color-primary);
}

.simple-slider .swiper-nav-next {
  right: 15px !important;
}

.simple-slider .swiper-nav-next:after {
  content: "\f054";
}

.simple-slider .swiper-nav-prev {
  left: 15px !important;
}

.simple-slider .swiper-nav-prev:after {
  content: '\f053';
}

.simple-slider:hover .swiper-nav-next, .simple-slider:hover .swiper-nav-prev {
  opacity: 1;
}

.simple-slider-preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.swiper-container-initialized .simple-slider-preloader, .swiper-initialized .simple-slider-preloader {
  opacity: 0;
  visibility: hidden;
}

.slider-radius.elementor-widget-gva-simple-slider {
  border-radius: 0 0 30px 0;
  overflow: hidden;
}

.location__single {
  background: #fff;
  position: relative;
}

.location__title {
  background: var(--e-global-color-primary);
  padding: 25px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 1024px) {
  .location__title {
    padding: 20px 15px;
  }
}

.location__content {
  background: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .location__content {
    padding: 25px 15px;
  }
}

@media (max-width: 767px) {
  .location__content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    position: relative;
  }
}

.location__image {
  margin-bottom: 20px;
}

.location__desc {
  margin-bottom: 15px;
}

.location__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.location__contact-icon {
  color: var(--e-global-color-primary);
  font-size: 16px;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .location__contact-icon {
    margin-right: 10px;
  }
}

.location__contact-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: lowercase;
  color: var(--e-global-color-text);
  margin: 0px;
  font-family: var(--wellearn-font-sans-serif);
}

.location__contact-title a {
  color: var(--e-global-color-text);
}

.location__single:hover .location__content, .location__single.active .location__content {
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.team-one__single {
  position: relative;
}

.team-one__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  max-width: 450px;
  margin: 0 auto 30px;
}

.team-one__link-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.team-one__image {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-one__image-inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.team-one__image-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 78, 207, 0.93);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-one__image-inner img {
  border-radius: 5px;
}

.team-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-one__name {
  font-size: 22px;
  margin: 0 0 2px;
  color: #fff;
}

.team-one__job {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.team-one__socials {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-one__socials > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 10px;
}

.team-one__socials > a:hover {
  color: #fff;
}

.team-one__single:hover .team-one__image-inner:before {
  opacity: 1;
}

.team-one__single:hover .team-one__content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-two__single {
  position: relative;
  margin-bottom: 22px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.team-two__link-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.team-two__image {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
}

.team-two__image-inner {
  position: relative;
  overflow: hidden;
}

.team-two__meta {
  background: #fff;
  padding: 20px 30px;
}

@media (max-width: 1024px) {
  .team-two__meta {
    padding: 20px 15px;
  }
}

.team-two__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}

.team-two__job {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}

.team-two__socials {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 1;
  padding: 20px;
  text-align: center;
  transition: all 0.35s;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.team-two__socials .socials-inner {
  padding: 5px 10px;
  margin: 0 auto;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--e-global-color-primary);
}

.team-two__socials a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
}

.team-two__socials a:hover {
  color: #fff;
}

.team-two__single:hover .team-two__socials, .team-two__single:focus .team-two__socials {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-three__single {
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px;
}

@media (max-width: 380px) {
  .team-three__single {
    margin-bottom: 20px;
  }
}

.team-three__link-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.team-three__wrap {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.team-three__image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-three__image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.team-three__content {
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  padding: 30px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .team-three__content {
    padding: 15px;
  }
}

.team-three__content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--e-global-color-primary);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 183, 155, 0)), to(var(--e-global-color-primary)));
  background: linear-gradient(180deg, rgba(41, 183, 155, 0) 0%, var(--e-global-color-primary) 100%);
  border-radius: 20px;
}

.team-three__content-inner {
  position: relative;
  z-index: 3;
  width: 100%;
}

.team-three__information {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
}

@media (max-width: 1024px) {
  .team-three__information {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.team-three__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
}

.team-three__job {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.team-three__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.team-three__socials > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-right: 10px;
}

.team-three__socials > a:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .team-three__socials > a {
    width: 26px;
    height: 26px;
    font-size: 14px;
    margin-right: 6px;
  }
}

.team-three__socials > a:hover {
  border-color: var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
  color: #fff;
}

.team-three__single:hover .team-three__content, .team-three__single:focus .team-three__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.item-active.center .team-one__image-inner:before {
  opacity: 1;
}

.item-active.center .team-one__content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.item-active.center .team-two__socials {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.item-active.center .team-three__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-single-carousel .swiper-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (max-width: 768px) {
  .team-single-carousel .swiper-content-inner {
    display: block;
  }
}

.team-single-carousel .thumbnail-slider-wrapper {
  width: 60%;
  float: left;
  padding-right: 30px;
}

.team-single-carousel .thumbnail-slider-wrapper .swiper-wrapper .swiper-slide {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0.3;
}

.team-single-carousel .thumbnail-slider-wrapper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}

.team-single-carousel .thumbnail-slider-wrapper .swiper-wrapper .swiper-slide-active .team-one__image {
  padding: 15px;
}

.team-single-carousel .thumbnail-slider-wrapper .swiper-wrapper .swiper-slide-active .team-one__line {
  opacity: 1;
}

@media (max-width: 1024px) {
  .team-single-carousel .thumbnail-slider-wrapper {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .team-single-carousel .thumbnail-slider-wrapper {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}

.team-single-carousel .team-content-slider-wrapper {
  width: 40%;
  float: left;
  padding-left: 110px;
  border-radius: 30px;
  position: relative;
}

@media (max-width: 1024px) {
  .team-single-carousel .team-content-slider-wrapper {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .team-single-carousel .team-content-slider-wrapper {
    padding-left: 85px;
  }
}

@media (max-width: 768px) {
  .team-single-carousel .team-content-slider-wrapper {
    width: 100%;
    float: none;
  }
}

.team-single-carousel .team-content-slider {
  position: relative;
  z-index: 11;
}

.team-single-carousel .team-content-slider .swiper-slide {
  width: 100%;
}

.team-single-carousel .team-content-slider .swiper-slide-inner {
  height: 100%;
  border-radius: 30px;
  border: 1px solid #E2DFEB;
  overflow: hidden;
  background: #fff;
  margin-right: 1px;
}

.team-single-carousel .team-content-slider .swiper-slide-inner .team-one__content {
  border-radius: 0;
  border: 0;
}

.team-single-carousel .content_carousel__nav {
  position: absolute;
  width: 150px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  background: var(--e-global-color-primary);
  left: 0;
  top: 0;
  z-index: 1;
}

.team-single-carousel .content_carousel__nav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  background: #fff;
}

.team-single-carousel .content_carousel__nav > div {
  opacity: 1 !important;
  margin: 0 0 10px;
  top: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  color: #E2DFEB;
}

.team-single-carousel .content_carousel__nav > div.swiper-nav-prev {
  left: 33px !important;
  margin: -50px 0 0;
}

.team-single-carousel .content_carousel__nav > div.swiper-nav-next {
  left: 33px;
  right: auto !important;
  margin: 5px 0 0;
}

.gsc-course-filter-form {
  margin: 0 auto;
  padding: 30px 30px 30px 15px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .gsc-course-filter-form {
    padding: 20px 20px 20px 5px;
  }
}

@media (max-width: 1024px) {
  .gsc-course-filter-form {
    padding: 20px 15px 20px 0;
  }
}

@media (max-width: 710px) {
  .gsc-course-filter-form {
    padding-right: 0;
  }
}

.gsc-course-filter-form .search-form-content {
  position: relative;
  padding-right: 190px;
  z-index: 11;
}

@media (max-width: 710px) {
  .gsc-course-filter-form .search-form-content {
    padding-right: 0;
  }
}

.gsc-course-filter-form .search-form-content .search-form-fields {
  background: #fff;
  border-radius: 4px;
}

.gsc-course-filter-form .search-form-content .search-form-fields > div {
  float: left;
  padding: 0 15px;
}

@media (max-width: 710px) {
  .gsc-course-filter-form .search-form-content .search-form-fields > div {
    width: 100% !important;
    border-left: 0;
  }
}

.gsc-course-filter-form .search-form-content .search-form-fields .select2-container .select2-selection {
  background: #fff;
}

.gsc-course-filter-form .search-form-content .search-form-fields.cols-5 > div {
  width: 20%;
}

.gsc-course-filter-form .search-form-content .search-form-fields.cols-4 > div {
  width: 25%;
}

.gsc-course-filter-form .search-form-content .search-form-fields.cols-3 > div {
  width: 33.33%;
}

.gsc-course-filter-form .search-form-content .search-form-fields.cols-2 > div {
  width: 50%;
}

.gsc-course-filter-form .search-form-content .search-form-fields.clos-1 > div {
  width: 100%;
}

.gsc-course-filter-form .search-form-content .form-action {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  padding-left: 10px;
}

@media (max-width: 710px) {
  .gsc-course-filter-form .search-form-content .form-action {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
}

.gsc-course-filter-form .search-form-content .form-action .btn-action {
  width: 100%;
  height: 65px;
}

.gsc-course-banner-group.style-1 .banner-item-content {
  position: relative;
  margin: 15px 0 30px;
  overflow: hidden;
  border-radius: 10px;
}

.gsc-course-banner-group.style-1 .banner-item-content .link-term-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.gsc-course-banner-group.style-1 .banner-item-content .banner-image {
  position: relative;
  z-index: 1;
}

.gsc-course-banner-group.style-1 .banner-item-content .banner-image:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
}

.gsc-course-banner-group.style-1 .banner-item-content .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
  padding: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-course-banner-group.style-1 .banner-item-content .banner-content .number-course {
  display: inline-block;
  background: #1E2744;
  color: #aeb2c2;
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-course-banner-group.style-1 .banner-item-content .banner-content .title {
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 11;
  min-width: 190px;
  max-width: 100%;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 0 10px 10px 10px;
}

@media (max-width: 767.98px) {
  .gsc-course-banner-group.style-1 .banner-item-content .banner-content .title {
    font-size: 14px;
  }
}

.gsc-course-banner-group.style-1 .banner-item-content:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.gsc-course-banner-group.style-1 .banner-item-content:hover .banner-image:after {
  opacity: 1;
}

.gsc-course-banner-group.style-1 .owl-item.center .course-banner-item {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.gsc-course-banner-group.style-1 .owl-item.center .course-banner-item .banner-image:after {
  opacity: 1;
}

.gsc-course-banner-group.style-2 .banner-group-item {
  width: 100%;
}

.gsc-course-banner-group.style-2 .banner-item-content {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #E2DFEB;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-image {
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-image .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 0;
  border-radius: 50%;
  overflow: hidden;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-image .background:after {
  content: '';
  background: #F1F2F6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-image .box-icon {
  position: relative;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  line-height: 1;
  display: inline-block;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-image .box-icon i {
  font-size: 45px;
  color: var(--e-global-color-primary);
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-image .box-icon svg {
  width: 45px;
  fill: var(--e-global-color-primary);
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-image .number-course {
  display: inline-block;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #fff;
  color: #1E2744;
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  padding: 0 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-content {
  text-align: center;
  position: relative;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-content .title {
  font-size: 16px;
  margin: 30px 0 6px;
}

.gsc-course-banner-group.style-2 .banner-item-content .banner-content .sub-title {
  font-size: 14px;
  line-height: 24px;
}

.gsc-course-banner-group.style-2 .banner-item-content .link-term-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.gsc-course-banner-group.style-2 .banner-item-content:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.gsc-course-banner-group.style-2 .banner-item-content:hover .banner-image .background {
  background-size: cover;
}

.gsc-course-banner-group.style-2 .banner-item-content:hover .banner-image .background:after {
  background: var(--e-global-color-primary);
  opacity: 0.8;
}

.gsc-course-banner-group.style-2 .banner-item-content:hover .banner-image .box-icon i {
  color: #fff;
}

.gsc-course-banner-group.style-2 .banner-item-content:hover .banner-image .box-icon svg {
  fill: var(--e-global-color-primary);
}

.gsc-course-banner-group.style-2 .banner-item-content:hover .banner-image .number-course {
  background: var(--e-global-color-secondary);
  color: #fff;
}

.gsc-course-banner-group.style-2 .owl-item.center .banner-item-content {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.gsc-course-banner-group.style-2 .owl-item.center .banner-item-content .banner-image .background {
  background-size: cover;
}

.gsc-course-banner-group.style-2 .owl-item.center .banner-item-content .banner-image .background:after {
  background: var(--e-global-color-primary);
  opacity: 0.8;
}

.gsc-course-banner-group.style-2 .owl-item.center .banner-item-content .banner-image .box-icon i {
  color: #fff;
}

.gsc-course-banner-group.style-2 .owl-item.center .banner-item-content .banner-image .box-icon svg {
  fill: var(--e-global-color-primary);
}

.gsc-course-banner-group.style-2 .owl-item.center .banner-item-content .banner-image .number-course {
  background: #1E2744;
  color: #fff;
}

.gsc-course-banner-group.style-3 .course-banner-item-content {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.gsc-course-banner-group.style-3 .course-banner-item-content:after {
  content: '';
  background: #1E2744;
  opacity: 0.36;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gsc-course-banner-group.style-3 .course-banner-item-content .banner-content {
  padding: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-course-banner-group.style-3 .course-banner-item-content .banner-content .title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.gsc-course-banner-group.style-3 .course-banner-item-content .banner-hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  z-index: 11;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 15px 20px;
}

.gsc-course-banner-group.style-3 .course-banner-item-content .banner-hover .subtitle {
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px;
}

.gsc-course-banner-group.style-3 .course-banner-item-content .banner-hover .number-course {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--e-global-color-primary);
  padding: 2px 20px;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.gsc-course-banner-group.style-3 .course-banner-item-content .link-term-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.gsc-course-banner-group.style-3 .course-banner-item-content:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.gsc-course-banner-group.style-3 .course-banner-item-content:hover:after {
  opacity: 0.6;
}

.gsc-course-banner-group.style-3 .course-banner-item-content:hover .banner-content {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.gsc-course-banner-group.style-3 .course-banner-item-content:hover .banner-hover {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

/*------------------------------------------------------------------*\	
				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: #1E2744;
  z-index: 9;
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.widget .widget-title:after, .widget .widgettitle:after, .widget .wpb_singleimage_heading:after, .wpb_single_image .widget-title:after, .wpb_single_image .widgettitle:after, .wpb_single_image .wpb_singleimage_heading:after, .wpb_content_element .widget-title:after, .wpb_content_element .widgettitle:after, .wpb_content_element .wpb_singleimage_heading:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: var(--e-global-color-primary);
  bottom: 0;
  left: 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 > .wp-block-group__inner-container > h1, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h1, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h1, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h1, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget.widget_block .wp-block-group > .wp-block-group__inner-container > h1:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h1:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h1:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h1:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h2:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h3:after, .widget.widget_block .wp-block-group > .wp-block-group__inner-container > h4:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  background: var(--e-global-color-primary);
  z-index: 11;
}

.widget.widget_block > h1, .widget.widget_block h2, .widget.widget_block h3, .widget.widget_block h4 {
  background: none;
  position: relative;
  color: var(--e-global-color-accent);
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 9;
  margin: 0 0 15px;
  padding: 0 0 15px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.widget.widget_block > h1:after, .widget.widget_block h2:after, .widget.widget_block h3:after, .widget.widget_block h4:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  background: var(--e-global-color-primary);
  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: #1E2744;
  font-size: 13px;
}

/* 
** 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;
  position: relative;
  font-size: 16px;
  background: #F5F6FA;
  border-radius: 10px;
}

.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(--e-global-color-primary);
}

.wp-sidebar ul li .count, .elementor-widget-sidebar ul li .count {
  margin-left: 3px;
  color: #262626;
}

.wp-sidebar ul > li ul, .elementor-widget-sidebar ul > 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(--e-global-color-primary);
}

.widget_calendar .wp-calendar-table td a {
  color: var(--e-global-color-primary);
}

.widget_calendar .wp-calendar-table #today {
  color: var(--e-global-color-primary);
  position: relative;
}

.widget_calendar .wp-calendar-table #today:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: var(--e-global-color-primary);
  border-radius: 50%;
  z-index: 1;
}

.widget_calendar .wp-calendar-nav {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.widget_tag_cloud .tagcloud > a {
  display: inline-block;
  background: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 12px !important;
  padding: 5px 15px;
  color: var(--e-global-color-accent);
  margin-right: 6px;
  margin-bottom: 10px;
  font-weight: 700;
}

.widget_tag_cloud .tagcloud > a:last-child {
  margin-right: 0;
}

.widget_tag_cloud .tagcloud > a:hover {
  color: #fff;
  background: var(--e-global-color-primary);
}

/* 
** 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 > ul, .widget_block > ul, .widget_archive > ul, .wp-sidebar .widget_nav_menu > ul, #wp-footer .widget_nav_menu > ul, .elementor-widget-sidebar .widget_nav_menu > ul, .widget_pages > ul, .widget_meta > ul {
  padding: 0;
}

.widget_categories ul > li, .widget_block ul > li, .widget_archive ul > li, .wp-sidebar .widget_nav_menu ul > li, #wp-footer .widget_nav_menu ul > li, .elementor-widget-sidebar .widget_nav_menu ul > li, .widget_pages ul > li, .widget_meta ul > 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 > li .count, .widget_block ul > li .count, .widget_archive ul > li .count, .wp-sidebar .widget_nav_menu ul > li .count, #wp-footer .widget_nav_menu ul > li .count, .elementor-widget-sidebar .widget_nav_menu ul > li .count, .widget_pages ul > li .count, .widget_meta ul > li .count {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 1;
  font-size: 14px;
  color: var(--e-global-color-text);
}

.widget_categories ul > li > a, .widget_block ul > li > a, .widget_archive ul > li > a, .wp-sidebar .widget_nav_menu ul > li > a, #wp-footer .widget_nav_menu ul > li > a, .elementor-widget-sidebar .widget_nav_menu ul > li > a, .widget_pages ul > li > a, .widget_meta ul > li > 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(--e-global-color-text);
  padding: 11px 0;
  font-weight: 500;
  font-size: 16px;
}

.widget_categories ul > li > a:hover, .widget_block ul > li > a:hover, .widget_archive ul > li > a:hover, .wp-sidebar .widget_nav_menu ul > li > a:hover, #wp-footer .widget_nav_menu ul > li > a:hover, .elementor-widget-sidebar .widget_nav_menu ul > li > a:hover, .widget_pages ul > li > a:hover, .widget_meta ul > li > a:hover {
  color: var(--e-global-color-primary);
}

.widget_categories ul > li ul, .widget_block ul > li ul, .widget_archive ul > li ul, .wp-sidebar .widget_nav_menu ul > li ul, #wp-footer .widget_nav_menu ul > li ul, .elementor-widget-sidebar .widget_nav_menu ul > li ul, .widget_pages ul > li ul, .widget_meta ul > li ul {
  padding-left: 20px;
}

.widget_categories ul > li.current_page_item, .widget_categories ul > li.current-cat, .widget_block ul > li.current_page_item, .widget_block ul > li.current-cat, .widget_archive ul > li.current_page_item, .widget_archive ul > li.current-cat, .wp-sidebar .widget_nav_menu ul > li.current_page_item, .wp-sidebar .widget_nav_menu ul > li.current-cat, #wp-footer .widget_nav_menu ul > li.current_page_item, #wp-footer .widget_nav_menu ul > li.current-cat, .elementor-widget-sidebar .widget_nav_menu ul > li.current_page_item, .elementor-widget-sidebar .widget_nav_menu ul > li.current-cat, .widget_pages ul > li.current_page_item, .widget_pages ul > li.current-cat, .widget_meta ul > li.current_page_item, .widget_meta ul > li.current-cat {
  background: #fff;
}

.widget_categories ul > li.current_page_item > a, .widget_categories ul > li.current-cat > a, .widget_block ul > li.current_page_item > a, .widget_block ul > li.current-cat > a, .widget_archive ul > li.current_page_item > a, .widget_archive ul > li.current-cat > a, .wp-sidebar .widget_nav_menu ul > li.current_page_item > a, .wp-sidebar .widget_nav_menu ul > li.current-cat > a, #wp-footer .widget_nav_menu ul > li.current_page_item > a, #wp-footer .widget_nav_menu ul > li.current-cat > a, .elementor-widget-sidebar .widget_nav_menu ul > li.current_page_item > a, .elementor-widget-sidebar .widget_nav_menu ul > li.current-cat > a, .widget_pages ul > li.current_page_item > a, .widget_pages ul > li.current-cat > a, .widget_meta ul > li.current_page_item > a, .widget_meta ul > li.current-cat > a {
  color: #1E2744;
  position: relative;
  z-index: 1;
}

.widget_categories ul > li.current_page_item:before, .widget_categories ul > li.current-cat:before, .widget_block ul > li.current_page_item:before, .widget_block ul > li.current-cat:before, .widget_archive ul > li.current_page_item:before, .widget_archive ul > li.current-cat:before, .wp-sidebar .widget_nav_menu ul > li.current_page_item:before, .wp-sidebar .widget_nav_menu ul > li.current-cat:before, #wp-footer .widget_nav_menu ul > li.current_page_item:before, #wp-footer .widget_nav_menu ul > li.current-cat:before, .elementor-widget-sidebar .widget_nav_menu ul > li.current_page_item:before, .elementor-widget-sidebar .widget_nav_menu ul > li.current-cat:before, .widget_pages ul > li.current_page_item:before, .widget_pages ul > li.current-cat:before, .widget_meta ul > li.current_page_item:before, .widget_meta ul > li.current-cat:before {
  content: '';
  left: -15px;
  right: -15px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
}

.widget_categories > ul > li:last-child > a, .widget_block > ul > li:last-child > a, .widget_archive > ul > li:last-child > a, .wp-sidebar .widget_nav_menu > ul > li:last-child > a, #wp-footer .widget_nav_menu > ul > li:last-child > a, .elementor-widget-sidebar .widget_nav_menu > ul > li:last-child > a, .widget_pages > ul > li:last-child > a, .widget_meta > ul > li:last-child > a {
  margin-bottom: 0 !important;
}

.widget_rss ul > li, .widget_recent_entries ul > li, .gva_widget_recent_entries ul > li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.widget_rss ul > li a, .widget_recent_entries ul > li a, .gva_widget_recent_entries ul > li a {
  padding: 0;
  line-height: 26px;
  display: block;
  font-weight: 600;
}

.widget_rss ul > li a .post-date, .widget_recent_entries ul > li a .post-date, .gva_widget_recent_entries ul > li a .post-date {
  color: var(--e-global-color-primary);
}

.widget_rss ul > li:last-child, .widget_recent_entries ul > li:last-child, .gva_widget_recent_entries ul > 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(--e-global-color-primary);
}

.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 > ul li {
  margin-bottom: 16px !important;
}

.widget_rss > ul li .rss-date {
  color: var(--e-global-color-primary);
  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 > h5 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

div[class*="elementor-widget-wp-widget"] .elementor-widget-container > h5:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 0px;
  bottom: 0;
  left: 0;
  background: var(--e-global-color-primary);
  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: 16px;
  margin-bottom: 1px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a {
  color: var(--e-global-color-text);
  padding: 8px 0;
  display: block;
  position: relative;
  z-index: 9;
  font-weight: 500;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  color: var(--e-global-color-primary);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 900;
  line-height: 1;
  margin-top: -9px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a:after {
  content: "";
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a:hover {
  color: var(--e-global-color-accent);
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a:hover:before {
  opacity: 1;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li a:hover:after {
  opacity: 1;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li.current-cat > a {
  color: var(--e-global-color-accent);
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li.current-cat > a:before {
  opacity: 1;
}

.elementor-widget-wp-widget-categories .elementor-widget-container ul li.current-cat > a:after {
  opacity: 1;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud {
  padding-top: 10px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud > a {
  display: inline-block;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px !important;
  padding: 5px 12px;
  color: var(--e-global-color-accent);
  margin-right: 6px;
  margin-bottom: 10px;
  font-weight: 600;
  border: 1px solid #E2DFEB;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud > a:last-child {
  margin-right: 0;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud > a:hover {
  color: #fff;
  background: var(--e-global-color-primary);
}

.highlight-text-white {
  color: #d2dce5;
}

.highlight-text-white a {
  color: #fff;
  font-weight: 700;
  position: relative;
}

.highlight-text-white a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--e-global-color-primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.highlight-text-white a:hover:after {
  opacity: 0;
  bottom: -10px;
}

.support-box {
  background: #1E2744;
  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(--e-global-color-primary);
}

.support-box .phone a i {
  font-size: 30px;
  margin-right: 10px;
}

.download-box {
  background: #1E2744;
}

.download-box a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 30px;
  text-align: center;
  display: block;
}

.download-box a:hover {
  color: var(--e-global-color-primary);
}

.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: #1E2744;
  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(--e-global-color-primary);
  color: #fff;
}

.cta-text .elementor-heading-title span {
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #B0ADAB;
}

.text-with-arrow {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 115px;
  line-height: 40px;
}

@media (max-width: 991.98px) {
  .text-with-arrow {
    padding-top: 68px;
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .text-with-arrow {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 650px) {
  .text-with-arrow {
    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%;
  right: -85px;
  background: url("../images/line-arrow.png") no-repeat center center transparent;
  background-size: contain;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 991.98px) {
  .text-with-arrow span:after {
    bottom: calc(100% + 6px);
    height: 68px;
    right: -60px;
  }
}

@media (max-width: 650px) {
  .text-with-arrow span:after {
    display: none;
  }
}

.block-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.block-banner .banner-image {
  position: relative;
  display: inline-block;
}

.block-banner .banner-image:after {
  content: '';
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#1E2744));
  background-image: linear-gradient(to bottom, transparent 40%, #1E2744 100%);
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.block-banner .banner-image img {
  -webkit-transition: all 10s;
  transition: all 10s;
}

.block-banner .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 15px 30px 30px;
}

@media (max-width: 991.98px) {
  .block-banner .banner-content {
    padding: 20px;
  }
}

.block-banner .banner-content .subtitle {
  font-size: 16px;
  color: #fff;
}

.block-banner .banner-content .title {
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .block-banner .banner-content .title {
    font-size: 18px;
  }
}

.block-banner .link-term-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.block-banner.text-left .number-listings {
  left: auto;
  right: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.block-banner.text-right .number-listings {
  left: 60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.block-banner:hover .banner-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*------------------------------------------------------------------*\	
				8 - POST TYPE																										
\*------------------------------------------------------------------*/
.post-one__single {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  max-width: 500px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.post-one__thumbnail {
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 80px;
  overflow: hidden;
}

.post-one__thumbnail iframe {
  width: 100%;
  min-height: 250px;
  border-radius: 8px;
}

.post-one__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

.post-one__entry-date {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 9;
  text-align: right;
}

.post-one__entry-date .created {
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 41px;
  padding: 0 12px;
  padding-left: 25px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  border-radius: 0 0 7px 0;
}

.post-one__entry-date .date {
  margin-left: 3px;
}

.post-one__content {
  padding: 30px;
}

.post-one__content-inner {
  background: #F2F2F2;
  padding: 25px 30px;
  border-radius: 20px 20px 0 20px;
}

.post-one__meta {
  position: relative;
  margin-bottom: 12px;
}

.post-one__meta .meta-inline {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.post-one__meta .meta-inline > span {
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post-one__meta .meta-inline > span {
    margin-right: 12px;
  }
}

.post-one__meta .meta-inline > span i {
  margin-right: 5px;
  color: var(--e-global-color-primary);
}

.post-one__meta .meta-inline > span:last-child() {
  margin-right: 0;
}

.post-one__title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px;
}

.post-one__desc {
  margin-bottom: 15px;
}

.post-one__single:hover .post-one__thumbnail img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-two__single {
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  overflow: hidden;
  padding: 35px 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (max-width: 1024px) {
  .post-two__single {
    padding: 30px 15px;
  }
}

.post-two__thumbnail {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 7px;
  min-height: 80px;
  overflow: hidden;
}

.post-two__thumbnail iframe {
  width: 100%;
  min-height: 250px;
  border-radius: 7px;
}

.post-two__thumbnail img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.post-two__entry-date {
  position: absolute;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  text-align: right;
}

.post-two__entry-date .created {
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 41px;
  padding: 0 12px;
  padding-left: 25px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  border-radius: 0 0 7px 0;
}

.post-two__entry-date .date {
  margin-left: 3px;
}

.post-two__meta {
  position: relative;
  margin-bottom: 30px;
}

.post-two__meta .meta-inline {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.post-two__meta .meta-inline > span {
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post-two__meta .meta-inline > span {
    margin-right: 12px;
  }
}

.post-two__meta .meta-inline > span i {
  margin-right: 5px;
  color: var(--e-global-color-primary);
}

.post-two__meta .meta-inline > span:last-child() {
  margin-right: 0;
}

.post-two__title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px;
}

.post-two__action {
  margin-top: 25px;
}

.post-two__single:hover {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.post-two__single:hover .post-two__thumbnail img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-three__single {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  max-width: 500px;
  margin: 0 auto 30px;
}

.post-three__thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: -41px;
  text-align: center;
  border-radius: 7px;
  min-height: 80px;
  overflow: hidden;
}

.post-three__thumbnail iframe {
  width: 100%;
  min-height: 250px;
  border-radius: 7px;
}

.post-three__thumbnail img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.post-three__entry-date {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  text-align: right;
}

.post-three__entry-date .created {
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 41px;
  padding: 0 12px;
  padding-left: 25px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  border-radius: 0 0 7px 0;
}

.post-three__entry-date .date {
  font-size: 30px;
  margin-left: 3px;
}

.post-three__content {
  padding: 0 20px;
}

.post-three__content-inner {
  background: #F2F2F2;
  padding: 25px 30px;
  border-radius: 20px 20px 0 20px;
}

.post-three__meta {
  position: relative;
  margin-bottom: 12px;
}

.post-three__meta .meta-inline {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.post-three__meta .meta-inline > span {
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post-three__meta .meta-inline > span {
    margin-right: 12px;
  }
}

.post-three__meta .meta-inline > span i {
  margin-right: 5px;
}

.post-three__meta .meta-inline > span:last-child() {
  margin-right: 0;
}

.post-three__title {
  font-size: 24px;
  line-height: 1.38;
  margin: 0 0 15px;
}

@media (max-width: 1199px) {
  .post-three__title {
    line-height: 26px;
  }
}

.post-three__single:hover .post-three__thumbnail img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.post-four__single {
  margin-bottom: 30px;
  background: #fff;
}

.post-four__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-four__thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  position: relative;
}

@media (max-width: 475px) {
  .post-four__thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.post-four__thumbnail img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 7px;
}

.post-four__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 180px);
  flex: 0 0 calc(100% - 180px);
  padding-left: 30px;
}

@media (max-width: 475px) {
  .post-four__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}

.post-four__meta {
  position: relative;
  margin-bottom: 10px;
}

.post-four__meta .meta-inline {
  font-size: 16px;
  line-height: 18px;
}

.post-four__meta .meta-inline > span {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 1400px) {
  .post-four__meta .meta-inline > span {
    margin-right: 12px;
  }
}

.post-four__meta .meta-inline > span i {
  margin-right: 5px;
  color: var(--e-global-color-primary);
}

.post-four__meta .meta-inline > span:last-child() {
  margin-right: 0;
}

.post-four__title {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin: 0 0 8px;
}

.post-four__entry-date {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 5px;
  background: var(--e-global-color-primary);
  color: #fff;
  height: 55px;
  width: 55px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 475px) {
  .post-four__entry-date {
    top: 20px;
    right: 20px;
  }
}

.post-four__entry-date span {
  display: block;
}

.post-four__entry-date .date {
  font-size: 18px;
  color: #fff;
  margin-bottom: 3px;
}

.post-four__desc {
  line-height: 24px;
}

.post-four__read-more {
  margin-top: 8px;
  display: block;
}

.post-four__read-more i {
  margin-left: 6px;
}

.post-four__read-more span {
  -webkit-text-decoration-color: rgba(32, 78, 207, 0.46);
  text-decoration-color: rgba(32, 78, 207, 0.46);
}

.post-five__single {
  margin: 0 0 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .post-five__single {
    padding: 10px 10px 20px;
  }
}

.post-five__thumbnail img {
  border-radius: 8px;
}

.post-five__content {
  padding: 30px 10px 15px;
}

.post-five__meta {
  position: relative;
  margin-bottom: 8px;
}

.post-five__meta .meta-inline {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.post-five__meta .meta-inline > span {
  margin-right: 18px;
}

@media (max-width: 1400px) {
  .post-five__meta .meta-inline > span {
    margin-right: 15px;
  }
}

.post-five__meta .meta-inline > span i {
  margin-right: 5px;
  color: var(--e-global-color-primary);
}

.post-five__meta .meta-inline > span:last-child() {
  margin-right: 0;
}

.post-five__title {
  font-size: 22px;
  margin: 0;
}

@media (max-width: 1024px) {
  .post-five__title {
    font-size: 20px;
  }
}

.post-six__single {
  margin: 0 0 10px;
  padding: 32px 40px 30px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
  .post-six__single {
    padding: 20px 15px 20px;
  }
}

.post-six__meta {
  position: relative;
  margin-bottom: 12px;
}

.post-six__meta .meta-inline {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.post-six__meta .meta-inline > span {
  margin-right: 18px;
}

@media (max-width: 1400px) {
  .post-six__meta .meta-inline > span {
    margin-right: 15px;
  }
}

.post-six__meta .meta-inline > span i {
  margin-right: 5px;
  color: var(--e-global-color-primary);
}

.post-six__meta .meta-inline > span:last-child() {
  margin-right: 0;
}

.post-six__title {
  font-size: 20px;
  margin: 0;
}

.post-small__single {
  margin-bottom: 20px;
}

.post-small__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-small__thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.post-small__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-small__title {
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 0;
}

.post-small__entry-meta .meta-inline {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.post-small__entry-meta .meta-inline .author {
  display: none;
}

.post-small__entry-meta .meta-inline > span {
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post-small__entry-meta .meta-inline > span {
    margin-right: 12px;
  }
}

.post-small__entry-meta .meta-inline > span i {
  margin-right: 5px;
  color: var(--e-global-color-secondary);
}

.post-small__entry-meta .meta-inline > span:last-child() {
  margin-right: 0;
}

.post-standard__single {
  margin-bottom: 30px;
}

.post-standard__thumbnail {
  border-radius: 0 !important;
}

.post-standard__thumbnail img {
  border-radius: 8px;
}

.post-standard__content {
  background: #fff;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: -120px;
  border: none;
  border-radius: 0;
  padding: 30px 35px;
  position: relative;
  z-index: 11;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .post-standard__content {
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 20px;
  }
}

.post-standard__content:after {
  display: none;
}

.post-standard__meta .meta-inline > span {
  margin-right: 15px;
}

.post-standard__meta .meta-inline > span:last-child {
  margin-right: 0;
}

.post-standard__meta i {
  color: var(--e-global-color-primary);
  margin-right: 10px;
}

.post-standard__title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.post-standard__desc {
  padding-bottom: 20px;
}

.post-standard__read-more {
  border: none;
  padding-top: 0;
}

.post-standard__single:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-standard__single:hover .post-standard__content {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

div[class*="col-md-6"] .post-thumbnail iframe, div[class*="col-md-4"] .post-thumbnail iframe {
  min-height: 235px;
  height: 235px;
}

.posts-archive {
  margin: 100px 0 60px;
}

@media (max-width: 991.98px) {
  .posts-archive {
    margin: 80px 0 40px;
  }
}

.post-masonry-style > .item-masory {
  margin-left: -1px;
}

.tutor-wrap.post-single-content > .container {
  padding: 0;
}

.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 .post-thumbnail.without_image .entry-date {
  display: none;
}

.post.post-single-content .post-thumbnail .entry-date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 41px;
  padding: 0 12px;
  padding-left: 25px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  border-radius: 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;
}

.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 > span {
  margin-right: 22px;
}

@media (max-width: 1400px) {
  .post.post-single-content .entry-content .entry-meta .meta-inline > span {
    margin-right: 18px;
  }
}

.post.post-single-content .entry-content .entry-meta .meta-inline > span:last-child {
  margin-right: 0;
}

.post.post-single-content .entry-content .entry-meta .meta-inline > span i {
  color: var(--e-global-color-primary);
  margin-right: 8px;
}

.post.post-single-content .entry-content .entry-meta .meta-inline .entry-date {
  color: var(--e-global-color-primary);
}

.post.post-single-content .entry-content .entry-title {
  font-size: 32px;
  color: #1E2744;
  margin: 2px 0 20px;
  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;
  }
}

.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(--e-global-color-primary);
}

.post.post-single-content .entry-content .cat-links a {
  color: var(--e-global-color-text);
}

.post.post-single-content .entry-content .cat-links a:hover {
  color: var(--e-global-color-primary);
}

.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(--e-global-color-primary);
  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: #1E2744;
}

.post.post-single-content .entry-meta-footer {
  border-top: 1px solid #E2DFEB;
  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: 18px;
  margin-right: 10px;
  color: #1E2744;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.post.post-single-content .tag-links > a {
  background: #F5F6FA;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0 15px;
  line-height: 28px;
  color: #1E2744;
  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 > a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
  -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 #E2DFEB;
}

.post-navigation a {
  display: inline-block;
  font-weight: 600;
  border: 2px solid #E2DFEB;
  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(--e-global-color-primary);
  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 .main-page-content {
  padding: 65px 0;
}

@media (max-width: 1024px) {
  .single-post .main-page-content {
    padding: 45px 0;
  }
}

.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-event-list-block {
  margin-bottom: 30px !important;
  padding: 30px !important;
  background: #fff !important;
  border: 1px solid #E2DFEB !important;
  border-radius: 10px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .tribe-event-list-block {
    padding: 20px !important;
  }
}

@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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  width: 220px;
  float: left;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .tribe-event-list-block .tribe-event-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
  }
}

@media (max-width: 650px) {
  .tribe-event-list-block .tribe-event-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.tribe-event-list-block .tribe-event-left .content-inner {
  width: 200px;
  position: relative;
  float: left;
}

@media (max-width: 1024px) {
  .tribe-event-list-block .tribe-event-left .content-inner {
    width: 190px;
  }
}

@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;
}

.tribe-event-list-block .tribe-event-left .content-inner .tribe-start-date {
  background: var(--e-global-color-primary);
  color: #fff;
  width: 52px;
  height: 52px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  padding-top: 8px;
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.tribe-event-list-block .tribe-event-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 220px);
  flex: 0 0 calc(100% - 220px);
  width: calc(100% - 220px);
  padding-right: 180px;
  position: relative;
  margin-top: 0;
}

@media (max-width: 768px) {
  .tribe-event-list-block .tribe-event-right {
    padding-right: 0;
  }
}

@media (max-width: 650px) {
  .tribe-event-list-block .tribe-event-right {
    padding: 20px 0 0;
    border-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.tribe-event-list-block .tribe-event-right .content-inner {
  padding-left: 20px;
  float: left;
  width: 100%;
}

@media (max-width: 650px) {
  .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:before {
  display: none !important;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .icon {
  margin-right: 6px;
  color: var(--e-global-color-primary);
}

.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(--e-global-color-text);
  padding: 0;
  margin-bottom: 2px;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-event-meta .tribe-events-venue-details {
  font-size: 14px;
  color: var(--e-global-color-text);
  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: 5px 0 10px;
}

.tribe-event-list-block .tribe-event-right .content-inner .tribe-events-list-event-title .tribe-event-url {
  font-size: 22px;
}

@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(--e-global-color-primary) !important;
}

.tribe-event-list-block .tribe-event-right .content-inner .entry-summary {
  line-height: 28px;
  max-height: 90px;
  overflow: hidden;
  padding-top: 10px;
}

.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: 768px) {
  .tribe-event-list-block .tribe-event-right .event-action {
    display: none;
  }
}

.tribe-event-list-block .tribe-event-right .event-action a {
  background: var(--e-global-color-primary);
  padding: 12px 25px;
  color: #fff;
}

.tribe-event-list-block .tribe-event-right .event-action a:after {
  display: none;
}

.tribe-event-list-block .tribe-event-right .event-action a:hover {
  background: var(--e-global-color-secondary);
}

.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;
  overflow: hidden;
  border-radius: 8px;
}

.tribe-event-block .block-content {
  position: relative;
}

.tribe-event-block .block-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%) !important;
  opacity: 1;
  z-index: 1;
}

.tribe-event-block .block-content .tribe-events-event-image {
  margin-bottom: 0;
}

.tribe-event-block .block-content .tribe-start-date {
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  background: var(--e-global-color-secondary);
  top: 20px;
  right: 20px;
  z-index: 11;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 1px;
}

.tribe-event-block .block-content .tribe-event-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  z-index: 11;
  color: #fff;
  padding: 25px 30px 25px;
}

.tribe-event-block .block-content .tribe-event-content .tribe-events-event-meta {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2px;
}

.tribe-event-block .block-content .tribe-event-content .tribe-events-event-meta:before {
  content: none;
}

.tribe-event-block .block-content .tribe-event-content .tribe-events-event-meta i {
  margin-right: 5px;
  color: var(--e-global-color-primary);
}

.tribe-event-block .block-content .tribe-event-content .event-title {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  letter-spacing: 0;
}

.tribe-event-block .tribe-event-url {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.tribe-event-block:hover .event-title {
  text-decoration: underline;
}

.event-two__single {
  position: relative;
  margin-bottom: 30px;
}

.event-two__single .tribe-events-event-image {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.event-two__single .tribe-events-event-image a {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
}

.event-two__single .tribe-events-event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-two__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .event-two__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.event-two__date {
  width: 50px;
  font-family: var(--wellearn-heading-font-family);
  color: var(--e-global-color-text);
  line-height: 1;
}

.event-two__date span {
  display: block;
}

.event-two__date .month {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

.event-two__date .day {
  font-size: 38px;
  color: var(--wellearn-link-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #E2DFEB;
}

.event-two__date .year {
  font-size: 18px;
  font-weight: 500;
}

.event-two__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .event-two__content {
    width: 100%;
    margin-top: 30px;
  }
}

.event-two__address {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.event-two__address .icon {
  color: var(--e-global-color-secondary);
  margin-right: 5px;
}

.event-two__title {
  font-size: 22px;
  line-height: 28px;
  margin: 6px 0 10px;
  letter-spacing: -0.5px;
}

.event-three__single {
  position: relative;
  border: 1px solid #E2DFEB;
  overflow: hidden;
  padding: 15px 30px 25px;
  margin-bottom: 30px;
  background: #fff;
}

.event-three__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .event-three__wrap {
    display: block;
  }
}

.event-three__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 25px;
}

@media (max-width: 575px) {
  .event-three__image-inner {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.event-three__image-inner .tribe-events-event-image {
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.event-three__image-inner .tribe-events-event-image a {
  display: block;
  overflow: hidden;
}

.event-three__image-inner .tribe-events-event-image img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.event-three__date {
  font-family: var(--wellearn-font-family-second);
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 8px;
  padding-top: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.event-three__date .day {
  margin-top: 5px;
}

.event-three__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.event-three__address {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.event-three__address .icon {
  color: var(--e-global-color-primary);
  margin-right: 5px;
}

.event-three__title {
  font-size: 20px;
  line-height: 1.36;
  margin: 0;
}

.event-three__action {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

.event-three__action a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  color: #fff;
}

.tribe-events .tribe-events-c-ical__link {
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}

.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(--e-global-color-primary);
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background: var(--e-global-color-primary);
}

.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(--e-global-color-primary);
  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(--e-global-color-accent);
}

.tribe-events-single .tribe-event-content-inner .tribe-events-event-image {
  text-align: center;
}

.tribe-events-single .tribe-events-schedule {
  color: #1E2744;
}

.tribe-events-single .tribe-events-schedule .icon {
  margin-right: 6px;
  color: var(--e-global-color-primary);
}

.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: 20px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail {
  padding: 30px;
  border: 1px solid #E2DFEB;
  -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 > 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 > div .icon {
  color: var(--e-global-color-primary);
  margin-right: 3px;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail > div a {
  color: var(--e-global-color-accent);
}

.tribe-events-single .tribe-events-event-meta .tribe-event-single-detail .tribe-event-single-meta-detail > 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 25px;
  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 > div, .tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-venue-map > iframe {
  min-height: 310px;
  max-height: 310px;
  margin-bottom: -6px;
}

.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 > .content-inner {
  background: #1E2744;
  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 > .content-inner {
    padding: 35px 30px;
  }
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner:after {
  content: '';
  background: #1E2744;
  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 > .content-inner a {
  color: #fff;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner a:hover {
  text-decoration: underline;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .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 > .content-inner .meta-item .icon {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 0;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-organizer > .content-inner .meta-item .icon svg {
  fill: var(--e-global-color-primary);
  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 .tribe-events-single-section-title {
  color: #fff;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .content-inner {
  background: var(--e-global-color-primary);
  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 > .content-inner {
    padding: 50px 30px;
  }
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .content-inner:after {
  content: '';
  background: var(--e-global-color-primary);
  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 > .content-inner a {
  color: #fff;
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .event-single-venue > .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: -2px;
}

.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;
}

.tribe-events-single .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border {
  white-space: nowrap;
  width: auto;
  padding: 15px;
}

.post-type-archive-tribe_events #tribe-events-bar {
  background: #fff;
  border: 1px solid #E2DFEB;
}

.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 #E2DFEB;
}

.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-form .tribe-bar-submit .tribe-events-button {
  background: #1E2744;
}

.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 #E2DFEB;
}

.post-type-archive-tribe_events table.tribe-events-calendar {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom-color: #E2DFEB;
}

.post-type-archive-tribe_events table.tribe-events-calendar thead th {
  background: none;
  color: #1E2744;
  text-align: left;
  border: none;
  border-bottom: 1px solid #E2DFEB;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody {
  border-left: 1px solid #E2DFEB;
  border-right: 1px solid #E2DFEB;
}

.post-type-archive-tribe_events table.tribe-events-calendar tbody td {
  border-color: #E2DFEB !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-] > 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(--e-global-color-primary);
  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(--e-global-color-primary) !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 {
  padding: 0;
}

.tribe-events-sub-nav li a {
  background: none !important;
  padding: 0 !important;
  color: #1E2744;
  font-weight: 700;
}

#tribe-events-pg-template {
  width: 100%;
  max-width: 100%;
}

.portfolio-one__single {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}

.portfolio-one__image {
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.portfolio-one__link {
  display: block;
}

.portfolio-one__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1E2744;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
}

.portfolio-one__link img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-one__content {
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.portfolio-one__content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--e-global-color-primary);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 183, 155, 0)), to(var(--e-global-color-primary)));
  background: linear-gradient(180deg, rgba(41, 183, 155, 0) 0%, var(--e-global-color-primary) 100%);
}

.portfolio-one__content-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.portfolio-one__content-inner:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0))) border-box;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

.portfolio-one__arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 14px;
  background: var(--e-global-color-primary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 11;
  cursor: crosshair;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-one__arrow:hover {
  background: var(--e-global-color-secondary);
  color: #fff;
}

.portfolio-one__category {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 6px 10px 8px;
  background: #fff;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.portfolio-one__category a {
  color: var(--e-global-color-primary);
}

.portfolio-one__category a:hover {
  text-decoration: underline;
}

.portfolio-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.portfolio-one__title a {
  color: #fff;
}

.portfolio-one__single:hover .portfolio-one__arrow, .portfolio-one__single:active .portfolio-one__arrow, .portfolio-one__single:focus .portfolio-one__arrow {
  opacity: 1;
}

.portfolio-one__single:hover .portfolio-one__content, .portfolio-one__single:active .portfolio-one__content, .portfolio-one__single:focus .portfolio-one__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.item-active.center .portfolio-one__arrow {
  opacity: 1;
}

.item-active.center .portfolio-one__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-two__single {
  position: relative;
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-two__images {
  position: relative;
  text-align: center;
}

.portfolio-two__link-image img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.portfolio-two__bg-overlay {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E2744;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio-two__content {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 25px 25px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #E2DFEB;
  border-top: 0;
}

.portfolio-two__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-two__content-left {
  width: calc(100% - 50px);
  padding-right: 15px;
}

.portfolio-two__meta {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 3px;
}

.portfolio-two__meta a {
  color: var(--e-global-color-text);
  position: relative;
}

.portfolio-two__meta a:hover {
  text-decoration: underline;
}

.portfolio-two__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.portfolio-two__content-right {
  width: 50px;
  height: 50px;
}

.portfolio-two__content-right a {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #F5F6FA;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 18px;
}

.portfolio-two__single:hover, .portfolio-two__single:active, .portfolio-two__single:focus {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.portfolio-two__single:hover .portfolio-two__link-image img, .portfolio-two__single:active .portfolio-two__link-image img, .portfolio-two__single:focus .portfolio-two__link-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-two__single:hover .portfolio-two__bg-overlay, .portfolio-two__single:active .portfolio-two__bg-overlay, .portfolio-two__single:focus .portfolio-two__bg-overlay {
  opacity: 0.6;
  top: 0;
}

.portfolio-two__single:hover .portfolio-two__content-right a, .portfolio-two__single:active .portfolio-two__content-right a, .portfolio-two__single:focus .portfolio-two__content-right a {
  background: var(--e-global-color-primary);
  color: #fff;
}

.portfolio-filter {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.portfolio-filter ul.nav-tabs {
  display: inline-block;
  text-align: center;
  border: none;
  margin: 0 auto;
  max-width: 100%;
}

.portfolio-filter ul.nav-tabs > li {
  padding: 5px 10px 0;
}

@media (max-width: 1024px) {
  .portfolio-filter ul.nav-tabs > li {
    padding: 5px 5px 0;
  }
}

.portfolio-filter ul.nav-tabs > li > a {
  font-weight: 700;
  color: var(--e-global-color-text);
  -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 > li > a:after {
  content: '';
  width: 0;
  height: 2px;
  background: var(--e-global-color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-filter ul.nav-tabs > li > a .count {
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: -20px;
  right: -17px;
  font-size: 12px;
  color: var(--e-global-color-text);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-filter ul.nav-tabs > li > a:hover, .portfolio-filter ul.nav-tabs > li > a.active {
  color: #1E2744;
}

.portfolio-filter ul.nav-tabs > li > a:hover:after, .portfolio-filter ul.nav-tabs > li > a.active:after {
  width: 100%;
}

.portfolio-filter ul.nav-tabs > li > a:hover .count, .portfolio-filter ul.nav-tabs > li > a.active .count {
  top: -10px;
  opacity: 1;
}

.gva-portfolio-carousel.swiper-slider-wrapper .swiper-nav-next {
  right: 0 !important;
}

.gva-portfolio-carousel.swiper-slider-wrapper .swiper-nav-prev {
  left: 0 !important;
}

.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(--e-global-color-primary);
  color: #fff;
}

.pagination .current {
  background: var(--e-global-color-primary);
  color: #fff;
}

.page.white .wp-content article {
  background: #fff;
  padding: 20px;
}

/*
**	Page 404
*/
body.error404 .header-default {
  border-bottom: 2px solid #E2DFEB;
}

.not-found-wrapper {
  padding: 70px 0 100px;
}

@media (max-width: 991.98px) {
  .not-found-wrapper {
    padding: 80px 0 80px;
  }
}

.not-found-wrapper .not-found-image {
  max-width: var(--wellearn-nfpage-image-width);
  margin: 0 auto;
}

.not-found-wrapper .not-found-title {
  margin-top: 40px;
}

.not-found-wrapper .not-found-title h1 {
  font-size: 38px;
  line-height: 1;
  margin: 20px 0 25px;
}

@media (max-width: 1024.98px) {
  .not-found-wrapper .not-found-title h1 {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  .not-found-wrapper .not-found-title h1 {
    font-size: 28px;
  }
}

.not-found-wrapper .not-found-desc {
  font-size: 18px;
  max-width: 550px;
  margin: 0 auto;
}

.not-found-wrapper .not-found-home {
  margin-top: 30px;
}

.not-found-wrapper .not-found-home > a {
  padding: 20px 35px;
}

.not-found-wrapper .not-found-home > a:after {
  display: none;
}

.not-found-wrapper .not-found-home > a i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.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;
  max-width: 100%;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.content-page-index .post-masonry-index .post.sticky .post-one__content:before {
  content: '\f02e';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -1px;
  right: 30px;
  color: var(--e-global-color-primary);
  font-size: 18px;
  z-index: 1;
  line-height: 1;
}

.search-no-results .main-page-content .search-no-results-content {
  padding: 30px;
  background: #F5F6FA;
  margin-bottom: 30px;
  width: 100%;
  float: none;
}

.search-no-results .main-page-content .search-no-results-content .message {
  color: #1E2744;
}

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;
  }
}

.single-page-template .single-content-inner.container {
  padding: 30px 0 50px;
}

/*------------------------------------------------------------------*\	
				10 - FORM STYLE																											
\*------------------------------------------------------------------*/
.wpcf7-form .row {
  margin: 0 -15px;
}

.wpcf7-form .row > div {
  padding: 0 15px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}

.wpcf7-form label {
  display: inline-block;
  font-weight: 500;
  color: #1E2744;
  margin-bottom: 5px;
}

.wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"], .wpcf7-form input[type*="tel"] {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding: 0 30px;
  border: 1px solid #f7f7f7 !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #f7f7f7;
}

.wpcf7-form input[type*="email"]::-webkit-input-placeholder, .wpcf7-form input[type*="text"]::-webkit-input-placeholder, .wpcf7-form input[type*="tel"]::-webkit-input-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
}

.wpcf7-form input[type*="email"]::-moz-placeholder, .wpcf7-form input[type*="text"]::-moz-placeholder, .wpcf7-form input[type*="tel"]::-moz-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
  opacity: 1;
}

.wpcf7-form input[type*="email"]:-ms-input-placeholder, .wpcf7-form input[type*="text"]:-ms-input-placeholder, .wpcf7-form input[type*="tel"]:-ms-input-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
}

.wpcf7-form input[type*="email"]:-moz-placeholder, .wpcf7-form input[type*="text"]:-moz-placeholder, .wpcf7-form input[type*="tel"]:-moz-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
  opacity: 1;
}

.wpcf7-form input[type*="email"]:focus, .wpcf7-form input[type*="email"]:active, .wpcf7-form input[type*="text"]:focus, .wpcf7-form input[type*="text"]:active, .wpcf7-form input[type*="tel"]:focus, .wpcf7-form input[type*="tel"]:active {
  background: #fff;
  border-color: rgba(38, 45, 61, 0.1) !important;
}

.wpcf7-form select {
  border: 1px solid #f7f7f7 !important;
  line-height: 60px;
  height: 60px;
  width: 100%;
  color: var(--e-global-color-text);
  border-radius: 5px;
  background: #f7f7f7;
}

.wpcf7-form select:focus, .wpcf7-form select:active {
  background: #fff;
  border-color: rgba(38, 45, 61, 0.1) !important;
}

.wpcf7-form textarea {
  width: 100%;
  padding: 10px 30px;
  max-height: 180px;
  border: 1px solid #f7f7f7 !important;
  border-radius: 5px;
  background: #f7f7f7;
}

.wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
}

.wpcf7-form textarea::-moz-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
  opacity: 1;
}

.wpcf7-form textarea:-ms-input-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
}

.wpcf7-form textarea:-moz-placeholder {
  color: var(--e-global-color-text);
  font-weight: 500;
  opacity: 1;
}

.wpcf7-form textarea:focus, .wpcf7-form textarea:active {
  background: #fff;
  border-color: rgba(38, 45, 61, 0.1) !important;
}

.wpcf7-form textarea.size-medium {
  max-height: 135px;
}

.wpcf7-form .action {
  text-align: center;
}

.wpcf7-form .form-action {
  position: relative;
  padding: 0;
}

.wpcf7-form .form-action .wpcf7-spinner, .wpcf7-form .form-action .ajax-loader {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.wpcf7-form .wpcf7-submit {
  padding: 16px 50px 16px 50px;
}

.style-02 .wpcf7-form .row > div {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.style-02 .wpcf7-form .row > div .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.newsletter__form {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.newsletter__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .newsletter__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newsletter__content input[type="email"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.newsletter__content input[type="email"]::-webkit-input-placeholder {
  color: var(--e-global-color-text);
}

.newsletter__content input[type="email"]::-moz-placeholder {
  color: var(--e-global-color-text);
  opacity: 1;
}

.newsletter__content input[type="email"]:-ms-input-placeholder {
  color: var(--e-global-color-text);
}

.newsletter__content input[type="email"]:-moz-placeholder {
  color: var(--e-global-color-text);
  opacity: 1;
}

.newsletter__action {
  position: relative;
  margin-bottom: 10px;
}

.newsletter__action i {
  position: absolute;
  right: 20px;
  top: 19px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
}

.newsletter__action:hover:before, .newsletter__action:focus:before {
  width: 100%;
  opacity: 1;
}

.newsletter__submit {
  height: 50px;
  border: 0;
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--wellearn-heading-font-family);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 5px 40px 5px 20px;
}

.style-1 .newsletter__submit {
  background: var(--e-global-color-secondary);
}

.style-2 .newsletter__content input[type="email"] {
  color: var(--wellearn-link-color);
  background: #fff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  border-radius: 5px;
  margin-right: 10px;
}

.style-2 .newsletter__submit {
  background: var(--e-global-color-primary);
  color: #fff;
}

.style-3 .newsletter__content {
  display: block;
}

.style-3 .newsletter__content input[type="email"] {
  color: var(--wellearn-link-color);
  background: #fff;
  border: 0;
  border-radius: 5px;
  margin-right: 10px;
  height: 45px;
  display: block;
}

.style-3 .newsletter__action {
  display: inline-block;
  margin-top: 10px;
}

.style-3 .newsletter__action i {
  top: 12px;
  right: 15px;
}

.style-3 .newsletter__submit {
  background: var(--e-global-color-secondary);
  color: #fff;
  height: 40px;
  font-size: 14px;
  padding: 0px 20px;
  padding-right: 35px;
}

/*------------------------------------------------------------------*\	
				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: #1E2744;
  display: block;
}

@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(--e-global-color-primary);
  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: #F5F6FA;
  -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(--e-global-color-text);
}

#comments input[type*="email"]::-moz-placeholder, #comments input[type*="text"]::-moz-placeholder, #comments textarea::-moz-placeholder {
  color: var(--e-global-color-text);
  opacity: 1;
}

#comments input[type*="email"]:-ms-input-placeholder, #comments input[type*="text"]:-ms-input-placeholder, #comments textarea:-ms-input-placeholder {
  color: var(--e-global-color-text);
}

#comments input[type*="email"]:-moz-placeholder, #comments input[type*="text"]:-moz-placeholder, #comments textarea:-moz-placeholder {
  color: var(--e-global-color-text);
  opacity: 1;
}

#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: 16px;
  font-weight: 600;
  padding: 14px 25px;
  z-index: 9;
  display: inline-block;
  text-decoration: none;
  width: auto;
}

#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(--e-global-color-primary);
  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 > 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 > li {
  width: 100%;
  float: left;
  position: relative;
}

#comments ol.comment-list > li:before {
  display: none;
}

#comments ol.comment-list > li li {
  position: relative;
}

#comments ol.comment-list > li li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#comments ol.comment-list > li:last-child {
  padding-bottom: 0;
}

#comments ol.comment-list > li:last-child > .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(--wellearn-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 #E2DFEB;
  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: 17px;
  font-style: normal;
  color: #1E2744;
}

#comments ol.comment-list .the-comment .author-meta .fn a {
  font-size: 17px;
}

#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(--e-global-color-primary);
  position: absolute;
  top: 12px;
  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(--e-global-color-primary);
}

#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: #1E2744;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

#comments ol.comment-list .the-comment .comment-action-wrap a.comment-edit-link {
  color: #1E2744;
  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: 35px;
}

#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 > li .the-comment {
  border-bottom: 1px solid #E2DFEB;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}

.pingbacklist > li .the-comment .media-comment-left {
  display: none;
}

.pingbacklist > li .the-comment .media-comment-body {
  display: block;
  width: 100%;
  padding-left: 0;
}

.pingbacklist > li .the-comment .author-meta {
  line-height: 1.8;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
}

.pingbacklist > li .the-comment .author-meta .fn {
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: #1E2744;
}

.pingbacklist > li .the-comment .author-meta .fn a {
  font-size: 16px;
}

.pingbacklist > li .the-comment .comment-meta {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #676767;
}

.pingbacklist > li .the-comment .comment-info {
  position: relative;
  padding-left: 22px;
}

.pingbacklist > li .the-comment .comment-info:after {
  content: '';
  width: 12px;
  height: 2px;
  background: var(--e-global-color-primary);
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}

.pingbacklist > li .the-comment .comment-info a {
  color: #999;
}

.pingbacklist > li .the-comment .comment-info a:hover {
  color: var(--e-global-color-primary);
}

.pingbacklist > li .the-comment .comment-body {
  position: relative;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .pingbacklist > li .the-comment .comment-body {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
}

.pingbacklist > li .the-comment .comment-body img {
  margin-bottom: 5px;
}

.pingbacklist > 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 > li .the-comment .comment-action-wrap {
  position: absolute;
  top: 2px;
  right: 0;
}

@media (max-width: 560px) {
  .pingbacklist > li .the-comment .comment-action-wrap {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}

.pingbacklist > li .the-comment .comment-action-wrap a {
  color: var(--e-global-color-primary);
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.pingbacklist > li .the-comment .comment-action-wrap a.comment-edit-link {
  color: #1E2744;
  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(--e-global-color-primary);
}

.cld-like-dislike-wrap .cld-like-wrap a {
  color: var(--e-global-color-primary);
}

.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);
  }
}

.animate__spinAround img {
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -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);
  }
}

.animate__beat img {
  -webkit-animation: beat 2s linear infinite;
  animation: beat 2s linear infinite;
}

@-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 animation_top_bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animation_top_bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animation_top_bottom_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes animation_top_bottom_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animation_left_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes animation_left_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__pulse img {
  -webkit-animation: pulse 0.5s linear infinite;
  animation: pulse 0.5s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  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-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    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(15px) translateY(15px) translateX(15px);
    transform: perspective(400px) rotate(0deg) translateZ(15px) translateY(15px) translateX(15px);
  }
}

@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(15px) translateY(15px) translateX(15px);
    transform: perspective(400px) rotate(0deg) translateZ(15px) translateY(15px) translateX(15px);
  }
}

@-webkit-keyframes shapeRotate {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

/*** Animation 1 ***/
@-webkit-keyframes animation1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes animation1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

/*** Animation 2 ***/
@animation2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animation2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animation2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*** squareMover 2 ***/
@-webkit-keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

.effect-shape-1 {
  -webkit-animation-name: squareMover;
  animation-name: squareMover;
  -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;
}

.effect-shape-2 {
  -webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.animate__swing {
  -webkit-animation: swing 5s ease-in infinite;
  animation: swing 5s ease-in infinite;
}

/*------------------------------------------------------------------*\	
				13 - CUSTOMIZE STYLE																										
\*------------------------------------------------------------------*/
.custom-breadcrumb {
  position: relative;
  background-color: #1E2744;
  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: 85px;
    padding-top: 85px;
  }
}

@media (max-width: 767.98px) {
  .custom-breadcrumb .breadcrumb-container-inner {
    padding-bottom: 65px;
    padding-top: 70px;
  }
}

.custom-breadcrumb .breadcrumb-container-inner.align-center {
  text-align: center;
}

.custom-breadcrumb .breadcrumb-container-inner.align-right {
  text-align: right;
}

.custom-breadcrumb .heading-title {
  font-size: 38px;
  color: #fff;
  margin: 0 0 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 991.98px) {
  .custom-breadcrumb .heading-title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .custom-breadcrumb .heading-title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .custom-breadcrumb .heading-title {
    font-size: 26px;
  }
}

.custom-breadcrumb .breadcrumb {
  margin-bottom: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.custom-breadcrumb .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.custom-breadcrumb .breadcrumb a:hover {
  text-decoration: underline;
}

.custom-breadcrumb .breadcrumb li {
  float: left;
  position: relative;
  z-index: 11;
  line-height: 1;
  font-weight: 500;
  padding: 0 12px;
}

.custom-breadcrumb .breadcrumb li:after {
  content: ':';
  position: absolute;
  bottom: 0;
  left: -3px;
  z-index: 1;
  color: #fff;
}

.custom-breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}

.custom-breadcrumb .breadcrumb li:first-child:after {
  display: none;
}

.custom-breadcrumb .breadcrumb li:last-child {
  padding-right: 0;
}

.custom-breadcrumb .breadcrumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0D0D3FD9;
}

.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 > li {
  white-space: nowrap;
  display: inline-block;
}

ul.nav-tabs > li > 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 > li > a:hover, ul.nav-tabs > li > a:focus, ul.nav-tabs > li > a:active {
  color: var(--e-global-color-primary);
}

ul.nav-tabs > li.active > a {
  background: var(--e-global-color-primary);
}

#gva-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1111;
  display: none;
}

#gva-overlay.open {
  display: block;
}

#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: 25%;
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}

.init-carousel-swiper.col-1 .swiper-slide {
  width: 100%;
}

.init-carousel-swiper.col-1 .swiper-slide > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.init-carousel-swiper.col-2 .swiper-slide {
  width: 50%;
}

.init-carousel-swiper.col-3 .swiper-slide {
  width: 33.33%;
}

.init-carousel-swiper.col-4 .swiper-slide {
  width: 25%;
}

.init-carousel-swiper.col-5 .swiper-slide {
  width: 20%;
}

.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, .swiper-content-inner .testimonial-carousel-thumbnail {
  padding: 0 15px;
  overflow: visible;
}

.swiper-content-inner .init-carousel-swiper:after, .swiper-content-inner .init-carousel-swiper-theme:after, .swiper-content-inner .testimonial-carousel-thumbnail:after {
  content: "";
  background: url("../images/preloader.gif") no-repeat center center #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.swiper-content-inner .init-carousel-swiper .swiper-wrapper, .swiper-content-inner .init-carousel-swiper-theme .swiper-wrapper, .swiper-content-inner .testimonial-carousel-thumbnail .swiper-wrapper {
  opacity: 0;
}

.swiper-content-inner .init-carousel-swiper.swiper-initialized:after, .swiper-content-inner .init-carousel-swiper.swiper-container-initialized:after, .swiper-content-inner .init-carousel-swiper-theme.swiper-initialized:after, .swiper-content-inner .init-carousel-swiper-theme.swiper-container-initialized:after, .swiper-content-inner .testimonial-carousel-thumbnail.swiper-initialized:after, .swiper-content-inner .testimonial-carousel-thumbnail.swiper-container-initialized:after {
  display: none !important;
}

.swiper-content-inner .init-carousel-swiper.swiper-initialized .swiper-wrapper, .swiper-content-inner .init-carousel-swiper.swiper-container-initialized .swiper-wrapper, .swiper-content-inner .init-carousel-swiper-theme.swiper-initialized .swiper-wrapper, .swiper-content-inner .init-carousel-swiper-theme.swiper-container-initialized .swiper-wrapper, .swiper-content-inner .testimonial-carousel-thumbnail.swiper-initialized .swiper-wrapper, .swiper-content-inner .testimonial-carousel-thumbnail.swiper-container-initialized .swiper-wrapper {
  opacity: 1;
}

.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: 45px;
  height: 45px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid rgba(65, 86, 116, 0.07);
  font-size: 18px;
  color: var(--e-global-color-primary);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-size: 10px;
  opacity: 0;
  z-index: 11;
}

@media (max-width: 991px) {
  .swiper-slider-wrapper .swiper-nav-next, .swiper-slider-wrapper .swiper-nav-prev {
    width: 38px;
    height: 38px;
    font-size: 14px;
    margin-top: -20px;
  }
}

.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: var(--e-global-color-primary);
  color: #fff;
  border-color: var(--e-global-color-primary);
}

.swiper-slider-wrapper .swiper-nav-next {
  right: -26px !important;
}

@media (max-width: 1640px) {
  .swiper-slider-wrapper .swiper-nav-next {
    right: -10px !important;
  }
}

@media (max-width: 1200px) {
  .swiper-slider-wrapper .swiper-nav-next {
    right: 0px !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;
  }
}

@media (max-width: 1200px) {
  .swiper-slider-wrapper .swiper-nav-prev {
    left: 0px !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 {
  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;
  position: relative;
}

.swiper-slider-wrapper .swiper-pagination.swiper-pagination-bullets {
  height: 21px;
}

.swiper-slider-wrapper .swiper-pagination > span {
  margin: 0 10px;
  width: 5px;
  height: 5px;
  background: #232323;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  position: relative;
}

.swiper-slider-wrapper .swiper-pagination > span:after {
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #E2DFEB;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.swiper-slider-wrapper .swiper-pagination > span:hover:after {
  opacity: 1;
}

.swiper-slider-wrapper .swiper-pagination > span.swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);
}

.swiper-slider-wrapper .swiper-pagination > span.swiper-pagination-bullet-active:after {
  opacity: 1;
  border-color: var(--e-global-color-primary);
}

.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 #E2DFEB;
  -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: #1E2744;
}

.select2-container .select2-dropdown ul.select2-results__options li[aria-selected="true"] {
  background: #F6F6F6;
  color: #1E2744;
}

.select2-container .select2-selection {
  outline: none;
  height: 46px;
  border: 1px solid #E2DFEB !important;
  background: #FFF;
  padding: 0 10px;
  line-height: 46px !important;
  position: relative;
}

.select2-container .select2-selection.select2-selection--single {
  height: 46px;
  border-radius: 6px;
}

.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 > 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(--e-global-color-text) !important;
  font-size: 14px;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: var(--e-global-color-text);
  line-height: 50px;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
  font-size: 18px;
  background: var(--e-global-color-primary);
  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: #1E2744;
}

.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 #E2DFEB;
  background: #E2DFEB;
  color: #1E2744;
  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(--e-global-color-primary);
  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(--wellearn-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(--wellearn-heading-font-family);
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: none;
}

#ui-datepicker-div .ui-widget-header {
  background: #1E2744;
  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: #1E2744;
}

.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(--e-global-color-primary);
  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(--e-global-color-primary);
  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;
}

/* perfect-scrollbar */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 4px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 5px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
