/* Pure - Gardening and Landscaping HTML Template

Template Name: Pure
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
:root {
  --theme-color1: #D4AF37; /* Premium Gold */
  --theme-color2: #253D2B; /* Brand green */
  --theme-color3: #253D2B; /* Brand green */
  --theme-color1-rgb: 212, 175, 55;
  --theme-color2-rgb: 37, 61, 43;
  --theme-color3-rgb: 37, 61, 43;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
  --body-bg: #fff;
  --theme-color-white: #ffffff;
  --bg-color: #F8F9F3; /* Elegant off-white ivory */
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-silver: #eee;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-color1-rgba: rgba(255, 255, 255, 0.15); /* Subtle borders */
  --border-color2-rgba: rgba(255, 255, 255, 0.13);
  --text-color: #4A5445; /* Darker, more refined body text color */
  --headings-color: var(--theme-color2); /* Premium designs use dark elegant colors for headings */
  --link-color: var(--theme-color3); /* Green links instead of gold */
  --link-hover-color: var(--theme-color1);
  --body-font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --heading-font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.5;
  --body-font-weight: 400;
  --line-height-heading-h1: 100%;
  --line-height-heading: 120%;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 80px;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 600;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: #7e8596;
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 1;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 50px;
  --sec-title-font-weight: var(--h2-font-weight);
  --container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
  --gradient-1: linear-gradient(90deg, #88ff2a 0%, #fff 100%);
}

/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color1); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1); /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: -0.32px;
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  position: relative;
  font-family: var(--heading-font-family);
  margin: 0;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

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

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

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 469.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}
@media (max-width: 1399.98px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 469.98px) {
  h4 {
    font-size: 19px;
  }
}

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

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

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  padding: 0;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  list-style: none;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}
.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.container-1600 {
  max-width: 1600px;
}

/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 90px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .pricing-tab-btn {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.pricing-tab-btn span {
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 700;
}
.pricing-tab-btn .nav {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 5px 8px;
}
.pricing-tab-btn .nav .nav-item .nav-link {
  border-radius: 31px;
  border: none;
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 700;
  height: 24px;
  padding: 0;
  width: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing-tab-btn .nav .nav-item .nav-link.active {
  background: var(--theme-color1);
  color: var(--theme-color-white);
}

.tp-cursor #cursor-outer {
  display: block;
}

#cursor-outer {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#cursorDot {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  background-color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
  color: transparent;
}

/* cursorDot view 
============= */
#cursorDot .cursorDot-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* cursorDot drag 
============= */
#cursorDot .cursorDot-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color-white);
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#cursorDot .cursorDot-drag::before,
#cursorDot .cursorDot-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  color: var(--theme-color-white);
  height: 10px;
  line-height: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#cursorDot .cursorDot-drag::before {
  content: "\f104"; /* Font Awesome */
  left: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#cursorDot .cursorDot-drag::after {
  content: "\f105"; /* Font Awesome */
  right: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#cursorDot.with-blur {
  backdrop-filter: blur(18px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* cursorDot close 
============== */
#cursorDot.cursorDot-close-enabled {
  opacity: 1 !important;
}

#cursorDot .cursorDot-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color1);
  line-height: 1;
  text-align: center;
}

.tp-magnetic-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back-to-top {
  border-radius: 50% !important;
  background-color: var(--theme-color1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-color-black);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.floating-whatsapp {
  align-items: center;
  background: linear-gradient(180deg, #27d366, #18b957);
  border-radius: 50%;
  bottom: 96px;
  box-shadow: 0 12px 30px rgba(39, 211, 102, 0.28);
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 58px;
  z-index: 998;
}

.floating-whatsapp:hover {
  box-shadow: 0 16px 34px rgba(39, 211, 102, 0.34);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .floating-whatsapp {
    bottom: 90px;
    font-size: 24px;
    height: 52px;
    right: 16px;
    width: 52px;
  }

  .back-to-top {
    bottom: 24px;
    right: 16px;
  }
}

.cursor-outer {
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-color1);
  background-color: var(--theme-color1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
          margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-color1);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: #fff;
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-color1);
  border: 1px solid #686363;
  opacity: 0;
}

/*=======================
    Preloader
=======================*/
.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid var(--theme-color-black);
  border-top-color: var(--theme-color1);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em var(--heading-font-family), var(--body-font-family);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-color1);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: var(--theme-color-white);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--heading-font-family);
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme-color-white);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--body-bg);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
          box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
.payment-method .accordion-box {
  position: relative;
}
.payment-method .accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 5px;
}
.payment-method .accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
  padding: 8px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment-method .accordion-box .block .acc-btn .icon {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.payment-method .accordion-box .block .acc-btn.active .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.payment-method .accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.payment-method .accordion-box .block .acc-content .content {
  position: relative;
  margin-top: -2px;
}
.payment-method .accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 11px !important;
}
.payment-method .accordion-box .block .acc-content.current {
  display: block;
}

/***

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  background-color: var(--body-bg);
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-color-black);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #000;
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  margin-left: -55px;
  margin-top: -70px;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
  color: var(--theme-color2);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--heading-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

.preloader-loaded {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
  color: #000;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
}
.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}
.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader-loaded.loaded .preloader-slide.slide-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded.loaded .preloader-slide.slide-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded .text-preloader-outer {
  position: absolute;
  z-index: 100;
}
.preloader-loaded .text-preloader-outer .text-preloading {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 180px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (max-width: 1199.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 40px;
  }
}
.preloader-loaded .text-preloader-outer .text-preloading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  margin-left: -55px;
  margin-top: -70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.png);
  content: "";
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split {
  color: var(--theme-color2);
  position: relative;
  display: inline-block;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
  content: attr(data-text);
  -webkit-animation: text-split 4s infinite;
          animation: text-split 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader-loaded .preloader-slide {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader-loaded .preloader-slide.slide-left {
  left: 0;
}
.preloader-loaded .preloader-slide.slide-right {
  right: 0;
}

@-webkit-keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.bb-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.line-shape-animation {
  max-width: 1654px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.line-shape-animation span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
}

.line-shape-animation span::before,
.line-shape-animation span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--theme-color1);
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span::after {
  -webkit-animation: dscroll 2s linear infinite;
          animation: dscroll 2s linear infinite;
  width: 2px;
  height: 24px;
  bottom: 0;
  left: 0;
  background: var(--theme-color1);
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span:nth-child(2)::after {
  -webkit-animation: dscroll 2.1s linear infinite;
          animation: dscroll 2.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::after {
  -webkit-animation: dscroll 2.2s linear infinite;
          animation: dscroll 2.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::after {
  -webkit-animation: dscroll 2.3s linear infinite;
          animation: dscroll 2.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::after {
  -webkit-animation: dscroll 2.4s linear infinite;
          animation: dscroll 2.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::after {
  -webkit-animation: dscroll 1s linear infinite;
          animation: dscroll 1s linear infinite;
}

.line-shape-animation span:nth-child(7)::after {
  -webkit-animation: dscroll 3.5s linear infinite;
          animation: dscroll 3.5s linear infinite;
}

.line-shape-animation span:nth-child(2)::-ms-backdrop {
  animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(2)::backdrop {
  -webkit-animation: dscroll 4.1s linear infinite;
          animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::before {
  -webkit-animation: dscroll 4.2s linear infinite;
          animation: dscroll 4.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::before {
  -webkit-animation: dscroll 4.3s linear infinite;
          animation: dscroll 4.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::before {
  -webkit-animation: dscroll 4.4s linear infinite;
          animation: dscroll 4.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::before {
  -webkit-animation: dscroll 4s linear infinite;
          animation: dscroll 4s linear infinite;
}

.line-shape-animation span:nth-child(7)::before {
  -webkit-animation: dscroll 4.5s linear infinite;
          animation: dscroll 4.5s linear infinite;
}

@-webkit-keyframes dscroll {
  100% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}

@keyframes dscroll {
  100% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
.p-relative {
  position: relative !important;
}

.section-bg2 {
  background-color: var(--theme-color3);
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.tp-hero-2-img-box.last-item {
  margin-bottom: 1100px;
}

.tilt_scale {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.theme-btn-main .btn-style-one.transform {
  border: 1px solid transparent;
}
.theme-btn-main .btn-style-one.transform:hover {
  background-color: var(--theme-color-black);
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
}

.theme-btn-main:hover .transform,
.transform {
  -webkit-transform: none !important;
          transform: none !important;
}

.theme-btn-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 56px;
  line-height: 56px;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  gap: 10px;
  border-radius: 40px;
  padding-right: 10px;
  padding-left: 30px;
}
.theme-btn-main:hover {
  padding-right: 10px;
  padding-left: 30px !important;
  gap: 10px;
}
.theme-btn-main:hover .theme-btn-arrow-left {
  scale: 0;
  left: 0;
}
.theme-btn-main:hover .theme-btn-arrow-right {
  scale: 1;
}
.theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(55px);
          transform: translateX(0);
  color: var(--theme-color2);
}
.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-color-white);
  border-radius: 50%;
  color: var(--theme-color2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  line-height: 40px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 40px;
}
.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
  rotate: -30deg;
}
.theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.theme-btn-main .theme-btn {
  font-weight: 400;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***

==================================================================
btn-style-one
==================================================================

***/
.btn-style-one {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 17px 24px;
  overflow: hidden;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  border-radius: 0;
  text-transform: capitalize;
  z-index: 1;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color2);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left right;
          transform-origin: left right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right left;
          transform-origin: right left;
}
.btn-style-one:hover {
  color: var(--theme-color2-text-color);
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
@-webkit-keyframes moveLeftRight {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 210px);
  }
}
@keyframes moveLeftRight {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 210px);
  }
}
@-webkit-keyframes moveRightToLeft {
  0% {
    right: 0;
  }
  100% {
    right: calc(100% - 100px);
  }
}
@keyframes moveRightToLeft {
  0% {
    right: 0;
  }
  100% {
    right: calc(100% - 100px);
  }
}
@-webkit-keyframes wind-blow {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
}
@keyframes wind-blow {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes popupVideo {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes popupVideo {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@-webkit-keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
          animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.sway_Y__animationY {
  -webkit-animation: sway_YY 3s linear infinite alternate;
          animation: sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateOne {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateOne {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@-webkit-keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.animation__rotateAndScale {
  -webkit-animation: rotateAndScale 20s linear infinite;
          animation: rotateAndScale 20s linear infinite;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.icon-bounce {
  animation: icon-bounce 1s infinite ease;
  /* Only -webkit- prefix is still somewhat relevant for very old mobile browsers */
  -webkit-animation: icon-bounce 1s infinite ease;
}

@-webkit-keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/*** 
====================================================================
  Main Header
====================================================================
***/
.header-1 {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  left: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-topbar {
  background:
    linear-gradient(90deg, rgba(12, 47, 37, 0.96), rgba(37, 61, 43, 0.92)),
    url("../images/banner/hero-small.jpg") center center / cover no-repeat;
  border-bottom: 1px solid rgba(221, 173, 71, 0.34);
  border-radius: 0 0 18px 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 20px;
  overflow: hidden;
  width: calc(100% - 40px);
}
.site-topbar__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 70px;
}
.site-topbar__tagline {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.site-topbar__tagline:hover {
  color: #d4af37;
}
.site-topbar__phone {
  align-items: center;
  display: inline-flex;
  font-family: var(--body-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  flex-wrap: nowrap;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-topbar__phone i {
  flex: 0 0 auto;
}
.site-topbar__phone:hover {
  color: #d4af37;
}
.site-topbar__meta {
  align-items: center;
  display: flex;
  gap: 34px;
}
.site-topbar__meta span,
.site-topbar__meta a {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  white-space: nowrap;
}
.site-topbar__meta i {
  color: #ffffff;
  font-size: 17px;
}
.site-topbar__social {
  align-items: center;
  display: flex;
  gap: 18px;
}
.site-topbar__social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.site-topbar__social a:nth-child(1) {
  background: rgba(255, 255, 255, 0.12);
}
.site-topbar__social a:nth-child(2) {
  background: rgba(255, 255, 255, 0.12);
}
.site-topbar__social a:nth-child(3) {
  background: rgba(37, 211, 102, 0.22);
  border-color: rgba(37, 211, 102, 0.35);
}
.site-topbar__social a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
@media only screen and (min-width: 1024px) {
  .site-topbar__social {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    gap: 0;
    margin-left: 8px;
    overflow: hidden;
  }
  .site-topbar__social a {
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: #ffffff;
    height: 52px;
    width: 56px;
  }
  .site-topbar__social a:nth-child(1),
  .site-topbar__social a:nth-child(2),
  .site-topbar__social a:nth-child(3),
  .site-topbar__social a:nth-child(4) {
    background: rgba(255, 255, 255, 0.06);
  }
  .site-topbar__social a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #d4af37;
    transform: none;
  }
  .site-topbar__social a:hover i {
    color: #d4af37;
  }
  .site-topbar__social a i {
    color: #ffffff;
    transition: none;
  }
}
.header-1 .main-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  padding: 0 70px;
}
@media (max-width: 1699.98px) {
  .header-1 .main-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-1 .main-box {
    padding: 14px 30px;
    gap: 0;
  }
}
.header-1 .main-menu .navigation > li.current > a {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
}
.header-1 .main-menu .navigation > li > a {
  border-radius: 46px;
  line-height: 1;
  padding: 9px 13px;
}
.header-1 .main-menu .navigation > li > a:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
}
.header-1 .main-menu .navigation > li {
  margin-right: 20px;
}
@media (max-width: 1699.98px) {
  .header-1 .main-menu .navigation > li {
    margin-right: 10px;
  }
}
.header-1 .header-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-1 .header-contact li .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  color: var(--theme-color3);
}
.header-1 .header-contact li .content .text {
  font-size: 16px;
  color: var(--theme-color2);
}
@media (max-width: 1699.98px) {
  .header-1 .header-contact li .content .text {
    font-size: 14px;
  }
}
.header-1 .header-contact li .content .text a {
  color: var(--theme-color2);
}
.header-1 .header-contact li .line {
  height: 29px;
  width: 1px;
  display: inline-block;
  background-color: rgba(12, 47, 37, 0.2);
}
.header-1 .ui-btn-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1699.98px) {
  .header-1 .ui-btn-outer {
    gap: 15px;
  }
}
.header-1 .contact-btn {
  background-color: var(--theme-color3);
  border-radius: 40px;
  color: var(--theme-color-white);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1699.98px) {
  .header-1 .contact-btn {
    padding: 0 16px;
    font-size: 14px;
  }
}
.header-1 .contact-btn:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
}
@media only screen and (max-width: 1023px) {
  .header-1 .contact-btn {
    display: none;
  }
}
.header-1 .mobile-nav-toggler .icon {
  color: var(--theme-color2);
  font-size: 26px;
}
.header-1.fixed-header {
  padding-top: 0;
}
.header-style-one .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header-style-one .main-box .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1699.98px) {
  .header-style-one .main-box .outer-box {
    gap: 25px;
  }
}
@media (max-width: 375.98px) {
  .header-style-one .main-box .outer-box {
    gap: 15px;
  }
}
.header-style-one .main-box .ui-btn-outer .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  line-height: 1;
}
@media (max-width: 1699.98px) {
  .header-style-one .main-box .ui-btn-outer .header-contact {
    gap: 15px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-one .main-box .ui-btn-outer .header-contact {
    display: none;
  }
}
.header-style-one .main-box .ui-btn-outer .header-contact .social-icon {
  border-right: 1px solid #C0C0C0;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}
.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a {
  color: #CFCFCF;
  font-size: 18px;
}
.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a:hover {
  color: var(--headings-color);
}
.header-style-one .main-box .ui-btn-outer .header-contact .info-btn {
  font-weight: 600;
  color: var(--theme-color-white);
}
.header-style-one .main-box .ui-btn-outer .header-contact .info-btn:hover {
  color: var(--theme-color1);
}
.header-style-one .main-box .btn-style-one {
  padding: 20px 38px;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .btn-style-one {
    display: none;
  }
}

.header-2 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-2 .main-menu .navigation > li > a {
  color: var(--theme-color-white);
}
.header-2 .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-2 .main-menu .navigation > li {
  margin-right: 35px;
}
@media (max-width: 1699.98px) {
  .header-2 .main-menu .navigation > li {
    margin-right: 20px;
  }
}
.header-2 .main-box {
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
  background-color: var(--theme-color3);
  margin: 0 20px;
  border-radius: 20px;
}
@media (max-width: 1699.98px) {
  .header-2 .main-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-2 .main-box {
    padding: 14px 30px;
    gap: 0;
  }
}
@media (max-width: 375.98px) {
  .header-2 .main-box {
    padding: 14px 20px;
  }
}
.header-2 .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1699.98px) {
  .header-2 .ui-btn-outer {
    gap: 15px;
  }
}
.header-2 .ui-btn-outer .ui-btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-2 .ui-btn-outer .search-btn {
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 14px;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.header-2 .ui-btn-outer .search-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.header-2 .mobile-nav-toggler {
  margin-left: 0;
  display: block;
  position: relative;
  width: 26px;
  height: 11px;
}
.header-2 .mobile-nav-toggler span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  background: var(--theme-color-white);
  overflow: hidden;
}
.header-2 .mobile-nav-toggler span:first-child {
  top: 0;
  background: var(--theme-color-white);
  left: 0;
  width: 26px;
}
.header-2 .mobile-nav-toggler span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  left: initial;
  right: 0;
  background: var(--theme-color-white);
  margin-top: 5px;
}
.header-2 .mobile-nav-toggler span:last-child {
  bottom: -9px;
  background: var(--theme-color-white);
  width: 13px;
  left: initial;
  right: 0;
}
.header-2 .mobile-nav-toggler.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
          transform: rotate(45deg) translate(3px, 9px);
}
.header-2 .mobile-nav-toggler.active span:nth-child(2) {
  opacity: 0;
}
.header-2 .mobile-nav-toggler.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
          transform: rotate(-45deg) translate(3px, -9px);
}
.header-2 .mobile-nav-toggler:hover {
  cursor: pointer;
}
.header-2 .contact-btn {
  color: var(--theme-color2);
  display: inline-block;
  background-color: var(--theme-color1);
  border-radius: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1699.98px) {
  .header-2 .contact-btn {
    padding: 0 16px;
    font-size: 14px;
  }
}
.header-2 .contact-btn:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
}
@media only screen and (max-width: 1023px) {
  .header-2 .contact-btn {
    display: none;
  }
}

.main-menu {
  position: relative;
}
.main-menu .navbar-header {
  display: none;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navigation {
  margin: 0px;
  position: relative;
}
.main-menu .navigation > li {
  float: left;
  margin-right: 30px;
  padding: 25px 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--body-font-family);
}
@media (max-width: 1899.98px) {
  .main-menu .navigation > li > a {
    font-size: 15px;
  }
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color3);
}
.main-menu .navigation > li.current > a {
  font-weight: 400;
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: visible;
}
.main-menu .navigation > li > ul {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 220px;
  border-radius: 16px;
  z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color2);
  text-align: left;
  font-family: var(--body-font-family);
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 600;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 220px;
  z-index: 100;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color2);
  font-family: var(--body-font-family);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.sticky-header {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: none !important;
  left: 0px;
  opacity: 0;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
@media only screen and (min-width: 1023px) {
  .sticky-header .mobile-nav-toggler {
    display: none;
  }
}
.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 100000;
}
@media (max-width: 1699.98px) {
  .site-topbar__inner {
    padding: 0 30px;
  }
  .site-topbar__meta {
    gap: 22px;
  }
}
@media (max-width: 1199.98px) {
  .site-topbar {
    font-size: 13px;
  }
  .site-topbar__inner {
    gap: 14px;
  }
  .site-topbar__meta {
    gap: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-topbar {
    display: none;
    margin: 0;
    width: 100%;
  }
}
.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  background: none;
  position: relative;
}
.sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 78px;
}
.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 30px;
  padding: 20px 0;
}
.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color2);
}
.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}
.sticky-header .main-menu .navigation > li:before {
  display: none;
}
.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}
.sticky-header .mobile-nav-toggler {
  color: var(--theme-color-white) !important;
  font-size: 22px;
  line-height: 1;
}

.header-1 .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color2);
}
.header-1 .sticky-header .main-menu .navigation > li.current > a, .header-1 .sticky-header .main-menu .navigation > li:hover > a {
  background-color: var(--theme-color1);
}
.header-1 .sticky-header .main-menu .navigation > li:before {
  display: none;
}

.header-2 .sticky-header .mobile-nav-toggler span {
  background: var(--theme-color2);
}
.header-2 .sticky-header .mobile-nav-toggler span:first-child {
  background: var(--theme-color2);
}
.header-2 .sticky-header .mobile-nav-toggler span:nth-child(2) {
  background: var(--theme-color2);
}
.header-2 .sticky-header .mobile-nav-toggler span:last-child {
  background: var(--theme-color2);
}

@media only screen and (max-width: 1700px) {
  .main-header .header-lower .outer-box .ui-btn-outer {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .header-style-one .header-lower .logo-box {
    margin-right: 30px;
  }
  .main-menu .navigation > li {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1439px) {
  .main-menu .navigation > li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-top {
    margin-left: 0;
    padding: 0;
  }
  .main-header .main-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .header-lower .logo-box {
    margin-top: 0;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header-top,
  .main-header .main-menu {
    display: none;
  }
  .main-header .logo {
    min-width: auto;
  }
  .main-header .logo img, .sticky-header .main-header .logo img {
    width: auto;
    max-width: none;
    max-height: 45px;
  }
  .main-header .main-box .nav-outer {
    width: auto;
  }
  .main-header .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider .title {
    padding: 7px 20px;
  }
  .main-slider .title:before {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .main-header .header-lower .logo-box {
    padding-left: 0;
    min-width: auto;
    margin-right: 0px;
    max-width: 140px;
  }
  .main-header .header-lower .logo-box .logo img {
    max-width: 140px;
  }
}
/*** 

====================================================================
		Helping Section
====================================================================

***/
.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 991.98px) {
  .section-padding {
    padding: 70px 0;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 767.98px) {
  br {
    display: none;
  }
}

.fix {
  overflow: hidden;
}

.align-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.array-button .array-prev,
.array-button .array-next {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.array-button .array-prev:hover,
.array-button .array-next:hover {
  color: var(--theme-color-black);
  background: var(--theme-color1);
  border: none;
}

.bb-top {
  border-top: 1px solid rgba(12, 47, 37, 0.1);
}

.bb-bottom {
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

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

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

.section-bg-3 {
  background-color: var(--theme-color2) !important;
}

.swiper-dot {
  position: relative;
  z-index: 99;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .swiper-dot {
    margin-top: 30px;
  }
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--border-color1-rgba);
  opacity: 1;
  border-radius: 15px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.tp--hover-item {
  position: relative;
}

.tp--hover-img {
  overflow: hidden;
}
.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 40px;
  height: 100%;
  position: absolute;
}

.anim-reveal-line {
  overflow: hidden;
}

.body-bg {
  background-color: #f6f5ef;
}

.sticky-style {
  position: sticky;
  top: 100px;
}

.get-in-touch {
  background-color: var(--theme-color3);
  border-radius: 20px;
  color: var(--theme-color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  gap: 5px;
  line-height: 26px;
  margin-top: 60px;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.get-in-touch.style-5 {
  background-color: #0F0B19;
}
.get-in-touch.style-5 a {
  font-family: var(--heading-font-family);
}
@media (max-width: 767.98px) {
  .get-in-touch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 20px;
  }
}
.get-in-touch::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: 46px;
  border-radius: 28px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#88ff2a), to(rgba(82, 153, 25, 0)));
  background: linear-gradient(90deg, #88ff2a 0%, rgba(82, 153, 25, 0) 100%);
}
@media (max-width: 767.98px) {
  .get-in-touch::after {
    display: none;
  }
}
.get-in-touch a {
  color: var(--theme-color1);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.circle-box {
  position: relative;
  width: 300px;
  height: 300px;
}
.circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 6px;
}
.circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.circle-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.circle-box .highlight-arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.video-icon {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 11;
}
.video-icon .video-button-ripple::before,
.video-icon .video-button-ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: popupVideo 3s infinite;
          animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video-icon .video-button-ripple::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-icon .video-button-ripple::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.multiple-section {
  position: relative;
  z-index: 1;
}
.multiple-section .work-one {
  position: relative;
}
.multiple-section .work-one .top-object-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.multiple-section .inner {
  margin: 0 60px;
  border-radius: 40px;
  position: relative;
}
.multiple-section .inner .object-cricle {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1699.98px) {
  .multiple-section .inner {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .multiple-section .inner {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .multiple-section .inner {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.multiple-section .inner .shape-1 {
  position: absolute;
  top: -20px;
  right: -20px;
}
.multiple-section .inner .light-shape {
  position: absolute;
  width: 1080px;
  height: 1080px;
  border-radius: 50%;
  opacity: 0.2;
  left: -5%;
  bottom: -100px;
  background: transparent;
  border: 110px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: -1;
}
.multiple-section .inner .light-shape2 {
  position: absolute;
  width: 555px;
  height: 555px;
  border-radius: 50%;
  opacity: 0.3;
  right: -15%;
  bottom: -10px;
  background: transparent;
  border: 60px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: -1;
}
.multiple-section .inner .bg-image {
  background-color: var(--theme-color3);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: 0.1;
  border-radius: 40px;
}
.multiple-section .inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color3);
  left: 10px;
  z-index: -1;
  border-radius: 40px;
}

.multiple-section-6 .inner .array-button .array-next, .multiple-section-6 .inner .array-button .array-prev {
  background-color: var(--body-bg);
}
.multiple-section-6 .inner .array-button .array-next:hover, .multiple-section-6 .inner .array-button .array-prev:hover {
  background-color: var(--theme-color1);
}

.title-shadow {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.24);
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -5px;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  white-space: nowrap;
  z-index: -1;
}
.title-shadow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #0a0a0a;
  -webkit-filter: blur(90px);
          filter: blur(90px);
  opacity: 1;
  left: auto;
  right: -80px;
}
@media (max-width: 1699.98px) {
  .title-shadow::after {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .title-shadow {
    position: relative;
    right: 0;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    z-index: 1;
    white-space: unset;
  }
}
@media (max-width: 1199.98px) {
  .title-shadow {
    font-size: 220px;
  }
}
@media (max-width: 991.98px) {
  .title-shadow {
    font-size: 180px;
  }
}
@media (max-width: 767.98px) {
  .title-shadow {
    font-size: 150px;
  }
}
@media (max-width: 575.98px) {
  .title-shadow {
    font-size: 120px;
  }
}
@media (max-width: 469.98px) {
  .title-shadow {
    font-size: 100px;
  }
}
.title-shadow.style-2 {
  left: auto;
  right: -30px;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}
@media (max-width: 1699.98px) {
  .title-shadow.style-2 {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.title-shadow.style-2::after {
  right: auto;
  left: -80px;
}

.title-shadow-2 {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -135px;
  color: var(--theme-color1);
  text-align: center;
  font-size: 160px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .title-shadow-2 {
    top: -102px;
    font-size: 120px;
  }
}
@media (max-width: 991.98px) {
  .title-shadow-2 {
    top: -150px;
    font-size: 105px;
  }
}
@media (max-width: 767.98px) {
  .title-shadow-2 {
    top: -70px;
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .title-shadow-2 {
    top: -115px;
  }
}
@media (max-width: 469.98px) {
  .title-shadow-2 {
    font-size: 60px;
  }
}
.title-shadow-2 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--border-color1-rgba);
}

.bb-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.mt-minus-30px {
  margin-top: -30px;
}

.pb-160 {
  padding-bottom: 160px !important;
}

@media (max-width: 1199.98px) {
  br {
    display: none;
  }
}

.text-body {
  color: #D9D9D9 !important;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.mobile-nav-toggler.style-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mobile-nav-toggler.style-2 span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color-white);
}
.mobile-nav-toggler.style-2 span:nth-child(2) {
  width: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-toggler.style-2 span:nth-child(3) {
  width: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav-toggler.style-2:hover span:nth-child(2) {
  width: 40px;
}
.mobile-nav-toggler.style-2:hover span:nth-child(3) {
  width: 40px;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block !important;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 5px;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color-white);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--headings-color);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--title-font);
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color-black);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color2);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .sec-title {
    margin-bottom: 10px;
  }
}
.sec-title .sec-sub-title {
  background-color: var(--bg-color);
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 31px;
  margin-bottom: 15px;
}
.sec-title .sec-sub-title .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-left: 15px;
}
.sec-title .sec-sub-title .sub-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .sec-title .title {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .sec-title .title {
    font-size: 36px;
  }
}
@media (max-width: 469.98px) {
  .sec-title .title {
    font-size: 28px;
  }
}

.section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}

.hero-1 {
  margin: 20px;
  overflow: hidden;
}
.hero-1 .hero-content {
  background-color: var(--theme-color3);
  padding: 100px 0 50px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699.98px) {
  .hero-1 .hero-content {
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content {
    text-align: center;
    padding-top: 160px;
  }
}
@media (max-width: 767.98px) {
  .hero-1 .hero-content {
    padding-top: 140px;
  }
}
.hero-1 .hero-content .title {
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  font-size: clamp(24px, 5vw, 80px);
  line-height: 1;
}
@media screen and (max-width: 400px) {
  .hero-1 .hero-content .theme-btn-main .theme-btn {
    font-size: 14px;
  }
}
.hero-1 .hero-content .theme-btn-main .theme-btn-arrow-left, .hero-1 .hero-content .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-color1);
}
.hero-1 .machine-image {
  position: relative;
  z-index: 9;
}
@media (max-width: 1699.98px) {
  .hero-1 .machine-image {
    margin-left: -180px;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .machine-image {
    margin-left: 0;
  }
}
.hero-1 .machine-image .vec-shape {
  position: absolute;
  top: 60%;
  left: 67%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .hero-1 .machine-image .vec-shape {
    left: 55%;
  }
}
@media screen and (max-width: 400px) {
  .hero-1 .machine-image img {
    width: 100%;
  }
}
.hero-1 .banner-image {
  border-radius: 40px;
  height: 990px;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-1 .banner-image {
    height: 1310px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .banner-image {
    height: 1170px;
  }
}
.hero-1 .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  object-fit: cover;
}
.hero-1 .banner-image .hero-form {
  position: relative;
  background-color: var(--theme-color-white);
  position: absolute;
  right: 74px;
  bottom: 74px;
  max-width: 736px;
  width: 100%;
  padding: 36px 40px;
  border-radius: 33px;
}
@media (max-width: 991.98px) {
  .hero-1 .banner-image .hero-form {
    max-width: initial;
    width: initial;
    left: 30px;
    right: 30px;
    top: initial;
  }
}
@media (max-width: 767.98px) {
  .hero-1 .banner-image .hero-form {
    padding: 40px 30px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .banner-image .hero-form {
    padding: 30px 25px;
  }
}
@media (max-width: 375.98px) {
  .hero-1 .banner-image .hero-form {
    left: 5px;
    right: 5px;
  }
}
.hero-1 .banner-image .hero-form .book-title {
  font-size: 40px;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-1 .banner-image .hero-form form {
  margin-top: 20px;
}
.hero-1 .banner-image .hero-form form .form-clt p {
  color: var(--theme-color2);
  margin-bottom: 16px;
}
.hero-1 .banner-image .hero-form form .form-clt input, .hero-1 .banner-image .hero-form form .form-clt textarea {
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--bg-color);
  padding: 20px 24px;
  line-height: 1;
  border-radius: 10px;
  color: var(--text-color);
}
@media (max-width: 469.98px) {
  .hero-1 .banner-image .hero-form form .form-clt input, .hero-1 .banner-image .hero-form form .form-clt textarea {
    padding: 16px 20px;
  }
}
.hero-1 .banner-image .hero-form form .form-clt input::-webkit-input-placeholder, .hero-1 .banner-image .hero-form form .form-clt textarea::-webkit-input-placeholder {
  color: var(--text-color);
}
.hero-1 .banner-image .hero-form form .form-clt input::-moz-placeholder, .hero-1 .banner-image .hero-form form .form-clt textarea::-moz-placeholder {
  color: var(--text-color);
}
.hero-1 .banner-image .hero-form form .form-clt input:-ms-input-placeholder, .hero-1 .banner-image .hero-form form .form-clt textarea:-ms-input-placeholder {
  color: var(--text-color);
}
.hero-1 .banner-image .hero-form form .form-clt input::-ms-input-placeholder, .hero-1 .banner-image .hero-form form .form-clt textarea::-ms-input-placeholder {
  color: var(--text-color);
}
.hero-1 .banner-image .hero-form form .form-clt input::placeholder, .hero-1 .banner-image .hero-form form .form-clt textarea::placeholder {
  color: var(--text-color);
}
.hero-1 .banner-image .hero-form form .form-clt textarea {
  padding-bottom: 75px;
}
@media (max-width: 469.98px) {
  .hero-1 .banner-image .hero-form form .form-clt textarea {
    padding-bottom: 50px;
  }
}
.hero-1 .banner-image .hero-form form .form-clt .form .single-select {
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--bg-color);
  padding: 20px 24px;
  line-height: 1;
  border-radius: 10px;
  color: var(--text-color);
  height: initial;
  line-height: initial;
}
.hero-1 .banner-image .hero-form form .form-clt .form .single-select .current {
  color: var(--text-color);
}
.hero-1 .banner-image .hero-form form .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--theme-color2);
  border-right: 2px solid var(--theme-color2);
  width: 8px;
  height: 8px;
  right: 24px;
}
.hero-1 .banner-image .hero-form form .form-clt .form .single-select .list {
  width: 100%;
}
.hero-1 .banner-image .hero-form form .form-clt .custom-file-input {
  padding: 14px 24px;
}
.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::-webkit-file-upload-button {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid rgba(12, 47, 37, 0.1);
  margin-right: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::file-selector-button {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid rgba(12, 47, 37, 0.1);
  margin-right: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::-webkit-file-upload-button:hover {
  background-color: var(--theme-color1);
}
.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::file-selector-button:hover {
  background-color: var(--theme-color1);
}

.hero-2 {
  margin: 0 20px;
  padding: 470px 0 100px;
  border-radius: 30px;
  position: relative;
  z-index: 8;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .hero-2 {
    padding-top: 250px;
  }
}
@media (max-width: 991.98px) {
  .hero-2 {
    padding-top: 170px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 {
    padding-top: 150px;
  }
}
.hero-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(111.29deg, #0C2F25 30.35%, rgba(12, 47, 37, 0) 91.12%);
  border-radius: 30px;
  opacity: 0.7;
  z-index: -1;
}
.hero-2 .hero-items {
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1699.98px) {
  .hero-2 .hero-items {
    padding: 0 50px;
  }
}
@media (max-width: 1399.98px) {
  .hero-2 .hero-items {
    padding: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-items {
    padding: 0 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 320px) {
  .hero-2 .hero-items {
    padding: 0 10px;
  }
}
.hero-2 .hero-items .content .hero-title {
  color: var(--theme-color-white);
  font-size: 80px;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 5vw, 80px);
  line-height: 1;
}
.hero-2 .hero-items .content .hero-title span {
  color: var(--theme-color1);
}
.hero-2 .hero-items .content p {
  color: var(--theme-color-white);
  max-width: 660px;
  margin-top: 14px;
}
.hero-2 .hero-items .content .theme-btn-main {
  background-color: var(--theme-color-white);
  margin-top: 36px;
}
.hero-2 .hero-items .content .theme-btn-main .theme-btn-arrow-right, .hero-2 .hero-items .content .theme-btn-main .theme-btn-arrow-left {
  background-color: var(--theme-color1);
}
.hero-2 .hero-items .hero-wrap .hero-thumb {
  max-width: 380px;
  margin-left: auto;
  position: relative;
}
.hero-2 .hero-items .hero-wrap .hero-thumb .small-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(12, 47, 37, 0.71);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 22px 30px;
  position: absolute;
  right: 0;
}
@media (max-width: 375.98px) {
  .hero-2 .hero-items .hero-wrap .hero-thumb .small-content {
    padding: 20px 15px;
  }
}
.hero-2 .hero-items .hero-wrap .hero-thumb .small-content .title {
  color: var(--theme-color-white);
  font-size: 24px;
  max-width: 217px;
}
.hero-2 .hero-items .hero-wrap .hero-thumb .small-content .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.hero-2 .hero-items .hero-wrap .hero-thumb .small-content .icon i {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 375.98px) {
  .hero-2 .hero-items .hero-wrap .hero-thumb .small-content .icon {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.hero-2 .hero-items .hero-wrap .hero-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.choose-us-block1 {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .choose-us-block1 {
    margin-top: 0;
  }
}
.choose-us-block1 .flower-shape {
  position: absolute;
  bottom: 0;
  display: block;
  right: -98px;
}
@media (max-width: 1399.98px) {
  .choose-us-block1 .flower-shape {
    display: none;
  }
}
.choose-us-block1 .thumb {
  max-width: 580px;
  position: relative;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536 575"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 575H83C185.173 575 268 492.173 268 390V0C119.988 0 0 119.988 0 268V575Z M536 575H453C350.827 575 268 492.173 268 390V0C416.012 0 536 119.988 536 268V575Z" /></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536 575"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 575H83C185.173 575 268 492.173 268 390V0C119.988 0 0 119.988 0 268V575Z M536 575H453C350.827 575 268 492.173 268 390V0C416.012 0 536 119.988 536 268V575Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.choose-us-block1 .thumb img {
  width: 100%;
  height: 100%;
}

.choose-us-block-content1 {
  margin-top: 30px;
  max-width: 536px;
  margin-left: auto;
  border: 1px solid rgba(12, 47, 37, 0.1);
  border-radius: 30px;
  padding: 33px 0 30px;
}
@media (max-width: 1199.98px) {
  .choose-us-block-content1 {
    margin-left: initial;
  }
}
.choose-us-block-content1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 21px 60px 23px;
}
@media (max-width: 1199.98px) {
  .choose-us-block-content1 li {
    padding: 30px 25px;
    padding-bottom: 25px;
    gap: 18px;
  }
}
@media (max-width: 469.98px) {
  .choose-us-block-content1 li {
    display: -ms-grid;
    display: grid;
  }
}
.choose-us-block-content1 li:not(:last-child) {
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}
.choose-us-block-content1 li .icon {
  border-radius: 50%;
  text-align: center;
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--bg-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 7px;
  z-index: 9;
}
.choose-us-block-content1 li .icon::before {
  background-color: var(--theme-color3);
  border-radius: 50%;
  height: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.choose-us-block-content1 li .icon svg path, .choose-us-block-content1 li .icon i path, .choose-us-block-content1 li .icon img path {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.choose-us-block-content1 li .content p {
  padding-right: 20px;
  margin-top: 5px;
}
.choose-us-block-content1 li:hover .icon svg, .choose-us-block-content1 li:hover .icon i, .choose-us-block-content1 li:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.choose-us-block-content1 li:hover .icon svg path, .choose-us-block-content1 li:hover .icon i path, .choose-us-block-content1 li:hover .icon img path {
  fill: var(--theme-color1);
}
.choose-us-block-content1 li:hover .icon::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.benefit-image-1 {
  overflow: hidden;
  border-radius: 23px;
  width: 1580px;
  margin-top: 45px;
  position: relative;
}
@media (max-width: 1899.98px) {
  .benefit-image-1 {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  .benefit-image-1 {
    margin-top: 30px;
  }
}
@media (max-width: 469.98px) {
  .benefit-image-1 {
    height: 750px;
  }
}
.benefit-image-1 .benefit-list-item {
  background-color: var(--theme-color-white);
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 1350px;
  width: 100%;
  padding: 60px 50px 55px;
  border-radius: 23px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1899.98px) {
  .benefit-image-1 .benefit-list-item {
    max-width: initial;
    width: initial;
  }
}
@media (max-width: 1399.98px) {
  .benefit-image-1 .benefit-list-item {
    max-width: initial;
    width: initial;
    padding: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .benefit-image-1 .benefit-list-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.benefit-image-1 .benefit-list-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 410px;
}
@media (max-width: 1199.98px) {
  .benefit-image-1 .benefit-list-item li {
    gap: 18px;
  }
}
@media (max-width: 469.98px) {
  .benefit-image-1 .benefit-list-item li {
    display: -ms-grid;
    display: grid;
  }
}
.benefit-image-1 .benefit-list-item li .icon {
  border-radius: 50%;
  text-align: center;
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--bg-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
.benefit-image-1 .benefit-list-item li .icon::before {
  background-color: var(--theme-color3);
  border-radius: 50%;
  height: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefit-image-1 .benefit-list-item li .icon svg path, .benefit-image-1 .benefit-list-item li .icon i path, .benefit-image-1 .benefit-list-item li .icon img path {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.benefit-image-1 .benefit-list-item li .content h4 {
  line-height: 1;
  margin-bottom: 10px;
}
.benefit-image-1 .benefit-list-item li:hover .icon svg, .benefit-image-1 .benefit-list-item li:hover .icon i, .benefit-image-1 .benefit-list-item li:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.benefit-image-1 .benefit-list-item li:hover .icon svg path, .benefit-image-1 .benefit-list-item li:hover .icon i path, .benefit-image-1 .benefit-list-item li:hover .icon img path {
  fill: var(--theme-color1);
}
.benefit-image-1 .benefit-list-item li:hover .icon::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.benefit-image-1 img {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose-us-block-list2 {
  margin-top: 30px;
}
.choose-us-block-list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 400px) {
  .choose-us-block-list2 li {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .choose-us-block-list2 li .icon {
    margin: 0 auto !important;
  }
}
.choose-us-block-list2 li:not(:last-child) {
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
  margin-bottom: 60px;
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  .choose-us-block-list2 li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.choose-us-block-list2 li .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
.choose-us-block-list2 li .icon::before {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.choose-us-block-list2 li .content .text {
  padding-right: 35px;
}
@media (max-width: 1399.98px) {
  .choose-us-block-list2 li .content .text {
    padding-right: 0;
  }
}
.choose-us-block-list2 li:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.choose-us-block-list2 li:hover .icon::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.choose-us-image-2 {
  max-width: 427px;
  position: relative;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 427 427"><path d="M423.124 170.896C426.777 200.909 393.942 345.884 294.992 391.084C368.393 350.208 467.215 158.541 368.393 66.5208C352.74 56.339 336.96 51.6101 323.643 49.2031C467.598 99.4096 346.857 446.829 108.922 400.329C139.718 417.306 174.995 427.019 212.608 427.019C356.074 427.019 447.357 293.952 423.124 170.938V170.896Z" fill="black"/><path d="M91.7715 358.222C88.8831 370.832 78.4125 370.044 51.9706 335.536C-64.3951 184.107 231.946 -19.2747 368.382 66.5044C288.44 -16.889 149.328 -25.7502 61.0819 62.2016C25.6773 97.5187 5.3521 142.272 0 188.623C11.2564 154.882 91.0282 7.84148 255.796 32.6145C158.588 27.3106 80.324 83.6943 39.4399 137.905C-20.1978 216.762 7.92196 319.795 67.7083 370.427C85.1876 380.46 90.2848 369.895 91.7715 358.2V358.222Z" fill="black"/><path d="M82.2376 281.659C84.8074 295.867 95.8302 340.407 91.7312 358.215C90.2657 369.888 85.1685 380.475 67.668 370.442C109.041 404.46 107.511 325.028 160.119 253.052C161.882 250.645 157.762 191.727 159.652 189.341C160.735 187.978 167.765 243.147 168.869 241.784C177.96 230.771 188.473 220.121 200.791 210.237C202.044 209.236 207.948 168.317 209.244 167.337C210.348 166.506 206.801 205.572 207.927 204.763C221.583 194.687 249.724 180.011 267.926 172.385C258.815 177.732 232.479 193.771 220.458 204.145L264.209 201.227C264.209 201.227 213.619 210.131 212.239 211.43C206.653 216.691 187.113 237.971 167.744 269.156C166.554 271.094 230.206 261.274 228.996 263.277C227.721 265.407 161.606 279.38 160.353 281.595C147.78 303.727 136.056 329.8 129.217 358.109C331.833 409.061 333.043 137.92 333.914 72.1641C280.372 150.424 52.801 122.03 82.2588 281.681L82.2376 281.659Z" fill="black"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 427 427"><path d="M423.124 170.896C426.777 200.909 393.942 345.884 294.992 391.084C368.393 350.208 467.215 158.541 368.393 66.5208C352.74 56.339 336.96 51.6101 323.643 49.2031C467.598 99.4096 346.857 446.829 108.922 400.329C139.718 417.306 174.995 427.019 212.608 427.019C356.074 427.019 447.357 293.952 423.124 170.938V170.896Z" fill="black"/><path d="M91.7715 358.222C88.8831 370.832 78.4125 370.044 51.9706 335.536C-64.3951 184.107 231.946 -19.2747 368.382 66.5044C288.44 -16.889 149.328 -25.7502 61.0819 62.2016C25.6773 97.5187 5.3521 142.272 0 188.623C11.2564 154.882 91.0282 7.84148 255.796 32.6145C158.588 27.3106 80.324 83.6943 39.4399 137.905C-20.1978 216.762 7.92196 319.795 67.7083 370.427C85.1876 380.46 90.2848 369.895 91.7715 358.2V358.222Z" fill="black"/><path d="M82.2376 281.659C84.8074 295.867 95.8302 340.407 91.7312 358.215C90.2657 369.888 85.1685 380.475 67.668 370.442C109.041 404.46 107.511 325.028 160.119 253.052C161.882 250.645 157.762 191.727 159.652 189.341C160.735 187.978 167.765 243.147 168.869 241.784C177.96 230.771 188.473 220.121 200.791 210.237C202.044 209.236 207.948 168.317 209.244 167.337C210.348 166.506 206.801 205.572 207.927 204.763C221.583 194.687 249.724 180.011 267.926 172.385C258.815 177.732 232.479 193.771 220.458 204.145L264.209 201.227C264.209 201.227 213.619 210.131 212.239 211.43C206.653 216.691 187.113 237.971 167.744 269.156C166.554 271.094 230.206 261.274 228.996 263.277C227.721 265.407 161.606 279.38 160.353 281.595C147.78 303.727 136.056 329.8 129.217 358.109C331.833 409.061 333.043 137.92 333.914 72.1641C280.372 150.424 52.801 122.03 82.2588 281.681L82.2376 281.659Z" fill="black"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  margin-top: 30px;
}
.choose-us-image-2 img {
  width: 100%;
  height: 100%;
}

.choose-us-section-2 {
  position: relative;
  margin: 0 40px;
  border-radius: 30px;
}
@media (max-width: 1699.98px) {
  .choose-us-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .choose-us-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .choose-us-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .choose-us-section-2 {
    margin: 0 16px;
  }
}
.choose-us-section-2 .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-name: moveLeftRight;
          animation-name: moveLeftRight;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.choose-us-section-2 .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: moveRightToLeft 10s linear infinite alternate;
          animation: moveRightToLeft 10s linear infinite alternate;
}
.choose-us-section-2 .shape3 {
  position: absolute;
  right: 0;
  top: 52px;
  -webkit-animation: wind-blow 6s linear infinite;
          animation: wind-blow 6s linear infinite;
}

.how-it-block-items-2 {
  margin-top: 30px;
  border-radius: 20px;
  background-color: var(--bg-color);
  padding: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .how-it-block-items-2 {
    padding: 30px;
  }
}
.how-it-block-items-2::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 30px;
}
.how-it-block-items-2 .number-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  position: relative;
  z-index: 11;
}
.how-it-block-items-2 .number-top .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.how-it-block-items-2 .content {
  position: relative;
  z-index: 11;
}
.how-it-block-items-2 .content .title {
  margin-bottom: 10px;
}
.how-it-block-items-2 .content p {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}
.how-it-block-items-2:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.how-it-block-items-2:hover .icon svg {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.how-it-block-items-2.active .number-top .number {
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
}
.how-it-block-items-2.active .content p {
  color: var(--theme-color2);
}
.how-it-block-items-2.active::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.how-it-client-wrapper {
  border: 1px solid rgba(12, 47, 37, 0.1);
  padding: 30px;
  border-radius: 20px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .how-it-client-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.how-it-client-wrapper .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 575.98px) {
  .how-it-client-wrapper .client-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    text-align: center;
  }
}
.how-it-client-wrapper .client-info .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-it-client-wrapper .client-info .client-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--bg-color);
}
.how-it-client-wrapper .client-info .client-image .icon-1 {
  margin-right: -10px;
}
.how-it-client-wrapper .client-info .client-image .icon-2 {
  margin-right: -10px;
}
.how-it-client-wrapper .client-info .client-image .icon-3 {
  margin-right: -10px;
}
.how-it-client-wrapper .client-info .info-title {
  font-size: 20px;
  font-weight: 400;
  max-width: 400px;
}
.how-it-client-wrapper .clieng-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media (max-width: 767.98px) {
  .how-it-client-wrapper .clieng-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .experience-speaks-card-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .experience-speaks-card-items p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .experience-speaks-card-items .count-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.experience-speaks-card-items .count-box {
  font-size: 60px;
  color: var(--theme-color3);
  margin-top: 85px;
}
@media (max-width: 991.98px) {
  .experience-speaks-card-items .count-box {
    margin-top: 30px;
  }
}
.experience-speaks-card-items .count-box.style-2 {
  margin-top: 0;
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  .experience-speaks-card-items .count-box.style-2 {
    margin-bottom: 30px;
  }
}

.experience-speaks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .experience-speaks-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .experience-speaks-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .experience-speaks-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575.98px) {
  .experience-speaks-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media (max-width: 991.98px) {
  .experience-speaks-wrapper .line-shape {
    display: none;
  }
}

.experience-text {
  text-align: center;
  font-size: 24px;
  color: var(--theme-color2);
  background-color: var(--theme-color-white);
  padding: 0 20px;
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0 auto 60px;
}
@media (max-width: 991.98px) {
  .experience-text {
    margin-bottom: 30px;
  }
}

.experience-speaks-section {
  position: relative;
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
  padding-bottom: 70px;
}
.experience-speaks-section::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(12, 47, 37, 0.1);
  top: 23px;
}

.single-how-it-work-items .text {
  margin-top: 20px;
}
.single-how-it-work-items .how-it-box-items {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .single-how-it-work-items .how-it-box-items {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px;
  }
}
.single-how-it-work-items .how-it-box-items .thumb {
  max-width: 234px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .single-how-it-work-items .how-it-box-items .thumb {
    max-width: initial;
  }
}
.single-how-it-work-items .how-it-box-items .thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.single-how-it-work-items .how-it-box-items .how-it-box {
  background-color: var(--bg-color);
  text-align: center;
  max-width: 250px;
  padding: 30px 10px;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .single-how-it-work-items .how-it-box-items .how-it-box {
    max-width: initial;
  }
}
.single-how-it-work-items .how-it-box-items .how-it-box2 {
  background-color: var(--bg-color);
  border-radius: 20px;
  max-width: 143px;
  padding: 30px 10px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .single-how-it-work-items .how-it-box-items .how-it-box2 {
    max-width: initial;
    text-align: center;
  }
}

.how-it-faq-1 {
  max-width: 536px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .how-it-faq-1 {
    max-width: initial;
  }
}
.how-it-faq-1 .accordion-box {
  position: relative;
}
.how-it-faq-1 .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid rgba(12, 47, 37, 0.1);
}
.how-it-faq-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--theme-color2);
  font-weight: 400;
  font-family: var(--heading-font-family);
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 23px 30px;
  line-height: 1;
}
@media (max-width: 375.98px) {
  .how-it-faq-1 .accordion-box .block .acc-btn {
    padding: 20px 30px 20px 20px;
  }
}
.how-it-faq-1 .accordion-box .block .acc-btn .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .how-it-faq-1 .accordion-box .block .acc-btn .title {
    gap: 10px;
  }
}
.how-it-faq-1 .accordion-box .block .acc-btn .title .number {
  color: var(--theme-color3);
}
.how-it-faq-1 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 30px;
  top: 28px;
  font-size: 18px;
  text-align: center;
  color: var(--theme-color3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}
@media (max-width: 375.98px) {
  .how-it-faq-1 .accordion-box .block .acc-btn .icon {
    right: 15px;
    top: 23px;
  }
}
.how-it-faq-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-top: 1px solid var(--theme-color1);
  padding: 23px 30px;
  line-height: 1;
}
.how-it-faq-1 .accordion-box .block .acc-content .content {
  position: relative;
}
.how-it-faq-1 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: #6D827C;
}
@media (max-width: 575.98px) {
  .how-it-faq-1 .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
.how-it-faq-1 .active-block {
  background-color: var(--bg-color) !important;
  border: 1px solid var(--bg-color) !important;
}
.how-it-faq-1 .accordion-box .block .acc-content.current {
  display: block;
}
.how-it-faq-1 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
  color: var(--theme-color3);
}
.how-it-faq-1 .accordion-box .block .acc-btn.active {
  color: var(--theme-color-white);
}
.how-it-faq-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}

.about-block-items-1 .about-text {
  max-width: 426px;
  color: #6D827C;
}
@media (max-width: 1399.98px) {
  .about-block-items-1 .about-text {
    max-width: 385px;
  }
}
@media (max-width: 991.98px) {
  .about-block-items-1 .about-text {
    max-width: initial;
  }
}
.about-block-items-1 .about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  margin-top: 42px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1399.98px) {
  .about-block-items-1 .about-wrap {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .about-block-items-1 .about-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.about-block-items-1 .about-wrap .about-counter {
  margin-top: 26px;
}
@media (max-width: 1199.98px) {
  .about-block-items-1 .about-wrap .about-counter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-block-items-1 .about-wrap .about-counter .count-box {
  font-size: 120px;
  font-weight: 500;
  color: var(--theme-color3);
  min-width: 200px;
  width: 100%;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .about-block-items-1 .about-wrap .about-counter .count-box {
    font-size: 80px;
  }
}
.about-block-items-1 .about-wrap .about-counter p {
  color: var(--theme-color2);
  margin-top: -6px;
}
.about-block-items-1 .about-wrap .about-counter .theme-btn-main {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .about-block-items-1 .about-wrap .about-counter .theme-btn-main {
    margin-top: 30px;
  }
}
.about-block-items-1 .about-wrap .about-icon-items {
  background-color: var(--bg-color);
  padding: 33px 40px;
  border-radius: 20px;
  max-width: 730px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 730px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .about-block-items-1 .about-wrap .about-icon-items {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .about-block-items-1 .about-wrap .about-icon-items {
    width: initial;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-block-items-1 .about-wrap .about-icon-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
}
.about-block-items-1 .about-wrap .about-icon-items .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 469.98px) {
  .about-block-items-1 .about-wrap .about-icon-items .icon-items {
    display: -ms-grid;
    display: grid;
    gap: 20px;
  }
}
.about-block-items-1 .about-wrap .about-icon-items .icon-items .icon {
  position: relative;
  top: 7px;
  z-index: 1;
}
.about-block-items-1 .about-wrap .about-icon-items .icon-items .icon::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 469.98px) {
  .about-block-items-1 .about-wrap .about-icon-items .icon-items .icon::before {
    left: 25px;
    -webkit-transform: initial;
            transform: initial;
  }
}
.about-block-items-1 .about-wrap .about-icon-items .icon-items .content {
  max-width: 230px;
}
.about-block-items-1 .about-wrap .about-icon-items .icon-items .content p {
  margin-top: 5px;
}
.about-block-items-1 .about-wrap .about-icon-items .icon-items:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.about-block-items-1 .about-wrap .about-right-items {
  margin-top: -20px;
}
@media (max-width: 1199.98px) {
  .about-block-items-1 .about-wrap .about-right-items {
    margin-top: 0;
  }
}

.about-image-1 {
  position: relative;
  border-radius: 20px;
  width: 536px;
  height: 590px;
}
@media (max-width: 1399.98px) {
  .about-image-1 {
    width: initial;
  }
}
@media (max-width: 767.98px) {
  .about-image-1 {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .about-image-1 {
    height: 480px;
  }
}
@media (max-width: 469.98px) {
  .about-image-1 {
    height: 400px;
  }
}
.about-image-1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-block-image-2 {
  position: relative;
  border-right: 1px solid rgba(12, 47, 37, 0.1);
  margin-right: -25px;
}
@media (max-width: 1399.98px) {
  .about-block-image-2 {
    border-right: none;
    margin-right: 0;
  }
}
.about-block-image-2 .thumb {
  border-radius: 20px;
  overflow: hidden;
  max-width: 536px;
}
@media (max-width: 1199.98px) {
  .about-block-image-2 .thumb {
    max-width: initial;
  }
}
@media (max-width: 991.98px) {
  .about-block-image-2 .thumb {
    height: 590px;
  }
}
@media (max-width: 575.98px) {
  .about-block-image-2 .thumb {
    height: 450px;
  }
}
.about-block-image-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-block-image-2 .leaf-shape {
  position: absolute;
  top: -25px;
  bottom: 0;
  right: 28px;
}
@media (max-width: 1399.98px) {
  .about-block-image-2 .leaf-shape {
    display: none;
  }
}
.about-block-image-2 .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--bg-color);
  padding: 14px 24px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 40px;
  min-width: 295px;
}
@media (max-width: 1399.98px) {
  .about-block-image-2 .count-box {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 469.98px) {
  .about-block-image-2 .count-box {
    min-width: initial;
  }
}
.about-block-image-2 .count-box .count-text {
  font-size: 80px;
  color: var(--theme-color3);
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .about-block-image-2 .count-box .count-text {
    font-size: 65px;
  }
}
@media (max-width: 469.98px) {
  .about-block-image-2 .count-box .count-text {
    font-size: 45px;
  }
}
.about-block-image-2 .count-box .count-title {
  font-size: 80px;
  color: var(--theme-color3);
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .about-block-image-2 .count-box .count-title {
    font-size: 65px;
  }
}
@media (max-width: 469.98px) {
  .about-block-image-2 .count-box .count-title {
    font-size: 45px;
  }
}
.about-block-image-2 .count-box .text {
  color: var(--theme-color2);
  max-width: 104px;
  line-height: 1.3;
}

.about-single-content-2 {
  max-width: 575px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .about-single-content-2 {
    margin-left: initial;
  }
}
.about-single-content-2 .about-text {
  margin-top: 12px;
}
.about-single-content-2 .counter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  margin-top: 25px;
  margin-bottom: 45px;
}
@media (max-width: 1399.98px) {
  .about-single-content-2 .counter-items {
    gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .about-single-content-2 .counter-items {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .about-single-content-2 .counter-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 25px;
  }
}
.about-single-content-2 .counter-items .count-box .count-title {
  font-size: 60px;
  color: var(--theme-color3);
}
@media (max-width: 575.98px) {
  .about-single-content-2 .counter-items .count-box .count-title {
    font-size: 50px;
  }
}
@media (max-width: 469.98px) {
  .about-single-content-2 .counter-items .count-box .count-title {
    font-size: 42px;
  }
}

.about-section-2 {
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

.service-section {
  margin: 0 40px;
  border-radius: 20px;
}
@media (max-width: 1699.98px) {
  .service-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .service-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .service-section {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .service-section {
    margin: 0 16px;
  }
}

.service-block-1 {
  padding: 40px 0;
  position: relative;
  background-color: var(--bg-color);
}
.service-block-1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(12, 47, 37, 0.1);
}
.service-block-1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background: var(--theme-color1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-block-1 .content .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 60px;
  line-height: 1;
}
.service-block-1 .content .icon::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  z-index: -1;
}
.service-block-1 .content .title {
  margin-top: 30px;
}
.service-block-1 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-block-1 .content .title a:hover {
  color: var(--theme-color1);
}
.service-block-1 .service-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.service-block-1 .service-image .number {
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 50px;
  color: var(--theme-color-white);
  background: rgba(253, 253, 253, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  border-radius: 10px;
  display: inline-block;
  padding: 0 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 9;
}
.service-block-1 .service-image .number b {
  color: var(--theme-color1);
}
.service-block-1 .service-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-1 .service-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-block-1 .content-2 {
  max-width: 336px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .service-block-1 .content-2 {
    margin-left: initial;
    max-width: initial;
  }
}
.service-block-1 .content-2 .link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-color2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .service-block-1 .content-2 .link-btn {
    margin-top: 20px;
  }
}
.service-block-1 .content-2 .link-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(12, 47, 37, 0.1);
}
.service-block-1 .content-2 .link-btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background: var(--theme-color1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-block-1 .content-2 .link-btn i {
  color: var(--theme-color1);
}
.service-block-1 .content-2 .link-btn:hover {
  color: var(--theme-color1);
}
.service-block-1 .content-2 .link-btn:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.service-block-1:hover .service-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-block-1:hover .service-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-block-1:hover .content .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.service-block-1:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.service-block-items-2 {
  margin-top: 30px;
  padding: 40px 30px;
  background-color: var(--bg-color);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-items-2::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 30px;
}
.service-block-items-2 .content .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}
.service-block-items-2 .content .icon::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-block-items-2 .content .title a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}
.service-block-items-2 .thumb {
  max-width: 252px;
  position: relative;
  -webkit-mask-image: url("../images/icons/service2-mask1.png");
          mask-image: url("../images/icons/service2-mask1.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  margin: 30px auto 0;
}
.service-block-items-2 .thumb img {
  width: 100%;
  height: 100%;
}
.service-block-items-2:hover .content .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.service-block-items-2:hover .thumb {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-block-items-2.active::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.service-block-items-2.active .icon::before {
  background-color: var(--theme-color-white);
}

.faq-section {
  margin: 0 40px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  margin-top: -50px;
}
@media (max-width: 1899.98px) {
  .faq-section {
    margin-top: 0;
  }
}
.faq-section .leaf-shape1 {
  position: absolute;
  left: 0;
  bottom: 100px;
}
@media (max-width: 1399.98px) {
  .faq-section .leaf-shape1 {
    display: none;
  }
}
.faq-section .leaf-shape2 {
  position: absolute;
  right: 0;
  top: 175px;
}
@media (max-width: 1399.98px) {
  .faq-section .leaf-shape2 {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .faq-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .faq-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .faq-section {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .faq-section {
    margin: 0 16px;
  }
}

.faq-content-1 {
  margin-top: 30px;
}
.faq-content-1 .accordion-box {
  position: relative;
}
.faq-content-1 .accordion-box .block {
  position: relative;
  background-color: var(--theme-color-white);
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 20px;
  padding: 30px 50px;
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .faq-content-1 .accordion-box .block {
    padding-left: 30px;
  }
}
.faq-content-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--theme-color2);
  font-weight: 400;
  font-family: var(--heading-font-family);
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .faq-content-1 .accordion-box .block .acc-btn {
    font-size: 22px;
    padding-right: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .faq-content-1 .accordion-box .block .acc-btn {
    font-size: 20px;
  }
}
.faq-content-1 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 34px !important;
  font-size: 18px;
  background-color: var(--bg-color);
  text-align: center;
  color: var(--headings-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .faq-content-1 .accordion-box .block .acc-btn .icon {
    top: -8px;
  }
}
@media (max-width: 767.98px) {
  .faq-content-1 .accordion-box .block .acc-btn .icon {
    top: 0;
  }
}
.faq-content-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 26px;
}
.faq-content-1 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-content-1 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  max-width: 945px;
}
.faq-content-1 .active-block {
  background-color: var(--theme-color3) !important;
}
.faq-content-1 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-content-1 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
  color: var(--theme-color3);
}
.faq-content-1 .accordion-box .block .acc-btn.active .icon {
  background-color: var(--theme-color1);
}
.faq-content-1 .accordion-box .block .acc-btn.active {
  color: var(--theme-color-white);
}
.faq-content-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}

.faq-section-2 {
  margin: 0 40px;
  border-radius: 20px;
}
@media (max-width: 1699.98px) {
  .faq-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .faq-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .faq-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .faq-section-2 {
    margin: 0 16px;
  }
}
.faq-section-2 .sec-title .sec-sub-title {
  background: rgba(255, 255, 255, 0.2);
}
.faq-section-2 .sec-title .sec-sub-title .sub-title {
  color: var(--theme-color-white);
}

.faq-content-2 {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: -60px;
  padding-left: 60px;
}
@media (max-width: 1399.98px) {
  .faq-content-2 {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.faq-content-2 .accordion-box {
  position: relative;
}
.faq-content-2 .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 25px;
  line-height: 1;
  border-radius: 20px;
  padding: 25px 40px;
  padding-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1399.98px) {
  .faq-content-2 .accordion-box .block {
    padding: 22px 30px;
  }
}
@media (max-width: 991.98px) {
  .faq-content-2 .accordion-box .block {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
}
.faq-content-2 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-family: var(--heading-font-family);
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399.98px) {
  .faq-content-2 .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.5;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .faq-content-2 .accordion-box .block .acc-btn {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .faq-content-2 .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.faq-content-2 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 34px !important;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}
.faq-content-2 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
.faq-content-2 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-content-2 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color2);
  max-width: 575px;
}
.faq-content-2 .active-block {
  background-color: var(--theme-color1) !important;
}
.faq-content-2 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-content-2 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
  color: var(--theme-color-white);
}
.faq-content-2 .accordion-box .block .acc-btn.active .icon {
  background-color: #10551F;
}
.faq-content-2 .accordion-box .block .acc-btn.active {
  color: var(--theme-color2);
}
.faq-content-2 .accordion-box .block:last-child {
  margin-bottom: 0;
}

.faq-left-items-2 {
  max-width: 424px;
}
.faq-left-items-2 .faq-image {
  max-width: 424px;
  margin-top: 40px;
}
.faq-left-items-2 .faq-image img {
  width: 100%;
  -webkit-mask-image: url(../images/icons/faq2-mask1.png);
          mask-image: url(../images/icons/faq2-mask1.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.faq-left-items-2 .faq-text-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .faq-left-items-2 .faq-text-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.faq-left-items-2 .faq-text-items .title {
  font-size: 20px;
  color: var(--theme-color-white);
  max-width: 190px;
  font-weight: 400;
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee-section {
  padding: 25px 0;
  background-color: var(--theme-color1);
}
.marquee-section.style-three {
  position: relative;
  margin-top: 80px;
  background-color: transparent;
}
.marquee-section.style-three .marquee {
  position: relative;
  padding: 20px;
  -webkit-transform: rotate(-4.57deg);
          transform: rotate(-4.57deg);
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .marquee-section.style-three .marquee {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.marquee-section.style-three .marquee.gray-bg {
  position: absolute;
  -webkit-transform: rotate(3.57deg);
          transform: rotate(3.57deg);
  background-color: var(--theme-color-gray);
}
@media (max-width: 1199.98px) {
  .marquee-section.style-three .marquee.gray-bg {
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-bottom: 20px;
  }
}
.marquee-section.style-three .marquee.gray-bg .text {
  color: var(--theme-color-white);
}
.marquee-section.style-three .marquee.slide-right {
  -webkit-transform: rotate(-4.57deg) scaleX(-1);
          transform: rotate(-4.57deg) scaleX(-1);
}
.marquee-section.style-three .marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  position: relative;
  font-size: 75px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--theme-color-white);
  padding-left: 70px;
  margin-left: 138px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.marquee .text:hover {
  color: var(--theme-color1);
}
.marquee .text:hover .color1 {
  color: var(--theme-color1);
}
.marquee .text:hover::after {
  background-color: var(--theme-color1);
}
.marquee .text .color1 {
  color: var(--theme-color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.marquee .text:after {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 38px;
  width: 38px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.slide-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/***

====================================================================
    Marquee Section Two
====================================================================

***/
.marquee-section-two {
  position: relative;
  padding: 80px 0 75px;
}

.marquee-two {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee-two .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee-two .text {
  position: relative;
  -webkit-text-fill-color: var(--headings-color);
  -webkit-text-stroke: 1px var(--headings-color);
  padding-left: 70px;
  margin-left: 70px;
  font-weight: 700;
  font-size: 76px;
  line-height: 90px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--title-font);
}
.marquee-two .text:after {
  position: absolute;
  top: 35px;
  left: 0;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
}
.marquee-two .text.color1 {
  -webkit-text-fill-color: var(--theme-color1);
  -webkit-text-stroke: 1px var(--theme-color1);
}
.marquee-two .text.color1:after {
  background-color: var(--theme-color13);
}
.marquee-two .text.color1:before {
  background-color: var(--theme-color1);
}
.marquee-two .text:before {
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 0px;
  height: 3px;
  content: "";
  background-color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.marquee-two .text:hover:before {
  width: calc(100% - 70px);
}
@media (prefers-reduced-motion: reduce) {
  .marquee-two .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

/***

====================================================================
    Marquee Style One
====================================================================

***/
.marquee-style-one {
  position: absolute;
  bottom: 55px;
}
.marquee-style-one .marquee-style {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee-style-one .marquee-style .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee-style-one .marquee-style .text {
  color: var(--theme-color-white);
  font-size: 85px;
  font-weight: 600;
  line-height: 95px;
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
  margin-left: 138px;
  font-family: var(--title-font);
}
@media (max-width: 1199.98px) {
  .marquee-style-one .marquee-style .text {
    font-size: 60px;
    line-height: 1.3;
    padding-left: 10px;
    margin-left: 110px;
  }
}
@media (max-width: 575.98px) {
  .marquee-style-one .marquee-style .text {
    font-size: 40px;
    padding-left: 0;
    margin-left: 90px;
  }
}
.marquee-style-one .marquee-style .text:after {
  background-image: url(../images/icons/theme-flower2.html);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -80px;
  top: 5px;
  height: 85px;
  width: 85px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .marquee-style-one .marquee-style .text:after {
    height: 60px;
    width: 60px;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  .marquee-style-one .marquee-style .text:after {
    height: 40px;
    width: 40px;
    left: -60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-style-one .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-three {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee-three .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee-three .marquee-group.style-home-3 .text {
  color: var(--headings-color);
}
.marquee-three .marquee-group.style-home-3 .text img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.marquee-three .text {
  font-size: 40px;
  line-height: 1.2;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0 40px;
  position: relative;
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-three .marquee-group {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.testimonial-block-content2 {
  position: relative;
  max-width: 648px;
}
.testimonial-block-content2 .testi-slider-block-2 {
  max-width: 648px;
  margin-top: 65px;
}
@media (max-width: 1399.98px) {
  .testimonial-block-content2 .testi-slider-block-2 {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-block-content2 .testi-slider-block-2 {
    margin-top: 35px;
  }
}
.testimonial-block-content2 .testi-slider-block-2 .quote-icon {
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-content2 .testi-slider-block-2 .quote-icon {
    margin-bottom: 26px;
  }
}
.testimonial-block-content2 .testi-slider-block-2 p {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
@media (max-width: 1199.98px) {
  .testimonial-block-content2 .testi-slider-block-2 p {
    font-size: 20px;
  }
}
@media (max-width: 469.98px) {
  .testimonial-block-content2 .testi-slider-block-2 p {
    font-size: 16px;
    line-height: 135%;
  }
}
.testimonial-block-content2 .testi-slider-block-2 .client-info {
  border-top: 1px solid rgba(12, 47, 37, 0.1);
  padding-top: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 469.98px) {
  .testimonial-block-content2 .testi-slider-block-2 .client-info {
    padding-top: 22px;
    margin-top: 22px;
  }
}
.testimonial-block-content2 .testi-slider-block-2 .client-info .client-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-block-content2 .testi-slider-block-2 .client-info .info-content .name {
  font-size: 20px;
  font-weight: 400;
}
.testimonial-block-content2 .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 469.98px) {
  .testimonial-block-content2 .array-button {
    position: static;
    margin-top: 20px;
  }
}
.testimonial-block-content2 .array-button .array-prev, .testimonial-block-content2 .array-button .array-next {
  border: 1px solid rgba(12, 47, 37, 0.1);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  background: transparent;
  color: var(--theme-color2);
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme-color-white);
}
.testimonial-block-content2 .array-button .array-prev:hover, .testimonial-block-content2 .array-button .array-next:hover {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}

.tetsimonial-image-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .tetsimonial-image-items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items {
    display: block;
  }
  .tetsimonial-image-items br {
    display: block;
  }
}
.tetsimonial-image-items .thumb {
  max-width: 398px;
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items .thumb {
    max-width: initial;
    height: 480px;
  }
}
.tetsimonial-image-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tetsimonial-image-items .testi-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: -30px;
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items .testi-ratting {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    gap: 30px;
    margin-top: 20px;
    margin-right: 0;
  }
}
@media (max-width: 355.98px) {
  .tetsimonial-image-items .testi-ratting {
    gap: 10px;
  }
}
.tetsimonial-image-items .testi-ratting .rattings .ratting-count {
  font-size: 60px;
  color: var(--theme-color3);
  line-height: 1;
}
.tetsimonial-image-items .testi-ratting .rattings .star {
  color: var(--theme-color1);
}
.tetsimonial-image-items .testi-ratting .testi-line {
  width: 1px;
  height: 76px;
  background-color: rgba(12, 47, 37, 0.1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items .testi-ratting .testi-line {
    display: none;
  }
}
.tetsimonial-image-items .testi-ratting p {
  color: var(--theme-color3);
}

.testimonial-left-items-1 .sec-title {
  margin-bottom: 105px;
}
@media (max-width: 1199.98px) {
  .testimonial-left-items-1 .sec-title {
    margin-bottom: 30px;
  }
}
.testimonial-left-items-1 .sec-title .sec-sub-title {
  background-color: rgba(255, 255, 255, 0.2);
}

.ratting-box-items {
  background-color: var(--theme-color1);
  border-radius: 14px;
  text-align: center;
  padding: 90px 50px;
  border-radius: 14px;
  border-bottom-left-radius: 130px;
  border-top-right-radius: 130px;
  position: relative;
  margin-left: 29px;
  margin-right: -35px;
}
@media (max-width: 1199.98px) {
  .ratting-box-items {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .ratting-box-items {
    border-radius: 20px;
    padding: 70px 40px;
  }
}
.ratting-box-items .rating .num {
  font-size: 60px;
  color: var(--theme-color2);
  line-height: 1;
}
.ratting-box-items .rating .star {
  color: var(--theme-color2);
}
.ratting-box-items .rating p {
  color: var(--theme-color3);
  margin-top: 10px;
}
.ratting-box-items .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.ratting-box-items .client-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--theme-color1);
}

.tetsimonial-right-items .testi-slider-block {
  max-width: 425px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .tetsimonial-right-items .testi-slider-block {
    margin-left: initial;
  }
}
.tetsimonial-right-items .testi-slider-block .quote-icon {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .tetsimonial-right-items .testi-slider-block .quote-icon {
    margin-bottom: 26px;
  }
}
.tetsimonial-right-items .testi-slider-block .star {
  color: var(--theme-color-white);
  margin-bottom: 15px;
}
.tetsimonial-right-items .testi-slider-block .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  color: #AEC7B3;
}
@media (max-width: 1199.98px) {
  .tetsimonial-right-items .testi-slider-block .text {
    font-size: 20px;
  }
}
@media (max-width: 469.98px) {
  .tetsimonial-right-items .testi-slider-block .text {
    font-size: 16px;
    line-height: 135%;
  }
}
.tetsimonial-right-items .testi-slider-block .client-info {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 469.98px) {
  .tetsimonial-right-items .testi-slider-block .client-info {
    padding-top: 22px;
    margin-top: 22px;
  }
}
.tetsimonial-right-items .testi-slider-block .client-info .client-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.tetsimonial-right-items .testi-slider-block .client-info .info-content .name {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.tetsimonial-right-items .testi-slider-block .client-info .info-content span {
  color: #AEC7B3;
}
.tetsimonial-right-items {
  position: relative;
}
.tetsimonial-right-items .array-button {
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .tetsimonial-right-items .array-button {
    position: static;
    margin-top: 30px;
  }
}
.tetsimonial-right-items .array-button .array-next, .tetsimonial-right-items .array-button .array-prev {
  gap: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.testimonial-section {
  margin: 0 40px;
  border-radius: 20px;
  padding-bottom: 170px !important;
}
@media (max-width: 1899.98px) {
  .testimonial-section {
    padding-bottom: 120px !important;
    overflow: hidden;
  }
}
@media (max-width: 1699.98px) {
  .testimonial-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section {
    margin: 0 20px;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 469.98px) {
  .testimonial-section {
    margin: 0 16px;
  }
}

/* Testimonial redesign */
.testimonial-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin: 0 28px 110px;
  padding: 72px 0 70px !important;
  border-radius: 28px;
  background-image:
    linear-gradient(135deg, rgba(17, 58, 35, 0.92), rgba(30, 86, 53, 0.9)),
    url("images/background/testimonial-bg-1-1.webp") !important;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 64px rgba(15, 43, 28, 0.18);
}
.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(212, 175, 55, 0.16), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 70% 78%, rgba(212, 175, 55, 0.12), transparent 24%);
  z-index: -2;
}
.testimonial-section::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: -1;
}
.testimonial-section .container,
.testimonial-section .row {
  position: relative;
  z-index: 2;
}
.testimonial-section .row {
  align-items: center;
}
.testimonial-ambient,
.testimonial-ambient-lines {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.testimonial-ambient {
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.72;
}
.testimonial-ambient-1 {
  width: 240px;
  height: 240px;
  top: -70px;
  left: -56px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.05) 44%, transparent 72%);
  animation: testimonialFloatOne 18s ease-in-out infinite;
}
.testimonial-ambient-2 {
  width: 300px;
  height: 300px;
  right: -90px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(53, 118, 72, 0.04) 45%, transparent 72%);
  animation: testimonialFloatTwo 22s ease-in-out infinite;
}
.testimonial-ambient-lines {
  top: 54%;
  left: 51%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.08;
  background:
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px 30px);
  animation: testimonialOrbitLines 60s linear infinite;
}
.testimonial-left-items-1 {
  position: relative;
  padding-right: 10px;
}
.testimonial-left-items-1 .sec-title {
  margin-bottom: 30px;
}
.testimonial-left-items-1 .sec-title .sec-sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.testimonial-left-items-1 .sec-title .sec-sub-title .sub-title,
.testimonial-left-items-1 .sec-title .testimonial-kicker {
  color: #ffffff !important;
}
.testimonial-left-items-1 .sec-title .sec-sub-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color1);
  box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.14);
}
.testimonial-left-items-1 .sec-title .title {
  max-width: 420px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.14;
  letter-spacing: 0;
}
.testimonial-left-items-1 .theme-btn-main {
  border-color: rgba(255, 255, 255, 0.46) !important;
  color: #ffffff !important;
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-left-items-1 .theme-btn-main::before {
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.testimonial-left-items-1 .theme-btn-main .theme-btn,
.testimonial-left-items-1 .theme-btn-main i {
  color: #ffffff !important;
}
.testimonial-left-items-1 .theme-btn-main:hover {
  background: #d4af37 !important;
  border-color: #d4af37 !important;
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(9, 29, 18, 0.22);
}

.testimonial-left-items-1 .theme-btn-main:hover .theme-btn,
.testimonial-left-items-1 .theme-btn-main:hover i {
  color: #12361f !important;
}
.ratting-box-items {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 34px 28px 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(160deg, rgba(226, 194, 86, 0.98), rgba(211, 174, 58, 0.96));
  box-shadow:
    0 18px 40px rgba(35, 28, 3, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  animation: testimonialCardFloat 12s ease-in-out infinite;
}
.ratting-box-items::before {
  content: "";
  position: absolute;
  inset: auto -10% -34% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 64%);
}
.ratting-box-items::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(37, 61, 43, 0.12);
  background: rgba(255, 255, 255, 0.16);
}
.ratting-box-items .rating .num {
  font-size: clamp(46px, 3.2vw, 62px);
  line-height: 0.95;
  color: var(--theme-color2);
  margin-bottom: 6px;
}
.ratting-box-items .rating .star {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  margin-bottom: 14px;
  color: var(--theme-color2);
}
.ratting-box-items .rating p {
  margin-top: 0;
  color: rgba(37, 61, 43, 0.88);
  font-size: 15px;
  line-height: 1.45;
}
.ratting-box-items .client-image {
  margin-top: 22px;
}
.ratting-box-items .client-image img {
  width: 48px;
  height: 48px;
  margin-left: -10px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(35, 28, 3, 0.14);
}
.ratting-box-items .client-image img:first-child {
  margin-left: 0;
}
.tetsimonial-right-items {
  position: relative;
  padding-top: 52px;
}
.tetsimonial-right-items .testi-slider-block {
  position: relative;
  max-width: none;
  margin-left: auto;
  padding: 28px 26px 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(251, 248, 240, 0.97), rgba(245, 240, 227, 0.95));
  box-shadow: 0 14px 34px rgba(10, 31, 20, 0.14);
  backdrop-filter: blur(6px);
}
.tetsimonial-right-items .testi-slider-block::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(37, 61, 43, 0.06);
  pointer-events: none;
}
.tetsimonial-right-items .testi-slider-block .quote-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 20px;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.24), rgba(212, 175, 55, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.tetsimonial-right-items .testi-slider-block .quote-icon img {
  width: 26px;
  filter: brightness(0) saturate(100%) invert(84%) sepia(40%) saturate(645%) hue-rotate(347deg) brightness(92%) contrast(89%);
}
.tetsimonial-right-items .testi-slider-block .star {
  display: flex;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 16px;
  color: var(--theme-color1);
}
.tetsimonial-right-items .testi-slider-block .text {
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.58;
  color: rgba(37, 61, 43, 0.9);
}
.tetsimonial-right-items .testi-slider-block .client-info {
  margin-top: 26px;
  padding-top: 18px;
  gap: 14px;
  border-top: 1px solid rgba(37, 61, 43, 0.12);
}
.tetsimonial-right-items .testi-slider-block .client-info .client-img img {
  width: 62px;
  height: 62px;
  border: 3px solid rgba(37, 61, 43, 0.08);
  box-shadow: 0 10px 20px rgba(7, 25, 15, 0.2);
}
.tetsimonial-right-items .testi-slider-block .client-info .info-content .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--theme-color2);
}
.tetsimonial-right-items .testi-slider-block .client-info .info-content span {
  font-size: 15px;
  color: rgba(37, 61, 43, 0.62);
}
.tetsimonial-right-items .array-button {
  top: 6px;
  right: 6px;
  gap: 12px;
}
.tetsimonial-right-items .array-button .array-next,
.tetsimonial-right-items .array-button .array-prev {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 39, 24, 0.48);
  color: var(--theme-color-white);
  transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.tetsimonial-right-items .array-button .array-next:hover,
.tetsimonial-right-items .array-button .array-prev:hover {
  transform: translateY(-3px);
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color2);
  box-shadow: 0 16px 30px rgba(212, 175, 55, 0.26);
}
@media (max-width: 1399.98px) {
  .testimonial-section {
    margin: 0 20px 92px;
    padding: 84px 0 82px !important;
  }
  .testimonial-left-items-1 .sec-title .title {
    max-width: 100%;
  }
  .tetsimonial-right-items .testi-slider-block .text {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section {
    margin: 0 16px 88px;
    padding: 72px 0 72px !important;
  }
  .testimonial-left-items-1 {
    padding-right: 0;
  }
  .testimonial-left-items-1 .sec-title {
    margin-bottom: 28px;
  }
  .ratting-box-items {
    padding: 36px 26px;
  }
  .tetsimonial-right-items {
    padding-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section {
    border-radius: 28px;
  }
  .testimonial-ambient-lines {
    width: 420px;
    height: 420px;
    left: 50%;
    top: 58%;
  }
  .tetsimonial-right-items .array-button {
    position: static;
    margin-top: 22px;
  }
  .tetsimonial-right-items .testi-slider-block {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section {
    padding: 64px 0 64px !important;
  }
  .testimonial-left-items-1 .sec-title .title {
    font-size: 34px;
  }
  .ratting-box-items {
    border-radius: 24px;
    padding: 32px 22px;
  }
  .tetsimonial-right-items .testi-slider-block {
    padding: 26px 20px 22px;
    border-radius: 20px;
  }
  .tetsimonial-right-items .testi-slider-block .client-info .info-content .name {
    font-size: 20px;
  }
  .tetsimonial-right-items .testi-slider-block .text {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .container,
  .auto-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .row {
    --bs-gutter-x: 0 !important;
  }

  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section {
    margin-top: 0 !important;
    padding-top: 8px !important;
  }

  .about-block-items-1 .about-wrap .about-counter {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .about-block-items-1 .about-wrap .about-counter .count-box,
  .about-block-items-1 .about-wrap .about-counter p {
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .about-block-items-1 .about-wrap .about-counter p {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }

  .about-block-items-1 .about-wrap .about-counter .theme-btn-main {
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .service-section {
    margin-top: 18px !important;
    padding-top: 26px !important;
  }

  .service-section .sec-title {
    margin-bottom: 20px !important;
  }

  .work-process-section {
    padding-top: 44px !important;
  }

  .work-process-section .sec-title {
    margin-bottom: 24px !important;
    text-align: center;
  }

  .testimonial-left-items-1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .testimonial-left-items-1 .sec-title {
    margin-bottom: 24px;
    text-align: center;
  }

  .testimonial-left-items-1 .sec-title .sec-sub-title {
    justify-content: center;
  }

  .testimonial-left-items-1 .sec-title .title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .testimonial-left-items-1 .theme-btn-main {
    margin-left: auto;
    margin-right: auto;
  }

  .home-faq-section .faq-cta-button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 575.98px) {
  .about-block-items-1 .about-wrap .about-counter .count-box {
    align-items: flex-end !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .about-block-items-1 .about-wrap .about-counter p {
    display: block !important;
    text-align: center !important;
  }

  .about-block-items-1 .about-wrap .about-counter .theme-btn-main {
    display: inline-flex !important;
    justify-content: center !important;
  }
}
@keyframes testimonialFloatOne {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(32px, 28px, 0) scale(1.08);
  }
}
@keyframes testimonialFloatTwo {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-24px, -18px, 0) scale(1.06);
  }
}
@keyframes testimonialOrbitLines {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes testimonialCardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.pricing-section {
  margin: 0 40px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .pricing-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .pricing-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .pricing-section {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .pricing-section {
    margin: 0 16px;
  }
}
.pricing-section .object-1 {
  position: absolute;
  right: 130px;
  top: 130px;
}
@media (max-width: 1399.98px) {
  .pricing-section .object-1 {
    display: none;
  }
}
.pricing-section .object-2 {
  position: absolute;
  left: 85px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .pricing-section .object-2 {
    display: none;
  }
}
.pricing-section .frame-1 {
  position: absolute;
  bottom: 0;
  right: 135px;
}
@media (max-width: 1399.98px) {
  .pricing-section .frame-1 {
    display: none;
  }
}

.pricing-block-items-1 {
  background-color: var(--theme-color-white);
  border-radius: 24px;
  margin-top: 30px;
  padding: 42px 50px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .pricing-block-items-1 {
    padding: 30px;
  }
}
.pricing-block-items-1 .pricing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .pricing-block-items-1 .pricing-header {
    display: -ms-grid;
    display: grid;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block-items-1 .pricing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .pricing-block-items-1 .pricing-header {
    display: -ms-grid;
    display: grid;
    gap: 10px;
  }
}
.pricing-block-items-1 .pricing-header .content .title {
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .pricing-block-items-1 .pricing-header .pricing-title {
    font-size: 40px;
  }
}
.pricing-block-items-1 .pricing-header .pricing-title sub {
  font-size: 16px;
  color: var(--text-color);
  bottom: 0;
  left: -6px;
}
.pricing-block-items-1 .pricing-list-item {
  background-color: var(--bg-color);
  padding: 40px;
  border-radius: 30px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .pricing-block-items-1 .pricing-list-item {
    padding: 25px;
    gap: 10px;
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .pricing-block-items-1 .pricing-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pricing-block-items-1 .pricing-list-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .pricing-block-items-1 .pricing-list-item ul li {
    font-size: 15px;
    gap: 10px;
  }
}
.pricing-block-items-1 .pricing-list-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-block-items-1 .pricing-list-item ul li:nth-last-of-type(1) {
  opacity: 0.3;
}
.pricing-block-items-1 .pricing-list-item ul li:nth-last-of-type(2) {
  opacity: 0.3;
}
.pricing-block-items-1 .pricing-list-item ul li i {
  color: var(--theme-color1);
}
.pricing-block-items-1 .pricing-list-item .line {
  background-color: rgba(12, 47, 37, 0.1);
  width: 1px;
  height: 124px;
}
@media (max-width: 1199.98px) {
  .pricing-block-items-1 .pricing-list-item .line {
    display: none;
  }
}
.pricing-block-items-1.active .pricing-list-item {
  background-color: var(--theme-color3);
}
.pricing-block-items-1.active .pricing-list-item ul li {
  color: var(--theme-color-white);
}
.pricing-block-items-1:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.project-block-items-2 {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .project-block-items-2 {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .project-block-items-2 {
    height: 480px;
  }
}
.project-block-items-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block-items-2 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-items-2:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-block-items-2:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-block-items-2:hover .content {
  clip-path: inset(0 0 0 0);
}
.project-block-items-2 .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: var(--theme-color-white);
  border-radius: 20px;
  padding: 30px;
  z-index: 9;
  padding-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
}
@media (max-width: 991.98px) {
  .project-block-items-2 .content {
    right: 20px;
  }
}
.project-block-items-2 .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 5px;
}
.project-block-items-2 .content ul li a {
  color: var(--theme-color2);
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .project-block-items-2 .content ul li a {
    font-size: 16px;
  }
}
.project-block-items-2 .content ul li a:hover {
  color: var(--theme-color1);
}
.project-block-items-2 .content ul .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--theme-color1);
}
@media (max-width: 1699.98px) {
  .project-block-items-2 .content .title {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .project-block-items-2 .content .title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .project-block-items-2 .content .title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .project-block-items-2 .content .title {
    font-size: 20px;
  }
}
.project-block-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-block-items-2 .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.project-section-2 .project-slider {
  margin-left: -20.4%;
  margin-right: -20.4%;
}
@media (max-width: 991.98px) {
  .project-section-2 .project-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.project-section {
  margin: 0 40px;
}
@media (max-width: 1699.98px) {
  .project-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .project-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .project-section {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .project-section {
    margin: 0 16px;
  }
}

.project-thumb1 {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .project-thumb1 {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .project-thumb1 {
    height: 400px;
  }
}
.project-thumb1.style-height {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .project-thumb1.style-height {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .project-thumb1.style-height {
    height: 400px;
  }
}
.project-thumb1 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-thumb1 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-thumb1:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-thumb1:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-thumb1:hover .content {
  clip-path: inset(0 0 0 0);
}
.project-thumb1 .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  z-index: 9;
}
@media (max-width: 1699.98px) {
  .project-thumb1 .content {
    right: 20px;
  }
}
@media (max-width: 1399.98px) {
  .project-thumb1 .content {
    background-color: var(--theme-color-white);
    padding: 20px;
    border-radius: 12px;
  }
}
.project-thumb1 .content .title {
  background-color: var(--theme-color-white);
  font-size: 24px;
  padding: 18px 30px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  padding-bottom: 10px;
}
@media (max-width: 1699.98px) {
  .project-thumb1 .content .title {
    padding: 18px 25px;
    font-size: 22px;
  }
}
@media (max-width: 1399.98px) {
  .project-thumb1 .content .title {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.project-thumb1 .content .title.text-size2 {
  font-size: 32px;
}
@media (max-width: 1399.98px) {
  .project-thumb1 .content .title.text-size2 {
    font-size: 22px;
  }
}
.project-thumb1 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-thumb1 .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.project-thumb1 .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  background-color: var(--theme-color-white);
  padding: 18px 30px;
  border-radius: 20px;
  padding-top: 0;
  border-top-left-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-top-right-radius: 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  .project-thumb1 .content ul {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.project-thumb1 .content ul li a {
  color: var(--theme-color2);
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .project-thumb1 .content ul li a {
    font-size: 16px;
  }
}
.project-thumb1 .content ul li a:hover {
  color: var(--theme-color1);
}
.project-thumb1 .content ul li .pxl-icon-item {
  position: absolute;
  top: -3px;
  right: -28px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1399.98px) {
  .project-thumb1 .content ul li .pxl-icon-item {
    display: none;
  }
}
.project-thumb1 .content ul li .pxl-icon-item svg {
  color: var(--theme-color-white);
}
.project-thumb1 .content ul .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--theme-color1);
}

.team-block-items2 {
  margin-top: 30px;
  padding: 10px;
  background-color: var(--theme-color-white);
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.team-block-items2 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.team-block-items2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-items2 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-block-items2 .team-content {
  background-color: var(--bg-color);
  padding: 20px 20px;
  border-radius: 20px;
  position: relative;
}
.team-block-items2 .team-content .title {
  font-size: 20px;
}
.team-block-items2 .team-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-block-items2 .team-content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.team-block-items2 .team-content .share-icon {
  background-color: var(--theme-color-white);
  background-size: 200%;
  border-radius: 50%;
  bottom: 19px;
  color: var(--theme-color3);
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .team-block-items2 .team-content .share-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.team-block-items2 .team-content .share-icon:hover {
  background-position: 100% 0;
}
.team-block-items2 .team-content .social-links {
  position: absolute;
  right: 20px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-items2 .team-content .social-links a {
  background: var(--theme-color1);
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color3);
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-block-items2 .team-content .social-links a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
.team-block-items2 .team-content .social-links a:hover {
  background-position: 100% 0;
}
.team-block-items2:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-block-items2:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-block-items2:hover .team-content .social-links {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}
.team-block-items2:hover .team-content .share-icon {
  background-color: var(--theme-color1);
}

.team-section-2 {
  margin: 0 40px;
  border-radius: 20px;
  position: relative;
}
.team-section-2 .team-shape1 {
  position: absolute;
  left: 25px;
  bottom: 50px;
  -webkit-animation: wind-blow 6s linear infinite;
          animation: wind-blow 6s linear infinite;
}
.team-section-2 .team-shape2 {
  position: absolute;
  right: 45px;
  top: 0;
  -webkit-animation: wind-blow 6s linear infinite;
          animation: wind-blow 6s linear infinite;
}
@media (max-width: 1699.98px) {
  .team-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .team-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .team-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .team-section-2 {
    margin: 0 16px;
  }
}

.contact-section-2 {
  margin: 0 40px;
  border-radius: 20px;
  position: relative;
}
.contact-section-2 .machine-shape {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .contact-section-2 .machine-shape {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .contact-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .contact-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .contact-section-2 {
    margin: 0 16px;
  }
}

.single-contact-info-box {
  background-color: var(--theme-color1);
  padding: 60px;
  border-radius: 33px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .single-contact-info-box {
    padding: 48px;
  }
}
@media (max-width: 1199.98px) {
  .single-contact-info-box {
    padding: 44px;
  }
}
@media (max-width: 991.98px) {
  .single-contact-info-box {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-contact-info-box {
    padding: 36px;
  }
}
@media (max-width: 575.98px) {
  .single-contact-info-box {
    padding: 32px;
  }
}
@media (max-width: 469.98px) {
  .single-contact-info-box {
    padding: 28px;
  }
}
.single-contact-info-box .vec-shape {
  position: absolute;
  right: 60px;
  bottom: 205px;
}
@media (max-width: 1399.98px) {
  .single-contact-info-box .vec-shape {
    right: 40px;
    bottom: 188px;
  }
}
@media (max-width: 1199.98px) {
  .single-contact-info-box .vec-shape {
    display: none;
  }
}
.single-contact-info-box .contact-text {
  color: var(--theme-color2);
  margin-top: 10px;
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
  padding-bottom: 67px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .single-contact-info-box .contact-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-contact-info-box .contact-text {
    padding-bottom: 25px;
  }
}
.single-contact-info-box .icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
.single-contact-info-box .icon-info .icon {
  max-width: 50px;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  font-size: 20px;
  color: var(--theme-color3);
  text-align: center;
}
.single-contact-info-box .icon-info .info a {
  color: var(--theme-color2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 1899.98px) {
  .form-column {
    position: relative;
    z-index: 99;
  }
}
.form-column .inner-column {
  background-color: var(--theme-color-white);
  padding: 51px 60px;
  border-radius: 33px;
}
@media (max-width: 1199.98px) {
  .form-column .inner-column {
    padding: 44px;
  }
}
@media (max-width: 991.98px) {
  .form-column .inner-column {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .form-column .inner-column {
    padding: 36px;
  }
}
@media (max-width: 575.98px) {
  .form-column .inner-column {
    padding: 32px;
  }
}
@media (max-width: 469.98px) {
  .form-column .inner-column {
    padding: 28px;
  }
}
.form-column .contact-form {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.form-column .contact-form h6 {
  color: var(--theme-color2);
  margin-bottom: 14.2px;
  font-weight: 400;
}
.form-column .contact-form .nice-select {
  background-color: var(--bg-color);
  border-radius: 10px;
  color: var(--headings-color);
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  width: 100%;
  padding: 0 30px;
}
.form-column .contact-form .nice-select::after {
  right: 30px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid var(--theme-color3);
  border-right: 2px solid var(--theme-color3);
}
.form-column .contact-form .nice-select .list {
  width: 100%;
}
.form-column .contact-form .form-group {
  margin-bottom: 24px;
}
.form-column .contact-form .range-slider2 {
  text-align: right;
}
.form-column .contact-form .range-slider2 h6 {
  text-align: left;
}
.form-column .contact-form .range-slider2 .ui-slider-horizontal {
  height: 8px;
  border: none;
  background-color: var(--bg-color);
  border-radius: 5px;
}
.form-column .contact-form .range-slider2 .ui-slider-horizontal .ui-slider-range {
  background-color: var(--theme-color3);
  border: 2px solid var(--bg-color);
}
.form-column .contact-form .range-slider2 .ui-slider-horizontal .ui-state-default {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  border: 4px solid var(--theme-color3);
  cursor: pointer;
}
.form-column .contact-form .range-slider2 .property-output {
  color: var(--theme-color2);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.form-column .contact-form .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .form-column .contact-form .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    margin-top: 15px;
  }
}
.form-column .contact-form .bottom-box .price-box {
  text-align: right;
}
@media (max-width: 575.98px) {
  .form-column .contact-form .bottom-box .price-box {
    text-align: left;
  }
}
.form-column .contact-form .bottom-box .price-box .price {
  color: var(--theme-color2);
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
}
.form-column .contact-form .bottom-box .price-box .price-title {
  color: var(--theme-color2);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.cta-banner-section {
  padding: 100px 0;
  border-radius: 30px;
  background-color: var(--theme-color1);
  margin: 0 40px;
}
@media (max-width: 1699.98px) {
  .cta-banner-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .cta-banner-section {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .cta-banner-section {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .cta-banner-section {
    margin: 0 16px;
  }
}

.cta-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .cta-banner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .cta-banner-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.cta-banner-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media (max-width: 767.98px) {
  .cta-banner-wrapper .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .cta-banner-wrapper .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.cta-banner-wrapper .content .title {
  font-size: 30px;
  max-width: 265px;
}
.cta-banner-wrapper .content .text {
  color: var(--theme-color2);
  opacity: 0.6;
  max-width: 385px;
}
.cta-banner-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  max-width: 536px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .cta-banner-wrapper form {
    max-width: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-banner-wrapper form input {
  max-width: 372px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--theme-color-white);
  padding: 20px 20px;
  line-height: 1;
  border-radius: 71px;
}
.cta-banner-wrapper form .theme-btn-main {
  background-color: var(--theme-color3);
}
.cta-banner-wrapper form .theme-btn-main .theme-btn {
  color: var(--theme-color-white);
}

.cta-banner-section-2 {
  margin: 0 40px;
  padding: 40px 0;
}
@media (max-width: 1699.98px) {
  .cta-banner-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .cta-banner-section-2 {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .cta-banner-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .cta-banner-section-2 {
    margin: 0 16px;
  }
}

.cta-banner-image-2 {
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .cta-banner-image-2 {
    height: 620px;
  }
}
@media (max-width: 767.98px) {
  .cta-banner-image-2 {
    height: 550px;
  }
}
@media (max-width: 575.98px) {
  .cta-banner-image-2 {
    height: 480px;
  }
}
.cta-banner-image-2 .contenet {
  position: absolute;
  max-width: 770px;
  margin-left: auto;
  background-color: var(--theme-color-white);
  border-radius: 30px;
  padding: 40px;
  z-index: 99;
  bottom: 60px;
  right: 13%;
  text-align: right;
}
@media (max-width: 1399.98px) {
  .cta-banner-image-2 .contenet {
    right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .cta-banner-image-2 .contenet {
    bottom: 30px;
    right: 30px;
    left: 30px;
  }
}
@media (max-width: 469.98px) {
  .cta-banner-image-2 .contenet {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .cta-banner-image-2 .contenet {
    padding: 28px;
  }
}
@media (max-width: 469.98px) {
  .cta-banner-image-2 .contenet {
    padding: 22px;
  }
}
@media (max-width: 375.98px) {
  .cta-banner-image-2 .contenet {
    left: 10px;
    right: 10px;
  }
}
.cta-banner-image-2 .contenet .theme-btn-main {
  margin-top: 26px;
}
.cta-banner-image-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.news-block-items-1 {
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid rgba(12, 47, 37, 0.1);
}
.news-block-items-1 .thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.news-block-items-1 .thumb .date {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  font-size: 30px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.news-block-items-1 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block-items-1 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block-items-1 .content {
  padding: 30px 40px;
}
@media (max-width: 1399.98px) {
  .news-block-items-1 .content {
    padding: 30px 35px;
  }
}
@media (max-width: 991.98px) {
  .news-block-items-1 .content {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-block-items-1 .content {
    padding: 28px 30px;
  }
}
@media (max-width: 469.98px) {
  .news-block-items-1 .content {
    padding: 26px 28px;
  }
}
.news-block-items-1 .content .title {
  margin-bottom: 14px;
}
@media (max-width: 469.98px) {
  .news-block-items-1 .content .title {
    margin-bottom: 9px;
  }
}
.news-block-items-1 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-block-items-1 .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.news-block-items-1 .content .link-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  color: var(--theme-color2);
  text-transform: capitalize;
  margin-top: 30px;
}
@media (max-width: 469.98px) {
  .news-block-items-1 .content .link-btn {
    margin-top: 18px;
  }
}
.news-block-items-1 .content .link-btn i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background-color: var(--bg-color);
  text-align: center;
  color: var(--theme-color3);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-block-items-1 .content .link-btn:hover i {
  background: var(--theme-color1);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.news-block-items-1:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-block-items-1:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block-items-2 {
  margin-top: 30px;
  border-radius: 20px;
  background-color: var(--bg-color);
  position: relative;
  z-index: 9;
}
.news-block-items-2 .thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.news-block-items-2 .thumb .date {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  font-size: 30px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.news-block-items-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block-items-2 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block-items-2 .content {
  padding: 30px 40px;
}
@media (max-width: 1399.98px) {
  .news-block-items-2 .content {
    padding: 30px 35px;
  }
}
@media (max-width: 991.98px) {
  .news-block-items-2 .content {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-block-items-2 .content {
    padding: 28px 30px;
  }
}
@media (max-width: 469.98px) {
  .news-block-items-2 .content {
    padding: 26px 28px;
  }
}
.news-block-items-2 .content .tag {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  margin-bottom: 7px;
}
.news-block-items-2 .content .tag:hover {
  color: var(--theme-color1);
}
.news-block-items-2 .content .title {
  margin-bottom: 14px;
}
@media (max-width: 469.98px) {
  .news-block-items-2 .content .title {
    margin-bottom: 9px;
  }
}
.news-block-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-block-items-2 .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.news-block-items-2 .content .link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  color: var(--theme-color2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  margin-top: 7px;
}
@media (max-width: 469.98px) {
  .news-block-items-2 .content .link-btn {
    margin-top: 18px;
  }
}
.news-block-items-2 .content .link-btn i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background-color: var(--theme-color-white);
  text-align: center;
  color: var(--theme-color3);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-block-items-2 .content .link-btn:hover i {
  background: var(--theme-color1);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.news-block-items-2:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-block-items-2:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-section {
  position: relative;
}
.news-section .pic-shape {
  position: absolute;
  left: 32px;
  bottom: 0;
}

.brand-section .brand-text {
  color: var(--theme-color2);
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
  padding-bottom: 37px;
  margin-bottom: 40px;
}
.brand-section .brand-text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .brand-section .brand-text-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.brand-section .brand-text-2 .brand-title {
  color: var(--theme-color2);
  max-width: 305px;
  width: 100%;
}
.brand-section .brand-text-2 .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(12, 47, 37, 0.1);
}
@media (max-width: 767.98px) {
  .brand-section .brand-text-2 .line {
    display: none;
  }
}

.brand-box-1 {
  height: 100px;
  line-height: 100px;
  border: 1px solid rgba(12, 47, 37, 0.1);
  text-align: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.brand-box-1 .brand-img-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-box-1 .brand-img-1 img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.brand-box-1 .brand-img-1:last-child img {
  -webkit-transform: translateY(-350%);
          transform: translateY(-350%);
  opacity: 0;
}
.brand-box-1:hover .brand-img-1:first-child img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.brand-box-1:hover .brand-img-1:last-child img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.5;
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__content-text1 {
  letter-spacing: 0.03em;
}
.product-details .product-info .product-details__content-text2 strong {
  color: var(--headings-color);
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color2);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: #ffc737;
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color2);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-1 .btn-title {
  color: var(--headings-color);
  text-transform: capitalize;
  font-weight: 500;
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details .product-info .product-details__social .social-icon-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.product-details .product-info .product-details__social .social-icon-one li {
  position: relative;
}
.product-details .product-info .product-details__social .social-icon-one li a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  font-size: 12px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 36px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details .product-info .product-details__social .social-icon-one li a:before {
  background-color: var(--theme-color2);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details .product-info .product-details__social .social-icon-one li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-details .product-info .product-details__social .social-icon-one li a i {
  position: relative;
  z-index: 1;
}
.product-details .product-info .product-details__social .social-icon-one li a:hover {
  color: var(--theme-color2-text-color);
}
.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}
.product-details__quantity .quantity-box {
  border-radius: 10px;
  height: 60px;
  position: relative;
  width: 98px;
}
.product-details__quantity .quantity-box input {
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}
.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color: var(--theme-color2);
  color: #fff;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 29px;
}
.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}

.product-discription {
  display: block;
  position: relative;
}
.product-discription .product-description__title {
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.product-discription .product-description__list ul {
  display: block;
  position: relative;
}
.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}
.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color: var(--theme-color2);
  color: #fff;
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.html);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.html);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.html);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 a:hover {
  color: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.html);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.html) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5',GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.html) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color2);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color2);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color2);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color2);
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img, table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
  color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}
table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color2);
}
table.tbl-shopping-cart .coupon-form .apply-button:hover span, table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px;
}
.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}
.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}
@media (max-width: 375.98px) {
  .payment-method .accordion-box .block .acc-btn {
    padding: 15px 20px;
  }
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}
@media (max-width: 375.98px) {
  .payment-method .accordion-box .block .acc-btn .icon-outer {
    right: 15px;
  }
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--theme-color2-text-color);
}
.payment-method .payment-method h3 {
  margin-bottom: 32px;
}
.payment-method .accordion-box .block .acc-btn.active {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.shop-sidebar {
  display: block;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: var(--theme-color2);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #fff;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color1);
  border-radius: 3px;
  color: var(--theme-color2);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color-silver);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color2);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget .post {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}
.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color2);
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.range-slider {
  position: relative;
}
.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}
.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}
.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}
.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}
.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color2);
  top: 0px;
  height: 4px;
}
.range-slider .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}
.range-slider .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}
.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}
.range-slider .ui-widget-content .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.range-slider input[type=submit] {
  background: var(--theme-color2);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  background-color: var(--theme-color3);
  color: #ffffff;
}

.footer-area {
  border-radius: 30px;
  background-color: var(--theme-color3);
  margin: 0 40px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .footer-area {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .footer-area {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .footer-area {
    margin: 0 20px;
  }
}
@media (max-width: 469.98px) {
  .footer-area {
    margin: 0 16px;
  }
}
.footer-area .footer-shape1 {
  position: absolute;
  bottom: 110px;
  left: 0;
}
@media (max-width: 1899.98px) {
  .footer-area .footer-shape1 {
    display: none;
  }
}
.footer-area .footer-shape2 {
  position: absolute;
  bottom: 110px;
  right: 0;
}
@media (max-width: 1899.98px) {
  .footer-area .footer-shape2 {
    display: none;
  }
}
.footer-area .footer-widget-wrapper {
  padding: 83px 0 65px;
}
@media (max-width: 1199.98px) {
  .footer-area .footer-widget-wrapper {
    padding-top: 50px;
  }
}
.footer-area .footer-widget-wrapper .footer-single-widget {
  margin-top: 30px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .widget-head {
  margin-bottom: 29px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .widget-head .title {
  font-size: 20px;
  color: var(--theme-color-white);
}
.footer-area .footer-widget-wrapper .footer-single-widget .widget-logo {
  margin-bottom: 43px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-content {
  max-width: 312px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-content .text {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 27px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .user-links li {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--heading-font-family);
}
.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .user-links li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area .footer-widget-wrapper .footer-single-widget .user-links li a i {
  margin-right: 5px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:hover {
  margin-left: 5px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:hover a {
  color: var(--theme-color1);
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact {
  margin-left: auto;
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .text {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info {
  margin-top: 35px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .info-title {
  font-size: 20px;
  color: var(--theme-color-white);
  font-weight: 400;
  margin-bottom: 8px;
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .number {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .email {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-map {
  height: 260px;
  max-width: 100%;
  overflow: hidden;
}
.footer-area .footer-widget-wrapper .footer-single-widget .footer-map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.footer-area .footer-middle-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 29px 0;
}
@media (max-width: 991.98px) {
  .footer-area .footer-middle-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-area .footer-middle-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 170px;
}
@media (max-width: 991.98px) {
  .footer-area .footer-middle-wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-area .footer-middle-wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.footer-area .footer-middle-wrapper ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 375.98px) {
  .footer-area .footer-middle-wrapper ul li {
    gap: 15px;
  }
}
.footer-area .footer-middle-wrapper ul li .week-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.footer-area .footer-middle-wrapper ul li .time-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.footer-area .footer-middle-wrapper .social-icon-list1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.footer-area .footer-middle-wrapper .social-icon-list1 li a {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 13px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
  width: 36px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-area .footer-middle-wrapper .social-icon-list1 li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.footer-area .footer-bottom {
  background-color: rgba(12, 47, 37, 0.2);
  padding: 30px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: 60px;
}
.footer-area .footer-bottom .footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer-area .footer-bottom .footer-bottom-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-area .footer-bottom .footer-bottom-wrapper p {
  color: var(--theme-color-white);
}
.footer-area .footer-bottom .footer-bottom-wrapper p a {
  color: inherit;
  text-decoration: none;
}
.footer-area .footer-bottom .footer-bottom-wrapper p a:hover {
  color: var(--theme-color1);
}
.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .footer-area .footer-bottom .footer-bottom-wrapper .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--theme-color-white);
}
.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme-color1);
}
.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li .footer-admin-link {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 14px;
}
.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li .footer-admin-link:hover {
  border-color: rgba(212, 175, 55, 0.8);
}

.footer-contact-list li span,
.footer-contact-list li a {
  color: rgba(255, 255, 255, 0.84);
  display: inline-block;
  line-height: 1.8;
}

.footer-contact-list li:last-child span,
.footer-contact-list li:nth-last-child(2) span {
  color: rgba(255, 255, 255, 0.68);
}

.footer-area .footer-widget-wrapper .row {
  row-gap: 36px;
}

.footer-section {
  padding-bottom: 45px;
}

.footer-area-2 {
  border-radius: 30px;
  background-color: var(--theme-color3);
  position: relative;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.footer-area-2 .frame-shape {
  position: absolute;
  left: 30px;
  bottom: 90px;
}
@media (max-width: 1699.98px) {
  .footer-area-2 .frame-shape {
    display: none;
  }
}
.footer-area-2 .object-shape {
  position: absolute;
  right: 0;
  bottom: 90px;
}
@media (max-width: 1699.98px) {
  .footer-area-2 .object-shape {
    display: none;
  }
}
.footer-area-2 .footer-widget-wrapper-2 {
  padding: 50px 0 80px;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget {
  margin-top: 30px;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .widget-head {
  margin-bottom: 30px;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .widget-head .title {
  font-size: 20px;
  color: var(--theme-color-white);
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--heading-font-family);
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li a i {
  margin-right: 5px;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:hover {
  margin-left: 5px;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:hover a {
  color: var(--theme-color1);
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact {
  margin-left: auto;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact .footer-info .number {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact .footer-info .email {
  color: rgba(255, 255, 255, 0.6);
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form {
  max-width: 315px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form {
    margin-left: initial;
  }
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .title {
  color: var(--theme-color-white);
  font-size: 20px;
  margin-bottom: 35px;
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group {
  position: relative;
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group input {
  background: var(--theme-color-white);
  border-radius: 40px;
  color: var(--text-color);
  display: block;
  font-size: 14px;
  height: 56px;
  line-height: 30px;
  padding: 20px 65px 20px 22px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-black);
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 6px;
  width: 44px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn:hover {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check .form-check-input {
  background-color: transparent;
  border-color: rgba(var(--theme-color-white-rgb), 0.2) !important;
  margin-top: 0;
}
.footer-area-2 .footer-top-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .footer-area-2 .footer-top-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 80px;
  }
}
.footer-area-2 .footer-top-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
}
@media (max-width: 1199.98px) {
  .footer-area-2 .footer-top-wrapper ul {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .footer-area-2 .footer-top-wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-area-2 .footer-top-wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.footer-area-2 .footer-top-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer-area-2 .footer-top-wrapper ul li .week-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color1);
}
.footer-area-2 .footer-top-wrapper ul li .time-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.footer-area-2 .footer-top-wrapper .social-icon-list1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.footer-area-2 .footer-top-wrapper .social-icon-list1 li a {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 13px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
  width: 36px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-area-2 .footer-top-wrapper .social-icon-list1 li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.footer-area-2 .footer-bottom {
  background-color: rgba(12, 47, 37, 0.2);
  padding: 30px 0;
  border-radius: 30px;
  position: relative;
  z-index: 9;
}
.footer-area-2 .footer-bottom .footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer-area-2 .footer-bottom .footer-bottom-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-area-2 .footer-bottom .footer-bottom-wrapper p {
  color: var(--theme-color-white);
}
.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--theme-color-white);
}
.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  background-color: var(--theme-color1);
  position: relative;
  padding: 0 0 0;
  min-height: 450px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-title .title {
  color: var(--theme-color-white);
  font-size: 64px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}
.page-title .text {
  color: var(--theme-color2);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  max-width: 520px;
  position: relative;
}
.page-title .title-outer {
  margin-top: 100px;
}
.page-title:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-breadcrumb {
  margin-top: 5px;
  position: relative;
}
.page-breadcrumb li {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
  padding-right: 13px;
  position: relative;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  color: var(--theme-color-white);
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  right: -6px;
  top: 1px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::placeholder {
  color: #cccccc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
input::-ms-input-placeholder {
  color: #cccccc;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--theme-color2-text-color);
}
.services-details__content .feature-list img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i, .service-list li a.current i {
  width: 60px;
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  color: var(--headings-color);
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color2);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}

.service-details-help {
  background-color: var(--theme-color2);
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color1);
  color: #000;
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  display: block;
  position: relative;
}
.project-details__img img {
  border-radius: 10px;
  width: 100%;
}

.project-details__content {
  display: block;
  position: relative;
}

.project-details__content-left {
  display: block;
  margin-top: 31px;
  position: relative;
}

.project-details__content-right {
  display: block;
  margin-top: 40px;
  position: relative;
}

.project-details__details-box {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 43px 50px 50px;
  position: relative;
  z-index: 1;
}

.project-details__details-list {
  display: block;
  position: relative;
}
.project-details__details-list li {
  display: block;
  position: relative;
}
.project-details__details-list li + li {
  margin-top: 0;
}

.project-details-btn .theme-btn {
  position: relative;
}
.project-details-btn .theme-btn.btn-style-one {
  padding: 26px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 100px;
  height: 70px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
  background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
  color: var(--theme-color-white);
}
@media only screen and (max-width: 767px) {
  .project-details-btn .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }
  .project-details-btn .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }
  .project-details-btn .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 575.98px) {
  .project-details-btn .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}
.project-details-btn .theme-btn.btn-style-one:hover {
  color: var(--headings-color);
}
.project-details-btn .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  font-size: 50px;
  color: var(--headings-color);
  right: 4px;
  top: 4px;
  bottom: 4px;
}

.project-details__client {
  color: #838d9e;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.project-details__client a {
  text-decoration: underline;
}
.project-details__client a:hover {
  color: var(--link-color);
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}

.project-details__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-details__social a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  font-size: 15px;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  display: block;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.project-details__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.project-details__pagination li a {
  font-size: 16px;
  color: #696969;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li .title,
.project-details__pagination li .title a {
  color: #0A1222;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
  text-decoration-line: underline;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next .content {
  text-align: left;
  font-weight: var(--body-font-weight-bold);
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

.room-facility-list {
  position: relative;
}

.room-facility-list .icon {
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  display: block;
  font-size: 22px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color: #fff;
}

.room-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  padding: 43px 50px 30px 50px;
  position: relative;
  z-index: 1;
}

.product-details.rd-page .bx-wrapper {
  margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding: 0 10px;
    margin-right: 10px;
  }
  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }
  .rooms-section {
    padding: 80px 0;
  }
}
.project-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.project-list li {
  color: #0A1222;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 19px;
  margin-bottom: 30px;
}
.project-list i {
  color: var(--theme-color1);
  margin-right: 10px;
}

.project-list-item .icon {
  color: var(--theme-color1);
  font-size: 26px;
}
.project-list-item .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
}
.project-list-item .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-color2);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color2);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}
.blog-details__content .blog-details__text-2 {
  margin-bottom: 20px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color2);
}
.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color2);
  color: #fff;
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color1);
  color: #000;
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: #000;
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--headings-color);
  background-color: var(--theme-color-silver);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: #fff;
  background-color: var(--theme-color2);
}

.room-heading {
  position: relative;
}
.room-heading .title {
  line-height: 1;
  margin-top: 0;
}
.room-heading .kodelisting-room-basic-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
}
@media (max-width: 575.98px) {
  .room-heading .kodelisting-room-basic-info {
    display: inline-block;
  }
}
.room-heading .kodelisting-room-basic-info li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding: 5px 0;
  margin-right: 30px;
}
.room-heading .kodelisting-room-basic-info li i {
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-right: 10px;
}
.room-heading .kodelisting-room-basic-info li .csrbi-text {
  font-size: 14px;
  white-space: nowrap;
}

.kodelisting-room-booking {
  background-color: var(--theme-color-white);
  position: relative;
}
.kodelisting-room-booking .kodelisting-room-booking-wrap {
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--theme-color2);
  padding: 50px 45px 55px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .kodelisting-room-booking .kodelisting-room-booking-wrap {
    padding: 40px 15px;
  }
}
.kodelisting-room-booking .room-booking-title {
  margin-bottom: 32px;
}
.kodelisting-room-booking .room-booking-title .title {
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
}
.kodelisting-room-booking .room-booking-title .base-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.kodelisting-room-booking .reservation-form .checkbox-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  padding: 10px 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.kodelisting-room-booking .reservation-form {
  /* Hide default checkbox */
}
.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
  background-color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.kodelisting-room-booking .reservation-form {
  /* Checked style */
}
.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--theme-color2); /* brownish color */
}
.kodelisting-room-booking .reservation-form .checkbox-label {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kodelisting-room-booking .reservation-form .checkbox-price {
  color: var(--text-color);
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .summary {
  padding: 15px 0;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content {
  color: var(--text-color);
  border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  padding-bottom: 5px;
  padding-top: 8px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  font-style: normal;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  width: 16px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.kodelisting-room-booking .reservation-form .btn-style-one {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.kodelisting-room-booking .reservation-form .btn-style-one:hover {
  color: var(--theme-color-dark);
}
.kodelisting-room-booking .reservation-form .btn-style-one:before {
  background: var(--theme-color1);
}
.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
  background: none;
  border-color: rgba(var(--theme-color2-rgb), 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  height: 48px;
  line-height: 35px;
}
.kodelisting-room-booking .form-select::-webkit-input-placeholder, .kodelisting-room-booking .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-moz-placeholder, .kodelisting-room-booking .form-control::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:-ms-input-placeholder, .kodelisting-room-booking .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-ms-input-placeholder, .kodelisting-room-booking .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.kodelisting-room-booking .nice-select::before {
  top: 6px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: var(--headings-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: #000;
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color1);
  color: #000;
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color2);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.sidebar__comments-text-box p span {
  color: var(--headings-color);
}
.sidebar__comments-text-box h5 {
  color: var(--headings-color);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content h3 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 24px;
}
.comment-one .comment-one__content .text {
  font-weight: 500;
}
.comment-one .comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--theme-color2-text-color);
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
      -ms-flex: 100px 0 0px;
          flex: 100px 0 0;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color2);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color2);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color2);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color2);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color2);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
  color: #111;
}
.team-contact-form input[type=text]::-webkit-input-placeholder, .team-contact-form input[type=email]::-webkit-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::-moz-placeholder, .team-contact-form input[type=email]::-moz-placeholder {
  color: #111;
}
.team-contact-form input[type=text]:-ms-input-placeholder, .team-contact-form input[type=email]:-ms-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::-ms-input-placeholder, .team-contact-form input[type=email]::-ms-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::placeholder,
.team-contact-form input[type=email]::placeholder {
  color: #111;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}
.team-contact-form textarea::-webkit-input-placeholder {
  color: #111;
}
.team-contact-form textarea::-moz-placeholder {
  color: #111;
}
.team-contact-form textarea:-ms-input-placeholder {
  color: #111;
}
.team-contact-form textarea::-ms-input-placeholder {
  color: #111;
}
.team-contact-form textarea::placeholder {
  color: #111;
}
.team-contact-form .sec-title .sub-title {
  color: var(--text-color);
}
.team-contact-form .sec-title .section-title__title {
  color: var(--headings-color);
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 375.98px) {
  .contact-details__info li {
    display: block;
  }
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 375.98px) {
  .contact-details__info li .icon {
    margin-bottom: 12px;
  }
}
.contact-details__info li .icon span {
  color: var(--theme-color-white);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
  color: #000;
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color2-text-color);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
@media (max-width: 375.98px) {
  .contact-details__info li .text {
    margin-left: 0;
  }
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-color);
}
::-webkit-scrollbar-thumb {
  background: var(--theme-color3);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color2);
}

/* Gradient Headings */
.sec_title {
  color: var(--theme-color3);
  display: inline-block;
}

/* Hero Title Solid White */
.hero-1 .hero-content .title {
  color: var(--theme-color-white);
  display: inline-block;
  font-weight: 700; /* Adding font weight to make it stand out more as a premium heading */
}

/* Custom Logo Size & Alignment Adjustments */
.main-header .logo img {
  height: 82px !important;
  width: 82px !important;
  max-height: none !important;
  max-width: 100% !important;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-header .logo img:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

.sticky-header .logo img {
  height: 64px !important;
  width: 64px !important;
  max-height: none !important;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.sticky-header .logo img:hover {
  transform: scale(1.05);
}

.mobile-menu .nav-logo img {
  height: 76px !important;
  width: 76px !important;
  max-height: none !important;
  object-fit: contain;
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-logo img {
  height: 78px !important;
  width: 78px !important;
  max-width: 100% !important;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-logo img:hover {
  transform: scale(1.05);
}

/* Premium Gradient Buttons and Micro-interactions */
.theme-btn-main {
  background: linear-gradient(135deg, var(--theme-color3) 0%, var(--theme-color1) 100%) !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.4s ease-in-out !important;
  box-shadow: 0 4px 15px rgba(37, 61, 43, 0.2);
}

.theme-btn-main:hover {
  background: linear-gradient(135deg, var(--theme-color1) 0%, var(--theme-color3) 100%) !important;
  box-shadow: 0 6px 20px rgba(221, 173, 71, 0.3);
  transform: translateY(-2px);
}

/* Consistent section spacing */
.about-section.section-padding,
.service-section.section-padding,
.choose-us.section-padding,
.project-section.section-padding,
.testimonial-section.section-padding,
.benefit-section.section-padding,
.pricing-section.section-padding,
.how-it-section.section-padding,
.experience-speaks-section,
.services-details,
.contact-details,
.map-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.service-section,
.project-section,
.testimonial-section,
.pricing-section,
.experience-speaks-section,
.how-it-section,
.services-details,
.contact-details,
.map-section,
.cta-banner-section,
.footer-section {
  margin-top: 72px;
}

.page-title + .about-section,
.page-title + .services-details,
.page-title + .contact-details,
.page-title + .section-padding {
  margin-top: 0;
}

.top-map-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

.top-map-section .map {
  border: 0;
  display: block;
  height: 620px;
}

.cta-banner-section {
  margin-bottom: 72px;
  padding-top: 86px;
  padding-bottom: 86px;
}

.footer-section {
  padding-bottom: 45px;
}

.cta-banner-section + .footer-section {
  margin-top: 0;
}

.footer-area .footer-widget-wrapper {
  padding-top: 76px;
  padding-bottom: 56px;
}

.footer-area .footer-bottom {
  margin-top: 48px;
}

@media (max-width: 1199.98px) {
  .about-section.section-padding,
  .service-section.section-padding,
  .choose-us.section-padding,
  .project-section.section-padding,
  .testimonial-section.section-padding,
  .benefit-section.section-padding,
  .pricing-section.section-padding,
  .how-it-section.section-padding,
  .experience-speaks-section,
  .services-details,
  .contact-details,
  .map-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .service-section,
  .project-section,
  .testimonial-section,
  .pricing-section,
  .experience-speaks-section,
  .how-it-section,
  .services-details,
  .contact-details,
  .map-section,
  .cta-banner-section,
  .footer-section {
    margin-top: 56px;
  }

  .cta-banner-section {
    margin-bottom: 56px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .top-map-section .map {
    height: 520px;
  }
}

@media (max-width: 767.98px) {
  .about-section.section-padding,
  .service-section.section-padding,
  .choose-us.section-padding,
  .project-section.section-padding,
  .testimonial-section.section-padding,
  .benefit-section.section-padding,
  .pricing-section.section-padding,
  .how-it-section.section-padding,
  .experience-speaks-section,
  .services-details,
  .contact-details,
  .map-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-section,
  .project-section,
  .testimonial-section,
  .pricing-section,
  .experience-speaks-section,
  .how-it-section,
  .services-details,
  .contact-details,
  .map-section,
  .cta-banner-section,
  .footer-section {
    margin-top: 40px;
  }

  .cta-banner-section {
    margin-bottom: 40px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .top-map-section .map {
    height: 360px;
  }

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

  .cta-banner-wrapper {
    gap: 26px;
  }

  .cta-banner-wrapper form input,
  .cta-banner-wrapper form .theme-btn-main {
    width: 100%;
  }

  .footer-area .footer-widget-wrapper {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .footer-area .footer-bottom {
    margin-top: 32px;
  }
}

@media (max-width: 575.98px) {
  .footer-area .footer-bottom .footer-bottom-wrapper {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

/* Arrow backgrounds inside buttons */
.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

/* Premium Gradient Hover Effect for Service & Project Cards */
.service-block-1, 
.about-counter,
.choose-us-block1 {
  transition: all 0.4s ease-in-out !important;
}

.service-block-1:hover, 
.about-counter:hover,
.choose-us-block1:hover {
  border-color: var(--theme-color1) !important;
  box-shadow: 0 10px 30px rgba(37, 61, 43, 0.15) !important;
  transform: translateY(-5px);
}

/* Highlight items and sub-titles */
.sec-sub-title {
  background-color: rgba(37, 61, 43, 0.1) !important;
  border-left: 3px solid var(--theme-color3);
  padding: 5px 15px !important;
  border-radius: 4px;
}

.sec-sub-title .sub-title {
  color: var(--theme-color3) !important;
  font-weight: 600 !important;
}

/* Helper for green background areas to have white text */
.bg-theme-color2 h1, .bg-theme-color2 h2, .bg-theme-color2 h3, .bg-theme-color2 h4, .bg-theme-color2 h5, .bg-theme-color2 h6, .bg-theme-color2 .sec_title,
.bg-theme-color3 h1, .bg-theme-color3 h2, .bg-theme-color3 h3, .bg-theme-color3 h4, .bg-theme-color3 h5, .bg-theme-color3 h6, .bg-theme-color3 .sec_title,
.page-title .title, .page-title h2, .page-title h1 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Ensure h1-h6 default to theme-color2 (dark green) or theme-color3 (vibrant green) universally and override white if not on a dark background */
h1, h2, h3, h4, h5, h6 {
    color: var(--theme-color2);
}


/* Helper for green background areas to have white text */
.bg-theme-color2 h1, .bg-theme-color2 h2, .bg-theme-color2 h3, .bg-theme-color2 h4, .bg-theme-color2 h5, .bg-theme-color2 h6, .bg-theme-color2 .sec_title,
.bg-theme-color3 h1, .bg-theme-color3 h2, .bg-theme-color3 h3, .bg-theme-color3 h4, .bg-theme-color3 h5, .bg-theme-color3 h6, .bg-theme-color3 .sec_title,
.page-title .title, .page-title h2, .page-title h1 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Ensure h1-h6 default to theme-color2 (dark green) or theme-color3 (vibrant green) universally and override white if not on a dark background */
h1, h2, h3, h4, h5, h6 {
    color: var(--theme-color2);
}

/* Animated outline buttons */
.theme-btn-main,
.contact-btn,
.btn-style-one,
.service-block-1 .content-2 .link-btn {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--theme-color3) !important;
  display: inline-flex !important;
  font-family: var(--heading-font-family);
  font-weight: 600;
  justify-content: center !important;
  line-height: 1.1 !important;
  min-height: 54px;
  min-width: 164px;
  overflow: hidden;
  padding: 0 28px !important;
  position: relative;
  text-align: center;
  transition: color 0.35s ease, transform 0.35s ease !important;
  z-index: 1;
}

.theme-btn-main:before,
.contact-btn:before,
.btn-style-one:before,
.service-block-1 .content-2 .link-btn:before {
  border: 1px solid rgba(37, 61, 43, 0.35);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.theme-btn-main:after,
.contact-btn:after,
.btn-style-one:after,
.service-block-1 .content-2 .link-btn:after {
  background:
    linear-gradient(var(--theme-color1), var(--theme-color1)) left top / 0 2px no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) right bottom / 0 2px no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) right top / 2px 0 no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) left bottom / 2px 0 no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  transition: background-size 0.45s ease;
  z-index: -1;
}

.theme-btn-main:hover,
.contact-btn:hover,
.btn-style-one:hover,
.service-block-1 .content-2 .link-btn:hover {
  background: transparent !important;
  color: var(--theme-color1) !important;
  transform: none !important;
}

.theme-btn-main:hover:after,
.contact-btn:hover:after,
.btn-style-one:hover:after,
.service-block-1 .content-2 .link-btn:hover:after {
  background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
}

.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  display: none !important;
}

.theme-btn-main .theme-btn,
.btn-style-one .btn-title {
  color: inherit !important;
  display: inline-block;
  line-height: 1.1;
  transform: none !important;
}

.footer-area .theme-btn-main,
.hero-section .theme-btn-main,
.cta-banner-section .theme-btn-main {
  color: var(--theme-color-white) !important;
}

.footer-area .theme-btn-main:before,
.hero-section .theme-btn-main:before,
.cta-banner-section .theme-btn-main:before {
  border-color: rgba(255, 255, 255, 0.42);
}

.footer-area .theme-btn-main:hover,
.hero-section .theme-btn-main:hover,
.cta-banner-section .theme-btn-main:hover {
  color: var(--theme-color1) !important;
}

@media (max-width: 575.98px) {
  .theme-btn-main,
  .contact-btn,
  .btn-style-one,
  .service-block-1 .content-2 .link-btn {
    min-height: 50px;
    min-width: 146px;
    padding: 0 22px !important;
  }
}

/* Navbar contrast fix */
.header-1 .main-menu .navigation > li > a {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
}

.header-1 .main-menu .navigation > li.current > a,
.header-1 .main-menu .navigation > li > a:hover {
  background-color: var(--theme-color-white) !important;
  color: var(--theme-color2) !important;
}

.header-1 .contact-btn {
  color: var(--theme-color-white) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.header-1 .contact-btn:before {
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.header-1 .contact-btn:hover {
  color: var(--theme-color1) !important;
}

.header-1 .mobile-nav-toggler .icon,
.header-1 .header-contact li .content .text,
.header-1 .header-contact li .content .text a {
  color: var(--theme-color-white) !important;
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color2) !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1) !important;
}

/* Project cards: simple bottom-up overlay hover */
.project-thumb1::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.56) 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.45s ease, opacity 0.45s ease;
  z-index: 3;
}

.project-thumb1:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.project-thumb1 img:first-child,
.project-thumb1:hover img:first-child {
  opacity: 0 !important;
  transform: none !important;
  filter: none !important;
}

.project-thumb1:hover img:nth-child(2) {
  opacity: 1 !important;
  transform: scale(1.04) !important;
  filter: none !important;
}

.project-thumb1 .content {
  background: transparent !important;
  bottom: 34px;
  clip-path: none !important;
  left: 34px;
  opacity: 0;
  padding: 0 !important;
  right: 34px;
  transform: translateY(36px);
  transition: transform 0.45s ease 0.08s, opacity 0.45s ease 0.08s !important;
  width: auto !important;
  z-index: 4;
}

.project-thumb1:hover .content {
  opacity: 1;
  transform: translateY(0);
}

.project-thumb1 .content .title,
.project-thumb1 .content ul {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.project-thumb1 .content .title {
  color: var(--theme-color-white);
  margin-bottom: 12px;
  max-width: 620px;
}

.project-thumb1 .content .title a,
.project-thumb1 .content ul li a {
  color: var(--theme-color-white) !important;
}

.project-thumb1 .content .title a:hover,
.project-thumb1 .content ul li a:hover {
  color: var(--theme-color1) !important;
}

.project-thumb1 .content ul {
  display: inline-flex;
  gap: 14px;
}

.project-thumb1 .content ul li .pxl-icon-item {
  display: none !important;
}

@media (max-width: 767.98px) {
  .project-thumb1 .content {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}

/* Project hover refinement: darker and smoother, site-wide project cards */
.project-thumb1::before,
.project-block-items-2::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.74) 100%) !important;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.65s ease;
  z-index: 3;
}

.project-thumb1:hover::before,
.project-block-items-2:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.project-block-items-2 img:first-child,
.project-block-items-2:hover img:first-child {
  opacity: 0 !important;
  transform: none !important;
  filter: none !important;
}

.project-block-items-2:hover img:nth-child(2) {
  opacity: 1 !important;
  transform: scale(1.04) !important;
  filter: none !important;
}

.project-thumb1 .content,
.project-block-items-2 .content {
  background: transparent !important;
  bottom: 34px;
  clip-path: none !important;
  left: 34px;
  opacity: 0;
  padding: 0 !important;
  right: 34px;
  transform: translateY(42px);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.08s, opacity 0.5s ease 0.08s !important;
  width: auto !important;
  z-index: 4;
}

.project-thumb1:hover .content,
.project-block-items-2:hover .content {
  opacity: 1;
  transform: translateY(0);
}

.project-block-items-2 .content .title,
.project-block-items-2 .content ul {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.project-block-items-2 .content .title {
  color: var(--theme-color-white);
  margin-bottom: 12px;
  max-width: 620px;
}

.project-block-items-2 .content .title a,
.project-block-items-2 .content ul li a {
  color: var(--theme-color-white) !important;
}

.project-block-items-2 .content .title a:hover,
.project-block-items-2 .content ul li a:hover {
  color: var(--theme-color1) !important;
}

@media (max-width: 767.98px) {
  .project-block-items-2 .content {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}

.header-1.innerpage-header {
  padding-top: 0;
}
.footer-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.footer-social-links li a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 40px;
}

.footer-social-links li a:hover {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color3);
  transform: translateY(-3px);
}


@media (max-width: 575.98px) {
  .footer-social-links {
    justify-content: flex-start;
  }
}
.footer-info-row {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 8px;
}

.footer-info-wrapper {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px 0;
}

.footer-info-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: flex-end;
}

.footer-info-list li {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 15px;
  gap: 8px;
  line-height: 1.4;
}

.footer-info-list li i {
  color: var(--theme-color1);
  font-size: 14px;
}

.footer-info-list li a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-info-list li a:hover {
  color: #ffffff;
}

.footer-info-row .footer-social-links li a {
  height: 38px;
  width: 38px;
}

@media (max-width: 991.98px) {
  .footer-info-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-info-list {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .footer-info-wrapper {
    gap: 16px;
    padding: 16px 0;
  }

  .footer-info-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.service-block-1 .service-hover-card {
  min-height: 320px;
}

.service-block-1 .service-hover-card::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.82) 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(36%);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
  z-index: 6;
}

.service-image-overlay {
  bottom: 0;
  color: #ffffff;
  left: 0;
  opacity: 0;
  padding: 34px;
  position: absolute;
  right: 0;
  transform: translateY(42px);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.06s, opacity 0.45s ease 0.06s;
  z-index: 8;
}

.service-image-overlay .text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
  max-width: 520px;
}

.service-image-overlay .link-btn {
  color: #ffffff !important;
  margin-top: 20px !important;
  min-height: 48px;
}

.service-image-overlay .link-btn::before {
  border-color: rgba(255, 255, 255, 0.36) !important;
  background: transparent !important;
}

.service-image-overlay .link-btn::after {
  background:
    linear-gradient(var(--theme-color1), var(--theme-color1)) left top / 0 2px no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) right bottom / 0 2px no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) right top / 2px 0 no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) left bottom / 2px 0 no-repeat !important;
}

.service-image-overlay .link-btn i {
  color: var(--theme-color1) !important;
}

.service-block-1 .service-hover-card .number {
  transition: transform 0.42s ease, opacity 0.34s ease;
}

.service-block-1:hover .service-hover-card::before,
.service-block-1 .service-hover-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.service-block-1:hover .service-image-overlay,
.service-block-1 .service-hover-card:hover .service-image-overlay {
  opacity: 1;
  transform: translateY(0);
}

.service-block-1:hover .service-hover-card .number,
.service-block-1 .service-hover-card:hover .number {
  opacity: 0;
  transform: translateY(18px);
}

@media (max-width: 767.98px) {
  .service-block-1 .service-hover-card {
    min-height: 280px;
  }

  .service-image-overlay {
    padding: 24px;
  }

  .service-image-overlay .text {
    font-size: 16px;
  }
}
/* service-overlay-button-complete */
.service-image-overlay .link-btn {
  align-items: center !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  margin-top: 20px !important;
  min-height: 48px;
  min-width: 150px;
  overflow: hidden;
  padding: 0 24px !important;
  position: relative;
  transition: color 0.35s ease, transform 0.35s ease !important;
  z-index: 1;
}

.service-image-overlay .link-btn::before {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.service-image-overlay .link-btn::after {
  background:
    linear-gradient(var(--theme-color1), var(--theme-color1)) left top / 0 2px no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) right bottom / 0 2px no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) right top / 2px 0 no-repeat,
    linear-gradient(var(--theme-color1), var(--theme-color1)) left bottom / 2px 0 no-repeat !important;
  content: "";
  inset: 0;
  position: absolute;
  transition: background-size 0.45s ease;
  z-index: -1;
}

.service-image-overlay .link-btn:hover {
  color: var(--theme-color1) !important;
  transform: translateY(-2px);
}

.service-image-overlay .link-btn:hover::after {
  background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100% !important;
}
/* service-grid-card-animation */
.service-card-grid {
  border-top: 1px solid rgba(37, 61, 43, 0.14);
  padding-top: 44px;
  position: relative;
}

.service-grid-card {
  height: 100%;
  perspective: 1400px;
  position: relative;
  transform-style: preserve-3d;
}

.service-card-image {
  aspect-ratio: 1.08 / 1;
  background: #173225;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  display: block;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  transform: rotateX(2deg) rotateY(-7deg) rotateZ(-1.2deg) translateY(0) translateZ(0);
  transform-style: preserve-3d;
  transition:
    border-color 0.6s ease,
    box-shadow 0.6s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.service-card-image::after {
  animation: serviceCardGlow 8s ease-in-out infinite;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.28) 0%, rgba(212, 175, 55, 0) 72%);
  content: "";
  height: 180px;
  pointer-events: none;
  position: absolute;
  right: -30px;
  top: -18px;
  width: 180px;
  z-index: 1;
}

.service-card-image .number,
.service-card-overlay {
  transform: translateZ(32px);
  transform-style: preserve-3d;
}

.service-card-image img {
  animation: serviceImageDrift 12s ease-in-out infinite;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.service-card-image::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.78) 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.65s ease;
  z-index: 2;
}

.service-card-overlay {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  transform: translateY(42px);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.08s, opacity 0.5s ease 0.08s;
  z-index: 4;
}

.service-card-overlay .title {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.18;
  margin-bottom: 12px;
}

.service-card-overlay .title a,
.service-card-overlay .text,
.service-card-overlay .link-btn {
  color: #ffffff !important;
}

.service-card-overlay .text {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.service-card-overlay .link-btn {
  align-items: center !important;
  display: inline-flex !important;
  font-weight: 600;
  gap: 10px;
  min-height: 46px;
  min-width: 142px;
  padding: 0 22px !important;
}

.service-card-overlay .link-btn i {
  color: var(--theme-color1) !important;
}

.sidebar-service-list .current-service-link {
  background-color: rgba(212, 175, 55, 0.14);
  border-radius: 12px;
  color: var(--theme-color2) !important;
}

.service-card-image .number {
  background: rgba(22, 39, 31, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  bottom: 18px;
  color: #ffffff;
  display: inline-block;
  font-size: 26px;
  left: 18px;
  line-height: 1;
  padding: 10px 13px;
  position: absolute;
  transition: transform 0.42s ease, opacity 0.34s ease;
  z-index: 5;
}

.service-card-image .number b {
  color: var(--theme-color1);
}

.service-grid-card:nth-child(3n + 1) .service-card-image {
  animation: serviceCardFloatA 10s ease-in-out infinite;
}

.service-grid-card:nth-child(3n + 2) .service-card-image {
  animation: serviceCardFloatB 11s ease-in-out infinite;
}

.service-grid-card:nth-child(3n) .service-card-image {
  animation: serviceCardFloatC 12s ease-in-out infinite;
}

.service-grid-card:hover .service-card-image img {
  transform: scale(1.1);
}

.service-grid-card:hover .service-card-image::before {
  opacity: 1;
  transform: translateY(0);
}

.service-grid-card:hover .service-card-image {
  border-color: rgba(212, 175, 55, 0.38);
  box-shadow:
    0 34px 70px rgba(7, 19, 14, 0.32),
    0 0 0 1px rgba(212, 175, 55, 0.1);
  transform: rotateX(-3deg) rotateY(0deg) rotateZ(0deg) translateY(-14px) translateZ(54px);
}

.service-grid-card:hover .service-card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.service-grid-card:hover .number {
  opacity: 0;
  transform: translateY(18px);
}

@keyframes serviceCardFloatA {
  0%, 100% {
    transform: rotateX(2deg) rotateY(-9deg) rotateZ(-1.5deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(-1deg) rotateY(-2deg) rotateZ(-0.2deg) translate3d(0, -10px, 26px);
  }
}

@keyframes serviceCardFloatB {
  0%, 100% {
    transform: rotateX(1deg) rotateY(8deg) rotateZ(0.9deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(-2deg) rotateY(1deg) rotateZ(-0.3deg) translate3d(0, -12px, 24px);
  }
}

@keyframes serviceCardFloatC {
  0%, 100% {
    transform: rotateX(2deg) rotateY(-5deg) rotateZ(-0.7deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(-1deg) rotateY(4deg) rotateZ(0.6deg) translate3d(0, -9px, 22px);
  }
}

@keyframes serviceImageDrift {
  0%, 100% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(0, -8px, 0);
  }
}

@keyframes serviceCardGlow {
  0%, 100% {
    opacity: 0.25;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.65;
    transform: scale(1.08);
  }
}

@media (max-width: 1199.98px) {
  .service-card-overlay .title {
    font-size: 26px;
  }

  .service-card-image,
  .service-grid-card:nth-child(3n + 1) .service-card-image,
  .service-grid-card:nth-child(3n + 2) .service-card-image,
  .service-grid-card:nth-child(3n) .service-card-image {
    animation: none;
    transform: none;
  }

  .service-grid-card:hover .service-card-image {
    transform: translateY(-10px);
  }
}

@media (max-width: 575.98px) {
  .service-card-grid {
    padding-top: 30px;
  }

  .service-card-image {
    aspect-ratio: 0.95 / 1;
  }

  .service-card-overlay {
    padding: 24px;
  }
}
/* stable-button-hover-size */
.theme-btn-main,
.contact-btn,
.btn-style-one,
.service-card-overlay .link-btn,
.service-image-overlay .link-btn,
.service-block-1 .content-2 .link-btn {
  box-sizing: border-box !important;
  flex-shrink: 0;
  transform: none !important;
  white-space: nowrap;
}

.theme-btn-main:hover,
.contact-btn:hover,
.btn-style-one:hover,
.service-card-overlay .link-btn:hover,
.service-image-overlay .link-btn:hover,
.service-block-1 .content-2 .link-btn:hover {
  min-height: inherit;
  transform: none !important;
}

.theme-btn-main .theme-btn,
.theme-btn-main:hover .theme-btn,
.theme-btn-main .btn-title,
.theme-btn-main:hover .btn-title,
.btn-style-one .btn-title,
.btn-style-one:hover .btn-title,
.contact-btn,
.contact-btn:hover {
  transform: none !important;
}

.footer-area .theme-btn-main,
.footer-area .theme-btn-main:hover,
.hero-section .theme-btn-main,
.hero-section .theme-btn-main:hover,
.cta-banner-section .theme-btn-main,
.cta-banner-section .theme-btn-main:hover {
  padding: 0 28px !important;
}
/* about-counter-button-fix */
.about-block-items-1 .about-wrap .about-counter {
  align-items: flex-start;
  background: linear-gradient(145deg, #ffffff 0%, #f8fbf5 100%);
  border: 1px solid rgba(37, 61, 43, 0.1);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(37, 61, 43, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  min-width: 300px;
  padding: 32px;
}

.about-block-items-1 .about-wrap .about-counter:hover {
  transform: none !important;
}

.about-block-items-1 .about-wrap .about-counter .count-box,
.about-block-items-1 .about-wrap .about-counter p {
  transform: none !important;
  width: auto;
}

.about-block-items-1 .about-wrap .about-counter .count-box {
  color: #173826;
  display: flex;
  align-items: flex-end;
  font-size: clamp(82px, 6vw, 112px);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 0.9;
  margin: 0;
  min-width: 0;
}

.about-block-items-1 .about-wrap .about-counter .count-box .count-text {
  color: inherit !important;
  display: inline-block !important;
  font-family: inherit;
  font-size: 1em !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  visibility: visible !important;
  -webkit-text-fill-color: currentColor !important;
}

.about-block-items-1 .about-wrap .about-counter .count-box .count-value,
.about-block-items-1 .about-wrap .about-counter .count-box .count-suffix {
  color: inherit !important;
  display: inline-block !important;
  font-family: inherit;
  font-size: 1em !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: currentColor !important;
}

.about-block-items-1 .about-wrap .about-counter .count-box .count-suffix {
  margin-left: 4px;
}

.about-block-items-1 .about-wrap .about-counter .count-box.counted .count-text,
.about-block-items-1 .about-wrap .about-counter .count-box .count-text.counted,
.about-block-items-1 .about-wrap .about-counter .count-box.counted .count-value,
.about-block-items-1 .about-wrap .about-counter .count-box.counted .count-suffix {
  opacity: 1 !important;
  visibility: visible !important;
}

.about-block-items-1 .about-wrap .about-counter p {
  color: rgba(23, 56, 38, 0.72);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 12px 0 0;
}

.about-block-items-1 .about-wrap .about-counter .theme-btn-main {
  align-self: flex-start;
  display: inline-flex !important;
  margin-top: 32px;
  max-width: max-content;
  min-width: 214px;
  width: auto !important;
}

.about-block-items-1 .about-wrap .about-counter .theme-btn-main:hover {
  transform: none !important;
  width: auto !important;
}

.about-block-items-1 .about-wrap .about-counter .theme-btn-main .theme-btn {
  display: inline-flex;
  justify-content: center;
  min-width: 0;
  transform: none !important;
  white-space: nowrap;
  width: auto;
}

.about-block-items-1 .about-wrap .about-right-items .about-text {
  max-width: 390px;
}

.about-section .row > [class*="col-"],
.about-block-items-1,
.about-block-items-1 .sec-title,
.about-block-items-1 .about-wrap,
.about-block-items-1 .about-wrap .about-right-items,
.about-block-items-1 .about-wrap .about-icon-items,
.about-block-items-1 .about-wrap .about-icon-items .icon-items,
.about-block-items-1 .about-wrap .about-icon-items .icon-items .content {
  min-width: 0;
}

.about-block-items-1 .sec-title .title,
.about-block-items-1 .about-wrap .about-right-items .about-text,
.about-block-items-1 .about-wrap .about-icon-items .icon-items .content .title,
.about-block-items-1 .about-wrap .about-icon-items .icon-items .content .text {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.about-block-items-1 .sec-title .title {
  line-height: 1.08;
}

@media (max-width: 1399.98px) {
  .about-block-items-1 .sec-title .title {
    font-size: clamp(54px, 5vw, 88px);
  }
}

@media (max-width: 1199.98px) {
  .about-block-items-1 .about-wrap {
    gap: 24px;
  }

  .about-block-items-1 .about-wrap .about-icon-items {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .about-block-items-1 .sec-title .title {
    font-size: clamp(42px, 10.5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .about-block-items-1 .about-wrap .about-right-items .about-text {
    font-size: 18px;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px) {
  .about-block-items-1 .sec-title .title {
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.06;
  }
}

.about-section + .service-section {
  margin-top: 24px;
  padding-top: 70px;
}

/* final force-fixes for topbar phone + hero submit button */
.site-topbar__meta {
  flex-wrap: nowrap !important;
}

.site-topbar__phone {
  align-items: center !important;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-shrink: 0 !important;
  flex-wrap: nowrap !important;
  font-family: var(--body-font-family) !important;
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  gap: 10px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site-topbar__phone i,
.site-topbar__phone span {
  display: inline-block !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.hero-1 .banner-image .hero-form form .form-clt textarea {
  min-height: 110px !important;
  padding-bottom: 24px !important;
}

.hero-form-submit-row {
  display: flex !important;
  justify-content: center !important;
  margin-top: 4px !important;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn {
  align-items: center !important;
  background: linear-gradient(135deg, #cfa21d 0%, #e2bd48 100%) !important;
  border: 1px solid rgba(187, 143, 23, 0.45) !important;
  box-shadow: 0 16px 30px rgba(212, 175, 55, 0.22) !important;
  color: var(--theme-color1-text-color) !important;
  display: inline-flex !important;
  gap: 10px !important;
  justify-content: center !important;
  margin-top: 8px !important;
  min-width: 230px !important;
  overflow: hidden !important;
  padding-left: 30px !important;
  padding-right: 10px !important;
  position: relative !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease !important;
  width: auto !important;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn::before,
.hero-1 .banner-image .hero-form form .hero-form-submit-btn::after {
  display: block !important;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn::before {
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.32) 45%, transparent 100%);
  content: "";
  height: 100%;
  left: -140%;
  position: absolute;
  top: 0;
  transform: skewX(-24deg);
  transition: left 0.45s ease;
  width: 72%;
  z-index: 0;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn::after {
  background: rgba(17, 48, 35, 0.08);
  border-radius: inherit;
  content: "";
  inset: 3px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.28s ease;
  z-index: 0;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn {
  color: var(--theme-color1-text-color) !important;
  display: inline-flex !important;
  font-weight: 600 !important;
  justify-content: center !important;
  letter-spacing: -0.01em;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  transform: none !important;
  visibility: visible !important;
  white-space: nowrap !important;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn-arrow-right {
  display: inline-flex !important;
  position: relative;
  scale: 1 !important;
  transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease !important;
  z-index: 1;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn-arrow-right {
  background: var(--theme-color-white) !important;
  color: var(--theme-color2) !important;
}

.footer-contact-phone {
  color: rgba(255, 255, 255, 0.92) !important;
  display: inline-block !important;
  font-family: var(--body-font-family) !important;
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-size: 18px !important;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  line-height: 1.25 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.footer-contact-phone:hover {
  color: var(--theme-color1) !important;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover {
  background: linear-gradient(135deg, #ddb73f 0%, #efcc61 100%) !important;
  box-shadow: 0 22px 38px rgba(212, 175, 55, 0.3) !important;
  color: var(--theme-color1-text-color) !important;
  gap: 10px !important;
  padding-left: 30px !important;
  padding-right: 10px !important;
  transform: translateY(-3px) !important;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover::before {
  left: 155%;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover::after {
  opacity: 1;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover .theme-btn {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover .theme-btn-arrow-right {
  transform: translateX(4px) rotate(-8deg);
}

.quote-page-section {
  background: #ffffff;
  padding: 0;
}

.process-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 175, 55, 0.12), transparent 22%),
    radial-gradient(circle at 86% 78%, rgba(24, 71, 52, 0.09), transparent 24%),
    #ffffff;
  overflow: hidden;
  position: relative;
}

.process-section + .project-section {
  margin-top: 24px;
}

.process-section::before,
.process-section::after {
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.process-section::before {
  animation: processOrbit 24s linear infinite;
  height: 340px;
  left: -120px;
  top: 120px;
  width: 340px;
}

.process-section::after {
  animation: processOrbitReverse 28s linear infinite;
  bottom: 80px;
  height: 260px;
  right: -90px;
  width: 260px;
}

.design-studio-section {
  background: #f7f5f1;
}

.design-studio-section .sec-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.design-studio-section .sec-title .title {
  color: var(--theme-color3);
}

.design-studio-subtitle {
  color: #6D827C;
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 0;
}

.design-studio-grid {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.design-studio-image {
  background: #ffffff;
  border-radius: 24px;
  min-height: 360px;
  overflow: hidden;
}

.design-studio-image-tall {
  min-height: 620px;
}

.design-studio-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.design-studio-center {
  display: grid;
  gap: 34px;
  grid-template-rows: auto 1fr;
}

.design-studio-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 44px 48px;
}

.design-studio-card h3 {
  color: var(--theme-color3);
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.design-studio-card p {
  color: #6D827C;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

.design-studio-section + .project-section {
  margin-top: 24px;
}

.process-section .sec-title .title {
  color: var(--theme-color3);
}

.process-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.process-card {
  background: #ffffff;
  border: 1px solid rgba(12, 47, 37, 0.12);
  border-radius: 16px;
  box-shadow: 0 20px 44px rgba(12, 47, 37, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.process-card::after {
  animation: processOrbit 16s linear infinite;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 50%;
  content: "";
  height: 150px;
  opacity: 0;
  position: absolute;
  right: -36px;
  top: 210px;
  transition: opacity 0.35s ease;
  width: 150px;
  z-index: 0;
}

.process-card:hover {
  border-color: rgba(212, 175, 55, 0.26);
  box-shadow: 0 28px 56px rgba(12, 47, 37, 0.14);
  transform: translateY(-10px);
}

.process-card:hover::after {
  opacity: 1;
}

.process-step {
  background: var(--theme-color3);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  padding: 20px 18px;
  text-align: center;
  text-transform: uppercase;
}

.process-image {
  aspect-ratio: 1.45 / 1;
  background: var(--bg-color);
  overflow: hidden;
  position: relative;
}

.process-image::after {
  animation: processGlowPulse 7s ease-in-out infinite;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 68%);
  content: "";
  inset: 10% 10% auto auto;
  height: 110px;
  pointer-events: none;
  position: absolute;
  width: 110px;
  z-index: 1;
}

.process-image img {
  animation: processImageFloat 12s ease-in-out infinite;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease;
  width: 100%;
}

.process-card:hover .process-image img {
  transform: scale(1.08);
}

.process-content {
  border-top: 1px solid rgba(12, 47, 37, 0.08);
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 26px;
  position: relative;
  z-index: 1;
}

.process-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.process-heading h3 {
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.process-heading span {
  align-items: center;
  color: var(--theme-color3);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 52px;
}

.process-heading span::before,
.process-heading span::after {
  border-radius: 50%;
  content: "";
  inset: 0;
  position: absolute;
}

.process-heading span::before {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(24, 71, 52, 0.08));
}

.process-heading span::after {
  animation: processOrbit 10s linear infinite;
  border: 1px dashed rgba(212, 175, 55, 0.55);
  inset: 4px;
}

.process-heading span > * ,
.process-heading span {
  z-index: 1;
}

.process-content p {
  color: #6D827C;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

@keyframes processOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes processOrbitReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes processGlowPulse {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.08);
  }
}

@keyframes processImageFloat {
  0%, 100% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.06) translate3d(0, -6px, 0);
  }
}

@media (max-width: 1399.98px) {
  .process-grid {
    gap: 20px;
  }

  .process-content {
    padding: 26px 20px;
  }

  .process-heading h3 {
    font-size: 21px;
  }
}

@media (max-width: 1199.98px) {
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .design-studio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .design-studio-center {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .design-studio-image-tall {
    min-height: 460px;
  }
}

@media (max-width: 767.98px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: 0;
  }

  .design-studio-grid,
  .design-studio-center {
    grid-template-columns: 1fr;
  }

  .design-studio-center {
    grid-column: auto;
  }

  .design-studio-image,
  .design-studio-image-tall {
    min-height: 300px;
  }

  .design-studio-card {
    padding: 32px 26px;
  }

  .design-studio-card h3 {
    font-size: 26px;
  }

  .design-studio-card p,
  .design-studio-subtitle {
    font-size: 17px;
  }
}

.quote-page-section .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 820px;
}

.quote-info-panel {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 24%),
    linear-gradient(180deg, #173826 0%, #203b2a 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 8vw;
}

.quote-kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.quote-info-panel h2,
.quote-form-panel h2 {
  font-family: var(--title-font);
  line-height: 1.12;
}

.quote-info-panel h2 {
  color: #ffffff;
  font-size: 54px;
  margin-bottom: 28px;
  max-width: 650px;
}

.quote-info-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 52px;
  max-width: 690px;
}

.quote-contact-list {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.quote-contact-list li {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 19px;
  font-weight: 600;
  gap: 22px;
}

.quote-contact-list i {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  width: 24px;
}

.quote-contact-list .fa-whatsapp {
  color: #29d367;
}

.quote-contact-list a {
  color: #ffffff;
}

.quote-contact-list li:nth-child(2) a,
.quote-contact-list li:nth-child(3) a {
  font-family: var(--body-font-family) !important;
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.quote-form-panel {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7.5vw;
}

.quote-form-panel h2 {
  color: var(--theme-color2);
  font-size: 42px;
  margin-bottom: 48px;
  text-align: center;
}

.quote-field {
  margin-bottom: 28px;
}

.quote-field label {
  color: #5f6568;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.quote-field .form-control {
  background: #fbfbfb;
  border: 1px solid #e4eaee;
  border-radius: 0;
  box-shadow: none;
  color: var(--theme-color2);
  font-size: 16px;
  height: 62px;
  padding: 14px 18px;
}

.quote-field textarea.form-control {
  height: 220px;
  resize: vertical;
}

.quote-field .form-control:focus {
  border-color: var(--theme-color1);
}

.quote-submit {
  background: var(--theme-color3);
  border: 0;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1.2px;
  min-width: 190px;
  padding: 18px 28px;
  text-transform: uppercase;
}

.quote-submit:hover {
  background: var(--theme-color1);
  color: var(--theme-color3);
}

@media (max-width: 991.98px) {
  .quote-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .quote-info-panel,
  .quote-form-panel {
    padding: 64px 28px;
  }

  .quote-info-panel h2 {
    font-size: 42px;
  }

  .quote-info-panel p {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .quote-info-panel h2,
  .quote-form-panel h2 {
    font-size: 34px;
  }

  .quote-contact-list li {
    align-items: flex-start;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .about-block-items-1 .about-wrap .about-counter {
    max-width: 100%;
    min-width: 0;
    padding: 26px;
    width: 100%;
  }

  .about-block-items-1 .about-wrap .about-counter .theme-btn-main {
    margin-top: 24px;
  }
}
/* hero-background-form-restyle */
.hero-1 {
  background: linear-gradient(180deg, rgba(12, 22, 16, 0.58), rgba(12, 22, 16, 0.34)), url('../images/banner/heroimage.webp') center center / cover no-repeat;
  border-radius: 0 0 40px 40px;
  margin: 0 0 72px;
  min-height: 980px;
  overflow: hidden;
  padding-bottom: 84px;
  position: relative;
}

.hero-1 .hero-content {
  background-color: transparent !important;
  border-radius: 0;
  padding: 190px 0 80px;
}

.hero-1 .hero-content .content {
  max-width: 900px;
}

.hero-services-orbit {
  align-items: center;
  display: flex;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  perspective: 1800px;
  position: relative;
  transform: translateX(-96px);
  width: 420px;
}

.hero-orbit-stage {
  animation: heroOrbitCarousel 26s linear infinite;
  height: 100%;
  position: relative;
  transform: rotateX(-6deg) rotateY(0deg);
  transform-style: preserve-3d;
  width: 100%;
}

.perf-defer-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.hero-service-card {
  backface-visibility: hidden;
  background: #102519;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow:
    0 26px 58px rgba(3, 12, 8, 0.34),
    0 0 0 1px rgba(212, 175, 55, 0.08);
  height: 340px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform-style: preserve-3d;
  width: 280px;
}

.hero-service-card::after {
  background:
    radial-gradient(circle at 22% 18%, rgba(212, 175, 55, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 19, 14, 0.08) 0%, rgba(7, 19, 14, 0.18) 42%, rgba(7, 19, 14, 0.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-service-card img {
  animation: heroServiceImageScroll 10s ease-in-out infinite alternate;
  display: block;
  height: 112%;
  left: 0;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  transform: scale(1.04) translateY(0);
  width: 100%;
  will-change: transform;
}

.hero-service-card-content {
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: flex-end;
  padding: 26px 24px 28px;
  position: absolute;
  z-index: 2;
}

.hero-service-card-content h4 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.05;
  margin: 0;
  max-width: 220px;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}

.hero-service-card-1 { transform: translate(-50%, -50%) rotateY(0deg) translateZ(170px); }
.hero-service-card-2 { transform: translate(-50%, -50%) rotateY(90deg) translateZ(170px); }
.hero-service-card-3 { transform: translate(-50%, -50%) rotateY(180deg) translateZ(170px); }
.hero-service-card-4 { transform: translate(-50%, -50%) rotateY(270deg) translateZ(170px); }

@keyframes heroOrbitCarousel {
  from {
    transform: rotateX(-6deg) rotateY(0deg);
  }
  to {
    transform: rotateX(-6deg) rotateY(360deg);
  }
}

@keyframes heroServiceImageScroll {
  from {
    transform: scale(1.04) translateY(0);
  }
  to {
    transform: scale(1.1) translateY(-9%);
  }
}

.hero-1 .machine-image {
  display: block;
}

.hero-1 .banner-image {
  background:
    radial-gradient(circle at 18% 24%, rgba(212, 175, 55, 0.16), transparent 18%),
    radial-gradient(circle at 82% 34%, rgba(24, 71, 52, 0.14), transparent 20%),
    linear-gradient(180deg, #f8f6ef 0%, #f3f5ef 52%, #eef2ea 100%);
  border-radius: 0;
  isolation: isolate;
  height: auto;
  margin-top: 10px;
  min-height: 720px;
  padding: 0 28px 20px;
  position: relative;
}

.hero-1 .banner-image .hero-form {
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.hero-1 .banner-image .hero-form::before {
  backdrop-filter: blur(2px);
}

.hero-1 .banner-image .hero-form::selection {
  background: rgba(212, 175, 55, 0.25);
}

.hero-1 .banner-image .hero-form-wrapper-pattern,
.hero-1 .banner-image .hero-form-wrapper-pattern-2 {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-1 .banner-image .hero-form-wrapper-pattern {
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0) 55%),
    repeating-linear-gradient(135deg, rgba(24, 71, 52, 0.05) 0 2px, transparent 2px 18px);
  border-radius: 36px;
  bottom: 72px;
  left: 5%;
  height: 260px;
  opacity: 0.75;
  width: 260px;
  transform: rotate(-14deg);
}

.hero-1 .banner-image .hero-form-wrapper-pattern-2 {
  background:
    radial-gradient(circle at center, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0.03) 52%, transparent 72%),
    linear-gradient(180deg, rgba(24, 71, 52, 0.08), rgba(24, 71, 52, 0));
  border-radius: 44px;
  right: 7%;
  top: 110px;
  height: 240px;
  opacity: 0.78;
  width: 240px;
}

.hero-1 .banner-image::before,
.hero-1 .banner-image::after {
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-1 .banner-image::before {
  animation: heroFormOrbit 20s linear infinite;
  background:
    radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.26), rgba(212, 175, 55, 0.08) 42%, transparent 72%),
    radial-gradient(circle at 68% 64%, rgba(24, 71, 52, 0.3), rgba(24, 71, 52, 0.08) 40%, transparent 74%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 0 36px rgba(212, 175, 55, 0.08);
  height: 300px;
  opacity: 0.72;
  right: 18%;
  top: 18%;
  width: 300px;
}

.hero-1 .banner-image::after {
  animation: heroFormOrbitReverse 26s linear infinite;
  background:
    radial-gradient(circle at 50% 50%, rgba(24, 71, 52, 0.16), rgba(24, 71, 52, 0.05) 50%, transparent 78%),
    radial-gradient(circle at 36% 36%, rgba(212, 175, 55, 0.16), transparent 54%);
  border: 1px dashed rgba(24, 71, 52, 0.18);
  bottom: 4%;
  height: 380px;
  left: 12%;
  opacity: 0.42;
  width: 380px;
}

.hero-1 .banner-image .hero-form::after {
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0)),
    linear-gradient(180deg, rgba(24, 71, 52, 0.06), rgba(24, 71, 52, 0));
  content: "";
  height: 120px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.hero-1 .banner-image > img {
  display: none;
}

.hero-1 .banner-image .hero-form {
  background-color: var(--theme-color-white);
  border-radius: 33px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.11),
    0 0 0 1px rgba(12, 47, 37, 0.06);
  bottom: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  overflow: hidden;
  padding: 38px 44px 42px;
  position: relative;
  right: auto;
  width: 100%;
  z-index: 2;
}

.hero-1 .banner-image .hero-form::before {
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0)),
    linear-gradient(180deg, rgba(24, 71, 52, 0.04), rgba(24, 71, 52, 0));
  content: "";
  height: 92px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-form-intro {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.hero-form-kicker {
  background: rgba(24, 71, 52, 0.08);
  border: 1px solid rgba(24, 71, 52, 0.1);
  border-radius: 999px;
  color: var(--theme-color3);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.hero-form-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-form-points span {
  align-items: center;
  color: rgba(37, 61, 43, 0.76);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
}

.hero-form-points span::before {
  background: var(--theme-color1);
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.hero-1 .banner-image .hero-form .book-title {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.04;
  margin-bottom: 18px;
  text-align: left;
}

.hero-1 .banner-image .hero-form form {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.hero-1 .banner-image .hero-form form .form-clt input,
.hero-1 .banner-image .hero-form form .form-clt textarea,
.hero-1 .banner-image .hero-form form .form-clt .form .single-select {
  background-color: #f9f8f1;
  border: 1px solid rgba(24, 71, 52, 0.08);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  padding: 24px 28px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hero-1 .banner-image .hero-form form .form-clt input:focus,
.hero-1 .banner-image .hero-form form .form-clt textarea:focus {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14);
  transform: translateY(-1px);
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select {
  min-height: 72px;
}

.hero-1 .banner-image .hero-form form .theme-btn-main {
  margin-top: 8px;
}

.hero-form-submit-row {
  display: flex;
  justify-content: center;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn {
  background: var(--theme-color2);
  border: 1px solid rgba(24, 71, 52, 0.12);
  color: #ffffff;
  justify-content: center;
  margin-top: 18px;
  min-width: 240px;
  padding-left: 22px;
  padding-right: 22px;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn {
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  opacity: 1;
  position: static;
  transform: none;
  visibility: visible;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn-arrow-left,
.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn-arrow-right {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn-arrow-left {
  left: 0;
  position: relative;
  scale: 1;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn .theme-btn-arrow-right {
  position: relative;
  scale: 1;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover {
  background: #1b4c37;
  color: #ffffff;
  gap: 10px;
  padding-left: 22px !important;
  padding-right: 22px;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover .theme-btn {
  color: #ffffff;
  transform: none;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover .theme-btn-arrow-left {
  scale: 1;
}

.hero-1 .banner-image .hero-form form .hero-form-submit-btn:hover .theme-btn-arrow-right {
  scale: 1;
}

@keyframes heroFormOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes heroFormOrbitReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.about-section {
  margin-top: 24px;
}

.about-section,
.service-section,
.choose-us,
.work-process-section,
.project-section,
.testimonial-section,
.benefit-section,
.cta-banner-section,
.footer-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

@media (max-width: 1199.98px) {
  .hero-1 {
    min-height: 900px;
  }

  .hero-services-orbit {
    height: 360px;
    margin-right: auto;
    margin-top: 14px;
    transform: translateX(-34px);
    width: 330px;
  }

  .hero-service-card {
    border-radius: 28px;
    height: 250px;
    width: 220px;
  }

  .hero-service-card-content {
    padding: 24px 20px 24px;
  }

  .hero-service-card-content h4 {
    font-size: 22px;
  }

  .hero-service-card-1 { transform: translate(-50%, -50%) rotateY(0deg) translateZ(132px); }
  .hero-service-card-2 { transform: translate(-50%, -50%) rotateY(90deg) translateZ(132px); }
  .hero-service-card-3 { transform: translate(-50%, -50%) rotateY(180deg) translateZ(132px); }
  .hero-service-card-4 { transform: translate(-50%, -50%) rotateY(270deg) translateZ(132px); }

  .hero-1 .banner-image .hero-form {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
}

@media (max-width: 991.98px) {
  .hero-1 {
    min-height: auto;
    padding-bottom: 58px;
  }

  .hero-1 .hero-content {
    padding: 170px 0 58px;
    text-align: center;
  }

  .hero-services-orbit {
    display: block;
    height: 300px;
    margin: 22px auto 0;
    transform: none;
    width: 280px;
  }

  .hero-orbit-stage {
    animation-duration: 22s;
  }

  .hero-service-card {
    border-radius: 24px;
    height: 220px;
    width: 176px;
  }

  .hero-service-card-content {
    padding: 18px 16px 18px;
  }

  .hero-service-card-content h4 {
    font-size: 20px;
    max-width: 150px;
  }

  .hero-service-card-1 { transform: translate(-50%, -50%) rotateY(0deg) translateZ(104px); }
  .hero-service-card-2 { transform: translate(-50%, -50%) rotateY(90deg) translateZ(104px); }
  .hero-service-card-3 { transform: translate(-50%, -50%) rotateY(180deg) translateZ(104px); }
  .hero-service-card-4 { transform: translate(-50%, -50%) rotateY(270deg) translateZ(104px); }

  .hero-1 .banner-image .hero-form {
    left: auto;
    right: auto;
    top: auto;
    width: calc(100% - 44px);
  }

  .hero-1 .banner-image {
    min-height: auto;
  }

  .hero-1 .banner-image .hero-form-wrapper-pattern,
  .hero-1 .banner-image .hero-form-wrapper-pattern-2 {
    opacity: 0.5;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .hero-1 {
    border-radius: 0 0 26px 26px;
    margin: 0 0 54px;
    padding-bottom: 34px;
  }

  .hero-1 .hero-content {
    padding: 145px 0 42px;
  }

  .hero-services-orbit {
    height: 256px;
    margin-top: 18px;
    width: 232px;
  }

  .hero-service-card {
    border-radius: 20px;
    height: 188px;
    width: 148px;
  }

  .hero-service-card-content {
    padding: 14px 14px 16px;
  }

  .hero-service-card-content h4 {
    font-size: 17px;
    max-width: 120px;
  }

  .hero-service-card-1 { transform: translate(-50%, -50%) rotateY(0deg) translateZ(84px); }
  .hero-service-card-2 { transform: translate(-50%, -50%) rotateY(90deg) translateZ(84px); }
  .hero-service-card-3 { transform: translate(-50%, -50%) rotateY(180deg) translateZ(84px); }
  .hero-service-card-4 { transform: translate(-50%, -50%) rotateY(270deg) translateZ(84px); }

  .hero-1 .banner-image .hero-form {
    border-radius: 24px;
    padding: 34px 24px;
    width: calc(100% - 24px);
  }

  .hero-1 .banner-image .hero-form-wrapper-pattern {
    bottom: 34px;
    height: 170px;
    left: 2%;
    width: 170px;
  }

  .hero-1 .banner-image .hero-form-wrapper-pattern-2 {
    height: 150px;
    right: 2%;
    top: 82px;
    width: 150px;
  }

  .hero-form-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-1 .banner-image .hero-form .book-title {
    text-align: left;
  }
}
/* hero-image-half-form-fix */
.hero-1 {
  background: transparent !important;
  overflow: visible;
  z-index: 1;
}

.hero-1::before {
  display: none;
}

.hero-bg-slider {
  background: #172118 url('../images/banner/heroimage.webp') center center / cover no-repeat;
  border-radius: 0 0 40px 40px;
  height: 48%;
  inset: 0 0 auto 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.hero-bg-slider::after {
  background: linear-gradient(180deg, rgba(12, 22, 16, 0.5), rgba(12, 22, 16, 0.24));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-bg-slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.02);
  transition: opacity 1100ms ease, transform 1300ms ease;
  will-change: opacity, transform;
}

.hero-bg-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-bg-slide.is-active {
  animation: heroSlideZoomIn 5s linear forwards;
  opacity: 1;
  z-index: 1;
}

.hero-bg-slide.is-leaving {
  opacity: 0;
  transform: scale(1.13);
  z-index: 0;
}

@keyframes heroSlideZoomIn {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.1);
  }
}

.hero-1 .hero-content,
.hero-1 .banner-image {
  position: relative;
  z-index: 2;
}

.hero-1 .banner-image .hero-form {
  margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
  .hero-bg-slider {
    height: 46%;
  }
}

@media (max-width: 767.98px) {
  .hero-bg-slider {
    border-radius: 0 0 26px 26px;
    height: 42%;
  }
}
/* hero-compact-card-navbar-clean */
.header-1 {
  background-color: transparent !important;
}

.header-1 .main-box {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.hero-1 .banner-image .hero-form {
  max-width: 760px;
  padding: 34px 40px;
  width: calc(100% - 56px);
}

.hero-1 .banner-image .hero-form .book-title {
  font-size: clamp(30px, 3.2vw, 46px);
  margin-bottom: 18px;
}

.hero-1 .banner-image .hero-form form .row {
  --bs-gutter-y: 18px;
}

.hero-1 .banner-image .hero-form form .form-clt p {
  margin-bottom: 10px;
}

.hero-1 .banner-image .hero-form form .form-clt input,
.hero-1 .banner-image .hero-form form .form-clt textarea,
.hero-1 .banner-image .hero-form form .form-clt .form .single-select {
  padding: 18px 22px;
}

.hero-1 .banner-image .hero-form form .form-clt textarea {
  padding-bottom: 46px;
}

.hero-1 .hero-content .title.char-animation,
.hero-1 .banner-image .hero-form .book-title.char-animation {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-1 .hero-content .title.char-animation .char,
.hero-1 .hero-content .title.char-animation .word,
.hero-1 .banner-image .hero-form .book-title.char-animation .char,
.hero-1 .banner-image .hero-form .book-title.char-animation .word {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

@media (max-width: 1199.98px) {
  .hero-1 .banner-image .hero-form {
    width: calc(100% - 32px);
  }
}

@media (max-width: 767.98px) {
  .hero-1 .banner-image .hero-form {
    padding: 28px 22px;
    width: calc(100% - 16px);
  }
}
/* navbar-border-line-remove */
.header-1 .main-box {
  border-bottom-color: transparent !important;
  border-bottom-width: 0 !important;
}
/* blog-page-custom */
.blog-page-section {
  background: #f8faf5;
}

.blog-intro-text {
  color: rgba(37, 61, 43, 0.72);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.blog-feature-card {
  background: #ffffff;
  border: 1px solid rgba(37, 61, 43, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(37, 61, 43, 0.08);
  overflow: hidden;
}

.blog-feature-image {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.blog-feature-image img,
.blog-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.blog-feature-card:hover .blog-feature-image img,
.blog-card:hover .blog-card-image img {
  transform: scale(1.06);
}

.blog-feature-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 56px;
}

.blog-kicker,
.blog-meta span {
  color: var(--theme-color1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-feature-content .title {
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 1.08;
  margin: 16px 0 18px;
}

.blog-feature-content p,
.blog-card-content p {
  color: rgba(37, 61, 43, 0.7);
  line-height: 1.65;
}

.blog-card {
  background: #ffffff;
  border: 1px solid rgba(37, 61, 43, 0.08);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.blog-card:hover {
  border-color: rgba(225, 181, 38, 0.45);
  box-shadow: 0 18px 44px rgba(37, 61, 43, 0.12);
  transform: translateY(-6px);
}

.blog-card-image {
  aspect-ratio: 1.25 / 0.76;
  display: block;
  overflow: hidden;
}

.blog-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.blog-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 14px;
}

.blog-meta span:last-child {
  color: rgba(37, 61, 43, 0.52);
}

.blog-card-content .title {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.blog-card-content .title a:hover,
.blog-link:hover {
  color: var(--theme-color1);
}

.blog-link {
  align-items: center;
  color: var(--theme-color3);
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  margin-top: auto;
}

.blog-subscribe-card {
  background: var(--theme-color3);
  min-height: 100%;
}

.blog-subscribe-card .blog-card-content {
  justify-content: center;
  min-height: 398px;
}

.blog-subscribe-card .title,
.blog-subscribe-card p {
  color: #ffffff;
}

.blog-subscribe-card .theme-btn-main {
  color: #ffffff !important;
  margin-top: 18px;
}

.blog-subscribe-card .theme-btn-main::before {
  border-color: rgba(255, 255, 255, 0.42) !important;
}

@media (max-width: 991.98px) {
  .blog-feature-content {
    padding: 38px;
  }

  .blog-feature-image {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .blog-card-content,
  .blog-feature-content {
    padding: 24px;
  }

  .blog-card-content .title {
    font-size: 22px;
  }
}
/* custom-logo-preloader */
.preloader:after,
.preloader-loaded .text-preloader-outer .text-preloading:before {
  background-image: url('../images/logo/preloader-logo.png') !important;
  background-size: contain !important;
}

.preloader:after {
  height: 128px;
  margin-left: -64px;
  margin-top: -82px;
  width: 128px;
}

.preloader:before {
  margin-top: 62px;
}
/* faq-page-custom */
.faq-page-section {
  background: var(--theme-color-white);
  display: block;
  position: relative;
  z-index: 1;
}

.faq-page-section .how-it-faq-1 {
  display: block;
}

.faq-page-section .wow,
.faq-page-section .accordion.block {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.faq-page-section .accordion-box {
  display: grid;
  gap: 18px;
  margin: 0;
}

.faq-page-section .accordion-box .block {
  background: #f4faf6;
  border: 1px solid rgba(16, 85, 31, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(18, 54, 31, 0.06);
  margin-bottom: 0;
  overflow: hidden;
}

.faq-page-section .accordion-box .block .acc-btn {
  background: transparent;
  border-radius: 18px;
  color: #12361f;
  padding: 24px 68px 24px 26px;
}

.faq-page-section .accordion-box .block .acc-btn .icon {
  background: #ffffff;
  border: 1px solid rgba(16, 85, 31, 0.12);
  border-radius: 50%;
  color: #10551f;
}

.faq-page-section .accordion-box .block .acc-btn.active {
  background: linear-gradient(135deg, #fffdf6 0%, #eef7ef 100%);
  color: #12361f;
}

.faq-page-section .accordion-box .block .acc-btn.active .icon {
  background: #10551f;
  border-color: #10551f;
  color: #ffffff;
}

.faq-page-section .accordion-box .block .acc-btn.active .icon:before {
  color: #ffffff;
}

.faq-page-section .accordion-box .block .acc-content {
  background: #ffffff;
}

.faq-page-section .accordion-box .block .acc-content .content {
  padding: 0 26px 24px;
}

.faq-page-section .accordion-box .block .acc-content .text {
  color: #5f6f61;
}

.home-faq-section {
  background:
    radial-gradient(circle at top left, rgba(214, 187, 111, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(31, 67, 44, 0.08), transparent 30%),
    linear-gradient(180deg, #f7faf5 0%, #edf4ee 100%);
  overflow: hidden;
}

.home-faq-section .row {
  align-items: stretch !important;
}

.home-faq-section .sec-title {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 246, 0.96) 100%);
  border: 1px solid rgba(27, 63, 41, 0.1);
  border-radius: 30px;
  box-shadow: 0 26px 65px rgba(27, 63, 41, 0.09);
  min-height: 100%;
  padding: 42px 38px;
  position: sticky;
  top: 110px;
}

.home-faq-section .sec-title .sec-sub-title {
  display: inline-flex;
  margin-bottom: 22px;
}

.home-faq-section .sec-title .sub-title {
  align-items: center;
  background: #f7f3e5;
  border: 1px solid rgba(198, 162, 70, 0.34);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(214, 187, 111, 0.1);
  color: #745c1e;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  padding: 12px 18px;
}

.home-faq-section .sec-title .sub-title:before {
  background: #caa443;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}

.home-faq-section .sec-title .title {
  color: #183b29 !important;
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.04;
  margin: 0;
  max-width: 520px;
}

.home-faq-section .sec-title .title .char,
.home-faq-section .sec-title .title .word,
.home-faq-section .sec-title .title span {
  color: #183b29 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #183b29 !important;
  -webkit-text-stroke: 0 !important;
}

.home-faq-section .home-faq-text {
  color: #5f7466;
  font-size: 18px;
  line-height: 1.75;
  margin-top: 22px;
  max-width: 460px;
}

.home-faq-section .faq-cta-button {
  align-items: center;
  background: #173b28;
  border: 1px solid #173b28;
  border-radius: 999px;
  box-shadow: 0 18px 30px rgba(22, 55, 38, 0.16);
  color: #ffffff;
  display: inline-flex;
  font-family: var(--heading-font-family);
  font-size: 17px;
  font-weight: 600;
  gap: 12px;
  line-height: 1;
  margin-top: 28px;
  min-height: 58px;
  padding: 0 26px;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.home-faq-section .faq-cta-button i {
  color: #d8b457;
  font-size: 15px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.home-faq-section .faq-cta-button:hover {
  background: #d8b457;
  border-color: #d8b457;
  box-shadow: 0 18px 34px rgba(214, 187, 111, 0.24);
  color: #173b28;
  transform: translateY(-2px);
}

.home-faq-section .faq-cta-button:hover i {
  color: #173b28;
  transform: translateX(2px);
}

.home-faq-section .how-it-faq-1 {
  max-width: none;
}

.home-faq-section .accordion-box {
  gap: 22px;
}

.home-faq-section .accordion-box .block {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(27, 63, 41, 0.1);
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(27, 63, 41, 0.05);
}

.home-faq-section .accordion-box .block .acc-btn {
  color: #1b3f29;
  padding: 30px 88px 30px 34px;
}

.home-faq-section .accordion-box .block .acc-btn .title {
  gap: 22px;
}

.home-faq-section .accordion-box .block .acc-btn .title .number {
  color: #bf9a3f;
  font-size: 18px;
  font-weight: 700;
  min-width: 54px;
}

.home-faq-section .accordion-box .block .acc-btn .icon {
  align-items: center;
  background: #f6eed8;
  border: 1px solid rgba(202, 164, 67, 0.34);
  color: #7a6122;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  right: 26px;
  top: 26px;
  width: 44px;
}

.home-faq-section .accordion-box .block .acc-btn.active {
  background: linear-gradient(135deg, #fffdf7 0%, #f3f8f1 100%);
  color: #173b28;
}

.home-faq-section .accordion-box .block .acc-btn.active .icon {
  background: #173b28;
  border-color: #173b28;
  color: #ffffff;
}

.home-faq-section .accordion-box .block .acc-btn.active .icon:before {
  color: #ffffff;
}

.home-faq-section .accordion-box .block .acc-content {
  background: transparent;
  border-top: 1px solid rgba(27, 63, 41, 0.08);
  padding: 0;
}

.home-faq-section .accordion-box .block .acc-content .content {
  padding: 22px 34px 30px;
}

.home-faq-section .accordion-box .block .acc-content .text {
  color: #66796c;
  font-size: 17px;
  line-height: 1.8;
  max-width: 90%;
}

@media (max-width: 1199px) {
  .home-faq-section .sec-title {
    padding: 34px 30px;
  }

  .home-faq-section .accordion-box .block .acc-btn {
    padding: 26px 78px 26px 28px;
  }
}

@media (max-width: 991px) {
  .home-faq-section .sec-title {
    margin-bottom: 10px;
    position: static;
  }
}

@media (max-width: 767px) {
  .home-faq-section .sec-title {
    border-radius: 24px;
    padding: 28px 22px;
  }

  .home-faq-section .sec-title .title {
    font-size: 38px;
  }

  .home-faq-section .accordion-box .block {
    border-radius: 22px;
  }

  .home-faq-section .accordion-box .block .acc-btn {
    padding: 22px 68px 22px 22px;
  }

  .home-faq-section .accordion-box .block .acc-btn .title {
    align-items: flex-start;
    gap: 14px;
  }

  .home-faq-section .accordion-box .block .acc-btn .title .number {
    min-width: 40px;
  }

  .home-faq-section .accordion-box .block .acc-btn .icon {
    height: 40px;
    right: 18px;
    top: 20px;
    width: 40px;
  }

  .home-faq-section .accordion-box .block .acc-content .content {
    padding: 18px 22px 24px;
  }

  .home-faq-section .accordion-box .block .acc-content .text {
    font-size: 15px;
    max-width: none;
  }
}

/* newsletter-cta-polish */
.cta-banner-section {
  background-color: #d4af37;
  background-blend-mode: soft-light;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(37, 61, 43, 0.13);
  overflow: hidden;
  padding: 68px 0;
}

.cta-banner-wrapper {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr) minmax(360px, 1.35fr);
  gap: 34px;
  align-items: center;
}

.cta-banner-wrapper .content {
  display: contents !important;
}

.cta-banner-wrapper .content .title {
  color: #12361f;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
  max-width: 320px;
}

.cta-banner-wrapper .content .text {
  color: rgba(18, 54, 31, 0.78);
  font-size: 18px;
  line-height: 1.65;
  max-width: 440px;
  opacity: 1;
}

.cta-banner-wrapper form {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 620px;
  padding: 8px;
  width: 100%;
}

.cta-banner-wrapper form input {
  background: #ffffff;
  border-radius: 999px;
  color: #12361f;
  font-size: 16px;
  max-width: none;
  min-height: 58px;
  padding: 0 26px;
}

.cta-banner-wrapper form input::placeholder {
  color: rgba(18, 54, 31, 0.42);
}

.cta-banner-wrapper form .theme-btn-main {
  background: #10551f !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  height: 58px;
  min-width: 170px;
  padding: 0 28px !important;
}

.cta-banner-wrapper form .theme-btn-main:before {
  border: 0 !important;
}

.cta-banner-wrapper form .theme-btn-main .theme-btn,
.cta-banner-wrapper form .theme-btn-main i {
  color: #ffffff !important;
}

.cta-banner-wrapper form .theme-btn-main:hover {
  background: #0c3f18 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.cta-banner-wrapper form .theme-btn-arrow-left,
.cta-banner-wrapper form .theme-btn-arrow-right {
  display: none;
}

@media (max-width: 1199.98px) {
  .cta-banner-wrapper {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cta-banner-wrapper .content .title,
  .cta-banner-wrapper .content .text,
  .cta-banner-wrapper form {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .cta-banner-section {
    border-radius: 18px;
    padding: 44px 0;
  }

  .cta-banner-wrapper {
    text-align: left;
  }

  .cta-banner-wrapper form {
    border-radius: 24px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cta-banner-wrapper form .theme-btn-main {
    width: 100%;
  }
}

/* blog-details-custom */
.blog-subscribe-card .theme-btn-main {
  align-self: flex-start;
  max-width: max-content;
  min-width: 190px;
  padding: 0 24px !important;
  width: auto !important;
}

.blog-subscribe-card .theme-btn-main:hover {
  transform: none !important;
  width: auto !important;
}

.blog-details-section {
  background: #f8faf5;
}

.blog-details-card {
  background: #ffffff;
  border: 1px solid rgba(37, 61, 43, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(37, 61, 43, 0.08);
  overflow: hidden;
}

.blog-details-image {
  aspect-ratio: 1.9 / 1;
  overflow: hidden;
}

.blog-details-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-details-content {
  padding: 54px;
}

.blog-details-content > .title {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.08;
  margin: 16px 0 24px;
}

.blog-details-content p {
  color: rgba(37, 61, 43, 0.72);
  font-size: 18px;
  line-height: 1.8;
}

.blog-details-content blockquote {
  border-left: 4px solid var(--theme-color1);
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 1.45;
  margin: 34px 0;
  padding: 8px 0 8px 24px;
}

.blog-details-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 26px;
}

.blog-details-list li {
  color: rgba(37, 61, 43, 0.74);
  padding-left: 24px;
  position: relative;
}

.blog-details-list li::before {
  background: var(--theme-color1);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}

.blog-details-cta {
  align-items: center;
  background: var(--theme-color3);
  border-radius: 14px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 42px;
  padding: 30px;
}

.blog-details-cta .title {
  color: #ffffff;
  font-size: 28px;
  margin: 8px 0 0;
}

.blog-details-cta .theme-btn-main {
  color: #ffffff !important;
  flex: 0 0 auto;
}

.blog-details-cta .theme-btn-main::before {
  border-color: rgba(255, 255, 255, 0.42) !important;
}

@media (max-width: 767.98px) {
  .blog-details-content {
    padding: 28px;
  }

  .blog-details-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* blog-details-premium-refresh */
.blog-details-hero {
  border-radius: 22px;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.blog-details-hero-image {
  inset: 0;
  position: absolute;
}

.blog-details-hero-image::after {
  background: linear-gradient(90deg, rgba(18, 31, 22, 0.86) 0%, rgba(18, 31, 22, 0.46) 48%, rgba(18, 31, 22, 0.12) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.blog-details-hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-details-hero-content {
  max-width: 760px;
  padding: 82px;
  position: relative;
  z-index: 2;
}

.blog-details-hero-content .title {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 82px);
  line-height: 1.02;
  margin: 18px 0;
}

.blog-details-hero-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.blog-details-section .mt-40 {
  margin-top: 40px;
}

.blog-details-card {
  border-radius: 18px;
}

.blog-details-card .blog-details-content {
  padding: 48px;
}

.blog-details-content h3 {
  font-size: 34px;
  margin: 34px 0 16px;
}

.blog-details-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px 0;
}

.blog-details-gallery img {
  aspect-ratio: 1.2 / 0.84;
  border-radius: 14px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-details-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 110px;
}

.blog-side-widget {
  background: #ffffff;
  border: 1px solid rgba(37, 61, 43, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(37, 61, 43, 0.08);
  padding: 28px;
}

.blog-author-widget {
  background: var(--theme-color3);
}

.blog-author-widget .title,
.blog-author-widget p {
  color: #ffffff;
}

.blog-side-widget .widget-title {
  font-size: 24px;
  margin-bottom: 18px;
}

.blog-service-list {
  display: grid;
  gap: 12px;
}

.blog-service-list a {
  align-items: center;
  background: #f8faf5;
  border-radius: 10px;
  color: var(--theme-color3);
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 14px 16px;
}

.blog-service-list a:hover {
  color: var(--theme-color1);
}

.blog-mini-posts {
  display: grid;
  gap: 16px;
}

.blog-mini-posts a {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 82px 1fr;
}

.blog-mini-posts img {
  aspect-ratio: 1 / 0.82;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.blog-mini-posts span {
  color: var(--theme-color3);
  font-weight: 700;
  line-height: 1.35;
}

.blog-details-section > .container > .blog-details-cta {
  margin-top: 44px;
}

@media (max-width: 991.98px) {
  .blog-details-hero {
    min-height: 500px;
  }

  .blog-details-hero-content {
    padding: 52px;
  }

  .blog-details-sidebar {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .blog-details-hero {
    min-height: 460px;
  }

  .blog-details-hero-content,
  .blog-details-card .blog-details-content {
    padding: 26px;
  }

  .blog-details-gallery {
    grid-template-columns: 1fr;
  }
}
/* fix-blog-button-hover-height */
.blog-subscribe-card .theme-btn-main,
.blog-subscribe-card .theme-btn-main:hover,
.blog-details-cta .theme-btn-main,
.blog-details-cta .theme-btn-main:hover,
.blog-feature-content .theme-btn-main,
.blog-feature-content .theme-btn-main:hover {
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  width: auto !important;
  max-width: max-content;
  padding: 0 28px !important;
  transform: none !important;
}

.blog-subscribe-card .theme-btn-main::before,
.blog-subscribe-card .theme-btn-main::after,
.blog-details-cta .theme-btn-main::before,
.blog-details-cta .theme-btn-main::after,
.blog-feature-content .theme-btn-main::before,
.blog-feature-content .theme-btn-main::after {
  inset: 0 !important;
}

.service-details-modern {
  background:
    radial-gradient(circle at top left, rgba(16, 85, 31, 0.08), transparent 32%),
    linear-gradient(180deg, #f4f0e8 0%, #f8f7f2 100%);
}

.service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(16, 85, 31, 0.09);
  color: #10551f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-hero-panel,
.service-section-card,
.service-toc-card,
.service-directory-card,
.service-cta-card,
.about-section-card,
.about-side-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 85, 31, 0.09);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(33, 37, 41, 0.08);
}

.service-hero-panel {
  padding: 34px;
}

.service-hero-copy h2,
.about-story-hero h2 {
  margin: 20px 0 18px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.08;
}

.service-hero-copy p,
.service-section-card p,
.about-story-hero p,
.about-service-card p,
.about-section-card p,
.about-side-card p,
.about-process-grid p,
.about-bottom-cta p {
  color: #4f5b55;
  font-size: 16px;
  line-height: 1.9;
}

.service-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 24px;
}

.service-hero-visual img,
.about-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.service-highlight-stack {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 10px;
}

.service-highlight-stack span {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(11, 18, 13, 0.7);
  backdrop-filter: blur(14px);
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

.service-content-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 20px;
}

.service-toc-card,
.service-directory-card,
.service-cta-card {
  padding: 28px;
}

.service-toc-card h3,
.service-directory-card h3,
.service-cta-card h3,
.service-section-card h3,
.about-side-card h3,
.about-section-card h3,
.about-bottom-cta h3 {
  margin: 18px 0 14px;
  font-size: 28px;
  line-height: 1.2;
}

.service-toc-card ul,
.service-directory-card ul,
.blog-detail-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-toc-card li + li,
.service-directory-card li + li,
.blog-detail-toc li + li {
  margin-top: 10px;
}

.service-toc-card a,
.service-directory-card a,
.blog-detail-toc a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 16px;
  background: #f4f6ef;
  color: #203228;
  font-weight: 600;
  line-height: 1.5;
}

.service-toc-card a span,
.blog-detail-toc a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #10551f;
  color: #fff;
  font-size: 12px;
}

.service-directory-card a.is-active {
  background: #10551f;
  color: #fff;
}

.service-directory-card a i {
  color: inherit;
}

.service-story-flow {
  display: grid;
  gap: 24px;
}

.service-section-card {
  padding: 30px;
  scroll-margin-top: 120px;
}

.service-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.service-section-pill {
  padding: 7px 12px;
  border-radius: 999px;
  background: #efe8da;
  color: #7c5d2f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-bullet-grid,
.service-step-list {
  margin: 22px 0 0;
  padding: 0;
}

.service-bullet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.service-bullet-grid li,
.service-step-list li {
  padding: 18px 18px 18px 22px;
  border-radius: 18px;
  background: #f7f7f2;
  color: #304037;
  line-height: 1.7;
  position: relative;
}

.service-bullet-grid li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10551f;
}

.service-step-list {
  display: grid;
  gap: 14px;
  list-style: decimal;
  padding-left: 20px;
}

.service-mini-card,
.blog-mini-card,
.about-service-card {
  height: 100%;
  padding: 22px;
  border-radius: 22px;
  background: #f7f7f2;
  border: 1px solid rgba(16, 85, 31, 0.07);
}

.service-mini-card h4,
.blog-mini-card h4,
.about-service-card h4,
.about-process-grid h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.service-mini-card .service-bullet-grid {
  grid-template-columns: 1fr;
  margin-top: 14px;
  gap: 10px;
}

.service-mini-card .service-bullet-grid li {
  padding: 12px 14px 12px 20px;
  line-height: 1.55;
}

.service-mini-card .service-bullet-grid li::before {
  left: 10px;
  top: 22px;
}

.service-faq-shell .accordion-box .block {
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 85, 31, 0.08);
}

.about-story-section {
  background:
    radial-gradient(circle at top right, rgba(124, 93, 47, 0.08), transparent 26%),
    linear-gradient(180deg, #f7f4ee 0%, #faf9f5 100%);
}

.about-story-hero {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 85, 31, 0.08);
  box-shadow: 0 24px 60px rgba(33, 37, 41, 0.08);
}

.about-story-image {
  position: relative;
}

.about-story-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 240px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(17, 33, 21, 0.82);
  color: #fff;
  backdrop-filter: blur(14px);
}

.about-story-badge strong {
  color: #ffffff;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.2;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.about-story-badge span {
  color: rgba(255, 255, 255, 0.88);
  display: block;
  line-height: 1.5;
}

.about-stats-panel,
.about-service-grid,
.about-process-grid {
  display: grid;
  gap: 18px;
}

.about-stats-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 10px;
}

.about-stat-card,
.about-process-grid article {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 85, 31, 0.07);
}

.about-stat-card span,
.about-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #10551f;
  color: #fff;
  font-weight: 700;
}

.about-stat-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.about-side-card,
.about-section-card {
  padding: 28px;
}

.about-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-bullet-grid.compact {
  grid-template-columns: 1fr;
}

.about-inline-quote {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 4px solid #10551f;
  color: #203228;
  font-size: 18px;
  line-height: 1.8;
}

.about-process-strip {
  margin-top: 28px;
  padding: 32px;
  border-radius: 30px;
  background: rgba(17, 34, 21, 0.96);
}

.about-process-head h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
}

.about-process-strip .service-kicker {
  background: rgba(212, 175, 55, 0.14);
  color: #f5d46a;
}

.about-process-strip .service-kicker::before {
  background: #f0c53a;
}

.about-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.about-process-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}

.about-process-grid h4,
.about-process-grid p {
  color: #fff;
}

.about-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 28px;
  background: #efe8da;
}

.blog-detail-toc {
  padding: 24px;
}

.blog-detail-section {
  scroll-margin-top: 120px;
}

.blog-detail-section + .blog-detail-section {
  margin-top: 34px;
}

.blog-mini-card {
  background: #f7f7f2;
}

.blog-details-list-numbered {
  list-style: decimal;
  padding-left: 22px;
}

@media (max-width: 1199.98px) {
  .service-content-sidebar {
    position: static;
  }

  .about-process-grid,
  .about-stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .service-bullet-grid,
  .about-service-grid,
  .about-process-grid,
  .about-stats-panel {
    grid-template-columns: 1fr;
  }

  .about-bottom-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .service-hero-panel,
  .service-section-card,
  .service-toc-card,
  .service-directory-card,
  .service-cta-card,
  .about-story-hero,
  .about-side-card,
  .about-section-card,
  .about-process-strip,
  .about-bottom-cta {
    padding: 22px;
    border-radius: 22px;
  }

  .service-toc-card h3,
  .service-directory-card h3,
  .service-cta-card h3,
  .service-section-card h3,
  .about-side-card h3,
  .about-section-card h3,
  .about-bottom-cta h3,
  .about-process-head h3 {
    font-size: 24px;
  }
}

/* final global static button hover fix */
.theme-btn-main,
.theme-btn-main:hover {
  gap: 10px !important;
  padding-left: 30px !important;
  padding-right: 10px !important;
  transform: none !important;
}

.theme-btn-main .theme-btn,
.theme-btn-main:hover .theme-btn {
  display: inline-flex !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main:hover .theme-btn-arrow-left {
  display: none !important;
  left: 0 !important;
  scale: 0 !important;
}

.theme-btn-main .theme-btn-arrow-right,
.theme-btn-main:hover .theme-btn-arrow-right {
  display: inline-flex !important;
  scale: 1 !important;
  transform: none !important;
}

@media (max-width: 767.98px) {
  .benefit-section.section-padding {
    padding-bottom: 36px !important;
  }

  .home-faq-section {
    margin-top: 0 !important;
    padding-top: 24px !important;
  }

  .home-faq-section .sec-title {
    margin-bottom: 18px !important;
  }

  .home-faq-section .row {
    row-gap: 16px;
  }

  .footer-area .footer-widget-wrapper {
    padding-top: 38px;
  }

  .footer-area .footer-widget-wrapper .footer-single-widget {
    text-align: center;
  }

  .footer-area .footer-widget-wrapper .footer-single-widget .widget-logo,
  .footer-area .footer-widget-wrapper .footer-single-widget .footer-content,
  .footer-area .footer-widget-wrapper .footer-single-widget .footer-content .theme-btn-main {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-area .footer-widget-wrapper .footer-single-widget .footer-content {
    max-width: 100%;
  }

  .footer-area .footer-widget-wrapper .footer-single-widget .footer-content .text {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    text-align: center;
  }

.mobile-contact-phone {
    display: inline-block !important;
    font-family: var(--body-font-family) !important;
    font-feature-settings: "tnum" 1, "lnum" 1;
    font-size: 18px !important;
    font-variant-numeric: lining-nums tabular-nums;
    font-weight: 400 !important;
    letter-spacing: -0.01em;
    white-space: nowrap !important;
  }

  .top-map-section {
    margin-top: -64px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .top-map-section .container,
  .top-map-section .auto-container,
  .top-map-section .row,
  .top-map-section [class*="col-"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .top-map-section .map {
    margin-top: 0 !important;
    display: block !important;
  }

  .page-title + .services-details,
  .page-title + .about-section,
  .page-title + .contact-details,
  .page-title + .section-padding {
    margin-top: 0 !important;
    padding-top: 22px !important;
  }

  .services-details.service-details-modern {
    padding-top: 22px !important;
  }
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select .list,
.hero-1 .banner-image .hero-form form .form-clt .form .nice-select .list {
  max-height: 280px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select .list::-webkit-scrollbar,
.hero-1 .banner-image .hero-form form .form-clt .form .nice-select .list::-webkit-scrollbar {
  width: 8px;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select .list::-webkit-scrollbar-thumb,
.hero-1 .banner-image .hero-form form .form-clt .form .nice-select .list::-webkit-scrollbar-thumb {
  background: rgba(37, 61, 43, 0.28);
  border-radius: 999px;
}

.hero-1 .banner-image,
.hero-1 .banner-image .hero-form,
.hero-1 .banner-image .hero-form form,
.hero-1 .banner-image .hero-form form .row,
.hero-1 .banner-image .hero-form form .form-clt,
.hero-1 .banner-image .hero-form form .form-clt .form {
  overflow: visible;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select,
.hero-1 .banner-image .hero-form form .form-clt .form .nice-select {
  position: relative;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select.open,
.hero-1 .banner-image .hero-form form .form-clt .form .nice-select.open {
  z-index: 200;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select.open .list,
.hero-1 .banner-image .hero-form form .form-clt .form .nice-select.open .list {
  z-index: 201;
}

@media (max-width: 767.98px) {
  .hero-1,
  .hero-1 .hero-content,
  .hero-1 .banner-image {
    max-width: 100%;
    overflow-x: clip;
  }

  .hero-1 .container,
  .hero-1 .container-fluid,
  .hero-1 .row {
    max-width: 100%;
  }

  .hero-1 .banner-image::before,
  .hero-1 .banner-image::after,
  .hero-1 .banner-image .hero-form-wrapper-pattern,
  .hero-1 .banner-image .hero-form-wrapper-pattern-2 {
    max-width: calc(100vw - 24px);
  }

  .main-header .main-box .nav-outer,
  .header-style-one .main-box .nav-outer {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .header-1 .main-box,
  .sticky-header .inner-container {
    position: relative;
  }

  .header-1 .main-box {
    padding-right: 74px;
  }

  .header-1 .main-box .nav-outer {
    justify-content: flex-end;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: auto !important;
  }

  .header-1 .main-box .outer-box {
    gap: 0;
    justify-content: flex-end;
    margin-left: auto;
  }

  .header-1 .mobile-nav-toggler,
  .sticky-header .mobile-nav-toggler {
    margin-left: 0;
  }

  .sticky-header .nav-outer {
    margin-left: auto;
  }
}
