/*
Theme Name: Advisora
Theme URI: https://advisora.pikathemes.site/
Author: Pikathemes
Author URI: http://pikathemes.site/
Description: A sophisticated WordPress theme built for corporate consulting, financial institutions, and business strategy agencies. With refined typography, structured layouts, and intuitive customization, it delivers a premium digital presence for any professional brand.
Version: 1.0
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 7.3
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: advisora
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
:root {
  --adv-color-primary: #0B3D2E;
  --adv-color-white: #ffffff;
  --adv-color-gray: #F5F2F0;
  --adv-color-primary-rgb: 11, 61, 46;
  --adv-font-main: DM Sans, sans-serif;
  --adv-body-font-family: var(--adv-font-main);
  --adv-body-font-size: 16px;
  --adv-body-font-weight: 400;
  --adv-body-line-height: 24px;
  --adv-heading-font-family: var(--adv-font-main);
  --adv-heading-margin: 0 0 20px;
  --adv-heading-font-weight-bold: bold;
  --adv-heading-font-weight-semibold: 600;
  --adv-heading-font-weight-medium: 500;
  --adv-h1-font-size: 80px;
  --adv-h1-line-height: 85px;
  --adv-h2-font-size: 55px;
  --adv-h2-line-height: 62px;
  --adv-h3-font-size: 30px;
  --adv-h3-line-height: 39px;
  --adv-h4-font-size: 24px;
  --adv-h4-line-height: 31px;
  --adv-h5-font-size: 20px;
  --adv-h5-line-height: 26px;
  --adv-h6-font-size: 18px;
  --adv-h6-line-height: 26px;
  --adv-menu-color: var(--adv-color-text-main);
  --adv-menu-color-hover: var(--adv-color-primary);
  --adv-btn-font-size: 16px;
  --adv-btn-font-weight: 600;
  --adv-btn-line-height: 1;
  --adv-btn-color: #ffffff;
  --adv-btn-bg-color: var(--adv-color-primary);
  --adv-btn-border-width: 1px;
  --adv-btn-border-color: var(--adv-btn-bg-color);
  --adv-btn-color-hover: var(--adv-color-primary);
  --adv-btn-bg-color-hover: var(--adv-color-gray);
  --adv-btn-border-color-hover: var(--adv-border-color);
  --adv-btn-padding-top: 15px;
  --adv-btn-padding-right: 30px;
  --adv-btn-padding-bottom: 15px;
  --adv-btn-padding-left: 30px;
  --adv-btn-radius: 30px;
  --adv-bg-dark-overlay: #0e0e0eA6;
  /* light color scheme */
  --adv-color-text-main: #696969;
  --adv-body-bg-color: #ffffff;
  --adv-heading-color: var(--adv-color-primary);
  --adv-border-color: rgba(11, 61, 46, 0.1);
  /* dark color scheme */
  --adv-color-text-main-dark: rgba(255,255,255,0.65);
  --adv-body-bg-color-dark: #0B3D2E;
  --adv-heading-color-dark: #ffffff;
  --adv-border-color-dark: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 575px) {
  :root {
    --adv-btn-padding-top: 12px;
    --adv-btn-padding-right: 21px;
    --adv-btn-padding-bottom: 12px;
    --adv-btn-padding-left: 21px;
    --adv-btn-font-size: 14px;
    --adv-btn-font-weight: 500;
  }
}
/*Box Shadow*/
/*Example: .box { @include box-shadow(2px, 2px, 5px, 0px, #333); }*/
/*Transition*/
/*Example: .box { @include transition-all(3s); }*/
/*Transition*/
/*Example: .box { @include transition(width, 3s, linear); }*/
/*Transform*/
/*Example: .box { @include transform(rotate(30deg)); }*/
/*Border Radius*/
/*Example: .box { @include border-radius(4px); }*/
/*Example: .box { @include border-radii(4px 4px 3px 3px); }*/
/*Background Gradient*/
/*Example: .box { @include gradient(#fff, #000); }*/
/*Rem output with px fallback*/
/*Center block*/
/*Middle Block*/
/*Full Block(parent)*/
/*Full Block(child)*/
/*Clearfix*/
/*Clear after (not all clearfix need this also)*/
/*Display Flex*/
/*Button*/
/*Tag cloud*/
/*Column width with margin*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/**
 * Remove the margin in all browsers.
 */
body {
  font-family: var(--adv-body-font-family);
  font-size: var(--adv-body-font-size);
  font-weight: var(--adv-body-font-weight);
  color: var(--adv-color-text-main);
  line-height: var(--adv-body-line-height);
  background-color: var(--adv-body-bg-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site {
  overflow: clip;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--adv-heading-font-family);
  margin: 0 0 20px;
  color: var(--adv-heading-color);
}

h1 {
  font-size: var(--adv-h1-font-size);
  line-height: var(--adv-h1-line-height);
  font-weight: var(--adv-heading-font-weight-semibold);
}

h2 {
  font-size: var(--adv-h2-font-size);
  line-height: var(--adv-h2-line-height);
  font-weight: var(--adv-heading-font-weight-semibold);
}

h3 {
  font-size: var(--adv-h3-font-size);
  line-height: var(--adv-h3-line-height);
  font-weight: var(--adv-heading-font-weight-semibold);
}

h4 {
  font-size: var(--adv-h4-font-size);
  line-height: var(--adv-h4-line-height);
  font-weight: var(--adv-heading-font-weight-semibold);
}

h5 {
  font-size: var(--adv-h5-font-size);
  line-height: var(--adv-h5-line-height);
  font-weight: var(--adv-heading-font-weight-semibold);
}

h6 {
  font-size: var(--adv-h6-font-size);
  line-height: var(--adv-h6-line-height);
  font-weight: var(--adv-heading-font-weight-medium);
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    --adv-h1-font-size: 65px;
    --adv-h1-line-height: 1.2;
  }
  h2 {
    --adv-h2-font-size: 40px;
    --adv-h2-line-height: 1.2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  h1 {
    --adv-h1-font-size: 48px;
    --adv-h1-line-height: 1.2;
  }
  h2 {
    --adv-h2-font-size: 36px;
    --adv-h2-line-height: 1.2;
  }
}
@media (max-width: 575px) {
  h1 {
    --adv-h1-font-size: 40px;
    --adv-h1-line-height: 1.25;
  }
  h2 {
    --adv-h2-font-size: 32px;
    --adv-h2-line-height: 1.2;
  }
}
:where(.container-xxl) {
  --adv-gutter-x: 15px;
  --adv-container-xxl-width: 1290px;
  padding-left: var(--adv-gutter-x, 15px);
  padding-right: var(--adv-gutter-x, 15px);
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .container-xxl {
    --adv-gutter-x: 30px;
  }
  .container-xxl {
    max-width: calc(var(--adv-container-xxl-width) + var(--adv-gutter-x) * 2);
  }
}
p {
  margin: 0 0 20px;
}

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

blockquote {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  padding: 40px;
  margin: 0;
  color: var(--adv-color-white);
  background: var(--adv-color-primary);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
blockquote p {
  font-weight: 500;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-style: normal;
  font-size: 16px;
}
blockquote cite::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--adv-color-white);
  margin-right: 15px;
  vertical-align: middle;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bg-gray {
  background: var(--adv-color-gray);
}

.bg-primary {
  background: var(--adv-color-primary);
}

.text-primary {
  color: var(--adv-color-primary);
}

.text-dark {
  color: var(--adv-color-dark);
}

.text-light {
  color: var(--adv-color-white);
}

.lead {
  font-size: 18;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.adv-list {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
  margin-right: 70px;
  display: inline-block;
}
.adv-list li {
  line-height: 1;
  margin-bottom: 25px;
}
.adv-list li::before {
  content: "\e910";
  font-family: "icomoon";
  font-size: 12px;
  margin-right: 10px;
}
.adv-list li:last-child {
  margin-bottom: 0px;
}
.adv-list:last-child {
  margin-right: 0px;
}

.acc-list {
  margin-top: 20px;
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
}
.acc-list li {
  width: 50%;
  height: 50%;
}
.acc-list li::before {
  content: "\e911";
  font-family: "icomoon";
  font-size: 8px;
  margin-right: 10px;
}

.font14 {
  font-size: 14px;
}

.cursor-pointer {
  cursor: pointer;
}

.bolder {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.position-absolute {
  position: absolute;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.z-1 {
  z-index: 1;
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.dflex {
  display: flex;
}

.dflex-inline {
  display: inline-flex;
}

.dflex-align-center {
  align-items: center;
}

.dflex-align-start {
  align-items: flex-start;
}

.dflex-align-end {
  align-items: flex-end;
}

.dflex-justify-center {
  justify-content: center;
}

.dflex-justify-left {
  justify-content: flex-start;
}

.dflex-justify-end {
  justify-content: flex-end;
}

.dflex-justify-between {
  justify-content: space-between;
}

.align-self-stretch {
  align-self: stretch;
}

.grow-2 {
  flex-grow: 2;
}

.order-2 {
  order: 2;
}

.flex-1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.gap-0 {
  gap: 0;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

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

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

.white-space-nowrap {
  white-space: nowrap;
}

.btn-back-to-top .elementor-icon {
  display: block;
}

.text-decoration-underline:hover {
  text-decoration: underline;
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.overlay * {
  color: var(--adv-color-white);
}
.overlay span.bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(56, 56, 76, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.overlay span.bg i.pika-loupe {
  transform: rotate(90deg);
}
.overlay:hover span.bg {
  opacity: 1;
}

.e-con {
  scroll-margin-top: 81px;
}

.sticky-header {
  transition: 0.3s !important;
}

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

.site-overlay {
  cursor: url(images/close.png) 16 16, default;
  background: var(--adv-bg-dark-overlay);
  width: 100vw;
  height: calc(100vh + 1px);
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

.btn-close {
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}
.btn-close:hover {
  transform: rotate(180deg);
}

.btn-full {
  width: 100%;
}

.adv-icon {
  display: inline-block;
  line-height: 1;
}

.adv-icon svg,
.adv-icon i {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: top;
}

.adv-icon i:before {
  display: block;
}

.adv-icon svg {
  fill: currentColor;
}
.adv-icon svg path {
  fill: currentColor;
}

.adv-box-divider {
  width: 100%;
  height: 1px;
  background-color: var(--adv-border-color);
  margin-bottom: 30px;
}

.adv-ratings {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 6px;
  vertical-align: top;
}

.adv-ratings:after,
.adv-ratings:before {
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #FF6F07;
  content: "\e914\e914\e914\e914\e914";
  overflow: hidden;
}

.adv-ratings:before,
.adv-ratings.empty:after {
  color: rgba(14, 14, 14, 0.0823529412);
}

.adv-ratings.one:after {
  content: "\e914";
}

.adv-ratings.two:after {
  content: "\e914\e914";
}

.adv-ratings.three:after {
  content: "\e914\e914\e914";
}

.adv-ratings.four:after {
  content: "\e914\e914\e914\e914";
}

.adv-carousel .adv-dots-classic .owl-dot {
  padding: 0;
  background: transparent;
}
.adv-carousel .adv-dots-classic .owl-dot:first-child {
  padding-left: 0;
}
.adv-carousel .adv-dots-classic .owl-dot:first-child span {
  margin-left: 0;
}
.adv-carousel .adv-dots-classic .owl-dot:last-child {
  padding-right: 0;
}
.adv-carousel .adv-dots-classic .owl-dot:last-child span {
  margin-right: 0;
}
.adv-carousel .adv-dots-classic .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: rgba(var(--adv-color-primary-rgb), 0.3);
  margin: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.adv-carousel .adv-dots-classic .owl-dot.active span, .adv-carousel .adv-dots-classic .owl-dot:hover span {
  background-color: var(--adv-color-primary);
}
.adv-carousel .adv-dots-custom .owl-dot {
  padding: 8px;
  margin-right: 12px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -ms-transition: border-color 0.2s linear;
}
.adv-carousel .adv-dots-custom .owl-dot:last-child {
  margin-right: 0;
}
.adv-carousel .adv-dots-custom .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: var(--adv-color-text-main);
  margin: 0;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
}
.adv-carousel .adv-dots-custom .owl-dot.active, .adv-carousel .adv-dots-custom .owl-dot:hover {
  border-color: var(--adv-color-primary);
}
.adv-carousel .adv-dots-custom .owl-dot.active span, .adv-carousel .adv-dots-custom .owl-dot:hover span {
  background-color: var(--adv-color-primary);
}

.adv-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adv-carousel .owl-nav button {
  position: relative;
  line-height: 1;
  background: none;
  border: none;
  outline: none;
  opacity: 0 !important;
}
.adv-carousel .owl-nav button.owl-prev {
  margin-left: 20px;
}
.adv-carousel .owl-nav button.owl-next {
  margin-right: 20px;
}
.adv-carousel .owl-nav button[class*=owl-] {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: var(--adv-color-text-main);
  background: var(--adv-color-gray);
  pointer-events: all;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.adv-carousel .owl-nav button[class*=owl-]:hover {
  background: var(--adv-color-primary);
  color: var(--adv-color-white);
}

.adv-carousel:hover button {
  opacity: 1 !important;
}
.adv-carousel:hover button.owl-prev {
  transform: translateX(10px);
}
.adv-carousel:hover button.owl-next {
  transform: translateX(-10px);
}

.owl-carousel .owl-item img {
  max-width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}

.content-ani-toggle {
  overflow: hidden;
  transition: all 0.5s, opacity 0.25s;
}

@media only screen and (min-width: 1025px) {
  .hover-ani-toggle .content-ani-toggle {
    opacity: 0;
    max-height: 0;
  }
  .hover-ani-toggle:hover .content-ani-toggle {
    opacity: 1;
    max-height: var(--max-height);
  }
}
@media (hover: none) {
  .hover-ani-toggle .content-ani-toggle {
    max-height: unset;
    opacity: 1;
  }
}
.hover-image-scale {
  cursor: pointer;
  overflow: hidden;
}
.hover-image-scale .elementor-widget-image {
  overflow: hidden;
}
.hover-image-scale img {
  transition: transform 0.3s linear;
}
.hover-image-scale:hover img {
  transform: scale(1.05);
}

/*Preloader*/
.adv-preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.grid-loader {
  display: grid;
  grid-template-columns: repeat(3, 14px);
  grid-gap: 8px;
}

.grid-loader span {
  width: 14px;
  height: 14px;
  background: var(--adv-color-primary);
  opacity: 0.25;
  animation: gridPulse 1.4s ease-in-out infinite;
}

.grid-loader span:nth-child(1) {
  animation-delay: 0s;
}

.grid-loader span:nth-child(2) {
  animation-delay: 0.1s;
}

.grid-loader span:nth-child(3) {
  animation-delay: 0.2s;
}

.grid-loader span:nth-child(4) {
  animation-delay: 0.1s;
}

.grid-loader span:nth-child(5) {
  animation-delay: 0.2s;
}

.grid-loader span:nth-child(6) {
  animation-delay: 0.3s;
}

.grid-loader span:nth-child(7) {
  animation-delay: 0.2s;
}

.grid-loader span:nth-child(8) {
  animation-delay: 0.3s;
}

.grid-loader span:nth-child(9) {
  animation-delay: 0.4s;
}

@keyframes gridPulse {
  0% {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.25;
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

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

/* Lists */
ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/* Tables */
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  font-size: var(--adv-btn-font-size);
  color: var(--adv-btn-color);
  background-color: var(--adv-btn-bg-color);
  border: var(--adv-btn-border-width) solid var(--adv-btn-border-color);
  padding: var(--adv-btn-padding-top) var(--adv-btn-padding-right) var(--adv-btn-padding-bottom) var(--adv-btn-padding-left);
  line-height: var(--adv-btn-line-height);
  border-radius: var(--adv-btn-radius);
  font-weight: var(--adv-btn-font-weight);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  vertical-align: middle;
  letter-spacing: 0;
  cursor: pointer;
  max-width: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
button:hover, button:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:active,
.button:hover,
.button:active {
  color: var(--adv-btn-color-hover);
  background-color: var(--adv-btn-bg-color-hover);
  border-color: var(--adv-btn-border-color-hover);
}
button .btn-text,
input[type=button] .btn-text,
input[type=reset] .btn-text,
input[type=submit] .btn-text,
.button .btn-text {
  white-space: nowrap;
}

.adv-btn {
  font-size: var(--adv-btn-font-size);
  color: var(--adv-btn-color);
  background-color: var(--adv-btn-bg-color);
  border: var(--adv-btn-border-width) solid var(--adv-btn-border-color);
  padding: var(--adv-btn-padding-top) var(--adv-btn-padding-right) var(--adv-btn-padding-bottom) var(--adv-btn-padding-left);
  line-height: var(--adv-btn-line-height);
  border-radius: var(--adv-btn-radius);
  font-weight: var(--adv-btn-font-weight);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  vertical-align: middle;
  letter-spacing: 0;
  cursor: pointer;
  max-width: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-btn:hover, .adv-btn:active {
  color: var(--adv-btn-color-hover);
  background-color: var(--adv-btn-bg-color-hover);
  border-color: var(--adv-btn-border-color-hover);
}
.adv-btn .btn-text {
  white-space: nowrap;
}

.adv-btn-small {
  --adv-btn-padding-top: 11px;
  --adv-btn-padding-right: 24px;
  --adv-btn-padding-bottom: 11px;
  --adv-btn-padding-left: 24px;
}

.adv-btn-long .adv-btn {
  width: 100%;
}

.adv-btn-light {
  --adv-btn-color: var(--adv-color-primary);
  --adv-btn-bg-color: #ffffff;
  --adv-btn-border-color: var(--adv-btn-bg-color);
}

.adv-btn-outline {
  --adv-btn-color: var(--adv-color-text-main);
  --adv-btn-color-hover: #ffffff;
  --adv-btn-bg-color: transparent;
  --adv-btn-bg-color-hover: var(--adv-color-primary);
  --adv-btn-border-color: var(--adv-border-color);
  --adv-btn-border-color-hover: var(--adv-color-primary);
}

.adv-btn-text {
  --adv-btn-color: var(--adv-color-text-main);
  --adv-btn-color-hover: var(--adv-color-primary);
  --adv-btn-bg-color: transparent;
  --adv-btn-bg-color-hover: transparent;
  --adv-btn-padding-top: 0;
  --adv-btn-padding-right: 0;
  --adv-btn-padding-bottom: 0;
  --adv-btn-padding-left: 0;
  --adv-btn-radius: 0;
  border: none;
}
.adv-btn-text .btn-text {
  white-space: wrap;
}

.adv-btn-icon {
  --adv-btn-font-size: 16px;
  --adv-btn-icon-size: var(--adv-btn-font-size);
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 5px 25px;
  border-radius: 14px;
  border: none;
}
.adv-btn-icon .btn-text {
  line-height: 21px;
}
.adv-btn-icon .btn-icon {
  font-size: var(--adv-btn-icon-size);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--adv-color-white);
  color: var(--adv-color-primary);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.adv-btn-icon .btn-icon svg, .adv-btn-icon .btn-icon path {
  width: 16px;
  fill: currentColor;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.adv-social-icon {
  --adv-btn-width: 40px;
  --adv-btn-height: 40px;
  --adv-btn-font-size: 14px;
  --adv-btn-radius: 99px;
  padding: 0;
  width: var(--adv-btn-width);
  height: var(--adv-btn-height);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  border: 1px solid var(--adv-border-color);
  background-color: transparent;
  padding: 20px;
  box-sizing: border-box;
  outline: none;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: var(--adv-color-primary);
}

select {
  background: url("images/adv-angle-down.svg") no-repeat right 20px center/12px;
  color: var(--adv-color-text-main);
  height: auto;
  width: 100%;
}
select option {
  background: var(--adv-color-white);
  border-color: var(--adv-border-color);
}

textarea {
  width: 100%;
  line-height: 24px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--adv-color-placeholder-input);
}

::-moz-placeholder { /* Firefox 19+ */
  color: var(--adv-color-placeholder-input);
}

:-ms-input-placeholder { /* IE 10+ */
  color: var(--adv-color-placeholder-input);
}

:-moz-placeholder { /* Firefox 18- */
  color: var(--adv-color-placeholder-input);
}

.mc4wp-response {
  color: var(--adv-color-white);
  margin: 0;
}
.mc4wp-response p {
  margin: 10px 0 0;
}

.adv-subscribe-form {
  position: relative;
}
.adv-subscribe-form input[type=email] {
  width: 100%;
  padding: 18px 150px 17px 25px;
  border-radius: 999px;
  color: var(--adv-color-white);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: rgba(255, 255, 255, 0.0509803922);
}
.adv-subscribe-form input[type=submit] {
  position: absolute;
  top: 5px;
  right: 5px;
}
.adv-subscribe-form input[type=submit]:hover {
  border-color: var(--adv-color-primary);
}

.im-form {
  position: relative;
}
.im-form input[type=email] {
  width: 100%;
  padding: 15px 25px 15px 0;
  color: rgba(255, 255, 255, 0.6509803922);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 0;
}
.im-form button {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 20px;
  padding: 0;
  border: none;
  --adv-btn-color: #31B099;
  --adv-btn-color-hover: #fff;
  --adv-btn-bg-color: none;
  --adv-btn-bg-color-hover: none;
}

.adv-cf-form label input, .adv-cf-form label textarea, .adv-cf-form label select {
  margin-top: 10px;
}
.adv-cf-form .wpcf7-form-control-wrap {
  display: block;
}
.adv-cf-form .wpcf7-form-control-wrap input, .adv-cf-form .wpcf7-form-control-wrap textarea, .adv-cf-form .wpcf7-form-control-wrap select {
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
}
.adv-cf-form .wpcf7-form-control-wrap textarea {
  height: 120px;
  vertical-align: top;
}
.adv-cf-form.text-light input, .adv-cf-form.text-light textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.adv-cf-form.text-light + .wpcf7-response-output {
  color: #fff;
}
.adv-cf-form.text-light select {
  background-image: url("images/adv-angle-down-white.svg");
}
.adv-cf-form.gap10 p {
  margin-bottom: 10px;
}

.second-form label {
  color: var(--adv-color-primary);
}

.form-block {
  padding: 50px;
  border: 1px solid var(--adv-color-gray);
  border-radius: 14px;
}
.form-block .title-form {
  margin-bottom: 30px;
}
.form-block .wpcf7-form-control-wrap input,
.form-block .wpcf7-form-control-wrap textarea {
  background: var(--adv-color-white);
  padding: 15px 20px;
}

.wpcf7-form .row-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 10px;
  margin: 10px 0 0;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.im-cf-form p {
  margin-bottom: 30px;
}
.im-cf-form .row-grid {
  gap: 30px;
}
.im-cf-form input, .im-cf-form textarea, .im-cf-form select {
  width: 100%;
  padding: 0 0 15px 0;
  border: none;
  border-bottom: 1px solid #132C33;
  border-radius: 0;
}
.im-cf-form textarea {
  height: 120px;
}

.text-center .wpcf7-spinner {
  display: none;
  margin: 10px auto 0;
}

.submitting .text-center .wpcf7-spinner {
  display: block;
}

/* Contact form 7 and MailChimp Home 3 Start */
.adv-subscribe-form.home3-form input[type=email] {
  padding: 19px 80px 19px 25px;
  color: rgba(255, 255, 255, 0.5);
}

.adv-subscribe-form.home3-form input[type=email]:focus {
  color: #ffffff;
}

.adv-subscribe-form.home3-form .adv-btn {
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 20px;
  padding: 14px;
}

.adv-cf-form.home3-form p:not(:last-child) {
  gap: 30px;
  margin-bottom: 30px;
}

.adv-cf-form.home3-form input[type=checkbox] {
  margin-top: 0;
}

.adv-cf-form.home3-form input,
.adv-cf-form.home3-form textarea,
.adv-cf-form.home3-form select {
  color: rgba(255, 255, 255, 0.3);
  padding: 14px 20px;
  line-height: 21px;
  background-color: rgba(255, 255, 255, 0.03);
  margin-top: 15px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.adv-cf-form.home3-form input:focus,
.adv-cf-form.home3-form textarea:focus,
.adv-cf-form.home3-form select:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.adv-cf-form.home3-form [type=checkbox]:not(:checked),
.adv-cf-form.home3-form [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

.adv-cf-form.home3-form [type=checkbox] + span {
  color: rgba(255, 255, 255, 0.65);
}

.adv-cf-form.home3-form [type=checkbox]:not(:checked) + span,
.adv-cf-form.home3-form [type=checkbox]:checked + span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.adv-cf-form.home3-form [type=checkbox]:not(:checked) + span:before,
.adv-cf-form.home3-form [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 99px;
  -webkit-transition: all 0.275s;
  transition: all 0.2s;
}

.adv-cf-form.home3-form [type=checkbox]:not(:checked) + span:after,
.adv-cf-form.home3-form [type=checkbox]:checked + span:after {
  content: "\e910";
  font-family: "icomoon";
  position: absolute;
  top: 12px;
  left: 5px;
  font-size: 8px;
  font-weight: 900;
  color: #ffffff;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.adv-cf-form.home3-form [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}

.adv-cf-form.home3-form [type=checkbox]:checked + span:after {
  opacity: 1;
}

.adv-cf-form.contact-us-form input,
.adv-cf-form.contact-us-form select {
  padding: 15px 20px;
  height: 50px;
  background-color: #ffffff;
}

.adv-cf-form.contact-us-form .adv-btn {
  width: 311px;
  max-width: 100%;
}

/* Contact form 7 and MailChimp Home 3 End */
@media (min-width: 768px) and (max-width: 991px) {
  .form-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .row-grid {
    grid-template-columns: repeat(1, 2fr);
  }
  .adv-cf-form p.dflex {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .form-block {
    padding: 30px;
  }
  .main-form .wpcf7-form-control-wrap input,
  .main-form .wpcf7-form-control-wrap textarea {
    padding: 20px;
    margin-top: 8px;
  }
  .adv-subscribe-form input[type=email] {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--adv-color-text-main);
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
  color: var(--adv-color-primary);
}

@media (min-width: 1025px) {
  .hover-underline-effect {
    --adv-transform-origin-start: left;
    --adv-transform-origin-end: right;
    --adv-animation-default: .5s cubic-bezier(.3, 1, .3, 1);
    --adv-reversed-link-gap: 1px;
    background: linear-gradient(to var(--adv-transform-origin-end), currentColor, currentColor) 0 var(--adv-reversed-link-gap)/0 var(--adv-reversed-link-gap) no-repeat;
    background-position-x: var(--adv-transform-origin-end);
    background-position-y: bottom;
    transition: background-size var(--adv-animation-default);
  }
}
@media (min-width: 1025px) and (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .hover-underline-effect:hover {
    background-position-x: var(--adv-transform-origin-start);
    background-size: 100% var(--adv-reversed-link-gap);
    background-position-y: bottom;
  }
}
/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  padding: 10px 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  height: 36px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  position: relative;
  z-index: 999;
}
.site-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.adv-main-header, .header_mobile {
  border-bottom: 1px solid var(--adv-border-color);
}

.adv-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.adv-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.adv-main-header .adv-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.adv-mainbar-row > [class^=adv-col] {
  display: flex;
  align-items: stretch;
  position: static;
  padding: 10px 0;
}

.adv-mainbar-row .adv-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.adv-mainbar-row .adv-col.menu-col {
  justify-content: flex-end;
  flex-grow: 5;
}

.adv-mainbar-row > [class^=adv-col] {
  flex-flow: row nowrap;
}
.adv-mainbar-row > [class^=adv-col].text-left {
  justify-content: flex-start;
}
.adv-mainbar-row > [class^=adv-col].text-center {
  justify-content: center;
}
.adv-mainbar-row > [class^=adv-col].text-right {
  justify-content: flex-end;
}

.adv-main-header .adv-row > div:empty {
  display: none;
}

.adv-row {
  margin-right: -15px;
  margin-left: -15px;
}

.adv-col:before {
  display: inline-flex;
}

.adv-main-header .adv-row .adv-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.adv-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}
.main-navigation a {
  font-family: var(--adv-heading-font-family);
  font-size: 18px;
  font-weight: 500;
  color: var(--adv-menu-color);
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation > ul > li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.main-navigation > ul > li:last-child ul {
  left: auto;
  right: 0;
}
.main-navigation > ul > li:last-child ul ul {
  right: calc(100% + 5px);
}
.main-navigation > ul > li:last-child ul ul::before {
  left: auto;
  right: -5px;
}

.main-navigation ul ul {
  float: none;
  margin: 0;
  background-color: var(--adv-color-white);
  border: 1px solid var(--adv-border-color);
  min-width: 260px;
  white-space: nowrap;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.main-navigation ul ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
}

.main-navigation > ul > li > a {
  display: inline-block;
  padding: 8px 22px;
  color: var(--adv-menu-color);
  font-size: 17px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.main-navigation > ul > li > a::before {
  content: "";
  height: 1px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 5px;
  transition: 0.3s;
}
.main-navigation > ul > li > a:hover {
  color: var(--adv-menu-color-hover);
}

.main-navigation > ul > li.menu-item-has-children > a {
  padding-right: 19px;
}

.main-navigation ul li.menu-item-has-children > a::after {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 7px;
  margin-left: 5px;
  vertical-align: top;
}

.main-navigation ul ul li.menu-item-has-children > a::after {
  content: "\e90c";
  font-size: 12px;
  float: right;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0 30px;
}
.main-navigation ul li li:last-child {
  padding-bottom: 5px;
}
.main-navigation ul li li:last-child > a {
  border: none;
}
.main-navigation ul li li:first-child {
  padding-top: 5px;
}

.main-navigation ul li li a {
  font-size: 16px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid var(--adv-border-color);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.main-navigation ul li li a::before {
  position: absolute;
  content: "\e911";
  font-family: "icomoon";
  font-size: 10px;
  top: 50%;
  left: 0;
  color: var(--adv-color-primary);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  transition: all 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
}
.main-navigation ul li li a:hover {
  color: var(--adv-color-primary);
  padding-left: 17px;
}
.main-navigation ul li li a:hover::before {
  transform: translateY(-50%) scale(1);
}

.main-navigation > ul > li.current-menu-item > a,
.main-navigation > ul > li.current-menu-ancestor > a {
  color: var(--adv-menu-color-hover);
}

.main-navigation ul li ul ul {
  left: calc(100% + 2px);
  top: -1px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.main-navigation ul li ul ul::before {
  top: 0;
  left: -5px;
  height: 100%;
  width: 5px;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

div.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: var(--adv-color-white);
  box-shadow: 0px 0px 10px 0px var(--adv-boxshadow-menu);
  -webkit-box-shadow: 0px 0px 10px 0px var(--adv-boxshadow-menu);
  -moz-box-shadow: 0px 0px 10px 0px var(--adv-boxshadow-menu);
}

.admin-bar .is-stuck,
.admin-bar .header-transparent {
  top: 32px;
}

/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .adv-main-header {
    display: none;
  }
  .header_mobile {
    display: block;
    width: 100%;
    background: var(--adv-color-white);
  }
  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }
  .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 15px 0px;
  }
  .header_mobile .mlogo_wrapper img {
    height: 29px;
  }
  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }
  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
  }
  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #0e0e0e;
    height: 3px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
  }
  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 3px;
    background: #0e0e0e;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 3px;
    background: #0e0e0e;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  #mmenu_toggle.active button {
    background: none;
  }
  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .header_mobile .mobile_nav {
    display: none;
    background: var(--adv-color-white);
  }
  .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }
  .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    display: none;
  }
  .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }
  .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }
  .header_mobile .mobile_nav .mobile_mainmenu li a {
    font-size: 18px;
    padding: 9px 0;
    display: block;
    color: var(--adv-color-dark);
    font-weight: 500;
    border-bottom: 1px solid #eee;
  }
  .header_mobile .mobile_nav .mobile_mainmenu li a:hover,
  .header_mobile .mobile_nav .mobile_mainmenu li.current-menu-ancestor > a {
    background: var(--adv-color-gray);
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li .arrow {
    color: var(--adv-color-white);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li .arrow img {
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li .arrow.active img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.header-trans .ph-default {
  padding-top: 105px;
}

.ph-default {
  height: 430px;
  background-color: var(--adv-color-primary);
}
.ph-default .adv-breadcrumbs {
  margin-top: 25px;
}
.ph-default .adv-breadcrumbs li {
  color: var(--adv-color-white);
}
.ph-default .adv-breadcrumbs li a {
  color: var(--adv-color-white);
}
.ph-default .adv-breadcrumbs li a:hover {
  color: var(--adv-color-white);
}
.ph-default .page-title {
  margin: -10px 0 0;
}

.page-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-header .ph-inner {
  width: 100%;
}
.page-header .page-title {
  color: var(--adv-color-white);
  flex: 1;
  margin-bottom: 0;
}
.page-header .post-title {
  font-size: 40px;
  line-height: 55px;
  max-width: 750px;
  margin: 0 auto 30px;
}
.page-header .entry-meta {
  text-transform: capitalize;
  display: inline-block;
  padding: 8px;
  border: 1px solid var(--adv-color-gray);
  background: var(--adv-bg-meta-post);
  border-radius: 999px;
}
.page-header .entry-meta a {
  display: inline-block;
  margin: 0 15px;
  color: var(--adv-color-dark);
}
.page-header .entry-meta .byline {
  display: none;
}
.page-header .ph-text {
  margin-top: 50px;
}
.page-header.text-left {
  align-items: flex-start;
}
.page-header.text-right {
  align-items: flex-end;
}

.text-left .post-title,
.text-right .post-title {
  max-width: none;
}

.adv-breadcrumbs {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: capitalize;
}
.adv-breadcrumbs li {
  display: inline-block;
}
.adv-breadcrumbs li:before {
  content: "\e90c";
  font-family: "icomoon";
  font-size: 12px;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.adv-breadcrumbs li:first-child:before {
  display: none;
}
.adv-breadcrumbs li a {
  text-transform: capitalize;
}
.adv-breadcrumbs li a:hover {
  color: var(--adv-color-primary);
}

.site-main > .adv-breadcrumbs {
  margin-bottom: 15px;
}
.site-main > .adv-breadcrumbs li {
  color: var(--adv-color-primary);
  font-weight: 500;
}
.site-main > .adv-breadcrumbs li a {
  color: var(--adv-color-text-main);
}
.site-main > .adv-breadcrumbs li a:hover {
  color: var(--adv-color-primary);
}

@media (max-width: 991px) {
  .page-header .page-title {
    padding: 0;
  }
  .ph-default {
    height: auto;
  }
  .ph-default .ph-inner {
    padding: 100px 0;
  }
  .ph-default .adv-breadcrumbs {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-header .post-title {
    font-size: 32px;
    line-height: 1.4;
  }
  .page-header .entry-meta {
    font-size: 13px;
    padding: 5px;
  }
  .ph-default .adv-breadcrumbs {
    font-size: 18px;
    margin-top: 10px;
  }
  .ph-default .adv-breadcrumbs li::before {
    font-size: 10px;
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .page-header .post-title {
    font-size: 30px;
  }
  .ph-default .ph-inner {
    padding: 70px 0;
  }
  .ph-default .adv-breadcrumbs {
    font-size: 16px;
    margin-top: 5px;
  }
  .ph-default .adv-breadcrumbs li::before {
    font-size: 8px;
  }
  .single-post .page-header .adv-breadcrumbs {
    margin-bottom: 8px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*posts and pages*/
body.blog, body.single-post {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}

.entry-content {
  padding: 130px 0 130px;
}

.single-post .entry-content {
  padding-top: 100px;
}

.post-box figure {
  margin-top: 0;
  margin-bottom: 20px;
}
.post-box p:last-child {
  margin-bottom: 0;
}
.post-box .entry-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.post-box .entry-media img {
  width: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.post-box .entry-text {
  position: relative;
  z-index: 2;
  padding: 0 40px 30px;
}
.post-box .entry-meta {
  text-transform: capitalize;
  display: inline-flex;
  gap: 30px;
  margin-bottom: 10px;
}
.post-box .entry-meta .byline a {
  color: var(--adv-color-primary);
}
.post-box .entry-meta a {
  color: var(--adv-color-text-main);
}
.post-box .entry-meta a:hover {
  color: var(--adv-color-primary);
}
.post-box .entry-title {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 20px;
}
.post-box .entry-title a {
  color: var(--adv-color-dark);
}
.post-box .entry-title a:hover {
  text-decoration: underline;
}
.post-box .wp-block-embed-youtube iframe,
.post-box .wp-block-embed iframe,
.post-box .wp-embed-responsive .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.post-box .btn-readmore {
  margin-top: 25px;
}
.post-box .btn-readmore a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
}

.list-box {
  margin-top: 50px;
}
.list-box:first-child {
  margin-top: 0;
}

.btn-play {
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9019607843), rgba(153, 153, 153, 0.8));
  color: var(--adv-color-white);
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-play i, .btn-play svg {
  vertical-align: middle;
  margin-left: 3px;
  font-size: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn-play svg {
  width: 20px;
}
.btn-play:hover {
  background: var(--adv-color-primary);
}

/*Grid Style*/
.pgrid,
.site-main.hori,
.site-main.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pgrid + .page-pagination,
.site-main.hori + .page-pagination,
.site-main.grid + .page-pagination {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.pgrid.cols-1,
.site-main.hori.cols-1,
.site-main.grid.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.pgrid.cols-2,
.site-main.hori.cols-2,
.site-main.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.pgrid.cols-4,
.site-main.hori.cols-4,
.site-main.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-box {
  margin-bottom: 35px;
}
.grid-box .post-inner {
  padding: 0;
  border: none;
  background: none;
}
.grid-box .entry-media {
  margin-bottom: 30px;
  aspect-ratio: 41/27;
}
.grid-box .entry-media img {
  height: 100%;
  object-fit: cover;
}
.grid-box .entry-meta {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--adv-border-color);
}
.grid-box .entry-meta .comment-num {
  display: none;
}
.grid-box .entry-title {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.grid-box .exc-grid {
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-box .btn-readmore {
  margin-top: 25px;
}
.grid-box .btn-play {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.grid-box .btn-play i {
  font-size: 15px;
}
.grid-box.format-audio, .grid-box.format-quote, .grid-box.format-link, .grid-box.format-standard:not(.has-post-thumbnail) {
  padding-top: 0;
}

.gstyle2 {
  padding: 10px;
  margin-bottom: 0;
  border-radius: 14px;
  border: 1px solid var(--adv-border-color);
  background: var(--adv-color-white);
}
.gstyle2 .entry-media {
  margin-bottom: 0;
}
.gstyle2 .entry-text {
  padding: 15px 20px 20px;
}
.gstyle2 .entry-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gstyle2 .excerpt-post {
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  .pgrid:not(.col-1) {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pgrid:not(.col-1) {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
/*Horizon Style*/
.hori-box .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hori-box .entry-media {
  flex: 1.1;
  max-width: 410px;
  margin: 0;
}
.hori-box .entry-text {
  flex: 1;
  padding-left: 40px;
  padding-bottom: 0;
}
.hori-box .btn-readmore {
  margin-top: 25px;
}

/*Pagination*/
.page-pagination {
  margin-top: 70px;
  margin-bottom: 0;
  display: inline-flex;
  gap: 10px;
}
.page-pagination li a, .page-pagination li > span {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.page-pagination li a i:before, .page-pagination li > span i:before {
  font-size: 14px;
}
.page-pagination li > span, .page-pagination li a:hover {
  background: var(--adv-color-primary);
  color: var(--adv-color-white);
  border-color: var(--adv-color-primary);
}
.page-pagination li:last-child {
  margin-right: 0;
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post .entry-header {
  margin-bottom: 40px;
}
.blog-post .post-title {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
  max-width: 680px;
}
.blog-post .entry-meta {
  margin-top: 10px;
}
.blog-post .entry-text {
  padding: 0;
}
.blog-post .entry-text .entry-summary {
  overflow: hidden;
}
.blog-post blockquote {
  margin: 30px 0;
  border: none;
}
.blog-post .gap30.wp-block-gallery {
  gap: 30px;
  margin-bottom: 30px;
}
.blog-post .gap30.wp-block-gallery .wp-block-image {
  width: calc(50% - 30px) !important;
}
.blog-post h5 {
  font-weight: 600;
}
.blog-post .wp-block-columns:last-child {
  margin-bottom: 0;
}
.blog-post ul.wp-block-list li {
  margin-bottom: 10px;
}
.blog-post ul.wp-block-list li:last-child {
  margin-bottom: 0;
}
.blog-post ul.wp-block-list:last-child {
  margin-bottom: 0;
}
.blog-post .tagcloud {
  margin: 50px 0 0;
  font-weight: 500;
}
.blog-post .tagcloud a {
  font-size: 14px !important;
  font-weight: 400;
  padding: 8px 15px;
  margin: 0 3px;
  margin-bottom: 12px;
  line-height: 1;
  display: inline-block;
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-post .tagcloud a:hover {
  color: var(--adv-color-white);
  background: var(--adv-color-primary);
  border-color: var(--adv-color-primary);
}
.blog-post .tagcloud a {
  margin: 0 5px 0;
}
.blog-post .tagcloud a:first-child {
  margin-left: 10px;
}
.blog-post .author-bio {
  overflow: hidden;
  display: flex;
  margin-top: 50px;
  padding: 30px 40px;
  background: var(--adv-color-gray);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.blog-post .author-bio .author-image {
  max-width: 170px;
  margin-right: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.blog-post .author-bio .author-info .des {
  margin-bottom: 20px;
}
.blog-post .author-bio .author-info .author-socials {
  display: inline-flex;
  gap: 8px;
}
.blog-post .author-bio .author-info .author-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  text-align: center;
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-post .author-bio .author-info .author-socials a i {
  font-size: 14px;
}
.blog-post .author-bio .author-info .author-socials a:hover {
  color: var(--adv-color-white);
  background: var(--adv-color-primary);
  border-color: var(--adv-color-primary);
}
.blog-post:hover {
  box-shadow: none;
}

.post-nav {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.post-nav h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-nav h6:hover {
  text-decoration: underline;
}
.post-nav span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.post-nav span:hover {
  color: var(--adv-color-dark);
}
.post-nav .btn-nav {
  width: 50%;
  max-width: 370px;
}
.post-nav .btn-nav a {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-nav .btn-nav .nav-thumb {
  flex: 1.2;
  aspect-ratio: 1;
  max-width: 80px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.post-nav .btn-nav .nav-thumb img {
  object-fit: cover;
  height: 100%;
}
.post-nav .btn-nav .nav-thumb::after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  opacity: 0;
  color: var(--adv-color-white);
  background: var(--adv-color-primary);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.post-nav .btn-nav:hover .nav-thumb::after {
  opacity: 1;
}
.post-nav .btn-nav .nav-text {
  flex: 3;
}
.post-nav .post-next {
  text-align: right;
}
.post-nav .post-next .nav-thumb::after {
  content: "\e903";
}

.drop-cap {
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 8px 18px 0 0 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: var(--adv-color-primary);
}

@media (max-width: 1199px) {
  .site-main.grid,
  .site-main.grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-main.hori {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .widget-area {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .content-area.col-md-8,
  .content-area.col-md-9 {
    margin-bottom: 70px;
  }
  .post-box.post-item {
    margin-bottom: 40px;
  }
  .post-box .entry-meta {
    gap: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body.single.single-post {
    background-size: contain;
  }
  .post-box .post-inner {
    padding: 0;
  }
  .site-main.grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-box .post-inner {
    display: block;
  }
  .grid-box .entry-media {
    max-width: 100%;
  }
  .grid-box:not(.gstyle2) .post-inner .entry-text {
    padding: 0;
  }
  .blog-post blockquote {
    padding-left: 35px;
  }
  .blog-post blockquote::before {
    display: none;
  }
  .blog-post .author-bio {
    padding: 30px 32px;
  }
  .blog-post .author-bio .author-image {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .entry-content {
    padding: 50px 0 70px;
  }
  .blog-list .post-box .entry-text {
    padding: 30px;
  }
  .post-box .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
  .blog-post .tagcloud {
    font-size: 0;
  }
  .blog-post .tagcloud a:first-child {
    margin-left: 0;
  }
  .post-nav .nav-thumb, .comment-num {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cols-2 .hori-box .entry-media {
    max-width: 270px;
    aspect-ratio: 1/1;
  }
}
/**theme check**/
.blocks-gallery-caption {
  margin-bottom: 15px;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  margin-top: 7px;
  margin-bottom: 26px;
}

.site-main article.page {
  overflow: hidden;
}

.page-links {
  clear: both;
  padding-top: 25px;
  font-weight: 600;
  color: #1b1d21;
}

.page-links a {
  color: #1b1d21;
}

.page-links a:hover {
  text-decoration: underline;
}

.page-links span,
.page-links a {
  display: inline-block;
  margin-left: 7px;
}

.page-links-title {
  font-weight: 500;
}

.page-links > span:not(.page-links-title) {
  color: #888;
}

.post-password-form input[type=password] {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-password-form input[type=submit] {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  background: #0d0d0d;
  cursor: pointer;
  border: 1px solid #0d0d0d;
  color: #fff;
  outline: none;
  min-width: 122px;
  font-family: "Titillium Web", sans-serif;
}

.post-password-form input[type=submit]:hover {
  background: transparent;
  color: #0d0d0d;
}

.sticky .post-inner {
  background: #1a1b1e;
  color: #fff;
}

.sticky .post-cat a {
  background: #fff;
  color: #0d0d0d;
}

.sticky .post-cat a:hover {
  background: #eee;
}

.sticky .entry-text .entry-meta {
  color: rgba(255, 255, 255, 0.6509803922);
}

.post-box.sticky .entry-meta a {
  color: #bbb;
}

.post-box.sticky .entry-footer .adv-btn {
  color: #fff;
}

.sticky .adv-btn:before {
  background: #666;
}

.post-box.sticky .entry-meta a:hover {
  color: #fff;
}

.post-box.sticky .entry-footer .adv-btn:hover {
  color: #fff;
}

.sticky .entry-text .entry-title a {
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin-top: 50px;
  padding-top: 70px;
  border-top: 1px solid var(--adv-color-gray);
}
.comments-area > ol, .comments-area > ul {
  list-style: none;
  padding-left: 0;
}
.comments-area ol .comment-respond, .comments-area ul .comment-respond {
  margin-top: -10px;
  margin-bottom: 40px;
}
.comments-area ol .comment-respond .comment-reply-title, .comments-area ul .comment-respond .comment-reply-title {
  font-size: 26px;
}
.comments-area .comments-title {
  margin-bottom: 47px;
}
.comments-area .comment-item {
  margin-bottom: 47px;
  overflow: hidden;
  list-style: none;
}
.comments-area .comment-item .gravatar {
  float: left;
}
.comments-area .comment-item .gravatar img {
  width: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.comments-area .comment-item::marker {
  display: none;
  visibility: hidden;
}
.comments-area .comment-item .comment-content:not(.pingback) {
  padding-left: 130px;
}
.comments-area .comment-item.trackback .comment-content, .comments-area .comment-item.pingback .comment-content {
  padding-left: 0;
}
.comments-area .comment-item .comment-meta {
  position: relative;
  margin-bottom: 13px;
}
.comments-area .comment-item .comment-meta .comment-author {
  text-transform: capitalize;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
}
.comments-area .comment-item .comment-meta .comment-time {
  display: block;
  color: var(--adv-color-text-main);
  opacity: 0.6;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.comments-area .comment-item .comment-meta .comment-reply-link {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--adv-color-text-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comments-area .comment-item .comment-meta .comment-reply-link::after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
  margin-top: 2px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.comments-area .comment-item .comment-meta .comment-reply-link:hover, .comments-area .comment-item .comment-meta .comment-reply-link:hover::after {
  color: var(--adv-color-primary);
}
.comments-area .comment-item .comment-text p {
  margin-bottom: 15px;
}
.comments-area .comment-item .comment-text p:last-child {
  margin-bottom: 0;
}
.comments-area ul.children {
  padding-left: 110px;
  margin-bottom: 0;
}

.comment-list {
  margin-bottom: 70px;
}
.comment-list > li.comment-item:last-child {
  margin-bottom: 0;
}

.comment-respond .comment-reply-title {
  margin-bottom: 5px;
  margin-top: -5px;
}
.comment-respond .comment-reply-title small {
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  margin-left: 5px;
}
.comment-respond .comment-reply-title small a {
  color: var(--adv-color-text-main);
}
.comment-respond .comment-reply-title small a:hover {
  color: #cd0800;
}

.comment-form p {
  margin-bottom: 20px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form .row {
  margin: 0 -10px;
}
.comment-form .row p {
  padding: 0 10px;
}
.comment-form .comment-notes {
  margin-bottom: 36px;
}
.comment-form .logged-in-as {
  margin-bottom: 27px;
}
.comment-form .logged-in-as a {
  color: var(--adv-color-text-main);
}
.comment-form .logged-in-as a:hover {
  color: var(--adv-color-primary);
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  width: 100%;
}
.comment-form .comment-form-cookies-consent {
  position: relative;
  margin-bottom: 30px;
}
.comment-form .comment-form-cookies-consent input {
  position: absolute;
  opacity: 0;
  left: 0;
}
.comment-form .comment-form-cookies-consent label {
  padding-left: 30px;
  line-height: 24px;
}
.comment-form .comment-form-cookies-consent label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: var(--adv-color-white);
  border: 1px solid var(--adv-color-text-main);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.comment-form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label::after, .comment-form .comment-form-cookies-consent [type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--adv-color-primary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.comment-form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label::after {
  opacity: 0;
}
.comment-form .comment-form-cookies-consent [type=checkbox]:checked + label::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .comment-respond .comment-reply-title,
  .comments-area .comments-title {
    font-size: 32px;
  }
  .comments-area ul.children {
    padding-left: 30px;
  }
  .comments-area .comment-item {
    margin-bottom: 30px;
  }
  .comments-area .comment-item .gravatar img {
    width: 70px;
  }
  .comments-area .comment-item .comment-content:not(.pingback) {
    padding-left: 90px;
  }
  .comments-area .comment-item .comment-meta .comment-author {
    font-size: 18px;
  }
  .comments-area .comment-item .comment-meta .comment-reply-link {
    font-size: 14px;
  }
  .comments-area .comment-item .comment-meta .comment-reply-link::after {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-respond .comment-reply-title,
  .comments-area .comments-title {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ol, .widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ol li, .widget ul li {
  position: relative;
}
.widget .tagcloud, .widget .wp-block-tag-cloud {
  margin: 0 -3px -10px;
}
.widget .tagcloud a, .widget .wp-block-tag-cloud a {
  font-size: 14px !important;
  font-weight: 400;
  padding: 8px 15px;
  margin: 0 3px;
  margin-bottom: 12px;
  line-height: 1;
  display: inline-block;
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget .tagcloud a:hover, .widget .wp-block-tag-cloud a:hover {
  color: var(--adv-color-white);
  background: var(--adv-color-primary);
  border-color: var(--adv-color-primary);
}

.widget-area {
  padding-left: 55px;
}
.widget-area .widget:not(.widget_search) {
  margin-top: 50px;
}
.widget-area .widget:not(.widget_search):first-child {
  margin-top: 0;
}
.widget-area .widget:not(.widget_search) .widget-title, .widget-area .widget:not(.widget_search) .wp-block-heading {
  margin-bottom: 30px;
}
.widget-area .widget:not(.widget_search) ol, .widget-area .widget:not(.widget_search) ul:not(.recent-news) > li {
  position: relative;
  margin-bottom: 8px;
  line-height: 24px;
}
.widget-area .widget:not(.widget_search) ol:last-child, .widget-area .widget:not(.widget_search) ul:not(.recent-news) > li:last-child {
  margin-bottom: 0;
}
.widget-area .widget:not(.widget_search) ol a, .widget-area .widget:not(.widget_search) ul:not(.recent-news) > li a {
  display: inline-block;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget:not(.widget_search) ol a:hover, .widget-area .widget:not(.widget_search) ul:not(.recent-news) > li a:hover {
  color: var(--adv-color-primary);
}
.widget-area .widget:not(.widget_search) ol .posts-count, .widget-area .widget:not(.widget_search) ul:not(.recent-news) > li .posts-count {
  color: var(--adv-color-text-main);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget:not(.widget_search) ol.recentcomments a:before, .widget-area .widget:not(.widget_search) ul:not(.recent-news) > li.recentcomments a:before {
  display: none;
}
.widget-area .widget:not(.widget_search) select {
  width: 100%;
  padding: 8px;
  outline: none;
}
.widget-area .widget:not(.widget_search) table caption {
  margin-bottom: 10px;
}
.widget-area .widget:not(.widget_search) table td, .widget-area .widget:not(.widget_search) table th {
  border-color: #aaa;
  text-align: center;
}
.widget-area .widget_categories li a,
.widget-area .wp-block-categories li a,
.widget-area .widget_product_categories li a,
.widget-area .widget_archive li a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget_categories li a:before,
.widget-area .wp-block-categories li a:before,
.widget-area .widget_product_categories li a:before,
.widget-area .widget_archive li a:before {
  content: "\e911";
  font-family: "icomoon";
  font-size: 8px;
  margin-right: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget_categories li a + span,
.widget-area .wp-block-categories li a + span,
.widget-area .widget_product_categories li a + span,
.widget-area .widget_archive li a + span {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget_categories li a:hover + span,
.widget-area .wp-block-categories li a:hover + span,
.widget-area .widget_product_categories li a:hover + span,
.widget-area .widget_archive li a:hover + span {
  color: var(--adv-color-primary);
}

/* recent post */
.widget .recent-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.widget .recent-news li:not(:last-child) {
  margin-bottom: 20px;
}
.widget .recent-news .thumb {
  margin-right: 22px;
  min-width: 80px;
  width: 80px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.widget .recent-news .thumb img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.widget .recent-news h6 {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget .recent-news h6 a {
  color: var(--adv-color-primary);
}
.widget .recent-news h6 a:hover {
  text-decoration: underline;
}
.widget .recent-news .post-on {
  font-size: 14px;
  display: block;
  line-height: 1;
}

/* search */
.search-form,
.wp-block-search__inside-wrapper,
.widget .wpcf7-form {
  position: relative;
}
.search-form input[type=search], .search-form input[type=email],
.wp-block-search__inside-wrapper input[type=search],
.wp-block-search__inside-wrapper input[type=email],
.widget .wpcf7-form input[type=search],
.widget .wpcf7-form input[type=email] {
  width: 100%;
  padding: 18px 40px 18px 20px;
  line-height: 1;
}
.search-form input[type=email],
.wp-block-search__inside-wrapper input[type=email],
.widget .wpcf7-form input[type=email] {
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-border-radius: var(--adv-radius-rouded);
  -moz-border-radius: var(--adv-radius-rouded);
  border-radius: var(--adv-radius-rouded);
}
.search-form .adv-btn,
.wp-block-search__inside-wrapper .adv-btn,
.widget .wpcf7-form .adv-btn {
  padding: 4px 4px 4px 21px;
  margin-top: 10px;
}

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

.search-form button.wp-element-button,
.wp-block-search button.wp-element-button {
  position: absolute;
  top: 0;
  right: 5px;
  width: 50px;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  font-size: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.search-form button.wp-element-button:after,
.wp-block-search button.wp-element-button:after {
  content: "\e913";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  color: var(--adv-color-primary);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.search-form button.wp-element-button:hover:after,
.wp-block-search button.wp-element-button:hover:after {
  color: var(--adv-color-text-main);
}

.widget .wpcf7-form .sform {
  margin-bottom: 0;
}
.widget .wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.widget .wpcf7-form .wpcf7-not-valid {
  border-color: #CE1212;
}
.widget .wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .widget-area {
    padding-left: 15px;
  }
}
/*--------------------------------------------------------------
## Responsive Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.bypostauthor {
  color: inherit;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

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

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

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

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Heading
--------------------------------------------------------------*/
.adv-heading {
  text-align: center;
}
.adv-heading__sub {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 20px;
  margin-bottom: 10px;
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.adv-heading__title {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .adv-heading__sub {
    font-size: 14px;
  }
  .adv-heading__title br {
    display: none;
  }
}
/*--------------------------------------------------------------
## Icon box
--------------------------------------------------------------*/
.adv-icon-box,
.adv-icon-box__icon {
  position: relative;
  z-index: 0;
}
.adv-icon-box:after, .adv-icon-box:before,
.adv-icon-box__icon:after,
.adv-icon-box__icon:before {
  position: absolute;
  content: "";
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
}
.adv-icon-box:after,
.adv-icon-box__icon:after {
  opacity: 0;
}

.adv-icon-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  padding: 30px;
  border: 1px solid var(--adv-border-color);
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-icon-box__icon {
  display: inline-flex;
  font-size: 50px;
  color: var(--adv-color-primary);
  flex: 0 0 auto;
  background-color: transparent;
  cursor: default;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-icon-box__icon svg {
  position: relative;
  z-index: 1;
}
.adv-icon-box__content {
  width: 100%;
  flex-grow: 1;
}
.adv-icon-box:hover:after {
  opacity: 1;
}
.adv-icon-box .adv-btn .btn-text {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.adv-icon-box .adv-btn .btn-text .pika-chevrons-right:before {
  font-size: 20px;
}

.e-grid .adv-icon-box {
  height: 100%;
}

.icon-box-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  word-break: normal;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.icon-box-title a {
  display: inline-block;
  color: currentColor;
  transition: none;
}
.icon-box-title a:hover {
  color: currentColor;
}

.icon-box-des {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.icon-box-btn {
  margin-top: 30px;
}

.adv-view-icon-stacked .adv-icon-box__icon {
  --radius: 14px;
  font-size: 30px;
  padding: 16.5px;
  border: 1px solid var(--adv-border-color);
  overflow: hidden;
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  border-radius: var(--radius);
}
.adv-view-icon-stacked .adv-icon-box__icon:after {
  border-radius: calc(var(--radius) - 1px);
}

.adv-view-icon-stacked .adv-icon-box:hover .adv-icon-box__icon:after {
  opacity: 1;
}

.adv-icon-box-grid {
  display: grid;
  gap: 0;
  margin-top: -30px;
  overflow: hidden;
}
.adv-icon-box-grid .adv-icon-box {
  align-items: center;
  height: 100%;
  padding: 30px 15px 0;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.adv-icon-box-grid .adv-icon-box .adv-box-divider {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.adv-icon-box-grid .adv-icon-box .hover-underline-effect {
  color: var(--adv-color-primary);
}
.adv-icon-box-grid .adv-icon-box:hover .hover-underline-effect {
  background-position-x: var(--adv-transform-origin-start);
  background-size: 100% var(--adv-reversed-link-gap);
  background-position-y: bottom;
}

/* ===========================
Base (Desktop / Default)
=========================== */
.adv-position-top .adv-icon-box {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.adv-icon-align-left .adv-icon-box {
  align-items: start;
}

.adv-icon-align-right .adv-icon-box {
  align-items: end;
}

.adv-position-left .adv-icon-box {
  flex-direction: row;
  text-align: left;
}

.adv-position-right .adv-icon-box {
  flex-direction: row-reverse;
  text-align: right;
}

/* ===========================
Laptop
=========================== */
@media (max-width: 1399px) {
  .adv-position-laptop-top .adv-icon-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .adv-position-laptop-left .adv-icon-box {
    flex-direction: row;
    text-align: left;
  }
  .adv-position-laptop-right .adv-icon-box {
    flex-direction: row-reverse;
    text-align: right;
  }
  .adv-icon-align-laptop-left .adv-icon-box {
    align-items: start;
  }
  .adv-icon-align-laptop-right .adv-icon-box {
    align-items: end;
  }
}
/* ===========================
Tablet Extra (Elementor's tablet_extra)
=========================== */
@media (max-width: 1199px) {
  .adv-position-tablet_extra-top .adv-icon-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .adv-position-tablet_extra-left .adv-icon-box {
    flex-direction: row;
    text-align: left;
  }
  .adv-position-tablet_extra-right .adv-icon-box {
    flex-direction: row-reverse;
    text-align: right;
  }
  .adv-icon-align-tablet_extra-left .adv-icon-box {
    align-items: start;
  }
  .adv-icon-align-tablet_extra-right .adv-icon-box {
    align-items: end;
  }
}
/* ===========================
Tablet
=========================== */
@media (max-width: 991px) {
  .adv-position-tablet-top .adv-icon-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .adv-position-tablet-left .adv-icon-box {
    flex-direction: row;
    text-align: left;
  }
  .adv-position-tablet-right .adv-icon-box {
    flex-direction: row-reverse;
    text-align: right;
  }
  .adv-icon-align-tablet-left .adv-icon-box {
    align-items: start;
  }
  .adv-icon-align-tablet-right .adv-icon-box {
    align-items: end;
  }
}
/* ===========================
Mobile Extra
=========================== */
@media (max-width: 767px) {
  .adv-position-mobile_extra-top .adv-icon-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .adv-position-mobile_extra-left .adv-icon-box {
    flex-direction: row;
    text-align: left;
  }
  .adv-position-mobile_extra-right .adv-icon-box {
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
  }
  .adv-icon-align-mobile_extra-left .adv-icon-box {
    align-items: start;
  }
  .adv-icon-align-mobile_extra-right .adv-icon-box {
    align-items: end;
  }
}
/* ===========================
Mobile
=========================== */
@media (max-width: 575px) {
  .adv-position-mobile-top .adv-icon-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .adv-position-mobile-left .adv-icon-box {
    flex-direction: row;
    text-align: left;
  }
  .adv-position-mobile-right .adv-icon-box {
    flex-direction: row-reverse;
    text-align: right;
  }
  .adv-icon-align-mobile-left .adv-icon-box {
    align-items: start;
  }
  .adv-icon-align-mobile-right .adv-icon-box {
    align-items: end;
  }
}
/*--------------------------------------------------------------
## Accordition
--------------------------------------------------------------*/
.adv-acc-item {
  position: relative;
  background-color: transparent;
  border: 1px solid var(--adv-border-color);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-acc-item__title {
  position: relative;
  padding: 24px 80px 24px 50px;
  font-size: 20px;
  font-weight: 500;
  color: var(--adv-color-primary);
  overflow: hidden;
  margin-bottom: 0;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-acc-item__title .adv-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.adv-acc-item__title .adv-icon.up {
  display: none;
}
.adv-acc-item__content {
  display: none;
  padding: 0 80px 24px 50px;
}
.adv-acc-item__content p:last-child, .adv-acc-item__content ul:last-child {
  margin-bottom: 0;
}
.adv-acc-item.current .adv-icon.down, .adv-acc-item-s2.current .adv-icon.down {
  display: none;
}
.adv-acc-item.current .adv-icon.up, .adv-acc-item-s2.current .adv-icon.up {
  display: inherit;
}
.has-distance .adv-acc-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.has-distance .adv-acc-item + .adv-acc-item {
  margin-top: 15px;
}

.no-distance .adv-acc-item:not(:first-of-type) {
  border-top: 0;
}
.no-distance .adv-acc-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.no-distance .adv-acc-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*Accordion style 2*/
.adv-acc-item-s2 {
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: transparent;
  border-bottom-color: var(--adv-border-color);
  background-color: transparent;
  transition: all 0.2s linear;
}
.adv-acc-item-s2 .adv-acc-item__title,
.adv-acc-item-s2 .adv-acc-item__content {
  padding-left: 0;
  padding-right: 0;
}
.adv-acc-item-s2 .adv-icon {
  right: 0;
}
.adv-acc-item-s2.with-icon .adv-acc-item__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.adv-acc-item-s2.current {
  border-color: var(--adv-color-primary);
}
.adv-acc-item__icon {
  display: inline-block;
  font-size: 24px;
  color: currentColor;
  flex-shrink: 0;
  line-height: 1;
}
.adv-acc-item__icon i {
  display: block;
  color: currentColor;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-acc-item__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

/* end accordion 2 */
@media (max-width: 575px) {
  .adv-acc-item__title .adv-icon {
    right: 20px;
    padding: 8px;
  }
}
/*--------------------------------------------------------------
## Services box
--------------------------------------------------------------*/
.adv-services-box {
  text-align: left;
  align-items: stretch;
  padding: 10px;
  gap: 40px;
}
.adv-services-box__icon {
  margin-bottom: 30px;
}
.adv-services-box__content {
  padding: 20px 20px 0;
}
.adv-services-box .services-box-title {
  display: block;
}
.adv-services-box__features-wrapper {
  padding: 30px 20px;
  background-color: var(--adv-color-gray);
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-services-box__features-wrapper .adv-icon-list-item {
  line-height: 31px;
  font-weight: 500;
}
.adv-services-box__features-list {
  display: inline-block;
}
.adv-services-box .adv-services-box-img a {
  display: block;
}
.adv-services-box .adv-services-box-img img {
  width: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.adv-services-box .adv-services-box-img ~ .adv-services-box__content {
  padding-top: 0;
  padding-bottom: 20px;
}
.adv-services-box__header {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
.adv-services-box__header .adv-services-box__icon,
.adv-services-box__header .services-box-title {
  margin-bottom: 0;
}
.adv-services-box__header ~ .adv-box-divider {
  width: 200%;
  margin-left: -50%;
}

.adv-text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  padding: 30px 40px;
  border: 1px solid var(--adv-border-color);
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-text-box__text {
  display: inline-flex;
  font-size: 16px;
  padding: 14px;
  overflow: hidden;
  background-color: var(--adv-color-gray);
  margin-bottom: 30px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-text-box__text span {
  display: inline-block;
  line-height: 1;
}
.adv-text-box__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-text-box .adv-icon-list-item {
  line-height: 29px;
}

.e-grid .adv-services-box {
  height: 100%;
}

/*--------------------------------------------------------------
## Icon box
--------------------------------------------------------------*/
.adv-info-box {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.adv-info-box__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s;
}
.adv-info-box__bg:before, .adv-info-box__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: inherit;
  z-index: -1;
  pointer-events: none;
}
.adv-info-box__bg:after {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(10, 37, 64, 0) 0%, var(--adv-color-primary) 100%);
}
.adv-info-box__link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.adv-info-box__content-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.adv-info-box__content-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 30px 30px 30px;
  width: 100%;
  min-height: 470px;
}
.adv-info-box .adv-box-divider {
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
.adv-info-box .info-box-subtitle {
  display: block;
  color: var(--adv-color-white);
  margin-bottom: 15px;
}
.adv-info-box .info-box-title {
  font-size: 22px;
  line-height: 28px;
  color: var(--adv-color-white);
  margin-bottom: 0;
}
.adv-info-box .info-box-des {
  padding-top: 15px;
  color: rgba(255, 255, 255, 0.65);
}
.adv-info-box .info-box-btn {
  margin-top: 20px;
}
/*--------------------------------------------------------------
## Icon List
--------------------------------------------------------------*/
.adv-icon-list-items {
  margin-bottom: 0;
}
.adv-icon-list-items.--inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 30px;
}

.adv-icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--adv-color-text-main);
  line-height: 36px;
  word-break: normal;
}
.adv-icon-list-item a {
  color: currentColor;
}
.adv-icon-list-item a:hover {
  color: var(--adv-color-primary);
}
.adv-icon-list-item:last-child {
  margin-bottom: 0;
}
.adv-icon-list-item.--inline-item {
  margin-bottom: 0;
  word-break: break-word;
}

.adv-icon-list-icon {
  display: inline-block;
  font-size: 14px;
  color: currentColor;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  line-height: 1;
  overflow: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-icon-list-icon + .adv-icon-list-text {
  align-self: center;
}

.adv-icon-list-text span {
  font-size: 14px;
  line-height: 1;
  padding: 4px 10px;
  margin-left: 5px;
  background: var(--adv-color-primary);
  color: #ffffff;
  border-radius: 7px;
  text-transform: uppercase;
}

.adv-view-stacked .adv-icon-list-icon {
  padding: 0.5em;
  color: #ffffff;
  background-color: var(--adv-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.adv-view-stacked .adv-icon-list-icon i {
  width: 1rem;
  height: 1rem;
  text-align: center;
  display: table;
  line-height: 1;
}
.adv-view-stacked .adv-icon-list-icon i:before {
  vertical-align: middle;
  display: table-cell;
}

/*--------------------------------------------------------------
## Accordition
--------------------------------------------------------------*/
.adv-countdown {
  font-family: var(--adv-font-second);
  text-align: center;
  gap: 20px;
  margin-bottom: 0;
}
.adv-countdown li {
  position: relative;
  min-width: 170px;
  min-height: 170px;
  line-height: 1;
  flex: 0;
  padding: 30px 38px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.adv-countdown li span {
  display: block;
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 16px;
  white-space: nowrap;
  color: var(--adv-color-dark);
}
.adv-countdown li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .adv-countdown {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .adv-countdown li {
    min-width: 150px;
    min-height: 150px;
  }
  .adv-countdown li span {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .adv-countdown li p {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
## Banner Slides
--------------------------------------------------------------*/
@keyframes fadeZoomSlide {
  0% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
.adv-banner-slides {
  --adv-ratio-percent: 44.2%;
  --adv-ratio-percent-laptop: 44.2%;
  --adv-ratio-percent-tablet_extra: 44.2%;
  --adv-ratio-percent-tablet: 44.2%;
  --adv-ratio-percent-mobile_extra: 120%;
  --adv-ratio-percent-mobile: 120%;
}
.adv-banner-slides .adv-slide {
  align-items: center;
}
.adv-banner-slides .adv-slide__image {
  inset: 0;
}
.adv-banner-slides .adv-slide__content {
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.adv-banner-slides .adv-slide__before-title,
.adv-banner-slides .adv-slide__title,
.adv-banner-slides .adv-slide__description {
  --adv-transition-delay: .5s;
  opacity: 0;
  transform: translateY(80px);
  transition: transform 0.6s, opacity 0.1s;
  transition-delay: var(--adv-transition-delay);
}
.adv-banner-slides .adv-slide__before-title {
  --adv-transition-delay: .3s;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.adv-banner-slides .adv-slide__title {
  font-size: 100px;
  line-height: normal;
  margin-bottom: 14px;
  margin-top: 0;
}
.adv-banner-slides .adv-slide__description {
  --adv-transition-delay: .7s;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}
.adv-banner-slides .adv-btn__slide {
  opacity: 0;
  transform: translateY(80px);
  transition: transform 0.6s 0.9s, opacity 0.1s 0.9s, color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  pointer-events: auto;
}
.adv-banner-slides .adv-btn-second__slide {
  transition: transform 0.6s 1.1s, opacity 0.1s 1.1s, color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  margin-left: 15px;
}
.adv-banner-slides .owl-item.active .adv-slide__content,
.adv-banner-slides .owl-item.active .adv-slide__before-title,
.adv-banner-slides .owl-item.active .adv-slide__title,
.adv-banner-slides .owl-item.active .adv-slide__description,
.adv-banner-slides .owl-item.active .adv-btn__slide {
  opacity: 1;
  transform: translateY(0);
}
.adv-banner-slides .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.adv-banner-slides__item {
  position: relative;
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
.adv-banner-slides__item::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  padding-bottom: var(--adv-ratio-percent);
}
.adv-banner-slides__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.adv-slides__effect-zoom .owl-item.active .adv-slide__image {
  animation: fadeZoomSlide 1.5s forwards;
}

@media (min-width: 992px) {
  .adv-slides__full-screen,
  .adv-slides__full-screen .adv-slide__image {
    min-height: calc(100vh - var(--adv-slides-full-screen-height));
  }
}
@media (max-width: 1399px) {
  .adv-banner-slides__item::before {
    padding-bottom: var(--adv-ratio-percent-laptop);
  }
}
@media (max-width: 1199px) {
  .adv-banner-slides__item::before {
    padding-bottom: var(--adv-ratio-percent-tablet_extra);
  }
}
@media (max-width: 991px) {
  .adv-banner-slides__item::before {
    padding-bottom: var(--adv-ratio-percent-tablet);
  }
}
@media (max-width: 767px) {
  .adv-banner-slides__item::before {
    padding-bottom: var(--adv-ratio-percent-mobile_extra);
  }
}
@media (max-width: 575px) {
  .adv-banner-slides__item::before {
    padding-bottom: var(--adv-ratio-percent-mobile);
  }
}
/*--------------------------------------------------------------
## Client logo slider
--------------------------------------------------------------*/
.adv-image-carousel {
  text-align: center;
}
.adv-image-carousel .item_link {
  display: inline-block;
  position: relative;
  line-height: 0;
  font-size: 30px;
  vertical-align: top;
}
.adv-image-carousel .item_link img {
  display: inline-block;
  width: auto;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-image-carousel .item-image {
  display: inline-block;
  color: var(--adv-color-text-main);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-image-carousel svg, .adv-image-carousel i {
  display: block;
}
.adv-image-carousel i {
  color: currentColor;
}
.adv-image-carousel svg {
  width: auto;
  height: 1em;
}
.adv-image-carousel svg, .adv-image-carousel path {
  fill: currentColor;
}
/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.adv-testimonial__wrapper {
  text-align: left;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-testimonial__box {
  padding: 40px 50px;
  width: 100%;
  background: var(--adv-color-gray);
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-testimonial .testi-ratings {
  line-height: 1;
}
.adv-testimonial .testi-icon {
  display: inline-block;
  font-size: 55px;
  color: var(--adv-color-primary);
  margin-bottom: 30px;
  vertical-align: top;
  transition: 0.2s;
}
.adv-testimonial .testi-icon svg {
  display: block;
  height: 1em;
  width: auto;
  fill: currentColor;
}
.adv-testimonial .testi-icon svg path {
  fill: currentColor;
}
.adv-testimonial .testi-content {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: var(--adv-color-primary);
  margin-bottom: 30px;
  transition: 0.2s;
  white-space: normal;
}
.adv-testimonial .testi-author {
  width: 100%;
  line-height: 1;
}
.adv-testimonial .testi-author__inner {
  display: inline-block;
}
.adv-testimonial .testi-author .author-avatar,
.adv-testimonial .testi-author .author-meta {
  display: table-cell;
  vertical-align: middle;
}
.adv-testimonial .testi-author .author-avatar img {
  display: inline-block;
  width: 65px;
  height: 65px;
  max-width: none;
  object-fit: cover;
  border-radius: 50%;
}
.adv-testimonial .testi-author .author-name {
  font-size: 22px;
  font-weight: 600;
  color: var(--adv-color-primary);
  margin-bottom: 5px;
  transition: 0.2s;
}
.adv-testimonial .testi-author .author-position {
  line-height: 21px;
  transition: 0.2s;
}
.adv-testimonial .testi-author.testi-image-position-aside .author-avatar {
  padding-right: 20px;
}
.adv-testimonial .testi-author.testi-image-position-top .author-avatar,
.adv-testimonial .testi-author.testi-image-position-top .author-meta {
  display: block;
}
.adv-testimonial .testi-author.testi-image-position-top .author-avatar {
  margin-bottom: 15px;
}
.adv-testimonial .adv-box-divider {
  transition: 0.2s;
}

/*Testimonial Slider Layout 2*/
.adv-testimonial-carousel.--layout-2 .adv-testimonial__box {
  position: relative;
  margin-bottom: 30px;
}
.adv-testimonial-carousel.--layout-2 .adv-box-divider {
  margin-top: 38px;
  background-color: transparent;
  background-image: radial-gradient(at center center, rgba(2, 11, 29, 0.1019607843) 0%, rgba(2, 11, 29, 0) 100%);
}
.adv-testimonial-carousel.--layout-2 .adv-ratings {
  width: 148px;
  height: 24px;
  font-size: 23px;
}
.adv-testimonial-carousel.--layout-2 .testi-content {
  margin-bottom: 0;
}
.adv-testimonial-carousel.--layout-2 .testi-icon {
  position: absolute;
  right: 50px;
  top: 30px;
}

/*Testimonial Slider Layout 3*/
.adv-testimonial-carousel.--layout-3 .adv-testimonial__wrapper {
  padding: 10px;
  background: var(--adv-color-gray);
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.adv-testimonial-carousel.--layout-3 .adv-testimonial__box {
  padding: 40px;
  background: #ffffff;
  border: none;
}
.adv-testimonial-carousel.--layout-3 .adv-testimonial__ratings-wrapper {
  padding: 20px 30px 30px;
}
.adv-testimonial-carousel.--layout-3 .adv-ratings {
  width: 148px;
  height: 24px;
  font-size: 23px;
  margin-bottom: 9px;
}
.adv-testimonial-carousel.--layout-3 .testi-desc {
  font-size: 20px;
  font-weight: 500;
}

/*Testimonial Marquee*/
.adv-testimonials-marquee .adv-testimonial {
  width: 410px;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.adv-team {
  text-align: left;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.adv-team__thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.adv-team__thumb img {
  border-radius: inherit;
}
.adv-team__info {
  margin-top: 20px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-team__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.adv-team__name a {
  color: currentColor;
}
.adv-team__social {
  position: absolute;
  background-color: var(--adv-color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-team__social.team-social-position-aside {
  padding: 15px;
  gap: 20px;
  bottom: 10px;
  left: 0;
}
.adv-team__social.team-social-position-bottom {
  padding: 11px 20px;
  gap: 25px;
  right: 10px;
  bottom: 0;
}
.adv-team .adv-social-icons__item {
  font-size: 16px;
}
.adv-team:hover .adv-team__social {
  opacity: 1;
  visibility: visible;
}
.adv-team:hover .adv-team__social.team-social-position-aside {
  left: 10px;
}
.adv-team:hover .adv-team__social.team-social-position-bottom {
  bottom: 10px;
}

/*--------------------------------------------------------------
## Progress bars
--------------------------------------------------------------*/
.adv-progress-line__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: var(--adv-color-primary);
  margin-bottom: 13px;
}
.adv-progress-line__inner {
  display: flex;
  align-items: center;
  height: 21px;
  padding: 0 8px;
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.adv-progress-line__inner .adv-progress-bar {
  height: 5px;
  width: 0;
  background-color: var(--adv-color-primary);
  -webkit-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.adv-progress-circle {
  display: inline-block;
  text-align: center;
}
.adv-progress-circle__inner {
  position: relative;
  vertical-align: top;
  width: 130px;
  margin: 0 auto 15px;
  z-index: 1;
}
.adv-progress-circle__inner canvas {
  display: block;
}
.adv-progress-circle__inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  border: 5px solid var(--adv-border-color);
}
.adv-progress-circle__content {
  position: absolute;
  line-height: 1;
}

.adv-progress-title,
.adv-progress-percent {
  font-size: 16px;
  font-weight: 600;
  color: var(--adv-color-primary);
  margin-bottom: 0;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.adv-tabs-horizontal {
  border-bottom: 1px solid var(--adv-border-color);
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: space-evenly;
}
.adv-tabs-vertical .adv-tabs__header:after {
  bottom: 0;
  background-color: var(--adv-border-color);
  opacity: 1;
}
.adv-tabs-vertical .adv-tabs__header.current:after {
  background-color: var(--adv-color-primary);
}
.adv-tabs__header {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: var(--adv-color-text-main);
  line-height: 26px;
  text-align: center;
  padding: 30px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-tabs__header:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--adv-color-primary);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.adv-tabs__header.current:after {
  opacity: 1;
}
.adv-tabs__header.current, .adv-tabs__header:hover {
  color: var(--adv-color-primary);
}

/*Tabs 2*/
.adv-btn-tabs {
  --adv-btn-color-hover: #ffffff;
  --adv-btn-bg-color-hover: var(--adv-color-primary);
  --adv-btn-border-color-hover: var(--adv-color-primary);
  --adv-btn-radius: 14px;
  padding: 5px;
  gap: 5px;
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.adv-btn-tabs .adv-btn.current {
  --adv-btn-color: var(--adv-btn-color-hover);
  --adv-btn-bg-color: var(--adv-btn-bg-color-hover);
  --adv-btn-border-color: var(--adv-btn-border-color-hover);
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.projects-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.projects-box .projects-thumbnail {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.projects-box .projects-thumbnail img {
  width: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.projects-box span.bg {
  background: rgba(6, 5, 9, 0.3);
}
.projects-box .project-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 20px;
}
.projects-box .title {
  margin-bottom: 0;
}
.projects-box .title a {
  display: inline-block;
  color: var(--adv-color-primary);
}
.projects-box .title a:hover {
  text-decoration: underline;
}
.projects-box .project-excerpt p {
  margin-bottom: 0;
}
.projects-box .info-inside-image,
.projects-box .info-inside-image-overlay {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  z-index: 3;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(20px);
  background-repeat: no-repeat;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  transition: 0.3s;
}
.projects-box .info-inside-image {
  opacity: 0;
}
.projects-box .info-inside-image .project-title {
  transition: 0.3s;
}
.projects-box .info-inside-image .project-cates {
  transition: 0.5s;
}
.projects-box .info-inside-image .project-excerpt {
  transition: 0.55s;
}
.projects-box .info-inside-image .project-title, .projects-box .info-inside-image .project-cates, .projects-box .info-inside-image .project-excerpt {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.projects-box:hover .info-inside-image {
  opacity: 1;
}
.projects-box:hover .info-inside-image .project-title, .projects-box:hover .info-inside-image .project-cates, .projects-box:hover .info-inside-image .project-excerpt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.projects-box:hover img {
  transform: scale(1.05);
}

.project-cates a + a {
  position: relative;
  margin-left: 8px;
}

.project-cates {
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}
.project-cates a {
  display: inline-block;
  color: var(--adv-color-text-main);
}
.project-cates a::after {
  content: ")";
}
.project-cates a::before {
  content: "(";
}
.project-cates a:hover {
  color: var(--adv-color-primary);
}

.info-inside-image .project-cates a,
.info-inside-image .title a,
.info-inside-image .project-excerpt,
.info-inside-image-overlay .project-cates a,
.info-inside-image-overlay .title a,
.info-inside-image-overlay .project-excerpt {
  color: var(--adv-color-white);
}

.btn-loadmore {
  position: relative;
}

/*Filter*/
.isotope-filter {
  position: relative;
  z-index: 5;
  margin-bottom: 70px;
}

.filter ul {
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.filter-item {
  --adv-btn-padding-top: 8px;
  --adv-btn-padding-right: 14px;
  --adv-btn-padding-bottom: 8px;
  --adv-btn-padding-left: 14px;
  --adv-btn-font-weight: 500;
  --adv-btn-radius: 10px;
}
.filter-item.active {
  --adv-btn-color: #ffffff;
  --adv-btn-bg-color: var(--adv-color-primary);
  --adv-btn-border-color: var(--adv-color-primary);
}

/*Load more*/
.loadmore_wrapper {
  text-align: center;
  margin-top: 50px;
  clear: both;
}
.loadmore_wrapper span:not(.circle-spinner) {
  transition: opacity 0.5s;
}
.loadmore_wrapper .circle-spinner {
  animation: loadingP 0.8s linear infinite;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.loadmore_wrapper .loading .circle-spinner {
  opacity: 1;
  visibility: visible;
}
.loadmore_wrapper .loading span:not(.circle-spinner) {
  opacity: 0;
  transition: opacity 0.5s;
}

.adv-project-navigation .post-nav {
  padding: 50px 0;
  border-top: 1px solid var(--adv-border-color);
  border-bottom: 1px solid var(--adv-border-color);
}
.adv-project-navigation .btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}
.adv-project-navigation .btn-arrow i {
  font-size: 8px;
}
.adv-project-navigation .btn-arrow span {
  font-size: 16px;
  font-weight: 500;
}
.adv-project-navigation h6 {
  color: var(--adv-color-text-main);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.adv-project-navigation .btn-nav:hover h6 {
  color: var(--adv-color-primary);
}

.adv-project-related-posts {
  padding-top: 120px;
  padding-bottom: 120px;
}

.project-related-posts.adv-carousel .owl-theme .adv-dots-custom {
  margin-top: 45px;
}

.project-related-title {
  font-size: 28px;
  margin-bottom: 35px;
}

/* projects-masonry
================================================== */
.projects-masonry {
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.projects-masonry .project-item {
  float: left;
  padding: 0 15px;
  margin-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.projects-masonry .grid-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.projects-masonry.pf_2_cols .project-item,
.projects-masonry.pf_2_cols .grid-sizer {
  width: 50%;
}
.projects-masonry.pf_2_cols .project-item.width2x,
.projects-masonry.pf_2_cols .grid-sizer.width2x {
  width: 100%;
}

.projects-masonry.pf_3_cols .project-item,
.projects-masonry.pf_3_cols .grid-sizer {
  width: 33.3333333333%;
}
.projects-masonry.pf_3_cols .project-item.width2x,
.projects-masonry.pf_3_cols .grid-sizer.width2x {
  width: 66.66666666%;
}

.projects-masonry.pf_4_cols .project-item,
.projects-masonry.pf_4_cols .grid-sizer {
  width: 25%;
}
.projects-masonry.pf_4_cols .project-item.width2x,
.projects-masonry.pf_4_cols .grid-sizer.width2x {
  width: 50%;
}

.prj-archive .project-item {
  margin-bottom: 30px;
}

/* project-single
================================================== */
.adv-project-carousel .projects-thumbnail,
body.archive .projects-thumbnail {
  aspect-ratio: 1/1.1;
}
.adv-project-carousel .projects-thumbnail img,
body.archive .projects-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 33.333333%;
  }
  .projects-masonry.pf_4_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .project-item.width2x {
    width: 66.666666%;
  }
}
@media only screen and (max-width: 991px) {
  .projects-masonry .project-item,
  .projects-masonry .grid-sizer,
  .projects-masonry.pf_3_cols .grid-sizer,
  .projects-masonry.pf_3_cols .project-item,
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 50%;
  }
  .projects-masonry .project-item.width2x,
  .projects-masonry .grid-sizer.width2x,
  .projects-masonry.pf_3_cols .grid-sizer.width2x,
  .projects-masonry.pf_3_cols .project-item.width2x,
  .projects-masonry.pf_4_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .project-item.width2x {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .adv-project-related-posts {
    padding: 90px 0;
  }
}
@media (max-width: 640px) {
  .projects-masonry.pf_2_cols .project-item,
  .projects-masonry.pf_2_cols .grid-sizer,
  .projects-masonry.pf_3_cols .project-item,
  .projects-masonry.pf_3_cols .grid-sizer,
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 100%;
  }
  .projects-masonry.pf_2_cols .project-item.width2x,
  .projects-masonry.pf_2_cols .grid-sizer.width2x,
  .projects-masonry.pf_3_cols .project-item.width2x,
  .projects-masonry.pf_3_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .project-item.width2x {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .adv-project-related-posts {
    padding: 60px 0;
  }
}
/**** Isotope CSS3 transitions ****/
.isotope {
  transition-property: height, width;
}

.isotope,
.isotope-item {
  transition-duration: 0.5s;
}

@keyframes loadingP {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* project features */
.projects-features-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  overflow-anchor: none;
}
.projects-features-wrapper .project-item {
  height: 750px;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  flex-basis: 0;
  flex-grow: 1;
}
.projects-features-wrapper .project-item:nth-last-child(2) {
  border-right: 0;
}
.projects-features-wrapper .projects-item-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 30px 40px 50px;
}
.projects-features-wrapper .projects-item-inner .project-title .title {
  margin-bottom: 0;
}
.projects-features-wrapper .projects-item-inner .project-title a {
  color: var(--adv-color-white);
}
.projects-features-wrapper .projects-item-inner .project-title a:hover {
  text-decoration: underline;
}
.projects-features-wrapper .projects-item-inner .project-cates {
  margin-bottom: 10px;
}
.projects-features-wrapper .projects-item-inner .project-cates a {
  color: var(--adv-color-white);
}
.projects-features-wrapper .projects-item-inner .project-excerpt {
  color: var(--adv-color-white);
  margin-top: 20px;
  margin-bottom: 30px;
}
.projects-features-wrapper .project-bg-img-reposive {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.projects-features-wrapper .project-features-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.projects-features-wrapper .projects-item-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.projects-features-wrapper .projects-item-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.projects-features-wrapper .projects-item-thumbnail.hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

@media only screen and (min-width: 1025px) {
  .projects-features-wrapper .project-item:hover .project-features-overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .projects-features-wrapper {
    display: block;
  }
  .projects-features-wrapper .project-item {
    display: block;
    width: 100%;
    height: 500px;
    border-right: none;
    margin-bottom: 15px;
  }
  .projects-features-wrapper .project-bg-img-reposive {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .projects-features-wrapper .project-features-overlay,
  .projects-features-wrapper .projects-item-thumbnail {
    display: none;
  }
}
/*Portfolio Slider*/
.projects-slider-item {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  background: var(--adv-color-gray);
  border: 1px solid var(--adv-border-color);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.projects-slider-summary {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.projects-slider-summary .project-cates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.projects-slider-summary .project-cates a {
  padding: 0.5em 1em;
  margin: 0;
  border: 1px solid var(--adv-border-color);
  background: #ffffff;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
.projects-slider-summary .project-cates a:before, .projects-slider-summary .project-cates a:after {
  display: none;
}
.projects-slider-summary .project-cates a:hover {
  color: #ffffff;
  background: var(--adv-color-primary);
}
.projects-slider-summary .project-title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
}
.projects-slider-summary .project-title a {
  color: var(--adv-color-priamry);
  transition: none;
}
.projects-slider-summary .project-title a:hover {
  text-decoration: underline;
}
.projects-slider-summary .project-excerpt {
  margin-bottom: 30px;
}

.projects-slider-thumbnail {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.projects-slider-thumbnail img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: auto;
  height: 100% !important;
}

@media (min-width: 768px) {
  .projects-slider-item {
    flex-direction: row;
  }
  .projects-slider-summary {
    padding: 40px 60px 40px 40px;
  }
  .projects-slider-summary,
  .projects-slider-thumbnail {
    width: 50%;
  }
  .projects-slider-thumbnail img {
    aspect-ratio: 40/43;
  }
}
/*--------------------------------------------------------------
## Text Marquee
--------------------------------------------------------------*/
.adv-marquee {
  --gap: 30px;
  --duration: 5s;
  --direction: normal;
  --pause: running;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: var(--gap);
  position: relative;
  white-space: nowrap;
}

.adv-marquee__inner {
  display: inline-flex;
  gap: var(--gap);
  flex-shrink: 0;
  animation: adv_marquee var(--duration) infinite linear;
  animation-direction: var(--direction);
  animation-play-state: paused;
  will-change: transform;
}

.adv-text-marquee__item {
  font-size: 18px;
  line-height: 1.2;
}

.adv-marquee:hover .adv-marquee__inner {
  animation-play-state: var(--pause, running) !important;
}

@keyframes adv_marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.adv-switchs-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.adv-switchs-wrap .adv-switchs-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.adv-switchs-wrap .adv-switchs-label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  background: var(--adv-color-primary);
  border-radius: 7px;
  padding: 3px 7px;
}

.adv-switchs {
  position: relative;
  width: 60px;
  height: 30px;
  text-align: center;
  margin: 0 20px;
  background-color: var(--adv-color-gray);
  border-radius: 20px;
  border: 4px solid transparent;
  box-sizing: content-box !important;
}
.adv-switchs .adv-switch {
  position: absolute;
  inset: 0;
  cursor: pointer;
  width: 100%;
  height: 30px;
  line-height: 30px;
  z-index: 99;
  transition: 0.3s ease-in-out;
}
.adv-switchs .adv-switch.current {
  z-index: 88;
}
.adv-switchs .adv-switch-button {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  background-color: var(--adv-color-primary);
  transition: 0.3s ease-in-out;
  border-radius: 100%;
}

.adv-switchs .adv-switch:nth-child(1).current ~ .adv-switch-button {
  left: 0;
}

.adv-switchs .adv-switch:nth-child(2).current ~ .adv-switch-button {
  left: 100%;
  transform: translateX(-100%);
}

/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/
.adv-timeline {
  cursor: w-resize;
}
.adv-timeline__year, .adv-timeline__title {
  font-weight: 600;
  color: var(--adv-color-primary);
}
.adv-timeline__year {
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
}
.adv-timeline__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.adv-timeline__line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--adv-border-color);
  margin-bottom: 35px;
}
.adv-timeline__line:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--adv-color-primary);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*--------------------------------------------------------------
## Process Tabs
--------------------------------------------------------------*/
.adv-process-tabs {
  border-top: 1px solid var(--adv-border-color);
}
.adv-process-tabs .active.owl-item .adv-process-tabs__item {
  display: flex;
  width: 100%;
  border-left: 1px solid var(--adv-border-color);
  margin-left: -1px;
  cursor: pointer;
}
.adv-process-tabs .active.owl-item:first-of-type .adv-process-tabs__item {
  border-left-width: 0;
}
.adv-process-tabs .owl-carousel .owl-stage,
.adv-process-tabs .owl-carousel .owl-item {
  display: flex;
}
.adv-process-tabs .owl-nav button.owl-next {
  margin-right: -10px;
}
.adv-process-tabs .owl-nav button.owl-prev {
  margin-left: -10px;
}

.adv-process-inner {
  width: 100%;
  padding: 50px 40px 50px 50px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.process-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}

.process-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  letter-spacing: -0.66px;
}

.e-con-inner {
  --adv-container-spacing: 15px;
}

.elementor .e-con {
  --container-max-width: 1290px;
  --content-width: min(100%, var(--container-max-width, 1290px));
  --padding-top: var(--container-default-padding-top, 0);
  --padding-right: var(--container-default-padding-right, 0);
  --padding-bottom: var(--container-default-padding-bottom, 0);
  --padding-left: var(--container-default-padding-left, 0);
}
.elementor .e-con > .e-con-inner {
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.elementor .e-parent > .e-con-inner {
  --inner-padding-inline-start: var(--adv-container-spacing);
  --inner-padding-inline-end: var(--adv-container-spacing);
  padding-inline-start: var(--inner-padding-inline-start);
  padding-inline-end: var(--inner-padding-inline-end);
  max-width: calc(var(--content-width) + var(--adv-container-spacing) * 2);
}
.elementor .elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text,
.elementor .elementor-widget-icon-list .elementor-icon-list-item > a,
.elementor .elementor-widget-text-editor {
  font-family: inherit;
  color: var(--adv-color-text-main);
}
.elementor .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor .elementor-widget-text-editor .elementor-widget-container > *:first-child {
  margin-top: 0;
}
.elementor .elementor-widget-text-editor .elementor-widget-container > *:last-child {
  margin-bottom: 0;
}
.elementor .elementor-widget-heading .elementor-heading-title {
  font-family: var(--adv-font-main);
  color: var(--adv-heading-color);
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.adv-search form {
  position: relative;
}
.adv-search form::before {
  content: "\e913";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  color: var(--adv-color-primary);
  position: absolute;
  left: 0;
  top: 0;
}
.adv-search input[type=search] {
  max-width: 190px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--adv-border-color);
  padding: 0 0 10px 25px;
}
.adv-search button {
  display: none;
}

/*--------------------------------------------------------------
## Mini Cart
--------------------------------------------------------------*/
.adv-cart {
  position: relative;
  display: inline-flex;
}

.site-header-cart {
  position: absolute;
  top: calc(100% + 10px);
  right: -30px;
  width: 342px;
  padding: 35px;
  background: var(--adv-color-white);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  border: 1px solid var(--adv-border-color);
  border-radius: 14px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.site-header-cart:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  top: -20px;
  left: 0px;
}
.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart_content {
  text-align: left;
}

.adv-cart:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.cart-counter {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--adv-color-primary);
  width: 40px;
  height: 40px;
  line-height: 1;
  vertical-align: middle;
}
.cart-counter .counter {
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 5px;
  right: -3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: var(--adv-color-primary);
  color: var(--adv-color-white);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .site-header-cart {
    display: none;
  }
}
/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
:root {
  --adv-admin-bar: 32px;
}

.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: var(--adv-color-white);
}
.header-mobile .is-stuck .cart-contents .count {
  background: var(--adv-color-white);
  color: var(--adv-color-dark);
}

.mmenu-toggle button {
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: var(--adv-color-primary);
  font-size: 25px;
  height: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background: var(--adv-color-white);
  overflow-x: hidden;
  z-index: 9999;
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-wrapper.mmenu-open {
  transform: translateX(0);
}
.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  padding: 25px 30px 65px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-width: none;
}
.mmenu-wrapper .mmenu-close {
  margin-bottom: 20px;
  color: var(--adv-color-primary);
}
.mmenu-wrapper .mmenu-close svg {
  width: 12px;
  fill: var(--adv-color-primary);
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
}
.mmenu-wrapper .mobile-nav {
  min-width: 240px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}
.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}
.mmenu-wrapper .mobile_mainmenu li a {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--adv-color-dark);
  border-bottom: 1px solid var(--adv-border-color);
}
.mmenu-wrapper .mobile_mainmenu li a:hover {
  color: var(--adv-color-primary);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  transition: 0.3s;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: var(--adv-color-dark);
  display: inline-block;
  line-height: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 7px;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .active .arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mmenu-wrapper.on-left {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
.mmenu-wrapper.on-left.mmenu-open {
  transform: translateX(0);
}
.mmenu-wrapper.on-left .mmenu-close {
  text-align: right;
}
.mmenu-wrapper.on-left .mmenu-close i:before {
  content: "\f106";
}

.mmenu-active {
  overflow: hidden;
}
.mmenu-active .mmenu-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

@media (min-width: 783px) {
  .admin-bar .mmenu-wrapper {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .mmenu-wrapper {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .is-stuck .mmenu-wrapper {
    top: 0;
  }
}
/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 1;
}
.panel-btn i {
  color: var(--adv-color-primary);
  cursor: pointer;
}
.panel-btn i:before {
  font-size: 11px;
}

.admin-bar .side-panel {
  top: 32px;
}

.side-panel {
  width: 500px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--adv-color-primary);
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.side-panel .side-panel-block {
  padding: 50px 40px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}
.side-panel .side-panel-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  text-align: center;
}
.side-panel .side-panel-close svg {
  width: 24px;
  fill: var(--adv-color-white);
}
.side-panel .side-panel-close:hover {
  transform: rotate(180deg);
}
.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-panel.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel-active {
  overflow: hidden;
}
.side-panel-active .panel-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Back To Top*/
#back-to-top {
  background: var(--adv-color-dark);
  color: var(--adv-color-primary);
  border: 0 none;
  border-radius: 999px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  outline: medium none;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

#back-to-top.show {
  opacity: 1;
  bottom: 40px;
}

#back-to-top i:after, #back-to-top i:before {
  font-size: 14px;
}

#back-to-top:hover {
  bottom: 45px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
body.error404 {
  background: var(--adv-color-white);
}

.error-404 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.error-404 img {
  margin-bottom: 50px;
}
.error-404 h2 {
  margin-bottom: 20px;
}
.error-404 p {
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  max-width: 590px;
  text-align: center;
  letter-spacing: -0.02em;
}
.error-404 .adv-btn {
  padding: 15px 60px;
}

@media (max-width: 767px) {
  .error-404 h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
  .section-padd {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .section-padd-bot {
    padding-bottom: 125px !important;
  }
  .section-padd-top {
    padding-top: 125px !important;
  }
  .section-padd-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .section-padd-top100 {
    padding-top: 100px !important;
  }
  .section-padd-bot100 {
    padding-bottom: 100px !important;
  }
  .sticky-container {
    position: sticky !important;
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
  .section-padd {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .section-padd-bot {
    padding-bottom: 90px !important;
  }
  .section-padd-top {
    padding-top: 90px !important;
  }
  .section-padd-100 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .section-padd-bot100 {
    padding-bottom: 70px !important;
  }
  .section-padd-top100 {
    padding-top: 70px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .e-con {
    scroll-margin-top: 70px !important;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .header-mobile .is-stuck,
  .admin-bar .is-stuck,
  .admin-bar .header-transparent {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .section-padd,
  .section-padd-100 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .section-padd-bot,
  .section-padd-bot100 {
    padding-bottom: 75px !important;
  }
  .section-padd-top,
  .section-padd-top100 {
    padding-top: 75px !important;
  }
  .content-area.pull-right {
    float: none !important;
  }
  .entry-content {
    padding: 60px 0 100px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header-mobile .is-stuck {
    top: 0;
  }
  .blog-post .gap30.wp-block-gallery {
    gap: 15px;
  }
  .blog-post .gap30.wp-block-gallery .wp-block-image {
    width: calc(50% - 15px) !important;
  }
}

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