/*
Template Name: Unikon
Template Description: Unikon | Multipurpose Agency WordPress Theme
Author:  wprealizer
Author URI: https://themeforest.net/user/wprealizer/portfolio
Version: 1.0.0
*/
/*================================================
1. Default CSS
2. Menu CSS
3. Hero CSS
4. Brand CSS
5. About CSS
6. Fun-fact CSS
7. Work CSS
8. Service CSS
9. Testimonial CSS
10. Process CSS
11. Faq CSS
12. Gallery CSS
13. footer CSS
14. Breadcrumb CSS
15. Service-details CSS
16. Blog CSS
17. Blog-details CSS
18. widget CSS
19. Case-details CSS
20. Team CSS
21. Contact-form CSS
22. Google-map CSS
23. 404 Error CSS
24. Showcase CSS
25. Funfact CSS
26. Image-slider CSS
27. Resources CSS
28. Testimonial CSS
29. Testimonial CSS
30. Video CSS
31. Core Value css
32. Landmark css
33. Latest-articles css
34. Award css
35. Sase studies css
36. Appointment studies css
37. Roadmap css
38. Choose-us css
39. Products css
40. Products css
41. Quote css
42. Scrol-down css
43. Team-details css


=================================================*/
/*================================================
1. Default CSS
=================================================*/
/* Media Query Variable */
/*CSS Variable*/
:root {
  /*font Variable*/
  --ff-dm-sans: "DM Sans", sans-serif;
  --ff-instrument-sans: "Instrument Sans", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --ff-ranade: "Ranade";
  --ff-metal: "Metal", serif;
  /*Color Variable*/
  --primary-theme-color: #0f0f0f;
  --primary-black: #0f0f0f;
  --secondary-black: rgba(15, 15, 15, 0.6);
  --gray: #555;
  --light-gray: #999;
  --color-white: #fff;
  --color-black: #000;
  --color-theme-1: #ffbb7b;
  --color-yellow: #f0b64b;
  --color-tan: #c89b51;
  --color-tan-light: #f0f1e7;
  --color-cultured: #f5f5f5;
  --color-lotion: #fcfcfc;
  --color-lotion-light: #fffdfc;
  --color-arctic-lime: #c9f31d;
  --color-sandy-brown: #f0a362;
  --color-topaz: #f5ca78;
  --color-health-gradient: linear-gradient(90deg, #3a9fd8 0%, #8363de 100%);
  --transition: all 0.5s ease;
}

a,
button {
  border: 0;
  outline: unset;
  color: unset;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:focus,
button:focus {
  outline: 0 solid;
}
a:hover,
button:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: var(--ff-instrument-sans);
  text-transform: capitalize;
  color: var(--primary-black);
}

h2.h2 {
  font-size: 70px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h2.h2 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2.h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2.h2 {
    font-size: 40px;
  }
}

h3.h3 {
  font-size: 64px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h3.h3 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  h3.h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  h3.h3 {
    font-size: 38px;
  }
}

h4.h4 {
  font-size: 48px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h4.h4 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  h4.h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  h4.h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  h4.h4 {
    font-size: 20px;
  }
}

h5.h5 {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h5.h5 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  h5.h5 {
    font-size: 20px;
  }
}

h6.h6 {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
  h6.h6 {
    font-size: 19px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991.98px) {
  h6.h6 {
    font-size: 18px;
  }
}

html,
body {
  font-weight: 400;
  font-size: 18px;
  line-height: 155.556%;
  font-family: var(--ff-dm-sans);
  color: var(--gray);
  background-color: var(--color-white);
  counter-reset: steps;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767.98px) {
  html,
  body {
    font-size: 16px;
  }
}

figure {
  margin-bottom: 0;
}

span {
  display: inline-block;
}

p {
  margin-bottom: 0;
}

p.health {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767.98px) {
  p.health {
    font-size: 18px;
  }
}

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

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

.text-secondary-black {
  color: var(--secondary-black);
}

.text-p-18 {
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .text-p-18 {
    font-size: 16px;
  }
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul.custom-ul {
  margin: unset;
  padding: unset;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

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

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

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

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

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

.mt-120 {
  margin-top: 120px;
}

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

.mt-150 {
  margin-top: 150px;
}

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

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

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

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

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-250 {
  padding-top: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

.max-width-728 {
  max-width: 728px;
}

.max-width-500 {
  max-width: 500px;
}

.section-middle {
  margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
  .mt-75 {
    margin-top: 75px;
  }
  .mb-75 {
    margin-bottom: 75px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-96 {
    margin-bottom: 36px;
  }
  .pt-42 {
    padding-top: 21px;
  }
  .pb-42 {
    padding-bottom: 21px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pt-65 {
    padding-top: 32.5px;
  }
  .pb-65 {
    padding-bottom: 32.5px;
  }
  .pt-72 {
    padding-top: 36px;
  }
  .pb-72 {
    padding-bottom: 36px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-150 {
    padding-top: 75px;
  }
  .pb-150 {
    padding-bottom: 75px;
  }
  .pt-250 {
    padding-top: 125px;
  }
  .pb-250 {
    padding-bottom: 125px;
  }
  .pt-75 {
    padding-top: 37.5px;
  }
  .pb-75 {
    padding-bottom: 37.5px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-96 {
    padding-top: 36px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-96 {
    padding-bottom: 36px;
  }
}
.flex-none {
  flex: none;
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
::-webkit-scrollbar {
  width: 4.8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  z-index: 99999999999999;
  mix-blend-mode: normal;
}

.preloader svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  fill: #1a1a1a;
}

h5.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: var(--color-white);
}

@media (max-width: 1040px) {
  h5.preloader-text {
    font-size: 60px;
  }
}
h5.preloader-text::after {
  content: var(--preloader-content);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-black);
  animation: move 2s infinite alternate;
}

@keyframes move {
  from {
    clip-path: circle(50px at 0% 50%);
  }
  to {
    clip-path: circle(50px at 100% 50%);
  }
}
/*
============= Preloader CSS END ================
================================================
*/
/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  background-color: var(--color-white);
  opacity: 0.1;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 0 2px rgb(0, 0, 0), 0px 0px 0 4px rgb(255, 255, 255), 0px 0px 6px 6px rgba(255, 255, 255, 0.3);
}
.back-to-top-btn i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  -webkit-text-stroke: 1px;
}
.back-to-top-btn i::before {
  vertical-align: middle;
}
.back-to-top-btn svg.progress-circle path {
  stroke: red;
  stroke-width: 6;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*Back to Top btn End*/
.border-top {
  border-top: 1px solid #ececec;
}

.border-bottom {
  border-bottom: 1px solid #ececec;
}

.border-left {
  border-left: 1px solid #ececec;
}

.border-right {
  border-right: 1px solid #ececec;
}

@media only screen and (min-width: 768px) {
  .container.custom-container {
    padding-right: 0;
  }
}
@media (min-width: 1844px) {
  .container.custom-container {
    margin-left: calc((100% - 1844px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1320px) {
  .container.custom-container-content {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
.container.extend {
  max-width: 1820px;
}
.container.container-custom {
  margin-left: calc((100% - 1320px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container.container-custom {
    margin-left: calc((100% - 1143px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container.container-custom {
    margin-left: calc((100% - 970px) / 2);
  }
}
@media (min-width: 100px) {
  .container.container-custom {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container.container-custom {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .container.container-custom {
    margin-left: calc((100% - 970px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .container.container-custom {
    margin-left: calc((100% - 1143px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1400px) {
  .container.container-custom {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .container.container-left-auto {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container.container-left-auto {
    margin-left: calc((100% - 960px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .container.container-left-auto {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container.container-left-auto {
    margin-left: calc((100% - 1290px) / 2);
  }
}
.container.container-mini {
  max-width: 1290px;
}

.container-2xl {
  max-width: 1720px;
  width: 100%;
}

.container-3xl {
  max-width: 1844px;
  width: 100%;
}

.container-fitness-hero {
  max-width: 1830px;
  width: 100%;
}

.container-fitness {
  max-width: 1820px;
  width: 100%;
}

.container-4xl {
  max-width: 1882px;
  width: 100%;
}

.section-title .sub-title {
  font-family: var(--ff-inter);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: normal;
}
.section-title .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
.section-title .title span {
  font-weight: 400;
}
.section-title .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .section-title .title {
    font-size: 40px;
  }
  .section-title .desc {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title .title {
    font-size: 35px;
  }
  .section-title .desc {
    margin-top: 12px;
  }
}
.section-title.gradient-sub-title .gradient-sub {
  font-family: var(--ff-inter);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) -17.5%, rgba(255, 255, 255, 0) 118.75%);
  padding: 1px 16px;
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .section-title.gradient-sub-title .gradient-sub {
    font-size: 16px;
  }
}
.section-title.gradient-sub-title .title {
  font-size: 56px;
}
@media only screen and (max-width: 1199.98px) {
  .section-title.gradient-sub-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title.gradient-sub-title .title {
    font-size: 35px;
  }
}
.section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap {
  padding: 1.5px;
  margin-bottom: 16px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: linear-gradient(80deg, rgba(66, 41, 255, 0.8) 17.87%, rgba(255, 255, 255, 0.5) 45.75%, rgba(66, 41, 255, 0.8) 80.38%);
  height: 410%;
  width: 101%;
  animation: animate_border 4s linear infinite;
}
.section-title.gradient-sub-title.gradient-sub-border .gradient-sub {
  background: #1a1b3a;
  margin-bottom: 0;
  padding: 5px 24px;
  position: relative;
  z-index: 1;
}
.section-title.border-style .border-sbu {
  color: var(--color-text-heading);
  font-family: var(--ff-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991.98px) {
  .section-title.border-style .border-sbu {
    font-size: 18px;
  }
}
.section-title.border-style .border-sbu::before {
  position: absolute;
  background: linear-gradient(90deg, #031811 0%, rgba(3, 24, 17, 0) 100%);
  left: 0;
  bottom: 0;
  height: 1.5px;
  width: 100%;
  content: "";
}
.section-title.border-style .border-sbu.border-sbu-middle::before {
  background: linear-gradient(90deg, rgba(3, 24, 17, 0) 0%, #031811 47.3%, rgba(3, 24, 17, 0) 92.66%);
  left: 50%;
  bottom: 0;
  height: 1.3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-title.border-style .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 1199.98px) {
  .section-title.border-style .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title.border-style .title {
    font-size: 35px;
  }
}

.section__header p {
  line-height: 150%;
  font-size: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .section__header p {
    font-size: 20px;
  }
}
.section__header p.p-mini {
  font-size: 20px;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .section__header p.p-mini {
    margin-top: 35px;
  }
}
.section__header .max-width {
  max-width: 528px;
}
.section__header-v2 .section__title {
  color: var(--primary-theme-color);
  font-family: var(--ff-ranade);
  font-weight: 400;
  line-height: 115.625%;
}
.section__header-v2 .section__sub-title {
  color: var(--primary-theme-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.76px;
  line-height: 154.545%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-v2 .section__sub-title {
    font-size: 18px;
  }
}
.section__header-v2 p {
  color: var(--gray);
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) {
  .section__header-v2 p {
    font-size: 20px;
    margin-top: 24px;
  }
}
.section__header-v3 .section__header-title-v3 {
  font-weight: 500;
  font-family: var(--ff-dm-sans);
}
.section__header-v3 .section__header-title-v3:has(+ p) {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .section__header-v3 .section__header-title-v3 {
    line-height: 66px;
    font-size: 55px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section__header-v3 .section__header-title-v3 {
    font-size: 60px !important;
  }
}
.section__header-title-v2 {
  color: var(--primary-theme-color);
  font-weight: 500;
  line-height: 121.875%;
  margin-top: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-title-v2 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-title-v2 {
    margin-top: 0px;
  }
}
.section__header-title-v2--extend {
  margin-top: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-title-v2--extend {
    margin-top: 12px;
  }
}
.section__header-sub-title {
  color: var(--primary-theme-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-sub-title {
    font-size: 18px;
  }
}
.section__header-sub-title-v2 {
  color: var(--gray);
  font-size: 24px;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .section__header-sub-title-v2 {
    font-size: 18px;
  }
}
.section__header-sub-title-frontLine {
  width: 31px;
  height: 1px;
  background-color: var(--gray);
  margin-right: 6px;
}
.section__header-sub-title-v8 {
  display: inline-block;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1599.98px) {
  .section__header-sub-title-v8 {
    line-height: 150%;
  }
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v8 {
    font-size: 15px;
  }
}
.section__header-title-v8.h2 {
  font-weight: 600;
  line-height: 107.895%;
}
@media only screen and (min-width: 1200px) {
  .section__header-title-v8.h2 {
    font-size: 76px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-title-v8.h2 {
    font-size: 35px;
  }
}
.section__header-v9 p {
  margin: 0 auto;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  .section__header-title-v9 {
    text-align: center;
  }
}
.section__header-title-v9.h3 {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .section__header-title-v9.h3 {
    font-size: 60px;
    line-height: 116.667%;
  }
}
.section__header-title-v9.h3:has(+ p) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-title-v9.h3:has(+ p) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .section__header-title-v10 {
    line-height: 113.889%;
  }
}
.section__header-sub-title-v10 {
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.section__header-sub-title-v10:has(+ .section__header-title-v10) {
  margin-bottom: 15px;
}
.section__header-sub-title-v10--extend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 4px;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
}
.section__header-sub-title-v10--extend:has(+ .section__header-title-v10) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575.98px) {
  .section__header-sub-title-v10--extend {
    font-size: 15px;
  }
}
.section__header-title-v11.h2 {
  font-style: normal;
  font-weight: 600;
}
@media only screen and (min-width: 1400px) {
  .section__header-title-v11.h2 {
    line-height: 114.286%;
    font-size: 70px;
  }
}
.section__header-title-v11.text-reveal {
  font-weight: 400;
  text-transform: initial;
  color: rgba(15, 15, 15, 0.6);
}
.section__header-sub-title-v11 {
  color: var(--primary-theme-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v11 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-sub-title-v11 {
    font-size: 18px;
  }
}
.section__header-sub-title-v11:has(+ .section__header-title-v11) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v11:has(+ .section__header-title-v11) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section__header-sub-title-v11:has(+ .section__header-title-v11) {
    margin-bottom: 10px;
  }
}
.section__header-v12 p {
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;
}
.section__header-title-v12:has(+ p) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .section__header-title-v12:has(+ p) {
    margin-bottom: 8px;
  }
}
.section__header-sub-title-v12 {
  color: var(--primary-theme-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .section__header-sub-title-v12 {
    font-size: 20px;
  }
}
.section__header-sub-title-v12::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--primary-theme-color);
}

.common-btn {
  font-weight: 500;
  letter-spacing: normal;
  display: inline-flex;
  line-height: normal;
  gap: 10px;
  font-size: 16px;
  align-items: center;
  padding: 12px 16px;
  color: var(--color-white);
  background-color: var(--primary-theme-color);
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.4s linear;
  border: 1px solid var(--primary-theme-color);
  white-space: nowrap;
}
.common-btn svg {
  transition: all 0.4s linear;
}
.common-btn:hover {
  background-color: transparent;
  color: var(--primary-theme-color);
}
.common-btn:hover svg {
  color: var(--primary-theme-color);
}
@media only screen and (max-width: 991.98px) {
  .common-btn {
    font-size: 14px;
  }
}
.common-btn.square-btn {
  border-radius: 0;
}
.common-btn.transparent-btn {
  background-color: transparent;
  color: var(--primary-theme-color);
}
.common-btn.transparent-btn:hover {
  background-color: var(--primary-theme-color);
  color: var(--color-white);
}
.common-btn.transparent-btn:hover svg {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .common-btn--fixed {
    line-height: 100%;
    padding: 16px 23px;
  }
}
.common-btn.common-btn-v1 {
  font-weight: 500;
  line-height: 300%;
  padding: 8px 42px;
}
@media only screen and (max-width: 991.98px) {
  .common-btn.common-btn-v1 {
    padding: 2px 30px;
  }
}
.common-btn__variation2 {
  display: inline-block;
  padding: 12px 16px;
  background-color: #ececec;
  border-radius: 8px;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.common-btn__variation2:hover {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.common-btn__variation3 {
  border-radius: 12px;
  background: var(--color-theme-1);
  color: var(--primary-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 266.667%;
  padding: 10px 40px;
  display: inline-block;
}
.common-btn__variation3:hover {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: var(--primary-black);
}
@media only screen and (max-width: 1199.98px) {
  .common-btn__variation3 {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation3 {
    font-size: 15px;
    border-radius: 10px;
  }
}
.common-btn__variation4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  color: var(--color-white);
  background: var(--color-tan);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.545%;
  padding: 20px 40px;
  border-radius: 37px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation4 {
    padding: 15px 30px;
    font-size: 18px;
  }
}
.common-btn__variation4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: var(--color-white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.common-btn__variation4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.common-btn__variation4:hover {
  color: var(--primary-theme-color);
}
.common-btn__variation4:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.common-btn__variation4:hover::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.common-btn__variation4--extend {
  border-radius: 40px;
  border: 1px solid var(--color-tan);
  padding: 13px 40px;
  color: var(--primary-theme-color);
  background-color: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  gap: 10px;
}
.common-btn__variation4--extend:hover {
  color: var(--color-white);
  background-color: var(--color-yellow);
}
.common-btn__variation4--extend:hover::after {
  background-color: var(--color-tan);
}
.common-btn__variation4--header {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 16px 23px;
}
.common-btn__variation4.bg-white-hover:hover {
  color: var(--color-white);
}
.common-btn__variation4.bg-white-hover:hover::after {
  background-color: var(--color-yellow);
}
.common-btn__variation5 {
  padding: 14px 21.5px;
}
.common-btn__variation5--extend {
  padding: 5px 5px 5px 24px;
}
.common-btn__variation5--extend .arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  color: var(--primary-theme-color);
  background-color: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.common-btn__variation5--extend2 {
  display: inline-flex;
  width: max-content;
  padding: 5px 5px 5px 24px;
  border: 1px solid var(--color-white);
}
.common-btn__variation5--extend2:hover {
  color: var(--color-white);
}
.common-btn__variation5--extend2 .arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  color: var(--primary-theme-color);
  background-color: var(--color-white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid var(--color-white);
}
.common-btn__variation6 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--primary-theme-color);
  padding: 13px 21.5px;
  border: 1px solid var(--primary-theme-color);
  border-radius: 25px;
  overflow: hidden;
}
.common-btn__variation6 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  z-index: 2;
}
.common-btn__variation6 .btn-dot {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--primary-theme-color);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.common-btn__variation6:hover {
  color: var(--color-white);
}
.common-btn__variation6:hover .btn-dot {
  transform: scale(10000%);
}
.common-btn__variation7 {
  color: var(--primary-theme-color);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-btn__variation7:hover {
  color: var(--gray);
}
.common-btn__variation8 {
  border-radius: 30px;
  background-color: var(--color-cultured);
  border-color: transparent;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 8px 8px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border: 1px solid transparent;
}
.common-btn__variation8:hover {
  border-color: var(--primary-theme-color);
  color: var(--primary-theme-color);
}
.common-btn__variation8 .icon-container {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  background: var(--color-health-gradient);
}
.common-btn__variation8 .icon-container i,
.common-btn__variation8 .icon-container svg {
  color: var(--color-white);
}
.common-btn__variation8--extend {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 32.5px;
  background: var(--color-health-gradient);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  padding: 7px 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .common-btn__variation8--extend {
    padding: 2px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .common-btn__variation8--extend {
    font-size: 13px;
    padding: 2px 15px;
  }
}
.common-btn__variation8--extend::after, .common-btn__variation8--extend::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: var(--color-white);
  opacity: 1;
  transition: none;
  transform-origin: bottom;
}
.common-btn__variation8--extend::before {
  top: 0;
  transform-origin: top;
}
.common-btn__variation8--extend::after {
  bottom: 0;
  transform-origin: bottom;
}
.common-btn__variation8--extend:hover {
  color: var(--color-white);
}
.common-btn__variation8--extend:hover::after, .common-btn__variation8--extend:hover::before {
  animation: expandAndFade 0.4s ease-in-out forwards;
}
.common-btn__variation8--extend svg {
  width: 20px;
  height: 15px;
}
.common-btn__variation8--extend-2 {
  color: var(--primary-theme-color);
  padding: 0px;
  border-radius: 32.5px;
  border: 1px solid transparent;
}
.common-btn__variation8--extend-2:hover {
  color: var(--primary-theme-color);
}
.common-btn__variation8--extend-2::before, .common-btn__variation8--extend-2::after {
  background: var(--color-health-gradient);
}
@media only screen and (max-width: 575.98px) {
  .common-btn__variation8--extend-2 {
    font-size: 13px;
  }
}
.common-btn__variation8--extend-2 > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 32.5px;
  background: var(--color-white);
  padding: 6.5px 40px;
}
@media only screen and (max-width: 767.98px) {
  .common-btn__variation8--extend-2 > span {
    padding: 2px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .common-btn__variation8--extend-2 > span {
    padding: 2px 15px;
  }
}
.common-btn__variation9 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 32.5px;
  color: var(--primary-black);
  background-color: var(--color-arctic-lime);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  padding: 9px 40px;
  border: 1px solid transparent;
}
.common-btn__variation9:hover {
  border-color: var(--color-arctic-lime);
  background-color: rgba(201, 243, 29, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation9 {
    padding: 0px 20px;
  }
}
.common-btn__variation9--noicon {
  padding: 1.5px 40px;
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation9--noicon {
    padding: 0px 20px;
  }
}
.common-btn__variation9--extend {
  padding: 12px 40px;
  border-radius: 32.5px;
  border: 1px solid var(--color-arctic-lime);
  background-color: transparent;
  transition: var(--transition);
}
@media only screen and (max-width: 991.98px) {
  .common-btn__variation9--extend {
    padding: 10px 30px;
  }
}
.common-btn__variation9--extend:hover {
  background-color: rgba(201, 243, 29, 0.15);
}
.common-btn__variation9--extend.arrow {
  border-color: #C9F31D;
}
.common-btn__variation9--extend.arrow:hover {
  background-color: rgba(15, 15, 15, 0.15);
}
.common-btn__variation10 {
  display: inline-block;
  padding: 2.5px 40px;
  background-color: var(--color-sandy-brown);
  color: #0f0f0f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  text-transform: uppercase;
  border-radius: 32.5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.common-btn__variation10::before, .common-btn__variation10::after {
  position: absolute;
  content: "";
  width: 60%;
  background-color: var(--primary-theme-color);
  height: 100%;
  top: 0;
  transition: var(--transition);
  z-index: -1;
}
.common-btn__variation10::before {
  left: -5px;
  transform: translateX(-200%) skewx(15deg);
  -moz-transform: translateX(-200%) skewx(15deg);
  -webkit-transform: translateX(-200%) skewx(15deg);
  -o-transform: translateX(-200%) skewx(15deg);
}
.common-btn__variation10::after {
  right: -5px;
  transform: translateX(200%) skewx(15deg);
  -moz-transform: translateX(200%) skewx(15deg);
  -webkit-transform: translateX(200%) skewx(15deg);
  -o-transform: translateX(200%) skewx(15deg);
}
.common-btn__variation10:hover {
  background-color: transparent;
  color: var(--color-white);
}
.common-btn__variation10:hover::before, .common-btn__variation10:hover::after {
  -webkit-transform: translateX(0) skewx(15deg);
  -ms-transform: translateX(0) skewx(15deg);
  transform: translateX(0) skewx(15deg);
}
.common-btn__variation11 {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--color-topaz);
  border-radius: 26px;
  backdrop-filter: blur(2px);
  border: 1px solid var(--color-topaz);
  padding: 6px 6px 6px 30px;
  text-transform: capitalize;
}
.common-btn__variation11 .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  position: relative;
}
.common-btn__variation11 .icon-box::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "\f061";
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  transition: var(--transition);
  -webkit-text-stroke: 1px var(--color-topaz);
  transform-origin: center center;
}
.common-btn__variation11:not(:has(.icon-box)) {
  padding: 17px 30px;
}
.common-btn__variation11:hover {
  color: var(--primary-theme-color);
  background-color: transparent;
  border-color: var(--color-white);
}
.common-btn__variation11:hover .icon-box {
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.common-btn__variation11:hover .icon-box::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-text-stroke: 1px var(--color-white);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.common-btn__variation11--extend {
  border-color: var(--color-white);
  background-color: transparent;
}
.common-btn__variation11--extend .icon-box {
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.common-btn__variation11--extend .icon-box::after {
  -webkit-text-stroke: 1px var(--color-white);
}
.common-btn__variation11--extend:hover {
  background-color: var(--color-topaz);
  border-color: var(--color-topaz);
}
.common-btn__variation11--extend:hover .icon-box {
  border-color: rgba(15, 15, 15, 0.2);
  background-color: transparent;
}
.common-btn__variation11--extend:hover .icon-box::after {
  -webkit-text-stroke: 1px var(--color-topaz);
}

@keyframes expandAndFade {
  0% {
    height: 0%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
.common-btn.outline {
  background-color: transparent;
  color: var(--color-black);
}
.common-btn.outline:hover {
  background-color: var(---primary-theme-color);
  color: var(--color-white);
}
.common-btn.outline:hover svg {
  color: var(--color-white);
}
.common-btn.outline.border-light {
  border-color: rgba(15, 15, 15, 0.12) !important;
}
.common-btn.outline.border-light:hover {
  border-color: var(--primary-theme-color) !important;
}

.common-btn.outline-white {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}
.common-btn.outline-white:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.common-btn.outline-white:hover svg {
  color: var(--color-white);
}

.common-btn.white-btn {
  background-color: var(--color-white);
  color: var(--primary-theme-color);
  border-color: var(--color-white);
}
.common-btn.white-btn:hover {
  color: var(--color-white);
  background-color: transparent;
}

.common-btn.black-transparent-btn {
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}
.common-btn.black-transparent-btn:hover {
  color: var(--primary-theme-color);
  background-color: var(--color-white);
}

.read-more-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-theme-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 266.667%;
}

.slider-health-arrow span {
  padding: 12px 40px;
}

.section__header .section__title:has(+ p) {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1599.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section__header .section__title:has(+ p) {
    margin-bottom: 18px;
  }
}

.rating {
  display: flex;
  gap: 8px;
}
.rating li {
  font-size: 28.5px;
  color: var(--color-yellow);
}
@media only screen and (max-width: 991.98px) {
  .rating {
    gap: 4px;
  }
  .rating li {
    font-size: 20px;
  }
}

.word-animation {
  white-space: wrap;
  display: inline-block;
}

/*================================================
2. Menu CSS
=================================================*/
.menu-area {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: transparent;
  position: relative;
}
.menu-area .menu-logo-wrap a {
  display: inline-block;
}
.menu-area.health .menu-btn-wrap {
  gap: 16px;
}
.menu-area.health .mainmenu li a {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.menu-area__showcase .container-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 991.98px) {
  .menu-area__showcase .container-fluid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-area__showcase .container-fluid {
    padding: 0 20px;
  }
}
.menu-area.sticky {
  position: fixed;
  background-color: var(--color-white);
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
  animation: slide_down_site 0.35s ease-out;
}
.menu-area--fixed {
  position: fixed;
  background-color: transparent;
  box-shadow: unset;
  z-index: 9999;
}
.menu-area--fixed .container::after,
.menu-area--fixed .container-fluid::after {
  content: unset !important;
}
.menu-area--fixed .container .mainmenu li a,
.menu-area--fixed .container-fluid .mainmenu li a {
  color: var(--color-white);
}
.menu-area--fixed .container .mainmenu li ul a,
.menu-area--fixed .container-fluid .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed.sticky {
  background-color: var(--primary-theme-color);
}
.menu-area--fixed-light .container::after {
  content: unset !important;
}
.menu-area--fixed-light .container .mainmenu li a {
  color: var(--gray);
}
.menu-area--fixed-light .container .mainmenu li a:hover {
  color: var(--primary-theme-color);
}
.menu-area--fixed-light .container .mainmenu li.active a {
  color: var(--primary-black);
}
.menu-area--fixed-light .container .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed-light.sticky {
  background-color: var(--color-white);
}
.menu-area--fixed-light.sticky .mainmenu li a {
  color: var(--primary-black);
}
.menu-area--fixed-light.sticky .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed-dark .container .mainmenu li a {
  color: var(--primary-black);
}
.menu-area--fixed-dark .container .mainmenu li a.active {
  color: var(--primary-theme-color);
}
.menu-area--fixed-dark .container .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area--fixed-dark.sticky {
  background-color: var(--color-white);
}
.menu-area--fixed-dark.sticky .mainmenu li a {
  color: var(--primary-black);
}
.menu-area--fixed-dark.sticky .mainmenu li ul a {
  color: var(--color-black);
}
.menu-area__travel .mainmenu {
  border-radius: 100px;
  border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: 8px;
}
.menu-area__travel .mainmenu .has-child-menu.active {
  border-radius: 100px;
  background: var(--color-white);
  padding: 15px 20px;
  line-height: 1;
}
.menu-area__travel .mainmenu .has-child-menu:last-child {
  padding-right: 20px;
}
.menu-area__travel .mainmenu .has-child-menu > a {
  padding: 0;
}
.menu-area__fin {
  border-bottom: 1px solid rgba(85, 85, 85, 0.08);
  background-color: var(--color-tan-light);
}
.menu-area__fin.sticky {
  border-bottom: unset;
  background-color: var(--color-tan-light);
}
.menu-area__fin .search__btn {
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: var(--primary-theme-color);
  justify-content: center;
  align-items: center;
}
.menu-area__ca .menu-btn-wrap {
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  .menu-area__ca .menu-btn-wrap {
    gap: 15px;
  }
}

.menu-fit .has-child-menu.active > a {
  border-bottom: 1px solid var(--primary-theme-color);
  color: var(--primary-theme-color);
}

.border-grid-lr {
  position: relative;
}
.border-grid-lr::before {
  position: absolute;
  content: "";
  max-width: 1882px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 0;
}

.border-grid-tb {
  position: relative;
}
.border-grid-tb::after {
  position: absolute;
  content: "";
  max-width: 1882px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 0;
}

.border-grid-z {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .border-grid-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@-webkit-keyframes slide_down_site {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide_down_site {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.nav-wrap--extend {
  gap: 130px;
}
@media only screen and (max-width: 1199.98px) {
  .nav-wrap--extend {
    gap: 50px;
  }
}

.search__btn {
  cursor: pointer;
  user-select: none;
}
.search__btn-v2 {
  min-width: 60px;
  min-height: 60px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background-color: var(--color-cultured);
  color: var(--primary-theme-color);
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .search__btn-v2 {
    min-width: 45px;
    min-height: 45px;
  }
}
.search__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.5);
  z-index: 99999999999;
  transform: translateY(-100vh);
  -webkit-transform: translateY(-100vh);
  -moz-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  -o-transform: translateY(-100vh);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.search__popup.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.search__popup-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__popup-toggle {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  display: grid;
  place-content: center;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 400;
  transition: var(--transition);
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .search__popup-toggle {
    width: 40px;
    height: 40px;
    top: 18px;
    right: 12px;
  }
}
.search__popup-toggle:hover {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.search__popup-form {
  max-width: 50%;
  width: 100%;
  display: inline-flex;
  height: max-content;
  overflow: hidden;
  transition: var(--transition);
}
@media only screen and (max-width: 1399.98px) {
  .search__popup-form {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767.98px) {
  .search__popup-form {
    max-width: 90%;
  }
}
.search__popup-form:hover {
  border-radius: 8px;
}
.search__popup-form input {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 5px 20px;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--primary-black);
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .search__popup-form input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .search__popup-form input {
    font-size: 15px;
    padding: 2px 10px;
  }
}
.search__popup-form input::-webkit-search-decoration, .search__popup-form input::-webkit-search-cancel-button, .search__popup-form input::-webkit-search-results-button, .search__popup-form input::-webkit-search-results-decoration {
  display: none;
}
.search__popup-form button {
  border-radius: 0;
}
.search__popup-form button:hover {
  border-radius: 0;
}
.search__popup-btns-wrapper {
  position: relative;
}
.search__popup-btns-wrapper .search-clear {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 50px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .search__popup-btns-wrapper .search-clear {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .search__popup-btns-wrapper .search-clear {
    font-size: 15px;
  }
}
.search__popup-btns-wrapper .search-clear.active {
  display: grid;
  place-content: center;
  background-color: transparent;
}
.search__popup-btns-wrapper .common-btn__variation9 {
  border: unset;
}
.search__popup-btns-wrapper .common-btn__variation9:hover {
  background-color: rgb(201, 243, 29);
  color: var(--primary-theme-color);
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu ul ul li ul {
  top: 0;
  right: 100%;
  left: auto;
}
.mainmenu ul ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.mainmenu li {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 1199.98px) {
  .mainmenu li {
    padding: 0 32px 0 0;
  }
}
.mainmenu li a {
  padding: 35px 0;
  transition: 0.3s;
  display: inline-block;
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ff-instrument-sans);
  line-height: 1;
}
.mainmenu li ul {
  position: absolute;
  background: #f3f3f3;
  min-width: 200px;
  height: auto;
  transform-origin: 0 0 0;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
}
.mainmenu li ul li {
  text-align: left;
  display: block;
  padding: 3px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.mainmenu li ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, var(--color-white), var(--primary-theme-color), var(--color-white));
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: 1;
}
.mainmenu li ul li > a {
  color: var(--primary-black);
  font-weight: 500;
  transition: 0.3s;
  padding: 10px 10px;
  white-space: nowrap;
}
.mainmenu li ul li > a:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  color: var(--primary-theme-color);
}
.mainmenu li ul li:hover a, .mainmenu li ul li.active a {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.mainmenu li ul li:hover::before, .mainmenu li ul li.active::before {
  transform: scale(1);
}
.mainmenu li ul li ul li:hover a {
  transform: translateX(10px) !important;
  -webkit-transform: translateX(10px) !important;
  -moz-transform: translateX(10px) !important;
  -ms-transform: translateX(10px) !important;
  -o-transform: translateX(10px) !important;
}
.mainmenu li ul a {
  color: #fff;
  width: 85%;
  text-align: left;
  margin-left: 0px;
  padding: 0px 0px;
}
.mainmenu li:hover ul {
  visibility: visible;
  opacity: 1;
}
.mainmenu li:hover ul ul {
  visibility: hidden;
  opacity: 0;
}
.mainmenu li > a {
  transition: 0.3s;
}
.mainmenu li.has-child-menu > a {
  position: relative;
}
.mainmenu li.has-child-menu > a::before {
  position: absolute;
  left: 106%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  font-family: bootstrap-icons !important;
  content: "\f282";
  transition: all 0.5s;
}
.mainmenu li.has-child-menu.common-active.active > a {
  color: var(--primary-theme-color);
}
.mainmenu li.has-child-menu:hover a::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.mainmenu li.has-child-menu ul li.has-child-menu > a::before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  font-family: bootstrap-icons !important;
  -webkit-text-stroke: 1px;
  content: "\f285";
  transition: all 0.5s;
  color: #000;
}
.mainmenu li.common-active.active a {
  color: var(--primary-theme-color);
}

.menu-btn-wrap__mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) {
  .menu-btn-wrap__mobile {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .menu-btn-wrap__mobile a.common-btn {
    background-color: var(--color-white);
    color: var(--primary-theme-color);
  }
}
.menu-btn-wrap__desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .menu-btn-wrap__desktop {
    position: relative;
    z-index: 9;
  }
}
@media only screen and (min-width: 992px) {
  .menu-btn-wrap__desktop {
    display: flex;
    align-items: center;
  }
}
.menu-btn-wrap__desktop .menu-btn-hidden {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .menu-btn-wrap__desktop .menu-btn-hidden {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .has-mega-menu.has-dropdown {
    position: unset !important;
  }
  .has-mega-menu.has-dropdown ul {
    display: none;
    z-index: -1;
  }
  .has-mega-menu.has-dropdown .sub-nav {
    position: absolute;
    max-width: 1290px;
    height: auto;
    overflow-y: auto;
    left: 0;
    right: 0;
    transition: all ease 0.4s;
    z-index: 5;
    padding: 35px;
    margin: 0 auto;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 10px;
    background: rgba(236, 236, 236, 0.6);
    backdrop-filter: blur(25px);
    display: inherit;
    top: 100%;
  }
  .has-mega-menu.has-dropdown .sub-nav::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .has-mega-menu.has-dropdown .sub-nav::-webkit-scrollbar {
    display: none;
  }
  .has-mega-menu.has-dropdown .sub-nav::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: none;
    border-radius: 0;
  }
  .has-mega-menu.has-dropdown .sub-nav .nav-item {
    transition: var(--transition);
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.08);
    backdrop-filter: brur(100px);
    padding: 8px;
    border-radius: 8px;
  }
  .has-mega-menu.has-dropdown .sub-nav .nav-item:hover, .has-mega-menu.has-dropdown .sub-nav .nav-item.active {
    background-color: rgba(186, 219, 49, 0.15);
    border-color: rgba(186, 219, 49, 0.8);
  }
  .has-mega-menu.has-dropdown .sub-nav .nav-item:hover .nav-item-img img, .has-mega-menu.has-dropdown .sub-nav .nav-item.active .nav-item-img img {
    transform: scale(1.1);
  }
  .has-mega-menu.has-dropdown .sub-nav .nav-item-wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .has-mega-menu.has-dropdown .sub-nav .nav-item-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .has-mega-menu.has-dropdown .sub-nav .nav-item .nav-item-img {
    overflow: hidden;
  }
  .has-mega-menu.has-dropdown .sub-nav .nav-item .nav-item-img img {
    transition: all 0.3s;
  }
  .has-mega-menu.has-dropdown .sub-nav .nav-item h6 {
    margin-top: 10px;
  }
  .has-mega-menu.has-dropdown .sub-nav .nav-item h6.h6 {
    font-weight: 600;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .has-mega-menu.has-dropdown .sub-nav .nav-item h6.h6 {
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991.98px) {
  .has-mega-menu.has-dropdown .sub-nav .nav-item h6.h6 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .has-mega-menu.has-dropdown .sub-nav .nav-item a {
    padding: 0;
  }
  .has-mega-menu.has-dropdown:hover .sub-nav {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media only screen and (min-width: 1400px) {
  .has-mega-menu.has-dropdown {
    position: unset !important;
  }
  .has-mega-menu.has-dropdown .sub-nav {
    padding: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .has-mega-menu.has-dropdown .sub-nav {
    display: none;
  }
  .main-menu-wrap li {
    margin: 0;
    padding: 0;
  }
  .main-menu-wrap li.has-child-menu .sub-menu .has-child-menu .sub-menu {
    position: relative;
    top: unset;
    left: unset;
  }
  .main-menu-wrap li.has-child-menu:hover > .sub-menu {
    transform: unset;
    opacity: unset;
    visibility: unset;
  }
  .main-menu-wrap li.has-child-menu .sub-menu li a {
    padding: 1em 10%;
  }
  .main-menu-wrap li.has-child-menu .sub-menu {
    position: relative;
    top: unset;
    min-width: unset;
    list-style: none;
    transform: unset;
    opacity: 1;
    visibility: visible;
    transition: unset;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    border: unset;
    padding: 0;
  }
  .main-menu-wrap li.has-child-menu::before {
    display: none;
  }
  .mean-container .mean-nav {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mean-container .mean-bar {
    background: transparent;
    padding: 0px 0;
    min-height: 0px;
    z-index: 2;
    top: 0;
    right: 0;
  }
  .mean-container a.meanmenu-reveal {
    display: none !important;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 33px;
    border-left: unset !important;
    border-bottom: unset !important;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 27px !important;
    font-weight: 200;
    background: none;
    width: 100%;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
  }
  .main-menu-wrap li.has-child-menu .sub-menu li a {
    color: rgba(255, 255, 255, 0.9215686275);
    font-size: 14px;
  }
  .mean-container .mean-nav > ul {
    height: 50vh;
    overflow-y: auto;
  }
  /* Menu button */
  .meanmenu-reveal ~ .mean-nav .menu-btn-wrap {
    display: none;
  }
  .meanmenu-reveal.meanclose ~ .mean-nav .menu-btn-wrap {
    display: flex;
  }
  .search__btn {
    display: inline-flex;
    gap: 8px;
    color: var(--primary-theme-color);
  }
  .mean-bar .search__btn {
    color: var(--color-white);
  }
  /* Menu button End */
  /* menu End */
}
.side-panel {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 460px;
  background: transparent;
  transform: translateX(calc(100% + 80px));
  opacity: 0;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  color: #ffffff;
  background-color: var(--primary-theme-color);
  padding: 20px 40px;
  overflow-y: auto;
}
.side-panel.active {
  transform: translateX(0);
  opacity: 1;
}
.side-panel__closer {
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  background-color: var(--color-white);
  border-radius: 100%;
  position: relative;
  left: calc(100% - 80px);
  box-shadow: 20px -20px 0 30px var(--color-white);
  color: var(--primary-theme-color);
  font-size: 40px;
  cursor: pointer;
}
.side-panel__closer:hover i {
  transform: rotate(90deg);
}
.side-panel__closer i {
  transition: var(--transition);
}
.side-panel__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 99;
  background-color: rgba(15, 15, 15, 0.5);
  transition: width 0.5s linear;
  z-index: 9999;
}
.side-panel__overlay.active {
  width: 100%;
}
.side-panel__activator {
  width: 28px;
  height: 16px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  background-color: transparent;
}
.side-panel__activator span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: var(--primary-theme-color);
  transition: width 0.1s linear;
}
.side-panel__activator span:nth-child(2) {
  width: 80%;
}
.side-panel__content {
  height: 100%;
}
.side-panel__content > p {
  padding: 25px 0;
}
.side-panel__contact li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.side-panel__contact li:not(:last-child) {
  margin-bottom: 20px;
}
.side-panel__contact li .contact-thumb {
  width: 80px;
  height: 80px;
  background-color: var(--color-white);
  border-radius: 8px;
  color: var(--primary-theme-color);
  display: grid;
  place-content: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-thumb {
    width: 60px;
    height: 60px;
  }
}
.side-panel__contact li .contact-thumb svg {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-thumb svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-content p {
    font-size: 18px;
    line-height: 1;
  }
}
.side-panel__contact li .contact-content a,
.side-panel__contact li .contact-content span {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-white);
  transition: all 0.3s;
}
@media only screen and (max-width: 1399.98px) {
  .side-panel__contact li .contact-content a,
  .side-panel__contact li .contact-content span {
    font-size: 20px;
  }
}
.side-panel__contact li:hover .contact-thumb {
  border-radius: 100%;
}
.side-panel__copyright {
  margin-top: 20px;
  color: var(--light-gray);
}
.side-panel__copyright span {
  color: rgb(255, 255, 255);
}
.side-panel__mobile-menu {
  display: block !important;
}
.side-panel__mobile-menu .home-menu > ul {
  display: block !important;
}

/*================================================
3. Hero CSS
=================================================*/
.hero-mar__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .hero-mar__wrapper {
    gap: 50px;
  }
}
.hero-mar__content {
  padding-top: 46px;
  max-width: 705px;
}
.hero-mar__content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
  max-width: 670px;
}
@media only screen and (max-width: 767.98px) {
  .hero-mar__content p {
    margin-top: 20px;
    font-size: 20px;
  }
}
.hero-mar__content .common-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .hero-mar__content .common-btn {
    margin-top: 30px;
  }
}
.hero-mar__title {
  font-style: normal;
  font-weight: 600;
  text-transform: initial;
  font-size: 120px;
  line-height: 100%;
}
@media only screen and (max-width: 1699.98px) {
  .hero-mar__title {
    font-size: 100px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1599.98px) {
  .hero-mar__title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-mar__title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-mar__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-mar__title {
    font-size: 50px;
  }
}
.hero-mar__thumb {
  position: relative;
  height: 100%;
}
.hero-mar__thumb img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: center center;
}
.hero-mar__thumb .circular-text {
  position: absolute;
  top: 50%;
  left: -92px;
  width: 184px;
  height: 184px;
  transform: translateY(-50%);
  background: var(--color-white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-mar__thumb .circular-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero-mar__thumb .circular-text .circular-video-text {
  width: 184px;
  height: 184px;
  position: relative;
  animation: effect 8s linear infinite;
  -webkit-animation: effect 8s linear infinite;
  transform-origin: center;
}
.hero-mar__thumb .circular-text .circular-video-text .rotate {
  position: absolute;
  left: 50%;
  top: 0%;
  transform-origin: 0 90px;
  transform-style: flat;
  text-transform: lowercase;
  color: var(--primary-theme-color);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.hero-mar__brand p {
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.hero-mar__brand .brand__slider {
  margin-top: 20px;
}

.hero-sa__area {
  padding-top: 50px;
}
.hero-sa__bg-shape {
  background-image: url("../img/hero/hero-sa-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-sa__btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.hero-sa__btn-wrapper:has(.common-btn) {
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .hero-sa__btn-wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-sa__header-gap {
    gap: 48px;
  }
}
.hero-sa__title {
  color: var(--primary-black);
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: initial;
}
.hero-sa__title::first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 1599.98px) {
  .hero-sa__title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-sa__title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-sa__title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-sa__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-sa__title {
    font-size: 55px;
  }
}
.hero-sa__figures {
  padding-top: 132px;
  gap: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-sa__figures {
    padding-top: 100px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-sa__figures {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-sa__figures {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-sa__figures-item > img {
    min-width: 100%;
    max-width: unset;
  }
}
.hero-sa__box-wrapper {
  margin-bottom: 40px;
}
.hero-sa__box-wrapper-avarters img {
  max-width: 40px;
  width: 100%;
  max-height: 40px;
  height: 100%;
}
.hero-sa__box-wrapper-avarters img:not(:first-child) {
  margin-left: -12px;
}
.hero-sa__box-wrapper .counter {
  color: var(--color-black);
  font-family: var(--ff-dm-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.hero-sa__box-wrapper .counter .odometer-digit {
  padding: 0 1px;
}
@media only screen and (max-width: 1399.98px) {
  .hero-sa__box-wrapper .counter {
    font-size: 22px;
  }
}

.rounded-arrow {
  animation: MoveUpDown 2.5s linear infinite;
}

.hero-ca__area {
  background: rgba(244, 243, 240, 0.46);
}
.hero-ca__wrapper {
  display: flex;
  position: relative;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .hero-ca__wrapper {
    padding-bottom: 40px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .hero-ca__wrapper {
    padding-left: 51px;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .hero-ca__thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-ca__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-ca__content {
    width: 50%;
  }
}
.hero-ca__content h1.h1 {
  color: var(--primary-black);
  font-size: 100px;
  font-weight: 600;
  line-height: 104%;
  text-transform: initial;
}
@media only screen and (max-width: 1599.98px) {
  .hero-ca__content h1.h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-ca__content h1.h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-ca__content h1.h1 {
    max-width: 526px;
  }
}
.hero-ca__content p {
  color: var(--gray);
  font-size: 20px;
  line-height: 150%;
  margin-top: 48px;
  max-width: 503px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ca__content p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-ca__content p {
    margin-top: 20px;
  }
}
.hero-ca__content .common-btn__variation3 {
  margin-top: 64px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ca__content .common-btn__variation3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-ca__content .common-btn__variation3 {
    margin-top: 20px;
  }
}
.hero-ca__frame {
  margin-top: 64px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ca__frame {
    margin-top: 30px;
  }
}
.hero-ca__frame ul {
  display: flex;
  gap: 36px;
}
@media only screen and (max-width: 1399.98px) {
  .hero-ca__frame ul {
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-ca__frame ul {
    flex-direction: row;
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-ca__frame ul {
    flex-direction: column;
    gap: 5px;
  }
}
.hero-ca__frame ul i,
.hero-ca__frame ul svg {
  color: #5fcf80;
}
.hero-ca__kits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .hero-ca__kits {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-ca__kits {
    left: 50%;
  }
}
.hero-ca__kits .kit {
  padding: 16px 24px;
  background-color: var(--color-white);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ca__kits .kit {
    padding: 10px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}
.hero-ca__kits .percentage {
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 32px;
  font-weight: 400;
  line-height: 93.75%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ca__kits .percentage {
    font-size: 28px;
  }
}
.hero-ca__kits p {
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ca__kits p {
    font-size: 15px;
    margin-top: 2.5px;
  }
}

.hero-la__area {
  overflow: hidden;
  padding-top: 85px;
  background-image: url("../img/hero/hero-la-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 991.98px) {
  .hero-la__area {
    padding-top: 100px;
  }
}
.hero-la__area::before {
  position: absolute;
  content: "";
  inset: 0;
  filter: blur(3px);
  mix-blend-mode: hard-light;
  background: #273444;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-la__content {
    padding-bottom: 50px;
  }
}
.hero-la__content h1.h1 {
  color: var(--color-white);
  font-family: var(--ff-ranade);
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  text-transform: initial;
  white-space: nowrap;
}
@media only screen and (min-width: 1400px) {
  .hero-la__content h1.h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-la__content h1.h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-la__content h1.h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-la__content h1.h1 {
    font-size: 40px;
  }
}
.hero-la__content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.545%;
  margin-top: 40px;
  word-break: break-word;
}
@media only screen and (max-width: 1199.98px) {
  .hero-la__content p {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-la__content p {
    margin-top: 20px;
  }
}
.hero-la__content .common-btn__variation4 {
  margin-top: 58px;
}
@media only screen and (max-width: 1599.98px) {
  .hero-la__content .common-btn__variation4 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-la__content .common-btn__variation4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-la__content .common-btn__variation4 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-la__content .common-btn__variation4 {
    margin-top: 20px;
  }
}
.hero-la__content .awards {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 138px;
}
@media only screen and (max-width: 1599.98px) {
  .hero-la__content .awards {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-la__content .awards {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-la__content .awards {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-la__content .awards {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-la__content .awards {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-la__content .awards {
    display: flex;
    flex-direction: column;
  }
}
.hero-la__content .awards .awards-images {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hero-la__content .awards .awards-content {
  margin: 0;
}
.hero-la__thumbnail {
  max-width: 880px;
  position: relative;
  bottom: 0;
  right: 0;
}
.hero-la__thumbnail-wrapper img {
  max-width: 140%;
}
@media only screen and (max-width: 767.98px) {
  .hero-la__thumbnail-wrapper img {
    width: 100%;
  }
}

.circular-text {
  width: 184px;
  height: 184px;
  overflow: hidden;
  position: absolute;
  top: 12%;
  right: 80px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 50%) top right/50% 50% no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1599.98px) {
  .circular-text {
    right: 0px;
    top: 30%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .circular-text {
    display: none;
  }
}

.circular-text-content {
  width: 184px;
  height: 184px;
  position: relative;
  animation: effect 8s linear infinite;
  -webkit-animation: effect 8s linear infinite;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circular-text-content .rotate {
  position: absolute;
  left: 50%;
  transform-origin: 0 92px;
  transform-style: flat;
  text-transform: lowercase;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
}

.circular-text .years {
  color: var(--color-white);
  font-family: var(--ff-ranade);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  letter-spacing: normal;
}

.hero-ad__area {
  overflow: hidden;
  padding-top: 190px;
  background-image: url(../img/hero/hero-ad-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 180vh;
}
@media only screen and (max-width: 991.98px) {
  .hero-ad__area {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-ad__area {
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: overlay;
    padding-top: 100px;
  }
}
.hero-ad__area .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hero-ad__content h1.h1 {
  color: var(--primary-black);
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  text-transform: initial;
}
@media only screen and (min-width: 1400px) {
  .hero-ad__content h1.h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-ad__content h1.h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-ad__content h1.h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-ad__content h1.h1 {
    font-size: 40px;
  }
}
.hero-ad__content p {
  max-width: 685px;
  color: var(--gray);
  font-size: 20px;
  line-height: 150%;
  margin-top: 26px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ad__content p {
    font-size: 18px;
  }
}
.hero-ad__content .common-btn__variation5 {
  margin-top: 48px;
}
.hero-ad__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .hero-ad__bottom {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-ad__bottom {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-ad__bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-ad__bottom .next-section {
  max-width: 200px;
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-white);
  border-radius: 100%;
  position: relative;
}
.hero-ad__bottom .next-section svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-theme-color);
}
.hero-ad__bottom .circleNextText {
  width: 100%;
  height: 100%;
  animation: effect 8s linear infinite;
  -webkit-animation: effect 8s linear infinite;
}
.hero-ad__bottom .circleNextText .rotate {
  position: absolute;
  left: 50%;
  top: 0%;
  transform-origin: 0 100px;
  transform-style: flat;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.hero-ad__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .hero-ad__tags {
    gap: 5px;
  }
}
.hero-ad__tags .tag {
  padding: 10px 20px;
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-ad__tags .tag {
    font-size: 18px;
    padding: 5px 15px;
  }
}
.hero-ad__tags .tag:hover {
  color: var(--primary-theme-color);
  box-shadow: 1px 1px 10px 2px rgb(255, 255, 255);
}

.hero-health__main-content {
  margin: 0 32px;
  padding: 55px 32px 0;
  border-radius: 24px;
  background: #f5f5f5;
}
@media only screen and (max-width: 991.98px) {
  .hero-health__main-content {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-health__main-content {
    margin: 0 16px 0;
    padding: 0 8px;
  }
}
.hero-health__thumb {
  position: relative;
}
.hero-health__thumb .total-doctors {
  position: absolute;
  top: 150px;
  right: 0;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (max-width: 1599.98px) {
  .hero-health__thumb .total-doctors {
    padding: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-health__thumb .total-doctors {
    display: none;
  }
}
.hero-health__thumb .total-doctors p {
  margin-top: 20px;
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1599.98px) {
  .hero-health__thumb .total-doctors p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.hero-health__thumb .total-doctors .odometer-digit {
  padding: 0 0.5px;
}
.hero-health__thumb .doctor-avatars img:not(:first-child) {
  margin-left: -15px;
}
.hero-health__content {
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .hero-health__content {
    padding-top: 32px;
  }
}
.hero-health__content h1.h1 {
  margin-top: 10px;
  text-transform: initial;
}
@media only screen and (min-width: 1400px) {
  .hero-health__content h1.h1 {
    font-size: 90px;
    line-height: 106.667%;
    font-weight: 600;
  }
}
.hero-health__content p {
  margin-top: 25px;
  max-width: 637px;
  color: var(--gray);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.hero-health__content .common-btn__variation8--extend {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .hero-health__content .common-btn__variation8--extend {
    margin-top: 30px;
  }
}
.hero-health__video-thumb {
  width: max-content;
  margin-left: auto;
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .hero-health__video-thumb {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-health__video-thumb {
    text-align: center;
    width: auto;
  }
}
.hero-health__video-thumb p {
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .hero-health__video-thumb p {
    margin: 0 auto;
  }
}
.hero-health__video-thumb-wrapper {
  margin-top: 15px;
  position: relative;
}
.hero-health__video-thumb-wrapper a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background-color: var(--color-white);
}
.hero-health__video-thumb-wrapper a i,
.hero-health__video-thumb-wrapper a svg {
  color: #766fdd;
}
.hero-health__tags.custom-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 575.98px) {
  .hero-health__tags.custom-ul {
    gap: 8px;
  }
}
.hero-health__tags.custom-ul li a {
  display: inline-block;
  color: var(--primary-theme-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  padding: 5px 24px;
  background-color: var(--color-cultured);
  border-radius: 100px;
  border: 1px solid rgba(15, 15, 15, 0.1);
  transition: var(--transition);
  position: relative;
}
.hero-health__tags.custom-ul li a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  vertical-align: middle;
  margin-right: 10px;
  transition: var(--transition);
}
.hero-health__tags.custom-ul li a:hover {
  background-color: var(--color-white);
}
.hero-health__tags.custom-ul li a:hover::before {
  font-size: 0;
  margin: 0;
}
@media only screen and (max-width: 575.98px) {
  .hero-health__tags.custom-ul li a {
    padding: 5px 15px;
    font-size: 12px;
  }
}
.hero-health__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-health__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-health__features {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.hero-health__feature {
  padding: 45px 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .hero-health__feature {
    padding: 20px 16px;
    border-radius: 20px;
  }
}
.hero-health__feature:nth-child(1) {
  background: #c4dcf3;
}
.hero-health__feature:nth-child(2) {
  background: #d7ece4;
}
.hero-health__feature:nth-child(3) {
  background: #d6d2f1;
}
.hero-health__feature:nth-child(4) {
  background: #f2ddd9;
}
.hero-health__feature .icon {
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  background-color: var(--color-white);
  border-radius: 100%;
  display: grid;
  place-content: center;
}
.hero-health__feature p {
  color: var(--primary-black);
  font-size: 28px;
  font-weight: 400;
  line-height: 107.143%;
}
@media only screen and (max-width: 767.98px) {
  .hero-health__feature p {
    font-size: 20px;
  }
}

.hero-fit {
  overflow: hidden;
}
.hero-fit .word-animation {
  white-space: normal;
}
.hero-fit__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.hero-fit__thumb > img {
  width: 100%;
}
.hero-fit__player {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background-color: var(--color-white);
  padding: 10px 10px 10px 40px;
  border-radius: 57px;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  user-select: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .hero-fit__player {
    font-size: 15px;
    padding: 10px 10px 10px 20px;
  }
}
.hero-fit__player i,
.hero-fit__player svg {
  margin-right: 12px;
}
.hero-fit__player img {
  margin-left: 25px;
  border-radius: 100%;
}
@media only screen and (max-width: 767.98px) {
  .hero-fit__player img {
    max-width: 30px;
    max-height: 30px;
  }
}
.hero-fit__content h1.h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.889%;
  margin-top: 9px;
  max-width: 697px;
  text-transform: initial;
}
@media only screen and (max-width: 1199.98px) {
  .hero-fit__content h1.h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-fit__content h1.h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-fit__content h1.h1 {
    font-size: 40px;
  }
}
.hero-fit__content p {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  opacity: 0.75;
  margin-top: 20px;
}
.hero-fit__content .common-btn__variation10 {
  margin-top: 32px;
}
.hero-fit__brand-slider {
  padding-bottom: 36px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1199.98px) {
  .hero-fit__brand-slider {
    padding: 36px 0;
  }
}
.hero-fit__brand-slider .swiper-slide {
  display: grid;
  place-content: center;
}

.hero-travel {
  padding: 150px 0;
  background-image: url("../img/hero/hero-travel-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--primary-theme-color);
}
.hero-travel__content {
  text-align: center;
}
.hero-travel__content .hero-title {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.889%;
}
.hero-travel__btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 45px;
}
.hero-travel__slider {
  user-select: none;
  margin-top: 100px;
}
.hero-travel__slider-item {
  cursor: grab;
  background-color: var(--color-white);
  border-radius: 18px;
  overflow: hidden;
}
.hero-travel__slider-thumb {
  border-radius: 12px;
  padding: 6px;
  overflow: hidden;
}
.hero-travel__slider-thumb img {
  width: 100%;
}
.hero-travel__slider-content {
  padding: 30px 20px;
}
.hero-travel__slider-navigations {
  width: 50%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.hero-travel__slider-navigations .controlles {
  display: flex;
  align-items: center;
}
.hero-travel__slider-pagination {
  display: inline-block;
}
.hero-travel__slider-next, .hero-travel__slider-prev {
  min-width: 72px;
  max-width: 72px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 22.5px;
  border: 1px solid var(--color-white);
  display: grid;
  place-content: center;
}
.hero-travel__slider-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100px;
}
.hero-travel__slider-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 100px;
  background: var(--color-white);
}

.hero-fin {
  padding: 180px 0 150px;
  background: var(--color-tan-light);
  overflow: hidden;
}
@media only screen and (max-width: 1599.98px) {
  .hero-fin {
    padding: 120px 0 150px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-fin {
    padding: 100px 0 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-fin {
    padding: 50px 0 75px;
  }
}
.hero-fin__content .upper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .hero-fin__content .upper-content {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-fin__content .upper-content {
    gap: 50px;
  }
}
.hero-fin__content .info {
  color: var(--primary-theme-color);
  font-size: 48px;
  font-weight: 250;
  line-height: 125%;
  padding-left: 24px;
  position: relative;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .hero-fin__content .info {
    max-width: 717px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-fin__content .info {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-fin__content .info {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-fin__content .info {
    font-size: 20px;
  }
}
.hero-fin__content .info::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: var(--primary-theme-color);
}
.hero-fin__title {
  position: relative;
  z-index: 1;
}
.hero-fin__title .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .hero-fin__title .title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-fin__title .title {
    letter-spacing: -11.4px;
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-fin__title .title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-fin__title .title {
    font-size: 260px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-fin__title .title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-fin__title .title {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1700px) {
  .hero-fin__title .title {
    font-size: 380px;
  }
}
.hero-fin__title .img-cursor {
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 9;
  opacity: 0;
  visibily: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 1199.98px) {
  .hero-fin__title .img-cursor {
    width: 200px;
    height: 200px;
  }
}

.hero-digital {
  position: relative;
  z-index: 0;
  padding-top: 72px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 1399.98px) {
  .hero-digital {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-digital {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-digital {
    padding-top: 30px;
  }
}
.hero-digital__circle-shape {
  display: inline-block;
  width: 1272px;
  height: 1266.753px;
  border-radius: 100%;
  border: 1px solid rgba(15, 15, 15, 0.08);
  position: absolute;
  top: -230px;
  left: -489px;
  z-index: -1;
}
@media only screen and (max-width: 1399.98px) {
  .hero-digital__circle-shape {
    top: -400px;
    left: -700px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-digital__circle-shape {
    display: none;
  }
}
.hero-digital__video-area {
  background-color: var(--color-white);
}
.hero-digital__header {
  display: flex;
  align-items: center;
  gap: 250px;
}
@media only screen and (max-width: 1599.98px) {
  .hero-digital__header {
    gap: 0px;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-digital__header {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-digital__header {
    margin-bottom: 0px;
  }
}
.hero-digital__title {
  max-width: 1050px;
  width: 100%;
  text-transform: initial;
}
@media only screen and (max-width: 1599.98px) {
  .hero-digital__title {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-digital__title {
    max-width: 780px;
  }
}
.hero-digital__title.h1 {
  font-size: 180px;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 1599.98px) {
  .hero-digital__title.h1 {
    font-size: 170px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-digital__title.h1 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-digital__title.h1 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-digital__title.h1 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-digital__title.h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero-digital__title.h1 {
    font-size: 50px;
  }
}
.hero-digital__btn-wrapper {
  width: 210px;
  height: 210px;
  display: grid;
  place-content: center;
  border: 1px solid var(--primary-theme-color);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1599.98px) {
  .hero-digital__btn-wrapper {
    min-width: 180px;
    max-width: 180px;
    min-height: 180px;
    max-height: 180px;
    width: 100%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .hero-digital__btn-wrapper {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-digital__btn-wrapper {
    width: 135px;
    height: 135px;
    min-width: unset;
    min-height: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-digital__btn-wrapper {
    width: 120px;
    height: 120px;
  }
}
.hero-digital__btn-wrapper span {
  width: 20px;
  height: 20px;
  background-color: var(--color-white);
  z-index: -1;
  border-radius: 100%;
  transition: all 0.7s;
  transform: translate(-50%, -50%);
  position: absolute;
}
.hero-digital__btn-wrapper:hover .hero-digital__btn-text {
  color: var(--color-white);
}
.hero-digital__btn-wrapper:hover span {
  background-color: var(--primary-theme-color);
  width: 500px;
  height: 500px;
}
.hero-digital__btn-text {
  color: var(--primary-theme-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  z-index: 1;
  position: relative;
  transition: var(--transition);
  text-align: center;
}
@media only screen and (max-width: 1399.98px) {
  .hero-digital__btn-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-digital__btn-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-digital__btn-text {
    font-size: 12px;
  }
}
.hero-digital__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .hero-digital__content {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-digital__content-stablish-info {
  display: flex;
  flex-direction: column;
  color: var(--color-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.hero-digital__content-stablish-info .year {
  position: relative;
  width: max-content;
}
.hero-digital__content-stablish-info .year::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -60px;
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--color-black);
}
.hero-digital__content-info {
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .hero-digital__content-info {
    max-width: 410px;
  }
}
.hero-digital__content-container {
  max-width: 1290px;
  margin: 0 auto;
  padding-top: 75px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-digital__content-container {
    padding-top: 37.5px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-digital__content-container {
    padding-top: 0px;
  }
}
.hero-digital__section-jump {
  animation: MoveUpDown 2.5s linear infinite;
}
@media only screen and (max-width: 767.98px) {
  .hero-digital__section-jump {
    max-width: 40%;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
}
/*================================================
4. brand CSS
=================================================*/
.pseudo-reset {
  max-width: unset !important;
}
.pseudo-reset::before, .pseudo-reset::after {
  content: unset !important;
}

.brand__slider {
  max-width: 1290px;
  margin: 0 auto;
}
.brand__slider::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(8.94%, rgba(255, 255, 255, 0)), color-stop(94.03%, #070b17));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 8.94%, rgb(255, 255, 255) 94.03%);
  width: 187px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  left: 0;
  position: absolute;
  z-index: 2;
}
.brand__slider::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(8.94%, rgb(255, 255, 255)), color-stop(94.03%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 8.94%, rgba(255, 255, 255, 0) 94.03%);
  width: 187px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  right: 0;
  position: absolute;
  z-index: 2;
}
.brand__slider .swiper-slide {
  width: auto !important;
}
.brand__slider .swiper-slide .brand-box {
  max-width: 240px;
  width: 100%;
  height: auto;
}
.brand__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.brand-ca__slider {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 1399.98px) {
  .brand-ca__slider {
    padding: 80px 0 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .brand-ca__slider {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .brand-ca__slider {
    padding: 30px 0 30px;
  }
}
.brand__slider--fluite {
  max-width: 1882px;
}
.brand__slider--extend .swiper-slide {
  aspect-ratio: 2/1;
  display: grid;
  place-content: center;
  background: #fbfbfb;
  border-radius: 12px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.brand__slider--extend .swiper-slide:hover {
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}
@media only screen and (max-width: 991.98px) {
  .brand__slider--extend .swiper-slide {
    aspect-ratio: 3/1;
    border-radius: 6px;
  }
}
.brand__slider--extend .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .brand__slider::before, .brand__slider::after {
    width: 50px;
  }
}
.clients-la__area {
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .clients-la__area {
    padding-bottom: 37.5px;
  }
}
.clients-la__title {
  color: var(--primary-theme-color);
  font-weight: 500;
  line-height: 154.545%;
  letter-spacing: 1.76px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .clients-la__title {
    font-size: 22px;
  }
}
.clients-la__items .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.clients-la__item {
  display: grid;
  place-content: center;
  aspect-ratio: 2/1.5;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 1399.98px) {
  .clients-la__item {
    aspect-ratio: 2/1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .clients-la__item {
    aspect-ratio: 2/0.8;
  }
}
.clients-la__item:not(:last-child) {
  border-right: transparent;
}
.clients-la__item img {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.clients-la__item:hover img {
  filter: grayscale(100%);
}

.brand-health__slider-outer-wrapper {
  background-color: var(--color-lotion);
  border-radius: 32px;
  overflow: hidden;
  padding: 66px 119px;
}
@media only screen and (max-width: 1399.98px) {
  .brand-health__slider-outer-wrapper {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .brand-health__slider-outer-wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .brand-health__slider-outer-wrapper {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.brand-health__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  align-items: center;
}
.brand-health__item {
  display: grid;
  place-content: center;
}

.clients-digital .section__header-sub-title-v12 {
  margin-bottom: 12px;
}
.clients-digital .section__header-title-v12 {
  text-transform: initial;
}
.clients-digital__items {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.clients-digital__items .item-box {
  width: 25%;
  text-align: center;
  padding: 50px 0;
  border: 0.5px solid #ececec;
  margin: -0.5px;
  transition: var(--transition);
}
@media only screen and (max-width: 991.98px) {
  .clients-digital__items .item-box {
    width: 33.3333333333%;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .clients-digital__items .item-box {
    width: 100%;
  }
}
.clients-digital__items .item-box:hover {
  background: var(--color-cultured);
  border-color: #ececec;
}

/*================================================
5. about CSS
=================================================*/
.about-sa__sub-title {
  color: var(--primary-theme-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}
.about-sa__sub-title::after {
  position: absolute;
  content: "";
  background-color: var(--primary-theme-color);
  max-width: 50px;
  width: 100%;
  height: 1px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.about-sa__content-header {
  color: rgba(15, 15, 15, 0.6);
  line-height: 125%;
}
.about-sa__content-header.h4 {
  text-transform: initial;
}
@media only screen and (max-width: 991.98px) {
  .about-sa__content-header.h4 {
    font-size: 30px;
  }
}
.about-sa__content .mission_vision {
  padding-top: 55px;
}
@media only screen and (max-width: 991.98px) {
  .about-sa__content .mission_vision {
    padding-top: 40px;
  }
}
.about-sa__content .mission_vision p {
  color: var(--primary-theme-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.about-sa__content .mission,
.about-sa__content .vision {
  padding-bottom: 32px;
  border-bottom: 1px solid #ececec;
}
.about-sa__content .mission h5,
.about-sa__content .vision h5 {
  color: var(--gray);
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .about-sa__content .mission h5,
  .about-sa__content .vision h5 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-sa__content .mission h5,
  .about-sa__content .vision h5 {
    font-size: 22px;
  }
}

.about__subhading.h6 {
  color: var(--primary-theme-color);
  font-size: 24px;
  font-family: var(--ff-dm-sans);
  font-style: normal;
  font-weight: 500;
  line-height: 141.667%;
}
.about__subhading.h6:has(+ p) {
  margin-bottom: 36px;
}
@media only screen and (max-width: 991.98px) {
  .about__subhading.h6:has(+ p) {
    margin-bottom: 20px;
  }
}
.about__subhading.h6 p {
  color: var(--primary-black);
}
.about__quoteAuthor {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about__quoteAuthor img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
.about__quoteAuthor h6.h6.author-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about__quoteAuthor .author-designation {
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__quoteAuthor-wrapper {
  padding-top: 72px;
}
@media only screen and (max-width: 991.98px) {
  .about__quoteAuthor-wrapper {
    padding-top: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about__quoteAuthor-wrapper {
    padding-top: 20px;
  }
}
.about__quote h4.h4 {
  font-family: var(--ff-dm-sans);
  font-style: normal;
  font-weight: 400;
  line-height: 120.833%;
  text-transform: initial;
}

.about-ca__area .section__header-title-v2 {
  max-width: 576px;
}
.about-ca__header-p {
  max-width: 851px;
  color: var(--gray);
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (min-width: 1200px) {
  .about-ca__header-p {
    font-size: 20px;
  }
}
.about-ca__content .about-list {
  padding-left: 36px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .about-ca__content .about-list {
    padding-left: 25px;
  }
}
.about-ca__content .about-list:not(:last-child) .list-wrapper {
  padding-bottom: 55px;
}
@media only screen and (max-width: 1599.98px) {
  .about-ca__content .about-list:not(:last-child) .list-wrapper {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .about-ca__content .about-list:not(:last-child) .list-wrapper {
    padding-bottom: 20px;
  }
}
.about-ca__content .about-list:not(:last-child) .list-wrapper {
  border-left: 1px solid #ececec;
}
.about-ca__content .about-list::before {
  position: absolute;
  counter-increment: steps;
  content: counter(steps);
  width: 72px;
  height: 72px;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
  color: var(--primary-black);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-color: var(--color-white);
  border: 1px solid #ececec;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .about-ca__content .about-list::before {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.about-ca__content .about-list:hover::before {
  background-color: #ececec;
}
.about-ca__content .about-list .list-wrapper {
  padding-left: 84px;
}
@media only screen and (max-width: 991.98px) {
  .about-ca__content .about-list .list-wrapper {
    padding-left: 40px;
  }
}
.about-ca__content .about-list .list-wrapper h5.h5 {
  color: var(--color-black);
  font-family: var(--ff-dm-sans);
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .about-ca__content .about-list .list-wrapper h5.h5 {
    line-height: 200%;
    font-size: 24px;
  }
}
.about-ca__content .about-list .list-wrapper p {
  color: var(--gray);
  line-height: 162.5%;
  margin-top: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .about-ca__content .about-list .list-wrapper p {
    margin-top: 10px;
  }
}
.about-ca__video {
  position: relative;
}
.about-ca__video img {
  width: 100%;
}
.about-ca__video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  display: grid;
  place-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .about-ca__video .popup-youtube {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-ca__video .popup-youtube {
    width: 60px;
    height: 60px;
  }
}
.about-ca__video .popup-youtube i,
.about-ca__video .popup-youtube svg {
  color: var(--color-white);
  font-size: 48px;
}
@media only screen and (max-width: 1399.98px) {
  .about-ca__video .popup-youtube i,
  .about-ca__video .popup-youtube svg {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-ca__video .popup-youtube i,
  .about-ca__video .popup-youtube svg {
    font-size: 20px;
  }
}

.about-la__artea {
  overflow: hidden;
}
.about-la__thumb {
  overflow: hidden;
}
.about-la__thumb img {
  width: 100%;
}
.about-la__content h5.h5 {
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  line-height: 154.545%;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .about-la__content h5.h5 {
    font-size: 22px;
  }
}
.about-la__content ul {
  margin-top: 36px;
}
@media only screen and (max-width: 991.98px) {
  .about-la__content ul {
    margin-top: 18px;
  }
}
.about-la__content ul li {
  color: var(--primary-theme-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.about-la__content ul li:has(h5.h5) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .about-la__content ul li:has(h5.h5) {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-la__content ul li:has(h5.h5) {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-la__content ul li:has(h5.h5) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-la__content ul li:has(h5.h5) {
    margin-bottom: 10px;
  }
}
.about-la__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .about-la__content ul li:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-la__content ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-la__content ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-la__content ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.about-la__content ul li span {
  font-weight: 500;
}
.about-la__content .common-btn__variation4 {
  margin-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .about-la__content .common-btn__variation4 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-la__content .common-btn__variation4 {
    width: 100%;
  }
}

.about-ad__title {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .about-ad__title {
    font-size: 20px;
  }
}
.about-ad__content .common-btn__variation6 {
  margin-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .about-ad__content .common-btn__variation6 {
    margin-top: 30px;
  }
}
.about-ad__content .text-reveal {
  text-transform: initial;
  color: rgba(15, 15, 15, 0.6);
}
.about-ad__content-grid {
  margin-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .about-ad__content-grid {
    margin-top: 24px;
  }
}
.about-ad__funfacts {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  place-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .about-ad__funfacts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  .about-ad__funfacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .about-ad__funfacts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-ad__funfacts .funfact {
  padding-top: 20px;
  display: grid;
  gap: 0;
  align-items: center;
  grid-template-rows: subgrid;
  grid-row: span 1;
  position: relative;
}
.about-ad__funfacts .funfact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  background-color: #ececec;
}
.about-ad__funfacts .funfact:not(:first-child)::after {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 575.98px) {
  .about-ad__funfacts .funfact:not(:first-child)::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-ad__funfacts .funfact {
    text-align: center;
  }
}
.about-ad__funfacts .funfact__wrapper {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .about-ad__funfacts .funfact__wrapper {
    padding-left: 0px;
  }
}
.about-ad__funfacts .funfact:not(:first-child) .funfact__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .about-ad__funfacts .funfact .funfact__wrapper::before {
    background-color: #ececec !important;
  }
}
@media only screen and (min-width: 576px) {
  .about-ad__funfacts .funfact:nth-child(2n) .funfact__wrapper::before {
    background-color: #ececec;
  }
}
.about-ad__funfacts .funfact p {
  font-size: 20px;
  line-height: 150%;
}

.about-health__content {
  max-width: 665px;
}
.about-health__content-shaps {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.about-health__content-shaps .shap {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid var(--color-white);
  border-radius: 100%;
}
.about-health__content-shaps .shap:not(:first-child) {
  margin-left: -15px;
}
@media only screen and (max-width: 1199.98px) {
  .about-health__content-shaps .shap {
    width: 50px;
    height: 50px;
  }
}
.about-health__content-shaps .shap:nth-child(1) {
  background-color: #3a9fd8;
}
.about-health__content-shaps .shap:nth-child(2) {
  background-color: #8363de;
}
.about-health__content h2.h2:has(+ p) {
  margin-bottom: 20px;
}
.about-health__content p {
  max-width: 637px;
}
.about-health__content .common-btn__variation8--extend-2 {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .about-health__content .common-btn__variation8--extend-2 {
    margin-top: 30px;
  }
}
.about-health__thumb {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1600px) {
  .about-health__thumb {
    width: max-content;
    right: -62px;
  }
}
.about-health__thumb .thumbnail {
  border-radius: 40px;
}
.about-health__thumb-shaps {
  display: none;
  align-items: center;
  margin-bottom: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 1600px) {
  .about-health__thumb-shaps {
    display: flex;
  }
}
.about-health__thumb-shaps .shap {
  display: block;
  border: 1px solid var(--color-white);
  border-radius: 100%;
}
.about-health__thumb-shaps .shap:not(:first-child) {
  margin-left: -20px;
}
.about-health__thumb-shaps .shap:nth-child(1) {
  min-width: 639px;
  min-height: 639px;
  background: #3a9fd8;
}
.about-health__thumb-shaps .shap:nth-child(2) {
  min-width: 276px;
  min-height: 276px;
  background: #8363de;
}

.about-fit__thumb {
  border-radius: 63px;
  background: #e1d8fb;
  padding: 100px 40px 40px;
}
@media only screen and (max-width: 1399.98px) {
  .about-fit__thumb {
    padding: 20px;
    border-radius: 30px;
  }
}
.about-fit__thumb img {
  border-radius: 32px;
  width: 100%;
}
.about-fit__content {
  max-width: 1168px;
}
.about-fit__content h3.h3 {
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  text-transform: initial;
}
@media only screen and (min-width: 1200px) {
  .about-fit__content h3.h3 {
    line-height: 66px;
    font-size: 58px;
  }
}
.about-fit__content p {
  color: var(--primary-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  max-width: 1056px;
  margin-top: 43px;
  opacity: 0.75;
}
@media only screen and (max-width: 991.98px) {
  .about-fit__content p {
    margin-top: 20px;
  }
}
.about-fit__counters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (max-width: 1399.98px) {
  .about-fit__counters {
    justify-content: center;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-fit__counters {
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-fit__counters {
    gap: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-fit__counters {
    gap: 15px;
    flex-direction: column;
  }
}
.about-fit__counters-item {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  border: 1px solid rgba(15, 15, 15, 0.2);
  position: relative;
}
@media only screen and (max-width: 1599.98px) {
  .about-fit__counters-item {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .about-fit__counters-item {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-fit__counters-item {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-fit__counters-item {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-fit__counters-item {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-fit__counters-item {
    width: 150px;
    height: 150px;
  }
}
.about-fit__counters-item .counter {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-fit__counters-item .counter .h3 {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .about-fit__counters-item .counter .h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-fit__counters-item .counter .h3 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-fit__counters-item .counter .h3 {
    line-height: 113.793%;
    font-size: 58px;
  }
}
.about-fit__counters-item .counter em {
  font-style: normal;
  font-size: inherit;
}
.about-fit__counters-item .counter p.info {
  margin-top: 0px;
}
@media only screen and (min-width: 992px) {
  .about-fit__counters-item .counter p.info {
    margin-top: -8px;
  }
}
.about-fit__counters-item .counter .odometer-inside {
  display: block;
}
.about-fit__counters-item .counter .odometer-digit {
  padding: 0 3px;
}

.about-fin {
  background-color: var(--color-lotion-light);
}
.about-fin__left {
  position: relative;
}
.about-fin__left .sub-heading {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 24px 10px 40px;
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 100px;
  transition: var(--transition);
  color: var(--primary-theme-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .about-fin__left .sub-heading {
    padding: 8px 18px 8px 32px;
  }
}
.about-fin__left .sub-heading:hover {
  border-color: var(--primary-theme-color);
}
@media only screen and (max-width: 767.98px) {
  .about-fin__left .sub-heading {
    font-size: 12px;
  }
}
.about-fin__left .sub-heading::before {
  position: absolute;
  margin-left: -16px;
  content: "\f111";
  font-size: 6px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary-theme-color);
  top: 50%;
  transform: translateY(-50%);
}
.about-fin__experience {
  width: 410px;
  height: 410px;
  border-radius: 410px;
  border: 1px solid #ececec;
  left: 192px;
  top: -37px;
  display: grid;
  place-content: center;
  text-align: center;
  transition: var(--transition);
}
@media only screen and (max-width: 1399.98px) {
  .about-fin__experience {
    width: 350px;
    height: 350px;
    left: 140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-fin__experience {
    width: 250px;
    height: 250px;
    left: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-fin__experience {
    width: 250px;
    height: 250px;
    left: 0;
    top: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-fin__experience {
    width: 200px;
    height: 200px;
    left: 0;
    margin: 0 auto;
  }
}
.about-fin__experience:hover {
  border-color: var(--primary-theme-color);
}
.about-fin__experience .experience {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-fin__experience .experience.h3 {
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .about-fin__experience .experience.h3 {
    line-height: 45.556%;
    font-size: 180px;
  }
}
.about-fin__experience .experience em {
  font-style: normal;
}
.about-fin__experience .odometer-digit {
  padding: 0 1px;
}
.about-fin__experience .info {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (min-width: 1200px) {
  .about-fin__experience .info {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .about-fin__experience .info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-fin__experience .info {
    font-size: 15px;
  }
}
.about-fin__right {
  max-width: 741px;
  width: 100%;
  margin-left: auto;
}
.about-fin__right h3.h3 {
  font-weight: 500;
  text-transform: initial;
}
@media only screen and (min-width: 1200px) {
  .about-fin__right h3.h3 {
    font-size: 60px;
    line-height: 113.333%;
  }
}
.about-fin__right p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.9;
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .about-fin__right p {
    margin-top: 20px;
  }
}
.about-fin__right .common-btn__variation9 {
  margin-top: 52px;
}
@media only screen and (max-width: 991.98px) {
  .about-fin__right .common-btn__variation9 {
    margin-top: 26px;
  }
}

.about-digital .section__header-sub-title-v12 {
  font-size: 18px;
  line-height: 177.778%;
  text-transform: initial;
}
.about-digital__content {
  max-width: 770px;
  margin-left: auto;
}
.about-digital__content .h4 {
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  text-transform: initial;
  color: var(--primary-black);
}
@media only screen and (min-width: 992px) {
  .about-digital__content .h4 {
    font-size: 40px;
    line-height: 120%;
  }
}
.about-digital__content .common-btn {
  margin-top: 108px;
}
@media only screen and (max-width: 991.98px) {
  .about-digital__content .common-btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-digital__content .common-btn {
    margin-top: 30px;
  }
}
.about-digital__shap img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: clockwiseSpin;
  animation-timing-function: linear;
}

@keyframes clockwiseSpin {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
/*================================================
6. Fun-fact CSS
=================================================*/
.fun-fact__item {
  text-align: center;
  padding: 60px 0;
  background: #f8f8f9;
}
.fun-fact__item .odometer-digit {
  padding: 0 3px;
  margin: 0 -3px;
}
.fun-fact__item h2.h2 {
  font-style: normal;
  font-weight: 600;
  line-height: 114.286%;
  text-transform: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .fun-fact__item h2.h2 {
    font-size: 70px;
  }
}
.fun-fact__item span:has(.info) {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.funfacts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 991.98px) {
  .funfacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .funfacts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.funfacts__item {
  position: relative;
  display: grid;
  text-align: center;
  place-content: center;
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .funfacts__item {
    aspect-ratio: 0.3/0.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .funfacts__item {
    aspect-ratio: 1/0.4;
  }
}
.funfacts__item::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--color-white);
  border: 1px solid rgba(15, 15, 15, 0.12);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 575.98px) {
  .funfacts__item::after {
    margin: -1px;
  }
}
.funfacts__item:hover {
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .funfacts__item:hover::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
.funfacts__item .inner-content {
  position: relative;
}
.funfacts__item h4.h4 {
  font-family: var(--ff-ranade);
  font-weight: 500;
  line-height: 125%;
  text-transform: lowercase;
  display: inline-flex;
}
.funfacts__item em {
  font-style: normal;
  line-height: 125%;
}
.funfacts__item p {
  color: var(--gray);
  font-size: 22px;
  line-height: 154.545%;
}
@media only screen and (max-width: 767.98px) {
  .funfacts__item p {
    font-size: 18px;
  }
}

.funfacts-health__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1199.98px) {
  .funfacts-health__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .funfacts-health__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px;
  }
}
.funfacts-health__item {
  display: grid;
  place-content: center;
  border-right: 1px solid rgba(15, 15, 15, 0.2);
}
.funfacts-health__item:first-child {
  justify-content: start;
}
.funfacts-health__item:last-child {
  justify-content: end;
  border: unset;
}
@media only screen and (max-width: 1199.98px) {
  .funfacts-health__item {
    text-align: center;
  }
  .funfacts-health__item:first-child {
    justify-content: center;
  }
  .funfacts-health__item:last-child {
    justify-content: center;
  }
  .funfacts-health__item:nth-child(even) {
    border-right: unset;
  }
}
@media only screen and (max-width: 575.98px) {
  .funfacts-health__item {
    text-align: center;
    border-right: unset;
  }
  .funfacts-health__item:first-child {
    justify-content: center;
  }
  .funfacts-health__item:last-child {
    justify-content: center;
  }
}
.funfacts-health__item h2.h2 {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .funfacts-health__item h2.h2 {
    font-size: 76px;
    line-height: 107.895%;
  }
}
.funfacts-health__item em {
  font-style: normal;
}
.funfacts-health__item .odometer-inside {
  letter-spacing: 0.1px;
}
.funfacts-health__item .odometer-digit {
  padding: 0 1px;
}
.funfacts-health__item p {
  color: var(--gray);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.143%;
  margin-top: 4.5px;
}
@media only screen and (max-width: 1599.98px) {
  .funfacts-health__item p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .funfacts-health__item p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .funfacts-health__item p {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991.98px) {
  .funfacts-health__item p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .funfacts-health__item p {
    font-size: 20px;
  }
}

.funfact-digital__counter {
  min-width: 180px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .funfact-digital__counter {
    text-align: center;
  }
}
.funfact-digital__counter .h3 {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .funfact-digital__counter .h3 {
    font-size: 70px;
    line-height: 65.714%;
  }
}
.funfact-digital__counter em {
  font-style: normal;
}
.funfact-digital__counter .odometer-digit {
  padding: 0 1.5px;
}
.funfact-digital__item {
  position: relative;
}
.funfact-digital__item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #ececec;
}
@media only screen and (min-width: 992px) {
  .funfact-digital__item:first-child {
    justify-content: start;
  }
}
@media only screen and (min-width: 992px) {
  .funfact-digital__item:last-child {
    justify-content: end;
  }
}
.funfact-digital__item:last-child::after {
  content: unset;
}

/*================================================
7. work CSS
=================================================*/
.work-sa__area {
  background-color: var(--primary-theme-color);
}
.work-sa__wrapper {
  background-color: var(--color-white);
  border-radius: 0px 0px 75px 75px;
}
@media only screen and (max-width: 767.98px) {
  .work-sa__wrapper {
    border-radius: 0px 0px 30px 30px;
  }
}
.work-sa__item-figure {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 25px;
  max-height: 620px;
}
.work-sa__item-figure img {
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.work-sa__item-figure img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.work-sa__item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .work-sa__item-body {
    align-items: end;
  }
}
.work-sa__item-body .arrow {
  max-width: 40px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .work-sa__item-body .arrow {
    max-width: 30px;
  }
}
.work-sa__item-content h6.h6 {
  line-height: 133.333%;
  margin-bottom: 10px;
  font-family: var(--ff-dm-sans);
}
.work-sa__item-content h6.h6 a {
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.work-sa__item-content h6.h6 a:hover {
  color: var(--primary-theme-color);
}
.work-sa__item-content span {
  color: var(--primary-black);
  font-family: var(--ff-dm-sans);
  font-size: 18px;
  line-height: 155.556%;
}
.work-sa__item-content .nerrow-pra {
  font-size: 14px;
  line-height: 185.714%;
}

.work-digital {
  background-color: var(--primary-theme-color);
  overflow: hidden;
  position: relative;
}
.work-digital::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 1820px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
}
.work-digital__pinn {
  background-color: var(--primary-theme-color);
  margin-bottom: -15px;
}
.work-digital .section__header-v12 {
  color: var(--color-white);
}
.work-digital .section__header-title-v12 {
  color: inherit;
  text-transform: uppercase;
}
.work-digital .section__header-title-v12.h2 {
  margin-top: 20px;
  font-size: 380px;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (min-width: 768px) {
  .work-digital .section__header-title-v12.h2 {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1599.98px) {
  .work-digital .section__header-title-v12.h2 {
    font-size: 352px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .work-digital .section__header-title-v12.h2 {
    font-size: 320px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .work-digital .section__header-title-v12.h2 {
    font-size: 288px;
  }
}
@media only screen and (max-width: 991.98px) {
  .work-digital .section__header-title-v12.h2 {
    font-size: 224px;
  }
}
@media only screen and (max-width: 991.98px) {
  .work-digital .section__header-title-v12.h2 {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-digital .section__header-title-v12.h2 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 575.98px) {
  .work-digital .section__header-title-v12.h2 {
    font-size: 80px;
  }
}
.work-digital .section__header-sub-title-v12 {
  color: inherit;
}
.work-digital .section__header-sub-title-v12::after {
  background-color: var(--color-white);
}
.work-digital__items {
  margin-top: -140px;
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .work-digital__items {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .work-digital__items {
    margin-top: -10px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.work-digital__item {
  width: 700px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1599.98px) {
  .work-digital__item {
    width: calc(33.3333333333% - 45px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .work-digital__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 575.98px) {
  .work-digital__item {
    width: 100%;
  }
}
.work-digital__item:hover .work-digital__item-link {
  opacity: 1;
  visibility: visible;
}
.work-digital__item-thumb {
  position: relative;
  overflow: hidden;
}
.work-digital__item-link {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  color: var(--primary-theme-color);
  background-color: var(--color-white);
  display: grid;
  place-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  border: 1px solid transparent;
}
.work-digital__item-link:hover {
  color: var(--primary-theme-color);
}
.work-digital__item-content {
  padding-top: 22px;
}
.work-digital__item-content .work-title {
  color: var(--color-white);
}
.work-digital__item-content .work-title.h5 {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .work-digital__item-content .work-title.h5 {
    font-size: 24px;
    line-height: 100%;
  }
}
.work-digital__item-content .work-info {
  color: var(--light-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  margin-top: 8px;
}

/*================================================
8. service CSS
=================================================*/
.service-sa__area .section__title h2.h2 {
  color: var(--color-white);
}
.service-sa__items {
  display: flex;
  flex-wrap: nowrap;
  row-gap: 60px;
}
@media only screen and (max-width: 991.98px) {
  .service-sa__items {
    flex-wrap: wrap;
  }
}
.service-sa__item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 48px 0;
  width: 463px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1599.98px) {
  .service-sa__item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-sa__item {
    width: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-sa__item {
    padding: 0 30px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-sa__item {
    width: 100%;
  }
}
.service-sa__item-number {
  color: var(--color-white);
  margin-bottom: 80px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
@media only screen and (max-width: 1599.98px) {
  .service-sa__item-number {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-sa__item-number {
    margin-bottom: 50px;
  }
}
.service-sa__item-thumb {
  margin-bottom: 65px;
}
@media only screen and (max-width: 1199.98px) {
  .service-sa__item-thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-sa__item-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-sa__item-thumb img {
    max-width: 80px;
  }
}
.service-sa__item-content h5.h5 {
  color: var(--color-white);
  margin-bottom: 35px;
  font-family: var(--ff-dm-sans);
  line-height: 125%;
}
@media only screen and (max-width: 1199.98px) {
  .service-sa__item-content h5.h5 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-sa__item-content h5.h5 {
    margin-bottom: 10px;
  }
}

.service-ca__slider-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.service-ca__slider-item:hover .service-ca__slider-content {
  bottom: 0;
}
.service-ca__slider-item:hover .service-ca__slider-content h5.h5 {
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) {
  .service-ca__slider-item:hover .service-ca__slider-content h5.h5 {
    margin-bottom: 6px;
  }
}
.service-ca__slider-thumb img {
  width: 100%;
}
.service-ca__slider-content {
  position: absolute;
  left: 0;
  bottom: -39px;
  bottom: -57px;
  width: 100%;
  height: auto;
  background: rgba(21, 21, 21, 0.24);
  backdrop-filter: blur(8px);
  padding: 28px 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (max-width: 1399.98px) {
  .service-ca__slider-content {
    bottom: -57px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-ca__slider-content {
    padding: 14px 20px;
    bottom: -43px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-ca__slider-content {
    bottom: -39px;
  }
}
.service-ca__slider-content h5.h5 {
  color: #fff;
  font-family: var(--ff-dm-sans);
  line-height: 150%;
  margin-bottom: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .service-ca__slider-content h5.h5 {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
.service-ca__slider-content p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 162.5%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.service-ca__slider-navigation {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 28px;
}
@media only screen and (max-width: 991.98px) {
  .service-ca__slider-navigation {
    margin-top: 24px;
    gap: 14px;
  }
}
.service-ca__slider-next, .service-ca__slider-prev {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border: 1px solid #ececec;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 991.98px) {
  .service-ca__slider-next, .service-ca__slider-prev {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-ca__slider-next, .service-ca__slider-prev {
    width: 55px;
    height: 55px;
  }
}
.service-ca__slider-next svg, .service-ca__slider-prev svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .service-ca__slider-next svg, .service-ca__slider-prev svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-ca__slider-next svg, .service-ca__slider-prev svg {
    width: 22px;
    height: 22px;
  }
}

.service-health__area .section-header-v8 p {
  max-width: 385px;
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .service-health__area .section-header-v8 p {
    margin-top: 10px;
  }
}
.service-health__area .common-btn__variation8--extend-2 {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .service-health__area .common-btn__variation8--extend-2 {
    margin-top: 30px;
  }
}
.service-health__accordion .accordion-item {
  border: 0;
  background-color: var(--color-white);
  border-top: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.service-health__accordion .accordion-item:focus {
  border: 1px solid rgba(15, 15, 15, 0.1);
}
.service-health__accordion .accordion-item:not(:first-child) {
  margin-top: -35px;
}
@media only screen and (max-width: 991.98px) {
  .service-health__accordion .accordion-item:not(:first-child) {
    margin-top: -12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-health__accordion .accordion-item:not(:first-child) {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-health__accordion .accordion-item:not(:first-child) {
    margin-top: -5px;
  }
}
.service-health__accordion .accordion-header.h4 {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-style: normal;
  font-weight: 500;
  line-height: 136.667%;
}
@media only screen and (min-width: 1400px) {
  .service-health__accordion .accordion-header.h4 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-health__accordion .accordion-header.h4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .service-health__accordion .accordion-header.h4 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .service-health__accordion .accordion-header.h4 {
    font-size: 30px;
  }
}
.service-health__accordion .accordion-button {
  padding: 28px 60px;
  background-color: var(--color-white);
  text-transform: uppercase;
  box-shadow: unset;
  font-size: unset;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .service-health__accordion .accordion-button {
    padding: 20px 40px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-health__accordion .accordion-button {
    padding: 16px 28px;
    padding-bottom: 5px;
  }
}
.service-health__accordion .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.service-health__accordion .accordion-button:after {
  content: unset;
}
.service-health__accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
}
.service-health__accordion .accordion-body {
  padding: 58px 60px 95px;
  display: flex;
  flex-direction: row;
  gap: 142px;
}
@media only screen and (max-width: 1599.98px) {
  .service-health__accordion .accordion-body {
    gap: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .service-health__accordion .accordion-body {
    padding: 20px 40px 95px;
    gap: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-health__accordion .accordion-body {
    gap: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-health__accordion .accordion-body {
    padding: 16px 28px 50px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-health__accordion .accordion-body {
    gap: 30px;
  }
}
.service-health__accordion .accordion-body .left-content {
  min-width: 466px;
  max-width: 466px;
}
@media only screen and (max-width: 1599.98px) {
  .service-health__accordion .accordion-body .left-content {
    min-width: unset;
    max-width: unset;
  }
}
.service-health__accordion .accordion-body .left-content p {
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  font-family: var(--ff-dm-sans);
}
.service-health__accordion .accordion-body .left-content a {
  color: var(--primary-theme-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  text-decoration-line: underline;
  margin-top: 15px;
  display: inline-block;
}
.service-health__accordion .accordion-body .left-content a:hover {
  color: var(--primary-theme-color);
}
@media only screen and (max-width: 991.98px) {
  .service-health__accordion .accordion-body .left-content a {
    margin-top: 8px;
  }
}
.service-health__accordion .accordion-body .right-content {
  width: 100%;
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.service-health__accordion .accordion-body .right-content li {
  position: relative;
  padding-left: 13px;
}
.service-health__accordion .accordion-body .right-content li:not(:last-child) {
  margin-bottom: 5px;
}
.service-health__accordion .accordion-body .right-content li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f111";
  font-size: 6px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.service-fit__item {
  padding: 32px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 105px;
  height: 100%;
}
@media only screen and (max-width: 1599.98px) {
  .service-fit__item {
    gap: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-fit__item {
    gap: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-fit__item {
    gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-fit__item {
    gap: 20px;
  }
}
.service-fit__item:hover::after {
  background-image: url("../img/services/services-fit-border-dark.png");
}
.service-fit__item::after {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("../img/services/services-fit-border-light.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transition: var(--transition);
}
.service-fit__item-thumb {
  max-width: 100px;
  max-height: 100px;
  border-radius: 16px;
  background: #f7f7f7;
  padding: 24px;
}
@media only screen and (max-width: 991.98px) {
  .service-fit__item-thumb {
    max-width: 80px;
    max-height: 80px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-fit__item-thumb {
    max-width: 70px;
    max-height: 70px;
    padding: 15px;
  }
}
.service-fit__item-title {
  margin-top: 35px;
}
.service-fit__item-title.h5 {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .service-fit__item-title.h5 {
    font-size: 30px;
    line-height: 120%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.service-fit__item p {
  color: var(--primary-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  opacity: 0.75;
}
.service-fit__item .learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  color: var(--primary-theme-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-left: 36px;
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .service-fit__item .learn-more-btn {
    font-size: 15px;
  }
}
.service-fit__item .learn-more-btn:hover {
  color: rgba(15, 15, 15, 0.6);
}

.service__wrapper [class^=col-]:nth-child(even) .service__thumb {
  order: 2;
}
@media only screen and (max-width: 767.98px) {
  .service__wrapper [class^=col-]:nth-child(even) .service__thumb {
    order: 0;
  }
}
.service__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (min-width: 768px) {
  .service__item {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .service__item {
    gap: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .service__item {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service__item {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .service__thumb {
    min-width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .service__thumb {
    min-width: calc(50% - 50px);
    max-width: 630px;
    min-width: 630px;
  }
  .service__thumb img {
    width: 100%;
  }
}
.service__thumb--extend {
  min-width: 50%;
}
.service__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) {
  .service__content {
    padding-right: 80px;
  }
}
.service__content .service-number {
  font-family: var(--ff-instrument-sans);
  font-size: 150px;
  font-weight: 600;
  line-height: 84%;
  background: #ececec;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199.98px) {
  .service__content .service-number {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service__content .service-number {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service__content .service-number {
    font-size: 70px;
  }
}
.service__content--extend {
  justify-content: normal;
  padding-right: 0px;
}
@media only screen and (min-width: 1200px) {
  .service__content--extend {
    gap: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .service__content--extend {
    gap: 120px;
  }
}
.service__info h2.h2 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__info h2.h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service__info h2.h2 {
    margin-bottom: 15px;
  }
}
.service__info .btn-group {
  padding-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .service__info .btn-group {
    padding-top: 24px;
  }
}

.services-mar__services {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media only screen and (max-width: 1599.98px) {
  .services-mar__services {
    gap: 60px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .services-mar__services {
    gap: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .services-mar__services {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-mar__services {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-mar__services {
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-mar__services {
    gap: 15px;
  }
}
.services-mar__services li {
  position: relative;
  padding-left: 50px;
  z-index: 0;
}
@media only screen and (max-width: 991.98px) {
  .services-mar__services li {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-mar__services li {
    padding-left: 28px;
  }
}
.services-mar__services li .service-name.h3 {
  color: rgba(85, 85, 85, 0.6);
  font-family: var(--ff-dm-sans);
  font-weight: 400;
  line-height: 109.375%;
  display: inline-block;
  transition: var(--transition);
}
@media only screen and (max-width: 575.98px) {
  .services-mar__services li .service-name.h3 {
    font-size: 25px;
  }
}
.services-mar__services li .service-name.h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  counter-increment: steps;
  content: "0" counter(steps);
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 991.98px) {
  .services-mar__services li .service-name.h3::before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-mar__services li .service-name.h3::before {
    font-size: 15px;
  }
}
.services-mar__services li.active .service-name.h3 {
  color: var(--primary-theme-color);
}
.services-mar__services li.active .service-name.h3 + img {
  opacity: 1;
  transform: translateY(-30%) rotate(-8deg) scale(1);
}
.services-mar__services li img {
  position: absolute;
  top: 10%;
  right: 15px;
  transform: translateY(-30%) rotate(-8deg) scale(0);
  opacity: 0;
  transition: var(--transition);
  z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
  .services-mar__services li img {
    width: 350px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .services-mar__services li img {
    width: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-mar__services li img {
    display: none;
  }
}
.services-mar__services li:last-child img {
  top: -100%;
}

.services-la__accordion .accordion-item {
  border: unset;
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
  position: relative;
}
.services-la__accordion .accordion-item:not(:first-child) .accordion-button {
  padding-top: 25px;
}
@media only screen and (max-width: 991.98px) {
  .services-la__accordion .accordion-item:not(:first-child) .accordion-button {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-la__accordion .accordion-item:not(:first-child) .accordion-button {
    padding-top: 10px;
  }
}
.services-la__accordion .accordion-item:last-of-type {
  border-radius: 0;
}
.services-la__accordion .accordion-item .accordion-button {
  background-color: unset;
  text-transform: uppercase;
  color: var(--primary-theme-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  padding-bottom: 24px;
  align-items: start;
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .services-la__accordion .accordion-item .accordion-button {
    font-size: 19px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-la__accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-la__accordion .accordion-item .accordion-button {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.services-la__accordion .accordion-item .accordion-button:focus {
  border: unset;
  outline: 0;
  box-shadow: unset;
}
.services-la__accordion .accordion-item .accordion-button:not(.collapsed) {
  color: unset;
  box-shadow: unset;
}
.services-la__accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
.services-la__accordion .accordion-item .accordion-button::after {
  counter-increment: steps;
  content: "0" counter(steps);
  background-image: unset;
  color: var(--gray);
  text-align: right;
  font-family: var(--ff-ranade);
  word-wrap: normal;
}
.services-la__accordion .accordion-item .accordion-title {
  display: inline-block;
  max-width: 340px;
  width: 100%;
  white-space: nowrap;
  font-family: var(--ff-dm-sans);
}
.services-la__accordion .accordion-item .accordion-collapse {
  max-width: 90%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .services-la__accordion .accordion-item .accordion-collapse {
    max-width: 400px;
    position: relative;
    top: -47px;
    left: 370px;
    padding-bottom: 0;
  }
}
.services-la__accordion .accordion-item .accordion-body {
  padding: 0;
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  text-transform: initial;
}
@media only screen and (max-width: 1399.98px) {
  .services-la__accordion .accordion-item .accordion-body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-la__accordion .accordion-item .accordion-body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-la__accordion .accordion-item .accordion-body {
    font-size: 15px;
  }
}
.services-la__accordion-thumb {
  position: relative;
  overflow: hidden;
}
.services-la__accordion-thumb img {
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.services-la__accordion-thumb img.active {
  opacity: 1;
  position: relative;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.services-fin {
  background-color: var(--color-lotion-light);
  overflow: hidden;
}
.services-fin .section__header-title-v9.h3 {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .services-fin .section__header-title-v9.h3 {
    font-size: 60px;
    line-height: 116.667%;
  }
}
.services-fin__item {
  border-radius: 80px;
  background: var(--color-tan-light);
  padding: 44px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
}
@media only screen and (max-width: 1399.98px) {
  .services-fin__item {
    padding: 50px;
    gap: 40px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .services-fin__item {
    padding: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-fin__item {
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item {
    border-radius: 30px;
    padding: 15px;
  }
}
.services-fin__item:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991.98px) {
  .services-fin__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.services-fin__item-content {
  flex-basis: 669px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1399.98px) {
  .services-fin__item-content {
    flex: 45%;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item-content {
    flex: 100%;
    order: 2;
  }
}
.services-fin__item-content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item-content .tags {
    margin-top: 20px;
  }
}
.services-fin__item-content .tags li {
  padding: 4px 24px;
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 100px;
  transition: var(--transition);
}
.services-fin__item-content .tags li:hover {
  border-color: var(--primary-theme-color);
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item-content .tags li {
    padding: 2px 18px;
  }
}
.services-fin__item-content .tags li a {
  display: inline-block;
  padding-left: 12px;
  color: var(--primary-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item-content .tags li a {
    font-size: 12px;
  }
}
.services-fin__item-content .tags li a::before {
  position: absolute;
  margin-left: -16px;
  content: "\f111";
  font-size: 6px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary-black);
}
.services-fin__item-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item-content p {
    font-size: 18px;
    margin-top: 20px;
  }
}
.services-fin__item-content .common-btn__variation9 {
  margin-top: 70px;
}
@media only screen and (max-width: 1399.98px) {
  .services-fin__item-content .common-btn__variation9 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-fin__item-content .common-btn__variation9 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item-content .common-btn__variation9 {
    margin-top: 30px;
  }
}
.services-fin__item-title.h3 {
  font-weight: 500;
}
@media only screen and (min-width: 1400px) {
  .services-fin__item-title.h3 {
    line-height: 68%;
  }
}
@media only screen and (min-width: 1200px) {
  .services-fin__item-title.h3 {
    font-size: 100px;
    line-height: 90%;
  }
}
.services-fin__item-thumb {
  flex-basis: 672px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .services-fin__item-thumb {
    flex: 45%;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-fin__item-thumb {
    flex: 100%;
    order: 1;
    border-radius: 15px;
  }
}
.services-fin__item-thumb img {
  width: 100%;
}

.services-digital {
  background-color: var(--primary-theme-color);
}
.services-digital .section__header-v12 {
  color: var(--color-white);
}
.services-digital .section__header-title-v12 {
  text-transform: initial;
  color: inherit;
}
.services-digital .section__header-sub-title-v12 {
  color: inherit;
}
.services-digital .section__header-sub-title-v12::after {
  background-color: var(--color-white);
  width: 152px;
}
@media only screen and (max-width: 991.98px) {
  .services-digital .section__header-sub-title-v12::after {
    width: 50px;
  }
}
.services-digital__accordion .accordion-item {
  border: unset;
  border-radius: 0;
  background-color: inherit;
}
.services-digital__accordion .accordion-item:last-child .accordion-button {
  padding-bottom: 0;
}
.services-digital__accordion .accordion-button {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  background-color: unset;
}
.services-digital__accordion .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: unset;
  background-color: unset;
}
.services-digital__accordion .accordion-button:focus {
  border-color: unset;
  outline: 0;
  box-shadow: none;
}
.services-digital__item {
  color: var(--color-white);
  position: relative;
}
.services-digital__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.services-digital__item:first-child .accordion-button.collapsed {
  padding-top: 0;
  transition: var(--transition);
}
.services-digital__item .accordion-collapse[data-bs-parent="#accordionExample"]:not(.show) .services-digital__item-thumb {
  opacity: 0;
  transform: scale(0.5);
}
.services-digital__item:hover .services-digital__item-main-content {
  bottom: 0;
}
.services-digital__item:hover .services-digital__item-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0deg);
  bottom: 0%;
}
.services-digital__item:hover .services-digital__item-content *:not(.services-digital__item-title) {
  opacity: 1;
  visibility: visible;
}
.services-digital__item-title {
  color: inherit;
}
.services-digital__item-title.h4 {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .services-digital__item-title.h4 {
    font-size: 48px;
    line-height: 120.833%;
  }
}
.services-digital__item-title .accordion-button {
  padding: 0px;
  padding-top: 40px;
}
.services-digital__item-title .accordion-button.collapsed {
  padding: 40px 0 55.5px;
  transition: var(--transition);
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1399.98px) {
  .services-digital__item-title .accordion-button.collapsed {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .services-digital__item-title .accordion-button.collapsed {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-title .accordion-button.collapsed {
    padding: 20px 0;
  }
}
.services-digital__item-title .accordion-button::after {
  content: "\f175";
  font-size: 20px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  background-image: unset;
  display: grid;
  place-content: center;
  transform-origin: center center;
  width: 72px;
  height: 72px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100%;
  transition: var(--transition);
  transform-origin: center;
}
@media only screen and (max-width: 1199.98px) {
  .services-digital__item-title .accordion-button::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-title .accordion-button::after {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.services-digital__item-title .accordion-button:not(.collapsed)::after {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--primary-theme-color);
}
.services-digital__item-content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 22px;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-content-wrapper {
    margin-top: 11px;
    align-items: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-digital__item-content-wrapper {
    flex-direction: column;
  }
}
.services-digital__item-content {
  max-width: 588px;
  transition: var(--transition);
}
@media only screen and (max-width: 1199.98px) {
  .services-digital__item-content {
    max-width: 60%;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-digital__item-content {
    max-width: 100%;
  }
}
.services-digital__item-content p {
  font-size: 18px;
  line-height: 166.667%;
}
.services-digital__item-thumb {
  position: absolute;
  top: 40px;
  right: 122px;
  transition: var(--transition);
}
@media only screen and (max-width: 1199.98px) {
  .services-digital__item-thumb {
    max-width: 250px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-thumb {
    position: unset;
    margin-right: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-digital__item-thumb {
    transform: unset;
    margin-right: 65px;
    margin-right: unset;
    min-width: unset;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-digital__item-thumb {
    min-width: 100%;
  }
  .services-digital__item-thumb img {
    width: 100%;
  }
}
.services-digital__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .services-digital__item-tags {
    gap: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-tags {
    gap: 15px;
  }
}
.services-digital__item-tags.custom-ul {
  margin: 54px 0 40px;
}
@media only screen and (max-width: 1199.98px) {
  .services-digital__item-tags.custom-ul {
    margin: 40px 0 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-tags.custom-ul {
    margin: 20px 0;
  }
}
.services-digital__item-tags a {
  display: inline-block;
  color: inherit;
  font-size: 18px;
  line-height: 140%;
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 15px 20px;
  text-transform: capitalize;
}
.services-digital__item-tags a:hover {
  border-color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
}
@media only screen and (max-width: 991.98px) {
  .services-digital__item-tags a {
    font-size: 18px;
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-digital__item-tags a {
    font-size: 15px;
  }
}

/*================================================
9. testimonial CSS
=================================================*/
.testimonial-sa__slider-card {
  border-radius: 32px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  padding: 12px;
  cursor: grab;
  user-select: none;
  display: flex;
  gap: 32px;
  flex-direction: row;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-sa__slider-card {
    flex-direction: column;
    gap: 20px;
  }
}
.testimonial-sa__slider-thumb {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .testimonial-sa__slider-thumb {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-sa__slider-thumb {
    min-width: 281px;
    max-width: 281px;
    width: 100%;
    text-align: left;
  }
}
.testimonial-sa__slider-thumb img {
  width: 100%;
}
.testimonial-sa__slider-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-sa__slider-content {
    text-align: center;
  }
}
.testimonial-sa__slider-content-body h5.h5 {
  color: var(--primary-black);
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .testimonial-sa__slider-content-body h5.h5 {
    font-size: 28px;
  }
}
.testimonial-sa__slider-content-body h5.h5:has(+ p) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .testimonial-sa__slider-content-body h5.h5:has(+ p) {
    margin-bottom: 32px;
  }
}
.testimonial-sa__slider-content-footer {
  border-top: 1px solid #ececec;
  color: var(--primary-black);
  font-family: var(--ff-dm-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.testimonial-sa__slider-content-footer .author-designation {
  color: var(--gray);
}
@media only screen and (max-width: 991.98px) {
  .testimonial-sa__slider-content-footer {
    padding: 18px 0;
  }
}
.testimonial-sa__slider-controller {
  padding-top: 40px;
  user-select: none;
  max-width: max-content;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-sa__slider-controller {
    padding-top: 30px;
    max-width: unset;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.testimonial-sa__slider-controller-prev, .testimonial-sa__slider-controller-next {
  border: 1px solid #cfcfcf;
  padding: 12px 20px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-sa__slider-controller-prev img, .testimonial-sa__slider-controller-next img {
    max-width: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-sa__slider-controller-prev, .testimonial-sa__slider-controller-next {
    padding: 5px 15px;
  }
}
.testimonial-sa__slider .swiper-wrapper,
.testimonial-sa__slider .swiper-slide {
  height: 100%;
}

.testimonial-ab__area .swiper-slide {
  height: auto;
}
.testimonial-ab__item {
  border-right: 1px solid rgba(153, 153, 153, 0.5);
  background-color: #fbfbfb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 98px;
  padding: 80px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-ab__item {
    padding: 50px;
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-ab__item {
    gap: 20px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-ab__item {
    padding: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-ab__item {
    padding: 10px;
  }
}
.testimonial-ab__item .rating {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-ab__item .rating {
    margin-bottom: 18px;
  }
}
.testimonial-ab__item .slider-content p {
  color: var(--primary-black);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-ab__item .slider-content p {
    font-size: 18px;
  }
}
.testimonial-ab__item .content-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.testimonial-ab__item .content-footer .brand-image {
  flex-grow: 1;
  text-align: end;
}
.testimonial-ab__item .author {
  display: flex;
  align-items: center;
  flex: auto;
}
.testimonial-ab__item .author img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.testimonial-ab__item .author-info {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.testimonial-ab__item .author-title {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.testimonial-health__area .section-header-v8 p {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.testimonial-health__wrapper {
  border-radius: 40px;
  background: var(--color-lotion);
  padding: 88px 100px 100px;
}
@media only screen and (max-width: 1599.98px) {
  .testimonial-health__wrapper {
    padding: 75px 80px 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-health__wrapper {
    padding: 60px 70px 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-health__wrapper {
    padding: 50px 60px 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-health__wrapper {
    padding: 40px 30px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-health__wrapper {
    padding: 40px 10px 10px;
  }
}
.testimonial-health__slider-item {
  padding: 18px 40px 40px 40px;
  border-radius: 36px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 39px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-health__slider-item {
    padding: 30px 25px 30px;
    gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-health__slider-item {
    border-radius: 20px;
    gap: 20px;
  }
}
.testimonial-health__slider-item.color-one {
  background: rgba(181, 155, 255, 0.3);
}
.testimonial-health__slider-item.color-two {
  background: rgba(160, 221, 255, 0.5);
}
.testimonial-health__slider-item .h5 {
  font-style: italic;
  font-weight: 500;
}
@media only screen and (min-width: 1400px) {
  .testimonial-health__slider-item .h5 {
    font-size: 32px;
    line-height: 256.25%;
  }
}
.testimonial-health__slider-item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
@media only screen and (min-width: 1600px) {
  .testimonial-health__slider-item p {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-health__slider-item p {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-health__slider-item p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.testimonial-health__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-health__author .quote {
  width: 68px;
  height: 68px;
  color: #0f0f0f;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-health__author .quote {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}
.testimonial-health__author-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-health__author-info {
    gap: 12px;
    width: 100%;
  }
}
.testimonial-health__author-thumb {
  min-width: 95px;
  min-height: 95px;
  max-width: 95px;
  max-height: 95px;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-health__author-thumb {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-health__author-thumb {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-health__author-thumb {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-health__author-thumb {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}
.testimonial-health__author-content .h6 {
  font-style: normal;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .testimonial-health__author-content .h6 {
    font-size: 20px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-health__author-content .h6 {
    font-size: 16px;
  }
}
.testimonial-health__author-content .author-position {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  margin-top: 5px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-health__author-content .author-position {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-health__author-content .author-position {
    font-size: 13px;
  }
}
.testimonial-health__navigation {
  padding-top: 48px;
  display: flex;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.testimonial-fin .section__header-v9 p {
  max-width: 675px;
  font-size: 20px;
  line-height: 150%;
}
.testimonial-fin__navigation {
  display: flex;
  justify-content: space-between;
}
.testimonial-fin__navigation-outer {
  margin: 48px 0;
}
.testimonial-fin__slider .swiper-slide {
  height: auto !important;
}
.testimonial-fin__item {
  padding: 60px 40px 36px;
  background-color: var(--color-white);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-fin__item {
    padding: 30px 25px;
  }
}
.testimonial-fin__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-fin__item-title.h6, .testimonial-fin__item-date {
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-style: normal;
  font-weight: 600;
  line-height: 106.667%;
}
@media only screen and (min-width: 1400px) {
  .testimonial-fin__item-title.h6, .testimonial-fin__item-date {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-fin__item-title.h6, .testimonial-fin__item-date {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-fin__item-title.h6, .testimonial-fin__item-date {
    font-size: 18px;
  }
}
.testimonial-fin__item-body {
  margin-top: 35px;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-fin__item-body {
    margin-top: 15px;
  }
}
.testimonial-fin__item-body p {
  font-size: 28px;
  font-weight: 400;
  line-height: 135.714%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-fin__item-body p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-fin__item-body p {
    font-size: 18px;
  }
}
.testimonial-fin__item-footer {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.testimonial-fin__item-footer svg {
  color: #C9F31D;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-fin__item-footer {
    margin-top: 15px;
  }
}
.testimonial-fin__item-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-fin__item-ratings i,
.testimonial-fin__item-ratings svg {
  font-size: 32px;
  color: #ffbb6c;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-fin__item-ratings i,
  .testimonial-fin__item-ratings svg {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-fin__item-ratings i,
  .testimonial-fin__item-ratings svg {
    font-size: 20px;
  }
}

.testimonial-mar__area {
  overflow: hidden;
  background-color: var(--color-white);
  position: relative;
}
.testimonial-mar__area .section__header-title-v11 {
  text-transform: initial;
}
.testimonial-mar__area P {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-mar__area P {
    font-size: 20px;
  }
}
.testimonial-mar__item {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  height: initial;
  border-right: 1px solid rgba(15, 15, 15, 0.08);
  background-color: #fbfbfb;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-mar__item {
    padding: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-mar__item {
    gap: 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-mar__item {
    padding: 30px;
    gap: 20px;
    border: unset;
  }
}
.testimonial-mar__item-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-mar__item-ratings.custom-ul {
  margin-bottom: 18px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-mar__item-ratings.custom-ul {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-mar__item-ratings.custom-ul {
    margin-bottom: 8px;
  }
}
.testimonial-mar__item-ratings li {
  color: var(--color-yellow);
}
.testimonial-mar__item-body p {
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-mar__item-body p {
    font-size: 18px;
  }
}
.testimonial-mar__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-mar__item-footer {
    flex-direction: column;
    align-items: stretch;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-mar__item-footer-logo {
    text-align: right;
  }
}
.testimonial-mar__author {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.testimonial-mar__author .author-thumb {
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-mar__author .h6.author-name {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .testimonial-mar__author .h6.author-name {
    font-size: 20px;
    line-height: 150%;
  }
}
.testimonial-mar__author .author-position {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .testimonial-mar__author .author-position {
    font-size: 18px;
    line-height: 155.556%;
  }
}

.testimonial-digital .section__header-title-v12 {
  text-transform: initial;
}
.testimonial-digital__slider-pagination {
  text-align: center;
  margin-top: 52px;
  line-height: normal;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-digital__slider-pagination {
    margin-top: 35px;
  }
}
.testimonial-digital__slider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  opacity: 1;
  background-color: #ececec;
  margin: 0 8px !important;
  transition: var(--transition);
}
.testimonial-digital__slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-theme-color);
  box-shadow: 0 0 0 3px var(--color-white), 0 0 0 4px var(--primary-theme-color);
  margin: 0 12px !important;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-digital__slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
  .testimonial-digital__slider-pagination .swiper-pagination-bullet-active {
    margin: 0 9px !important;
  }
}
.testimonial-digital__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 72px;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-digital__item {
    gap: 30px;
  }
}
.testimonial-digital__item.swiper-slide-active {
  position: relative;
}
.testimonial-digital__item.swiper-slide-active::before, .testimonial-digital__item.swiper-slide-active::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ececec;
}
.testimonial-digital__item.swiper-slide-active::before {
  left: -48px;
}
.testimonial-digital__item.swiper-slide-active::after {
  right: -48px;
}
.testimonial-digital__item-content .rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-digital__item-content .rating {
    margin-bottom: 8px;
  }
}
.testimonial-digital__item-content .rating li {
  font-size: 24px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-digital__item-content .rating li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-digital__item-content .rating li {
    font-size: 18px;
  }
}
.testimonial-digital__item-content p {
  color: var(--primary-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-digital__item-content p {
    font-size: 18px;
  }
}
.testimonial-digital__item-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-digital__item-author .author-thumb {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.testimonial-digital__item-author .author-info .h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}

/*================================================
10. Process CSS
=================================================*/
@media only screen and (min-width: 992px) {
  .process-sa__area .section__header p {
    max-width: 699px;
  }
}
.process-sa__item-wrapper {
  max-width: 540px;
}
.process-sa__item-thumb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .process-sa__item-thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-sa__item-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-sa__item-thumb {
    margin-bottom: 20px;
  }
}
.process-sa__item-thumb img {
  max-width: 100px !important;
  max-height: 100px !important;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1199.98px) {
  .process-sa__item-thumb img {
    max-width: 70px;
    max-height: 70px;
  }
}
.process-sa__item-content {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1599.98px) {
  .process-sa__item-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .process-sa__item-content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .process-sa__item-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-sa__item-content {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-sa__item-content {
    margin-bottom: 0px;
  }
}
.process-sa__item-content h5.h5 {
  margin-bottom: 32px;
  font-family: var(--ff-dm-sans);
}
@media only screen and (min-width: 992px) {
  .process-sa__item-content h5.h5 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-sa__item-content h5.h5 {
    margin-bottom: 10px;
    font-weight: 500;
  }
}
.process-sa__item-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.process-sa__item-number {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}
.process-sa__item-number span:first-child {
  color: var(--primary-theme-color);
  display: block;
  margin-right: 12px;
}
.process-sa__item-number .line {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

/*================================================
11. Faq CSS
=================================================*/
.faq-sa__area {
  background-color: var(--color-lotion);
}
@media only screen and (min-width: 1200px) {
  .faq-sa__area .section__header h3.h3 {
    line-height: 114.286%;
  }
}
.faq-sa__btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .faq-sa__btn-wrapper {
    justify-content: center;
  }
}
.faq-sa__btn-wrapper:has(.common-btn) {
  margin-top: 48px;
}
@media only screen and (max-width: 1399.98px) {
  .faq-sa__btn-wrapper:has(.common-btn) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .faq-sa__btn-wrapper:has(.common-btn) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-sa__btn-wrapper:has(.common-btn) {
    margin-top: 20px;
  }
}
.faq-sa__accordion .accordion-item {
  border: unset;
  border-radius: unset;
  background-color: unset;
  border-bottom: 1px solid #ececec;
}
.faq-sa__accordion .accordion-item:first-child {
  border-top: 1px solid #ececec;
}
.faq-sa__accordion .accordion-item:has(.accordion-collapse.show) {
  margin-bottom: 0;
}
.faq-sa__accordion .accordion-item .accordion-header.h5.h5 {
  font-weight: 400;
  line-height: 1;
  font-family: var(--ff-dm-sans);
}
@media only screen and (min-width: 992px) {
  .faq-sa__accordion .accordion-item .accordion-header.h5.h5 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-sa__accordion .accordion-item .accordion-header.h5.h5 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .faq-sa__accordion .accordion-item .accordion-header.h5.h5 {
    font-size: 20px;
  }
}
.faq-sa__accordion .accordion-item .accordion-button {
  border-radius: unset;
  background-color: unset;
  padding: unset;
  padding-top: 48px;
  transition: var(--transition);
  font-size: inherit;
  font-family: inherit;
}
@media only screen and (max-width: 1599.98px) {
  .faq-sa__accordion .accordion-item .accordion-button {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .faq-sa__accordion .accordion-item .accordion-button {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-sa__accordion .accordion-item .accordion-button {
    padding-top: 20px;
  }
}
.faq-sa__accordion .accordion-item .accordion-button.collapsed {
  padding-bottom: 52px;
}
@media only screen and (max-width: 1599.98px) {
  .faq-sa__accordion .accordion-item .accordion-button.collapsed {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .faq-sa__accordion .accordion-item .accordion-button.collapsed {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-sa__accordion .accordion-item .accordion-button.collapsed {
    padding-bottom: 20px;
  }
}
.faq-sa__accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9InBsdXMiPgo8cGF0aCBpZD0icGx1c18yIiBkPSJNMjQgMTJDMjQgMTIuNjQxIDIzLjQ3OTcgMTMuMTYxMyAyMi44Mzg3IDEzLjE2MTNIMTMuMTYxM1YyMi44Mzg3QzEzLjE2MTMgMjMuNDc5NyAxMi42NDEgMjQgMTIgMjRDMTEuMzU5IDI0IDEwLjgzODcgMjMuNDc5NyAxMC44Mzg3IDIyLjgzODdWMTMuMTYxM0gxLjE2MTI5QzAuNTIwMjU4IDEzLjE2MTMgMCAxMi42NDEgMCAxMkMwIDExLjM1OSAwLjUyMDI1OCAxMC44Mzg3IDEuMTYxMjkgMTAuODM4N0gxMC44Mzg3VjEuMTYxMjlDMTAuODM4NyAwLjUyMDI1OCAxMS4zNTkgMCAxMiAwQzEyLjY0MSAwIDEzLjE2MTMgMC41MjAyNTggMTMuMTYxMyAxLjE2MTI5VjEwLjgzODdIMjIuODM4N0MyMy40Nzk3IDEwLjgzODcgMjQgMTEuMzU5IDI0IDEyWiIgZmlsbD0iIzBGMEYwRiIvPgo8L2c+Cjwvc3ZnPgo=");
}
.faq-sa__accordion .accordion-item .accordion-button:not(.collapsed), .faq-sa__accordion .accordion-item .accordion-button:focus {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.faq-sa__accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M22.8387 13H1.16129C0.520258 13 0 12.552 0 12C0 11.448 0.520258 11 1.16129 11H22.8387C23.4797 11 24 11.448 24 12C24 12.552 23.4797 13 22.8387 13Z" fill="%230F0F0F"/></svg>');
}
.faq-sa__accordion .accordion-item .accordion-body {
  padding: 42px 0 48px;
}
@media only screen and (max-width: 1599.98px) {
  .faq-sa__accordion .accordion-item .accordion-body {
    padding: 40px 0 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .faq-sa__accordion .accordion-item .accordion-body {
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-sa__accordion .accordion-item .accordion-body {
    padding: 20px 0 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .faq-sa__accordion .accordion-item .accordion-body p {
    max-width: 95%;
  }
}
.faq-sa__accordion .accordion-item .accordion-body .mailto-link {
  color: rgba(0, 0, 255, 0.6);
}

.faq-common h2.h2 {
  font-weight: 600;
  line-height: 114.286%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991.98px) {
  .faq-common h2.h2 {
    margin-bottom: 10px;
  }
}
.faq-common p {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.faq-common__btns {
  padding-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .faq-common__btns {
    padding-top: 20px;
  }
}

.faq-fin {
  background-color: var(--color-tan-light);
}
.faq-fin .section__header-v9 .common-btn__variation9 {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .faq-fin .section__header-v9 .common-btn__variation9 {
    margin-top: 20px;
  }
}
.faq-fin__accordion {
  max-width: 935px;
  margin-left: auto;
}
.faq-fin__accordion .accordion-item {
  border-radius: 24px;
  overflow: hidden;
  border: unset;
}
@media only screen and (max-width: 1399.98px) {
  .faq-fin__accordion .accordion-item {
    border-radius: 12px;
  }
}
.faq-fin__accordion .accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
.faq-fin__accordion .accordion-header {
  font-size: 30px;
  line-height: 106.667%;
}
@media only screen and (max-width: 1399.98px) {
  .faq-fin__accordion .accordion-header {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .faq-fin__accordion .accordion-header {
    font-size: 20px;
  }
}
.faq-fin__accordion .accordion-header button {
  font-weight: 500;
}
.faq-fin__accordion .accordion-button {
  font-size: unset;
  color: unset;
  padding: 44px 48px 25px;
  transition: var(--transition);
}
@media only screen and (max-width: 1399.98px) {
  .faq-fin__accordion .accordion-button {
    padding: 20px 20px 0;
  }
}
.faq-fin__accordion .accordion-button.collapsed {
  padding: 44px 48px;
}
@media only screen and (max-width: 1399.98px) {
  .faq-fin__accordion .accordion-button.collapsed {
    padding: 20px;
  }
}
.faq-fin__accordion .accordion-button::after {
  background-image: unset;
  content: "\f107";
  font-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: grid;
  place-content: center;
  transform-origin: center;
}
.faq-fin__accordion .accordion-button:focus,
.faq-fin__accordion .accordion-button:not(.collapsed) {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
  background-color: unset;
  color: unset;
}
.faq-fin__accordion .accordion-body {
  margin: 0 48px 40px;
  padding: 0;
  padding-top: 25px;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
}
@media only screen and (max-width: 1399.98px) {
  .faq-fin__accordion .accordion-body {
    margin: 12px 20px;
    padding-top: 12px;
  }
}

.faq-fit .section__header-title-v10 {
  margin-bottom: 35px;
}
.faq-fit__accordion {
  max-width: 917px;
  margin-left: auto;
}
.faq-fit__accordion .accordion-item {
  overflow: hidden;
  border: 1px solid var(--primary-theme-color);
  border-radius: 36px;
}
@media only screen and (max-width: 767.98px) {
  .faq-fit__accordion .accordion-item {
    border-radius: 20px;
  }
}
.faq-fit__accordion .accordion-item:not(:first-child) {
  margin-top: -1px;
}
.faq-fit__accordion .accordion-button {
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 145.455%;
  padding: 22px 40px;
}
@media only screen and (max-width: 767.98px) {
  .faq-fit__accordion .accordion-button {
    padding: 15px 20px;
  }
}
.faq-fit__accordion .accordion-button:focus {
  border: unset;
  outline: 0;
  box-shadow: unset;
}
.faq-fit__accordion .accordion-button::after {
  background-image: unset;
  content: "+";
  font-size: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: grid;
  place-content: center;
  transform-origin: center;
  -webkit-text-stroke: 0.5px white;
}
.faq-fit__accordion .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.faq-fit__accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-fit__accordion .accordion-collapse.show .accordion-body {
  padding: 0px 40px 22px;
  transition: var(--transition);
}
@media only screen and (max-width: 767.98px) {
  .faq-fit__accordion .accordion-collapse.show .accordion-body {
    padding: 0px 20px 10px;
  }
}
.faq-fit__accordion .accordion-body {
  color: var(--primary-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  padding: 0px 40px 22px;
}
@media only screen and (max-width: 767.98px) {
  .faq-fit__accordion .accordion-body {
    padding: 0px 20px 10px;
  }
}

/*================================================
12. Gallery CSS
=================================================*/
.gallery-sa__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.gallery-sa__magnific {
  display: flex;
  flex-wrap: wrap;
}
.gallery-sa__magnific-item {
  width: 20%;
}
.gallery-sa__magnific-item:hover .gallery-sa__magnific-link::after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.gallery-sa__magnific-item:hover .gallery-sa__magnific-link i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}
.gallery-sa__magnific-link {
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.gallery-sa__magnific-link::after {
  z-index: 1;
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(15, 15, 15, 0.65);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.gallery-sa__magnific-link img {
  width: 100%;
}
.gallery-sa__magnific-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  color: var(--color-white);
  font-size: 40px;
  z-index: 2;
}

.gallery-health__area p {
  color: var(--primary-black);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}

/*================================================
13. footer CSS
=================================================*/
.footer-common {
  background-color: var(--primary-black);
}
.footer-common-light {
  background-color: var(--color-white);
}
.footer-common__top {
  padding-top: 150px;
}
@media only screen and (max-width: 991.98px) {
  .footer-common__top {
    padding-top: 75px;
  }
}
.footer-common__top .container {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .footer-common__top .container {
    padding-bottom: 50px;
  }
}
.footer-common__top-title {
  color: var(--color-white);
  font-weight: 600;
  line-height: 114.286%;
}
.footer-common__top-content p {
  color: var(--light-gray);
}
.footer-common__body .container {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: unset;
  border-right: unset;
}
.footer-common__body-content .logo {
  display: inline-block;
}
.footer-common__body-content p {
  margin-top: 32px;
  color: var(--light-gray);
}
@media only screen and (max-width: 991.98px) {
  .footer-common__body-content p {
    margin-top: 20px;
  }
}
.footer-common__body-content-light p {
  color: var(--gray);
}
.footer-common__body-content--extend p {
  margin-top: 24px;
}
.footer-common__body-social-share {
  margin-top: 28px;
}
.footer-common__body-social-share ul {
  display: flex;
  font-size: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-common__body-social-share ul.type-1 a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  color: var(--color-white);
  border-radius: 1000%;
  -webkit-border-radius: 1000%;
  -moz-border-radius: 1000%;
  -ms-border-radius: 1000%;
  -o-border-radius: 1000%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-common__body-social-share ul.type-1 a:hover {
  border-color: var(--color-white);
}
.footer-common__body-social-share--extend {
  margin-top: 24px;
}
.footer-common__body-social-share--extend ul a {
  display: inline-block;
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  color: var(--color-white);
  border-radius: 1000%;
  -webkit-border-radius: 1000%;
  -moz-border-radius: 1000%;
  -ms-border-radius: 1000%;
  -o-border-radius: 1000%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-common__body-social-share--extend ul a:hover {
  border-color: var(--color-white);
}
.footer-common__body-social-share--extend45 ul a {
  width: 48px;
  height: 48px;
}
.footer-common__body-light .container {
  border-color: rgba(15, 15, 15, 0.12);
}
.footer-common__body-nav-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .footer-common__body-nav-links {
    gap: 5px;
  }
}
.footer-common__body-nav-links li {
  color: var(--light-gray);
}
.footer-common__body-nav-links li a {
  color: var(--light-gray);
  transition: all 0.5s ease;
  line-height: 150%;
}
.footer-common__body-nav-links li a:hover {
  color: var(--color-white);
}
.footer-common__body-nav-links-light {
  gap: 17px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-common__body-nav-links-light {
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common__body-nav-links-light {
    gap: 10px;
  }
}
.footer-common__body-nav-links-light li {
  color: var(--gray);
}
.footer-common__body-nav-links-light li:first-child {
  margin-bottom: 9px;
  color: var(--primary-black);
}
@media only screen and (max-width: 991.98px) {
  .footer-common__body-nav-links-light li:first-child {
    margin-bottom: 0px;
  }
}
.footer-common__body-nav-links-light li a {
  color: var(--gray);
  transition: all 0.5s ease;
}
.footer-common__body-nav-links-light li a:hover {
  color: var(--primary-theme-color);
}
.footer-common__body-nav-links-getTouch li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.footer-common__body-nav-links-getTouch li i,
.footer-common__body-nav-links-getTouch li svg {
  display: inline-block;
  max-width: 36px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-common__body-nav-links-getTouch li a {
  line-height: 150%;
}
.footer-common__body-nav-links-getTouch li:hover i,
.footer-common__body-nav-links-getTouch li:hover svg {
  border-color: var(--color-white);
}
.footer-common__body-nav-links.nav-stye-4 {
  gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .footer-common__body-nav-links.nav-stye-4 {
    gap: 10px;
  }
}
.footer-common__body-nav-links.nav-stye-4 li:first-child {
  font-family: var(--ff-ranade);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991.98px) {
  .footer-common__body-nav-links.nav-stye-4 li:first-child {
    margin-bottom: 0px;
  }
}
.footer-common__body-nav-links.nav-stye-4 li a {
  font-family: var(--ff-dm-sans);
  color: var(--light-gray);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.footer-common__body-nav-links.nav-stye-4 li a:hover {
  color: var(--color-white);
}
.footer-common__bottom {
  padding: 20px 0;
}
.footer-common__bottom .custom-ul {
  display: flex;
  gap: 100px;
  color: var(--light-gray);
}
@media only screen and (max-width: 1399.98px) {
  .footer-common__bottom .custom-ul {
    gap: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-common__bottom .custom-ul {
    display: block;
  }
}
.footer-common__bottom .custom-ul.pages {
  gap: 48px;
}
.footer-common__bottom .custom-ul.pages a {
  text-decoration: underline;
  line-height: 160%;
}
.footer-common__bottom p {
  color: var(--light-gray);
}
.footer-common__bottom-light .custom-ul {
  color: var(--primary-black);
}
.footer-common__bottom-light p {
  color: var(--primary-black);
}

.text-slide h2.h2 {
  padding: 30px 0;
  color: var(--color-white);
  text-align: right;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
}
@media only screen and (min-width: 992px) {
  .text-slide h2.h2 {
    font-size: 120px;
  }
}
.text-slide h2.h2 i {
  -webkit-text-stroke: 1.5px;
}
@media only screen and (min-width: 992px) {
  .text-slide h2.h2 i {
    -webkit-text-stroke: 5px;
  }
}
.text-slide h2.h2 a {
  display: inline-block;
}

.footer-three__area {
  background-color: var(--primary-black);
  overflow: hidden;
  padding-top: 70px;
}
.footer-three__area .border-varticle {
  position: relative;
}
.footer-three__area .border-varticle::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 991.98px) {
  .footer-three__area {
    padding-top: 35px;
  }
}
.footer-three__body {
  display: flex;
  justify-content: space-between;
}
.footer-three__body-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 200px;
}
@media only screen and (max-width: 1599.98px) {
  .footer-three__body-content {
    gap: 150px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .footer-three__body-content {
    gap: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-three__body-content {
    gap: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-three__body-content {
    gap: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-three__body-content {
    gap: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-three__body-content {
    gap: 30px;
  }
}
.footer-three__body-content p {
  color: var(--light-gray);
  font-family: var(--ff-dm-sans);
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  font-size: 20px;
}
@media only screen and (min-width: 1400px) {
  .footer-three__body-content p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-three__body-content p {
    font-size: 25px;
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-three__body-content p {
    font-size: 22px;
  }
}
.footer-three__body-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .footer-three__body-content-footer {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-three__body-content-footer .social-links {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .footer-three__body-content-footer .social-links {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-three__body-content-footer .social-links {
    gap: 15px;
  }
}
.footer-three__body-content-footer .social-links li {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .footer-three__body-content-footer .social-links li {
    width: 50px;
    height: 50px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-three__body-content-footer .social-links li {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.footer-three__body-content-footer .social-links li:hover {
  border-color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .footer-three__body-navigation {
    margin-left: 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-three__body-navigation {
    margin-left: 60px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-three__body-navigation {
    margin-left: 134px !important;
  }
}
.footer-three__body-navigation, .footer-three__body-navigation-extend {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-three__body-navigation, .footer-three__body-navigation-extend {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-three__body-navigation, .footer-three__body-navigation-extend {
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-three__body-navigation, .footer-three__body-navigation-extend {
    gap: 10px;
  }
}
.footer-three__body-navigation a, .footer-three__body-navigation-extend a {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--ff-dm-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.footer-three__body-navigation a:hover, .footer-three__body-navigation-extend a:hover {
  color: var(--color-white);
}
.footer-three__footer {
  padding: 14px 0;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-three__footer .nav-links li a {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.footer-three__footer .nav-links li a:hover {
  color: var(--color-white);
}
.footer-three__footer .copy-right {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--ff-dm-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}

.footer-four {
  background-color: var(--primary-black);
}
.footer-four__top {
  position: relative;
}
.footer-four__top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 992px) {
  .footer-four__top::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 406px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.12);
  }
}
.footer-four .footer-common__body-content--extend p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-four .location {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer-four .quick-links {
  margin-top: 82px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four .quick-links {
    margin-top: 40px;
  }
}
.footer-four .quick-links h6.h6 {
  text-transform: capitalize;
  color: var(--color-white);
  font-family: var(--ff-instrument-sans);
  font-style: normal;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .footer-four .quick-links h6.h6 {
    font-size: 20px;
    line-height: 150%;
  }
}
.footer-four .quick-links-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 18px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-four .quick-links-list {
    gap: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-four .quick-links-list {
    flex-direction: column;
  }
}
.footer-four .quick-links-list a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  text-wrap: nowrap;
}
.footer-four .footer-common__body-social-share--extend45 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.footer-four__contact-form {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__contact-form {
    margin-bottom: 25px;
  }
}
.footer-four__contact-form h3.h3 {
  color: var(--color-white);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) {
  .footer-four__contact-form h3.h3 {
    font-size: 60px;
    line-height: 110%;
  }
}
.footer-four__contact-form input {
  width: 100%;
  border: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background-color: transparent;
  caret-color: var(--color-white);
  padding-bottom: 19px;
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer-four__contact-form .name {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-four__contact-form .common-btn {
  margin-top: 48px;
}
.footer-four__bottom p,
.footer-four__bottom a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-four__bottom-left {
  display: flex;
  gap: 56px;
}
@media only screen and (max-width: 991.98px) {
  .footer-four__bottom-left {
    gap: 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-four__bottom-left {
    width: 100%;
  }
}

.newsletter-email {
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
  position: relative;
  color: var(--gray);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.newsletter-email input {
  width: 100%;
  border: none;
  padding: 0px 30px 17px;
  background-color: transparent;
}
.newsletter-email svg {
  max-width: 24px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter-email button {
  max-width: 24px;
  width: 100%;
  max-height: 24px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter-agreement {
  display: flex;
  justify-content: start;
  align-items: center;
}
.newsletter-agreement input[type=checkbox] {
  cursor: pointer;
}
.newsletter-agreement label {
  user-select: none;
  cursor: pointer;
  margin-left: 12px;
  color: #fff;
}
.newsletter-agreement label a {
  text-decoration: underline;
}

.footer-five {
  background: #002966;
}
.footer-five .newsletter-email {
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-five .newsletter-email input {
  color: var(--color-white);
}
.footer-five .newsletter-email input::placeholder {
  color: var(--color-white);
}
.footer-five__top {
  padding-bottom: 90px;
}
.footer-five__top-wrapper {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .footer-five__top-wrapper [class*=col-] .footer-five__top-content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-five__top-wrapper [class*=col-] .footer-five__top-content {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-five__top-wrapper [class*=col-] .footer-five__top-content {
    padding: 0;
  }
}
.footer-five__top-wrapper [class*=col-]:first-child .footer-five__top-content {
  padding-left: 0;
}
.footer-five__top-wrapper [class*=col-]:last-child .footer-five__top-content {
  padding-right: 0;
}
.footer-five__top-wrapper [class*=col-]:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767.98px) {
  .footer-five__top-wrapper [class*=col-] {
    border-left: 0 !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-five__top-wrapper [class*=col-]:nth-child(odd) {
    border-left: 0;
  }
}
.footer-five__top-left-content p {
  margin-top: 35px;
}
.footer-five__top-left-content ul.custom-ul {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .footer-five__top-left-content ul.custom-ul {
    gap: 10px;
  }
}
.footer-five__top-left-content ul.custom-ul li a {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: var(--transition);
}
.footer-five__top-left-content ul.custom-ul li a:hover {
  border-color: var(--color-white);
}
@media only screen and (max-width: 991.98px) {
  .footer-five__top-left-content ul.custom-ul li a {
    width: 40px;
    height: 40px;
  }
}
.footer-five__top-left-content .pages {
  margin-top: 40px;
  display: flex;
  gap: 48px;
}
.footer-five__top-left-content .pages a {
  color: var(--color-white);
  font-size: 16px;
  line-height: normal;
  position: relative;
}
.footer-five__top-left-content .pages a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  transition: var(--transition);
}
.footer-five__top-left-content .pages a:hover::after {
  width: 0;
}
.footer-five__top-center-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .footer-five__top-center-content {
    gap: 48px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-five__top-center-content {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-five__top-right-content {
  display: flex;
  gap: 152px;
  width: auto;
}
.footer-five__top-right-content ul.custom-ul {
  width: -webkit-fill-available;
}
.footer-five__bottom-wrapper {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-five__bottom-left, .footer-five__bottom-right {
  display: flex;
  color: var(--color-white);
  gap: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .footer-five__bottom-left, .footer-five__bottom-right {
    gap: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-five__bottom-left, .footer-five__bottom-right {
    gap: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-five__bottom-left, .footer-five__bottom-right {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-five__bottom-left svg,
.footer-five__bottom-left i, .footer-five__bottom-right svg,
.footer-five__bottom-right i {
  margin-right: 8px;
}
.page-links li {
  position: relative;
}
.page-links li:not(:first-child):not(:last-child) {
  margin-bottom: 13px;
}
@media only screen and (max-width: 991.98px) {
  .page-links li:not(:first-child):not(:last-child) {
    margin-bottom: 5px;
  }
}
.page-links li:not(:first-child)::before {
  content: "\f068";
  font-size: 12px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: var(--transition);
}
.page-links li:not(:has(a)) {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.364%;
  margin-bottom: 25.5px;
  text-wrap: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .page-links li:not(:has(a)) {
    margin-bottom: 20px;
  }
}
.page-links li:has(a) {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
.page-links li a {
  display: inline-block;
  transition: var(--transition);
}
.page-links li:hover:not(:first-child)::before {
  opacity: 1;
}
.page-links li:hover a {
  transform: translateX(20px);
}
.page-links li.reset::before {
  content: unset;
}
.page-links li.reset:hover a {
  transform: unset;
}

.footer-six {
  background-color: var(--color-lotion-light);
}
.footer-six .page-links li:not(:has(a)) {
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .footer-six .page-links li:not(:has(a)) {
    margin-bottom: 18px;
  }
}
.footer-six .page-links li:has(a) {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer-six .page-links li:has(a):hover {
  color: var(--primary-theme-color);
}
.footer-six .page-links li:not(:first-child):not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .footer-six .page-links li:not(:first-child):not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer-six .newsletter-email {
  border-radius: 32.5px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  gap: 12px;
}
.footer-six .newsletter-email input {
  padding: 0;
}
.footer-six .newsletter-email > *:first-child,
.footer-six .newsletter-email > *:last-child {
  position: unset;
  display: inline-flex;
  align-items: center;
}
.footer-six .newsletter-email svg {
  position: unset;
  max-width: 24px;
  height: 24px;
  font-size: 24px;
}
.footer-six .newsletter-email button {
  padding: 0;
}
.footer-six .newsletter-email button svg {
  color: var(--primary-theme-color);
}
.footer-six__top {
  padding-bottom: 90px;
}
.footer-six__top-wrapper {
  color: var(--primary-theme-color);
}
.footer-six__top-left-content p {
  color: rgba(15, 15, 15, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .footer-six__top-left-content p {
    max-width: 350px;
  }
}
.footer-six__top-left-content ul {
  display: flex;
  align-items: center;
  margin-top: 32px;
  gap: 28px;
  line-height: 0;
}
.footer-six__top-left-content ul i,
.footer-six__top-left-content ul svg {
  font-size: 24px;
}
.footer-six__top-right-content {
  display: flex;
  max-width: 1222px;
  column-gap: 100px;
  margin-left: auto;
  justify-content: end;
}
@media only screen and (max-width: 1699.98px) {
  .footer-six__top-right-content {
    justify-content: space-between;
    gap: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-six__top-right-content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-six__top-right-content .footer-six__top-content {
    width: 25%;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-six__top-right-content .footer-six__top-content {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-six__top-right-content .footer-six__top-content {
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-six__top-right-content .footer-six__top-content:last-child {
    max-width: 382px;
    width: 100%;
  }
}
.footer-six__bottom {
  background: var(--primary-black);
  padding: 20px 0;
}
.footer-six__bottom ul.custom-ul li {
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-seven__top-wrapper {
  color: var(--primary-black);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
}
.footer-seven__top-content {
  flex: 1;
  border-right: 1px solid #ececec;
  padding: 75px 32px 50px;
}
@media only screen and (max-width: 1399.98px) {
  .footer-seven__top-content {
    padding: 30px 20px;
  }
  .footer-seven__top-content:nth-last-child(-n+2) {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-seven__top-content {
    flex: 50%;
    padding: 30px 20px;
    border: unset;
  }
  .footer-seven__top-content:nth-last-child(-n+2) {
    padding-bottom: 30px;
    border-top: 1px solid #ececec;
  }
  .footer-seven__top-content:nth-child(odd) {
    border-right: 1px solid #ececec;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-seven__top-content {
    flex: 100%;
    padding: 20px 10px;
    border: unset;
  }
  .footer-seven__top-content:nth-last-child(-n+2) {
    padding-bottom: 20px;
  }
  .footer-seven__top-content:not(:first-child) {
    border-top: 1px solid #ececec;
  }
  .footer-seven__top-content:nth-child(odd) {
    border-right: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-seven__top-content:first-child {
    flex: 1.4;
  }
}
.footer-seven__top-content:first-child {
  border-left: unset;
}
@media only screen and (min-width: 992px) {
  .footer-seven__top-content:first-child {
    padding-left: 0;
  }
}
.footer-seven__top-content:last-child {
  border-right: unset;
  padding-right: 0;
}
.footer-seven__top-content .page-links li {
  text-transform: capitalize;
}
.footer-seven__top-content .page-links li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .footer-seven__top-content .page-links li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer-seven__top-content .page-links li:hover::before,
.footer-seven__top-content .page-links li:hover a {
  opacity: 1;
}
.footer-seven__top-content .page-links li::before {
  content: "\f068";
  font-size: 12px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: var(--transition);
  color: var(--primary-black);
}
.footer-seven__top-content .page-links li a {
  color: var(--primary-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  opacity: 0.75;
}
.footer-seven__top-left-content p {
  max-width: 408px;
  color: var(--primary-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  opacity: 0.75;
  margin-top: 23px;
}
.footer-seven__top-left-content .call-to {
  color: var(--primary-black);
  margin-top: 15px;
}
.footer-seven__bottom {
  padding: 24px 0;
}
.footer-seven__bottom-left, .footer-seven__bottom-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .footer-seven__bottom-left, .footer-seven__bottom-right {
    justify-content: center;
  }
}
.footer-seven__bottom-left li, .footer-seven__bottom-right li {
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 991.98px) {
  .footer-seven__bottom-left li, .footer-seven__bottom-right li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .footer-seven__bottom-left {
    justify-content: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-seven__bottom-left {
    justify-content: center;
  }
}
@media only screen and (max-width: 1399.98px) {
  .footer-seven__bottom-right {
    justify-content: right;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-seven__bottom-right {
    justify-content: center;
  }
}

.footer-eight {
  background-color: var(--primary-black);
}
.footer-eight__body-title {
  color: var(--color-white);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-eight__body-title {
    margin-bottom: 25px;
  }
}
.footer-eight__body-title.h4 {
  font-weight: 600;
  text-transform: initial;
}
@media only screen and (min-width: 992px) {
  .footer-eight__body-title.h4 {
    font-size: 48px;
    line-height: 125%;
  }
}
.footer-eight__body-content {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .footer-eight__body-content {
    max-width: 510px;
  }
}
.footer-eight__body-content .content-info__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__body-content .content-info__wrapper {
    gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-eight__body-content .content-info__wrapper {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-eight__body-content .content-info__wrapper {
    gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.footer-eight__body-content .content-info__box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  transition: var(--transition);
}
.footer-eight__body-content .content-info__box:hover {
  border-color: var(--color-white);
}
.footer-eight__body-content .content-info__box:nth-child(3) {
  grid-column: span 2/span 2;
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__body-content .content-info__box:nth-child(3) {
    grid-column: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-eight__body-content .content-info__box:nth-child(3) {
    grid-column: span 2/span 2;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-eight__body-content .content-info__box:nth-child(3) {
    grid-column: auto;
  }
}
.footer-eight__body-content .content-info__box-icon {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-eight__body-content .content-info__box-icon {
    margin-bottom: 15px;
  }
}
.footer-eight__body-content .content-info__box-icon svg {
  width: 24px;
  height: 24px;
}
.footer-eight__body-content .content-info__box-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.footer-eight__body-content .content-info__box-title {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .footer-eight__body-content .content-info__box-title {
    font-size: 21px;
    line-height: 180.952%;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-eight__body-content .content-info__box-title {
    font-size: 18px;
  }
}
.footer-eight__body-content .content-social {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__body-content .content-social {
    gap: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-eight__body-content .content-social {
    gap: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-eight__body-content .content-social {
    gap: 10px;
  }
}
.footer-eight__body-content .content-social a {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  transition: var(--transition);
}
.footer-eight__body-content .content-social a:hover {
  background-color: var(--color-white);
  color: var(--primary-theme-color);
  border-radius: 100%;
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__body-content .content-social a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-eight__body-content .content-social a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-eight__body-form {
    max-width: 580px;
    margin-left: auto;
  }
}
.footer-eight__body-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__body-contact-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-eight__body-contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-eight__body-contact-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.footer-eight__body-contact-form .form-group:nth-child(3), .footer-eight__body-contact-form .form-group:nth-child(4), .footer-eight__body-contact-form .form-group:nth-child(5) {
  grid-column: span 2/span 2;
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__body-contact-form .form-group:nth-child(3), .footer-eight__body-contact-form .form-group:nth-child(4), .footer-eight__body-contact-form .form-group:nth-child(5) {
    grid-column: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-eight__body-contact-form .form-group:nth-child(3), .footer-eight__body-contact-form .form-group:nth-child(4), .footer-eight__body-contact-form .form-group:nth-child(5) {
    grid-column: span 2/span 2;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-eight__body-contact-form .form-group:nth-child(3), .footer-eight__body-contact-form .form-group:nth-child(4), .footer-eight__body-contact-form .form-group:nth-child(5) {
    grid-column: auto;
  }
}
.footer-eight__body-contact-form .form-group input,
.footer-eight__body-contact-form .form-group textarea,
.footer-eight__body-contact-form .form-group button {
  width: 100%;
  display: block;
  background-color: transparent;
  box-shadow: unset;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  padding: 22px 20px;
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__body-contact-form .form-group input,
  .footer-eight__body-contact-form .form-group textarea,
  .footer-eight__body-contact-form .form-group button {
    padding: 12px 10px;
  }
}
.footer-eight__body-contact-form .form-group input::placeholder,
.footer-eight__body-contact-form .form-group textarea::placeholder,
.footer-eight__body-contact-form .form-group button::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-eight__body-contact-form .form-group input:focus, .footer-eight__body-contact-form .form-group input:active,
.footer-eight__body-contact-form .form-group textarea:focus,
.footer-eight__body-contact-form .form-group textarea:active,
.footer-eight__body-contact-form .form-group button:focus,
.footer-eight__body-contact-form .form-group button:active {
  border-color: var(--color-white);
}
.footer-eight__body-contact-form .form-group input:-internal-autofill-selected, .footer-eight__body-contact-form .form-group input:-webkit-autofill:hover, .footer-eight__body-contact-form .form-group input:-webkit-autofill:focus, .footer-eight__body-contact-form .form-group input:-webkit-autofill:active,
.footer-eight__body-contact-form .form-group textarea:-internal-autofill-selected,
.footer-eight__body-contact-form .form-group textarea:-webkit-autofill:hover,
.footer-eight__body-contact-form .form-group textarea:-webkit-autofill:focus,
.footer-eight__body-contact-form .form-group textarea:-webkit-autofill:active,
.footer-eight__body-contact-form .form-group button:-internal-autofill-selected,
.footer-eight__body-contact-form .form-group button:-webkit-autofill:hover,
.footer-eight__body-contact-form .form-group button:-webkit-autofill:focus,
.footer-eight__body-contact-form .form-group button:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: var(--color-white) !important;
}
.footer-eight__bottom {
  color: var(--color-white);
}
.footer-eight__bottom .container {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-eight__bottom-left-navlinks, .footer-eight__bottom-right-navlinks {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .footer-eight__bottom-left-navlinks, .footer-eight__bottom-right-navlinks {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-eight__bottom-left-navlinks, .footer-eight__bottom-right-navlinks {
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-eight__bottom-left-navlinks, .footer-eight__bottom-right-navlinks {
    flex-direction: column;
  }
}
.footer-eight__bottom-left-navlinks li, .footer-eight__bottom-right-navlinks li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1599.98px) {
  .footer-eight__bottom-left-navlinks li, .footer-eight__bottom-right-navlinks li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .footer-eight__bottom-left-navlinks li, .footer-eight__bottom-right-navlinks li {
    font-size: 14px;
  }
}
.footer-eight__bottom-left-navlinks li a, .footer-eight__bottom-right-navlinks li a {
  position: relative;
  display: inline-block;
}
.footer-eight__bottom-left-navlinks li a.link::before, .footer-eight__bottom-right-navlinks li a.link::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: var(--color-white);
  transition: var(--transition);
}
.footer-eight__bottom-left-navlinks li a.link:hover::before, .footer-eight__bottom-right-navlinks li a.link:hover::before {
  width: 100%;
}
.footer-eight__bottom-left-navlinks li a.text-decoration-underline::before, .footer-eight__bottom-right-navlinks li a.text-decoration-underline::before {
  bottom: 1px;
  left: 0;
  transform: translateX(0);
}
@media only screen and (max-width: 1199.98px) {
  .footer-eight__bottom-left-navlinks li a.text-decoration-underline::before, .footer-eight__bottom-right-navlinks li a.text-decoration-underline::before {
    bottom: 0px;
  }
}
.footer-eight__bottom-left-navlinks li a.text-decoration-underline:hover::before, .footer-eight__bottom-right-navlinks li a.text-decoration-underline:hover::before {
  background-color: var(--gray);
}
.footer-eight__bottom-left-navlinks li:first-child {
  margin-right: 10px;
}
/*================================================
14. Breadcrumb CSS
=================================================*/
.breadcrumb-area {
  padding: 210px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb-area {
    padding: 113px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-area {
    padding: 80px 0;
  }
}
.breadcrumb-area__title {
  color: var(--color-white);
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-area__title {
    font-size: 80px;
  }
}
.breadcrumb-area--extend {
  background-color: #fafafa;
  padding: 105px 0;
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb-area--extend {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-area--extend {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-area--extend {
    padding: 70px 0;
  }
}
.breadcrumb-area--extend .breadcrumb-area__title {
  color: var(--primary-theme-color);
}
@media only screen and (min-width: 992px) {
  .breadcrumb-area--extend .breadcrumb-area__title {
    font-size: 70px;
    line-height: 114.286%;
  }
}
.breadcrumb-area--extend p {
  color: rgba(15, 15, 15, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 10px;
}
.breadcrumb-area--extend p span {
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-area--extend p {
    font-size: 18px;
  }
}

/*================================================
15. Service-details CSS
=================================================*/
.service-details__article h2.h2 {
  font-weight: 600;
  line-height: 114.286%;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) {
  .service-details__article h2.h2 {
    font-size: 70px;
    margin-bottom: 28px;
  }
}
.service-details__article p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article p {
    margin-bottom: 12px;
  }
}
.service-details__article p:has(+ img) {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article p:has(+ img) {
    margin-bottom: 24px;
  }
}
.service-details__article .blog-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.service-details__article .blog-thumb img {
  width: 100%;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.service-details__article .blog-thumb:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.service-details__article h4 {
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  line-height: 120.833%;
  margin-top: 60px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article h4 {
    margin-top: 30px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-details__article h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.service-details__article .process-list {
  margin-bottom: 28px;
  margin-left: 30px;
  padding-left: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article .process-list {
    margin-bottom: 14px;
  }
}
.service-details__article .process-list p {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article .process-list p {
    margin-bottom: 14px;
  }
}
.service-details__article .process-list li {
  color: var(--gray);
  position: relative;
}
.service-details__article .process-list li::before {
  position: absolute;
  content: "\f111";
  left: -15px;
  font-size: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.service-details__article .process-list li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article .process-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.service-details__article-roadmap {
  margin: 60px 0;
  gap: 88px;
  border-top: 2px solid rgba(42, 44, 65, 0.12);
  border-bottom: 2px solid rgba(42, 44, 65, 0.12);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article-roadmap {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 1399.98px) {
  .service-details__article-roadmap {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article-roadmap {
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-details__article-roadmap {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-details__article-roadmap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.service-details__article-roadmap .roadmap__item {
  padding: 40px 0;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article-roadmap .roadmap__item {
    padding: 20px 0;
  }
}
.service-details__article-roadmap .roadmap__item:nth-child(1) .roadmap__icon {
  background-color: #e9f4fd;
}
.service-details__article-roadmap .roadmap__item:nth-child(1) .roadmap__icon svg {
  color: #0a83ec;
}
.service-details__article-roadmap .roadmap__item:nth-child(2) .roadmap__icon {
  background-color: #eeeefd;
}
.service-details__article-roadmap .roadmap__item:nth-child(2) .roadmap__icon svg {
  color: #433eed;
}
.service-details__article-roadmap .roadmap__item:nth-child(3) .roadmap__icon {
  background-color: #e6faf3;
}
.service-details__article-roadmap .roadmap__item:nth-child(3) .roadmap__icon svg {
  color: #00c881;
}
.service-details__article-roadmap .roadmap__item:hover .roadmap__icon svg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.service-details__article-roadmap .roadmap__icon {
  margin: 0 auto;
  margin-bottom: 32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .service-details__article-roadmap .roadmap__icon {
    margin-bottom: 16px;
  }
}
.service-details__article-roadmap .roadmap__icon svg {
  width: 25px;
  height: 24px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.service-details__article-roadmap .roadmap__content p {
  margin-bottom: 0;
  color: #4e4d60;
  text-align: center;
  font-family: var(--ff-poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.service-details__article-roadmap .roadmap__title {
  margin-bottom: 10px;
  color: #2b2d42;
  text-align: center;
  font-family: var(--ff-poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 158.333%;
}
@media only screen and (max-width: 1399.98px) {
  .service-details__article-roadmap .roadmap__title {
    line-height: 1;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-details__article-roadmap .roadmap__title {
    margin-bottom: 5px;
  }
}
.service-details__blockquote {
  background: url("../img/service-details/blockquote.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px;
}
@media only screen and (max-width: 991.98px) {
  .service-details__blockquote {
    padding: 10px;
  }
}
.service-details__blockquote-wrapper {
  padding: 24px;
  backdrop-filter: blur(5px);
}
@media only screen and (max-width: 991.98px) {
  .service-details__blockquote-wrapper {
    padding: 10px;
  }
}
.service-details__blockquote p {
  color: var(--color-white);
  font-family: var(--ff-poppins);
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 157.143%;
}
@media only screen and (max-width: 991.98px) {
  .service-details__blockquote p {
    font-size: 20px;
  }
}
.service-details__blockquote .quote-author {
  margin-top: 33px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .service-details__blockquote .quote-author {
    flex-direction: column;
  }
}
.service-details__blockquote .author-info-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-details__blockquote .author-info-container {
    flex-direction: column;
  }
}
.service-details__blockquote .author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  -o-border-radius: 64px;
}
.service-details__blockquote .author-title {
  color: var(--color-white);
  font-family: var(--ff-poppins);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.service-details__blockquote .author-designation {
  color: #c6c5fa;
  font-family: var(--ff-poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  margin-bottom: 0;
}
.service-details__blockquote .quote-icon {
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
}

/*================================================
16. Blog CSS
=================================================*/
.blog__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.blog__wrapper--style2 {
  column-gap: 32px;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) {
  .blog__wrapper--style2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__wrapper--style2 {
    row-gap: 30px;
  }
}
.blog__wrapper--style3 {
  column-gap: 32px;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) {
  .blog__wrapper--style3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .blog__wrapper--style3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__wrapper--style3 {
    row-gap: 30px;
  }
}
.blog__item-thumb {
  margin-bottom: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .blog__item-thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog__item-thumb {
    margin-bottom: 15px;
  }
}
.blog__item-thumb:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.blog__item-thumb img {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog__item-thumb img {
    width: 100%;
  }
}
.blog__item-content-title {
  font-family: "Instrument Sans";
  font-weight: 500 !important;
  line-height: 133.333%;
}
.blog__item-content-title a {
  display: block;
}
.blog__item-content-title:has(+ p) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
  .blog__item-content-title:has(+ p) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .blog__item-content-title--style2 {
    font-size: 24px;
  }
}
.blog__item-content-title--extend {
  line-height: 141.667%;
}
.blog__item--style2 .blog__item-thumb {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.blog__meta {
  margin-bottom: 11px;
}
@media only screen and (max-width: 767.98px) {
  .blog__meta {
    margin-bottom: 8px;
  }
}
.blog__meta li {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  line-height: 162.5%;
  padding: 0 8px;
  position: relative;
}
.blog__meta li:first-child {
  padding-left: 0;
}
.blog__meta li:last-child {
  padding-right: 0;
}
.blog__meta li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12.5px;
  top: 50%;
  right: 0;
  background-color: var(--gray);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.paginations .pagination {
  gap: 12px;
}
.paginations .pagination li.page-item a {
  width: 72px;
  height: 72px;
  padding: 0;
  color: var(--gray);
  border-color: #ececec;
  color: var(--gray);
  font-family: var(--ff-instrument-sans);
  font-size: 30px;
  line-height: 133.333%;
  display: grid;
  place-content: center;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.paginations .pagination li.page-item a:hover {
  background-color: #e9ecef;
}
@media only screen and (max-width: 767.98px) {
  .paginations .pagination li.page-item a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .paginations .pagination li.page-item a svg {
    max-width: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .paginations .pagination li.page-item a {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
  .paginations .pagination li.page-item a svg {
    max-width: 25px;
  }
}
.paginations .pagination li.page-item.active a {
  background-color: unset;
  color: var(--primary-theme-color);
  border-color: var(--primary-theme-color);
}
.paginations .pagination li.page-item.active a:hover {
  background-color: #e9ecef;
}

.blog-mar__area .section__header-title-v11.h2 {
  text-transform: initial;
}
.blog-mar__item-thumb {
  margin-bottom: 32px;
  overflow: hidden;
}
.blog-mar__item-thumb img {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .blog-mar__item-thumb {
    margin-bottom: 20px;
  }
}
.blog-mar__item .blog-meta {
  margin-bottom: 7px;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 991.98px) {
  .blog-mar__item .blog-meta {
    margin-bottom: 4px;
  }
}
.blog-mar__item .blog-meta li {
  font-size: 16px;
  line-height: 175%;
}
.blog-mar__item .blog-meta li:not(:first-child) {
  padding-left: 16px;
  position: relative;
}
.blog-mar__item .blog-meta li:not(:first-child)::before {
  content: "\f111";
  font-size: 6px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary-theme-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
  .blog-mar__item .blog-meta li {
    font-size: 14px;
  }
}
.blog-mar__item .blog-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-mar__item .blog-title.h5 {
  font-weight: 500;
}
.blog-mar__item .blog-title.h5:hover {
  color: var(--primary-theme-color);
}
@media only screen and (min-width: 992px) {
  .blog-mar__item .blog-title.h5 {
    font-size: 28px;
    line-height: 135.714%;
  }
}
@media only screen and (min-width: 768px) {
  .blog-mar__item .blog-title.h5 {
    font-size: 23px;
  }
}

/*================================================
17. Blog-details CSS
=================================================*/
.blog-details__article-thumb {
  border-radius: 8px;
  overflow: hidden;
}
.blog-details__article-thumb img {
  transition: var(--transition);
  width: 100%;
}
.blog-details__article-thumb:hover img {
  transform: scale(1.05);
}
.blog-details__article-meta {
  padding: 25px 0;
}
.blog-details__article-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 8px;
}
.blog-details__article-meta ul li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gray);
  transition: var(--transition);
  font-size: 18px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-details__article-meta ul li {
    font-size: 16px;
  }
}
.blog-details__article-meta ul li a, .blog-details__article-meta ul li svg, .blog-details__article-meta ul li i {
  color: inherit;
  font-size: inherit;
  transition: var(--transition);
}
.blog-details__article-meta ul li a:hover, .blog-details__article-meta ul li svg:hover, .blog-details__article-meta ul li i:hover {
  color: inherit;
}
.blog-details__article-meta ul li:hover {
  color: var(--primary-theme-color);
}
@media only screen and (max-width: 767.98px) {
  .blog-details__article p:has(+ h2) {
    margin-bottom: 20px;
  }
}
.blog-details__article p:not(:last-of-type) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__article p:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.blog-details__article h2.h2, .blog-details__article h3.h3, .blog-details__article h4.h4 {
  font-weight: 500;
  line-height: 114.286%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__article h2.h2, .blog-details__article h3.h3, .blog-details__article h4.h4 {
    margin-bottom: 12px;
  }
}
.blog-details__blockquote {
  margin-top: 55px;
  margin-bottom: 46px;
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__blockquote {
    gap: 14px;
    margin-top: 27.5px;
    margin-bottom: 23px;
  }
}
.blog-details__blockquote-figure {
  max-width: 86px;
  max-height: 86px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__blockquote-figure {
    max-height: 50px;
    max-width: 50px;
  }
}
.blog-details__blockquote h5.h5 {
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}
@media only screen and (min-width: 992px) {
  .blog-details__blockquote h5.h5 {
    font-size: 32px;
  }
}
.blog-details__inner-block {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__inner-block {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.blog-details__inner-block .item-thumb {
  margin-bottom: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__inner-block .item-thumb img {
    max-width: unset;
    width: 100%;
  }
}
.blog-details__inner-block .item-thumb img {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.blog-details__inner-block .item-thumb:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-details__inner-block p {
  color: var(--primary-black);
}
.blog-details__author {
  margin: 72px 0;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__author {
    margin: 36px 0;
  }
}
.blog-details__author .author-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__author .author-wrapper {
    padding: 24px 0;
    flex-direction: column;
    text-align: center;
  }
}
.blog-details__author .author {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__author .author {
    flex-direction: column;
  }
}
.blog-details__author .author__avatar {
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.blog-details__author .author__info span {
  color: var(--gray);
  line-height: 155.556%;
}
.blog-details__author .author__info p {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.blog-details__author .social-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.blog-details__author .social-link li {
  border: 0.533px solid #ececec;
  border-radius: 53.333px;
  overflow: hidden;
}
.blog-details__author .social-link li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  color: var(--primary-black);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.blog-details__author .social-link li:hover a {
  background-color: var(--primary-theme-color);
  color: var(--color-white);
}
.blog-details__comments-section {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__comments-section {
    margin-bottom: 40px;
  }
}
.blog-details__comments-section h4.h4 {
  font-weight: 500;
  line-height: 120.833%;
}
.blog-details__comments-section .comments-wrap {
  margin-top: 48px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__comments-section .comments-wrap {
    margin-top: 24px;
  }
}
.blog-details__comments-section .single-comments-box {
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__comments-section .single-comments-box {
    flex-direction: column;
  }
}
.blog-details__comments-section .single-comments-box:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__comments-section .single-comments-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.blog-details__comments-section .single-comments-box.nested-item {
  padding-left: 80px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__comments-section .single-comments-box.nested-item {
    padding-left: 40px;
  }
}
.blog-details__comments-section .comments-author-img {
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-details__comments-section .comments-author-img img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__comments-section .comments-author-img {
    max-width: unset;
  }
}
.blog-details__comments-section .comments-author {
  font-family: var(--ff-instrument-sans);
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .blog-details__comments-section .comments-author {
    font-size: 20px;
  }
}
.blog-details__comments-section .comment-meta {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.blog-details__comments-section .comment-meta .reaction-reply {
  color: var(--primary-theme-color);
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.blog-details__commentForm h4.h4 {
  font-weight: 500;
  line-height: 120.833%;
}
.blog-details__commentForm h4.h4:has(+ p) {
  margin-bottom: 20px;
}
.blog-details__commentForm-form {
  margin-top: 72px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__commentForm-form {
    margin-top: 36px;
  }
}
.blog-details__commentForm-form .input-wrapper-devide {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__commentForm-form .input-wrapper-devide {
    flex-direction: column;
    gap: 30px;
  }
}
.blog-details__commentForm-form .input-wrapper {
  margin-bottom: 30px;
}
.blog-details__commentForm-form .input-wrapper:nth-last-child(3) {
  margin-bottom: 0;
}
.blog-details__commentForm-form .input-wrapper input,
.blog-details__commentForm-form .input-wrapper textarea {
  width: 100%;
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0;
  padding-bottom: 20px;
  resize: none;
  border: unset;
  border-bottom: 1px solid var(--primary-black);
}
.blog-details__commentForm-form .input-wrapper input::placeholder, .blog-details__commentForm-form .input-wrapper input::placeholder,
.blog-details__commentForm-form .input-wrapper textarea::placeholder,
.blog-details__commentForm-form .input-wrapper textarea::placeholder {
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.blog-details__commentForm-form .input-wrapper textarea {
  display: block;
  height: 185px;
}
@media only screen and (max-width: 767.98px) {
  .blog-details__commentForm-form .input-wrapper textarea {
    height: 140px;
  }
}
.blog-details__commentForm-form .terms-and-condition {
  color: var(--gray);
  font-size: 18px;
  line-height: 155.556%;
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}
.blog-details__commentForm-form .terms-and-condition input,
.blog-details__commentForm-form .terms-and-condition label {
  cursor: pointer;
  user-select: none;
}
.blog-details__commentForm-form .terms-and-condition input a,
.blog-details__commentForm-form .terms-and-condition label a {
  color: rgba(0, 0, 255, 0.7);
}
.blog-details__commentForm-form .common-btn {
  margin-top: 52px;
}
.blog-details__commentForm-form .common-btn:hover {
  border-color: var(--primary-theme-color) !important;
}

/*================================================
18. widget CSS
=================================================*/
.widget {
  background-color: transparent;
}
.widget__item {
  padding: 20px;
  background-color: rgba(236, 236, 236, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media only screen and (min-width: 576px) {
  .widget__item {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .widget__item {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__item {
    padding: 40px;
  }
}
.widget__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .widget__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.widget__title {
  color: var(--primary-black);
  font-style: normal;
  font-weight: 500 !important;
  line-height: 136.364%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .widget__title {
    font-size: 22px !important;
    margin-bottom: 28px;
  }
}
.widget_search.sidebar__widget input {
  color: var(--gray);
  background-color: transparent;
  line-height: 166.667%;
  border: 1px solid #ececec;
  padding: 17px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  width: 100%;
}
.widget_search.sidebar__widget input:focus {
  color: inherit;
  background-color: transparent;
  border-color: var(--primary-theme-color);
  box-shadow: unset;
}
.widget_search.sidebar__widget button {
  z-index: 5;
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  outline: unset;
  border: unset;
  border-left: unset;
  cursor: pointer;
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.widget_search.sidebar__widget button i,
.widget_search.sidebar__widget button svg {
  color: var(--primary-theme-color);
}
.widget_categories.sidebar__widget ul {
  padding-left: 0;
}
.widget_categories.sidebar__widget ul li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  color: var(--gray);
  line-height: 166.667%;
  position: relative;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  list-style: none;
}
.widget_categories.sidebar__widget ul li:not(:first-child) {
  padding-top: 13px;
}
.widget_categories.sidebar__widget ul li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--primary-theme-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget_categories.sidebar__widget ul li:hover > a {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
}
.widget_categories.sidebar__widget ul li:hover::after {
  width: 100%;
}
.widget_categories.sidebar__widget ul li a {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget__latestPost .post__list li:not(:first-child) {
  padding-top: 20px;
}
.widget__latestPost .post__list li:not(:last-child) {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  color: var(--gray);
  line-height: 166.667%;
  position: relative;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.widget__latestPost .post__list li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--primary-theme-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget__latestPost .post__list li:hover::after {
  width: 100%;
}
.widget__latestPost .post__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.widget__latestPost .post__wrapper:hover .post__thumb a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media only screen and (max-width: 767.98px) {
  .widget__latestPost .post__wrapper {
    gap: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget__latestPost .post__wrapper {
    gap: 18px;
  }
}
.widget__latestPost .post__thumb {
  max-width: 78px;
  max-height: 78px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.widget__latestPost .post__thumb a {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.widget__latestPost .post__thumb a img {
  width: 78px;
  height: 78px;
  display: block;
  object-fit: cover;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.widget__latestPost .post a:has(.post__title) {
  color: unset;
}
.widget__latestPost .post__title {
  font-weight: 500 !important;
  line-height: 144.444%;
  font-size: 15px;
  margin-bottom: 5px;
}
.widget__latestPost .post__title a:hover {
  color: var(--primary-theme-color);
}
@media only screen and (min-width: 768px) {
  .widget__latestPost .post__title {
    font-size: 18px;
  }
}
.widget__latestPost .post__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  color: var(--gray);
  font-family: var(--ff-instrument-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 6px;
}
.widget_tag_cloud .tagcloud a {
  font-size: 16px !important;
  line-height: 187.5%;
  display: block;
  padding: 0px 12px;
  border: 1px solid rgb(236, 236, 236);
  border-radius: 100px;
  overflow: hidden;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #ececec;
  color: var(--primary-theme-color);
}
.widget__newsletter .input-groups .common-btn:hover {
  border-color: #ececec !important;
}
.widget__newsletter .input-fields {
  position: relative;
}
.widget__newsletter .input-fields:has(+ .common-btn) {
  margin-bottom: 20px;
}
.widget__newsletter .input-fields input {
  color: var(--gray);
  background-color: transparent;
  line-height: 22px;
  border: 1px solid #ececec;
  padding: 13px 20px;
  border-top-right-radius: unset;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}
.widget__newsletter .input-fields input:focus {
  color: inherit;
  background-color: transparent;
  border-color: var(--primary-theme-color);
  box-shadow: unset;
}
.widget__newsletter .input-fields i,
.widget__newsletter .input-fields svg {
  color: var(--primary-theme-color);
  margin: 0 20px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  outline: unset;
  border: unset;
  border-left: unset;
  cursor: pointer;
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.widget__gallery .gallery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.widget__gallery .gallery-list li {
  font-size: 0;
  overflow: hidden;
}
.widget__gallery .gallery-list li:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.widget__gallery .gallery-list li img {
  display: block;
  width: 100%;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.widget__consultation .consultation-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}
@media only screen and (min-width: 1400px) {
  .widget__consultation .consultation-content {
    padding: 45px;
    gap: 66px;
  }
}
.widget__consultation .consultation-content h6.h6 {
  color: var(--color-white);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 145.455%;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399.98px) {
  .widget__consultation .consultation-content h6.h6 {
    font-size: 18px;
  }
}
.widget__consultation .consultation-content .common-btn {
  max-width: 223px;
  margin: 0 auto;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .widget__consultation .consultation-content .common-btn {
    padding: 12px 24px;
  }
}
.widget__consultation .consultation-content .common-btn:hover {
  background-color: var(--primary-theme-color);
  color: var(--color-white);
  letter-spacing: 0.6px;
}
.widget__download .download-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 37px 18px 24px;
  white-space: nowrap;
  background: #ececec;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
  border-radius: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .widget__download .download-btn {
    padding: 10px 30px;
  }
}

/*================================================
19. Case-details CSS
=================================================*/
.case-details__detailedInfo h4.h4 {
  margin-bottom: 5px;
  font-family: var(--ff-instrument-sans);
  font-weight: 600;
  line-height: 125%;
}
.case-details__detailedInfo p {
  margin-bottom: 19px;
}
.case-details__detailedInfo > ul {
  margin-bottom: 0;
}
.case-details__detailedInfo > ul li {
  color: var(--gray);
  font-size: 18px;
  line-height: 222.222%;
}
@media only screen and (max-width: 991.98px) {
  .case-details__detailedInfo > ul li {
    line-height: 1.3;
  }
  .case-details__detailedInfo > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.case-details__detailedInfo figure {
  margin-top: 45px;
  margin-bottom: 47px;
}
.case-details__detailedInfo-process-list {
  list-style: none;
}
.case-details__detailedInfo-process-list .process {
  padding-left: 36px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .case-details__detailedInfo-process-list .process {
    padding-left: 28px;
  }
}
.case-details__detailedInfo-process-list .process::before {
  position: absolute;
  counter-increment: steps;
  content: counter(steps);
  width: 72px;
  height: 72px;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
  color: var(--primary-theme-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-color: var(--color-white);
  border: 1px solid var(--color-theme-1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .case-details__detailedInfo-process-list .process::before {
    width: 55px;
    height: 55px;
    font-size: 25px;
  }
}
.case-details__detailedInfo-process-list .process:hover::before {
  background-color: var(--color-theme-1);
}
.case-details__detailedInfo-process-list .process-wrapper {
  padding-left: 84px;
  border-left: 1px solid var(--color-theme-1);
}
@media only screen and (max-width: 991.98px) {
  .case-details__detailedInfo-process-list .process-wrapper {
    padding-left: 45px;
  }
}
.case-details__detailedInfo-process-list .process-wrapper h6.h6 {
  line-height: 200%;
  margin-bottom: 6px;
}
.case-details__detailedInfo-process-list .process-wrapper ul {
  list-style-type: disc;
  margin-bottom: 0;
  padding-bottom: 37px;
}
@media only screen and (max-width: 991.98px) {
  .case-details__detailedInfo-process-list .process-wrapper ul {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-details__detailedInfo-process-list .process-wrapper ul {
    padding-left: 22px;
  }
}
.case-details__detailedInfo-process-list .process-wrapper ul li::marker {
  color: var(--gray);
}
.case-details__detailedInfo-process-list .process:last-child .process-wrapper {
  border-left: none;
}
.case-details__detailedInfo-process-list .process:last-child .process-wrapper ul {
  padding-bottom: 0;
}
.case-details__detailedInfo-gallery {
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 47px;
}
.case-details__detailedInfo-gallery .gallery-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-details__detailedInfo-gallery .gallery-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -ms-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
.case-details__detailedInfo-gallery .gallery-wrapper:hover::after {
  left: -100%;
}
.case-details__detailedInfo-gallery .gallery-wrapper:hover img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
}
@media only screen and (min-width: 992px) {
  .case-details__detailedInfo-gallery .gallery-wrapper {
    gap: 20px;
    justify-content: start;
    max-width: calc(33.3333333333% - 15px);
    width: 100%;
  }
}
.case-details__detailedInfo-gallery .gallery-wrapper img {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.case-details__detailedInfo-result-list li {
  line-height: 200%;
}
.case-details__detailedInfo-result-list li span {
  color: var(--primary-theme-color);
  font-weight: 500;
}
.case-details__shortInfo {
  background: rgba(236, 236, 236, 0.16);
  padding: 40px;
}
.case-details__shortInfo-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.case-details__shortInfo-info .title {
  line-height: 150%;
  font-size: 16px;
  font-weight: 600 !important;
}
.case-details__shortInfo-info .info {
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
  line-height: 214.286%;
}

.more-project h4.h4 {
  margin-bottom: 5px;
  font-family: var(--ff-instrument-sans);
  font-weight: 600;
  line-height: 125%;
}

/*================================================
20. Team CSS
=================================================*/
.team__card-thumb {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.team__card-thumb:hover .social-link {
  bottom: 15px;
}
.team__card-thumb:hover::before {
  opacity: 1;
}
.team__card-thumb::before {
  transition: all 0.3s ease;
  border-radius: 12px;
  z-index: 1;
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(11, 34, 57, 0) 44.12%, #0b2239 100%);
}
.team__card-thumb img {
  width: 100%;
  height: auto;
}
.team__card-thumb .social-link {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.team__card-thumb .social-link li {
  color: var(--primary-black);
  font-size: 20px;
}
.team__card-thumb .social-link li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  background-color: var(--color-white);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.team__card-content {
  margin-top: 18px;
  text-align: left;
}
@media only screen and (max-width: 1199.98px) {
  .team__card-content {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__card-content {
    margin-top: 12px;
  }
}
.team__card-content h6.h6 {
  color: var(--color-black);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .team__card-content h6.h6 {
    font-size: 24px;
    line-height: 200%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .team__card-content h6.h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__card-content h6.h6 {
    font-size: 20px;
  }
}
.team__card-content span {
  margin-top: 0;
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .team__card-content span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__card-content span {
    font-size: 15px;
  }
}
.team-ab__area .section__header-title {
  font-weight: 600;
  line-height: 114.286%;
}
.team-ab__area .section__header-title:has(+ p) {
  margin-bottom: 18px;
}
@media only screen and (max-width: 991.98px) {
  .team-ab__area .section__header-title:has(+ p) {
    margin-bottom: 9px;
  }
}
.team-ab__area .section__header-title + p {
  max-width: 90%;
  margin: 0 auto;
}

.team-la__area {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .team-la__area .section__header-v2 {
    text-align: center;
  }
}
.team-la__section__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .team-la__section__title {
    flex-direction: column;
  }
}
.team-la__section__title .section__title {
  width: 100%;
}
.team-la__slider {
  padding-left: 100px;
  padding-right: 100px;
  margin-left: -100px;
  margin-right: -100px;
}
.team-la__slider-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.team-la__item {
  height: auto;
  padding: 32px;
  border: 1px solid #e2e2e2;
  background-color: var(--color-white);
  position: relative;
  z-index: 0;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .team-la__item {
    padding: 25px;
  }
}
.team-la__item.rotate-item-anticlockwise {
  z-index: 1;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}
.team-la__item-before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background-color: transparent;
  z-index: 2;
}
@media only screen and (max-width: 1199.98px) {
  .team-la__item-before {
    display: none;
  }
}
.team-la__item-before:hover + .team-la__item-after {
  height: 100%;
}
.team-la__item-after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
  transition: var(--transition);
}
.team-la__item-after.rotate-item-clockwise {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.team-la__item .author {
  display: flex;
  justify-content: space-between;
}
.team-la__item .author__avatar {
  order: 2;
  max-width: 48px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  background-position: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.team-la__item .author__avatar img {
  width: 100%;
}
.team-la__item .author__info {
  order: 1;
}
.team-la__item .author__title {
  font-family: var(--ff-ranade);
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (min-width: 992px) {
  .team-la__item .author__title {
    font-size: 28px;
  }
}
.team-la__item .author__designation {
  margin-top: 2px;
}
.team-la__item-content {
  padding-top: 24px;
  word-break: break-all;
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
}
.team-la__item-content p {
  flex-grow: 1;
}
.team-la__item-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 164px !important;
}
@media only screen and (max-width: 1399.98px) {
  .team-la__item-social {
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-la__item-social {
    padding-top: 100px !important;
  }
}
.team-la__item-social li a {
  width: 48px;
  height: 48px;
  display: grid;
  place-content: center;
  border: 1px solid #ececec;
  transition: var(--transition);
  color: var(--primary-black);
}
@media only screen and (max-width: 767.98px) {
  .team-la__item-social li a {
    width: 40px;
    height: 40px;
  }
}
.team-la__item-social li a:hover {
  border-radius: 100%;
  border-color: var(--primary-theme-color);
}
.team-la__slider-prev, .team-la__slider-next {
  cursor: pointer;
}

.team-health__area .container-fluid {
  margin-top: 20px;
}
.team-health__area .section-header-v8 {
  position: relative;
  z-index: 5;
}
.team-health__area .section-header-v8 p {
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .team-health__area .section-header-v8 p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-health__area .section-header-v8 {
    text-align: center;
  }
}
.team-health__area .team-health__navigation {
  margin-top: 40px;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .team-health__area .team-health__navigation {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-health__area .team-health__navigation {
    justify-content: center;
  }
}
.team-health__slider .swiper-wrapper {
  padding-top: 50px;
}
.team-health__slider-item {
  width: max-content;
}
.team-health__slider-item.swiper-slide-active .team-health__slider-thumb {
  background-color: rgba(201, 243, 29, 0.2);
  border-color: var(--color-arctic-lime);
  transform: translateY(-30px);
}
.team-health__slider-thumb {
  padding: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition);
}
@media only screen and (max-width: 767.98px) {
  .team-health__slider-thumb {
    border-radius: 8px;
  }
}
.team-health__slider-thumb img {
  width: 100%;
}
.team-health__slider-content {
  position: relative;
  z-index: 5;
}
.team-health__slider-content .content {
  display: none;
}
.team-health__slider-content .content.active {
  display: block;
}
.team-health__slider-content .h4 {
  font-weight: 500;
}
@media only screen and (min-width: 1400px) {
  .team-health__slider-content .h4 {
    font-size: 40px;
    line-height: 205%;
  }
}
.team-health__slider-content p {
  max-width: 513px;
}
@media only screen and (max-width: 1399.98px) {
  .team-health__slider-content p {
    margin-top: 20px;
  }
}
.team-health__slider-content ul {
  margin-top: 25px;
}
.team-health__slider-content ul li {
  position: relative;
  padding-left: 13px;
}
.team-health__slider-content ul li::before {
  content: "\f111";
  font-size: 6px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary-black);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.team-health__slider-content a {
  color: var(--primary-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  text-decoration-line: underline;
  margin-top: 33px;
  display: inline-block;
}
@media only screen and (max-width: 1399.98px) {
  .team-health__slider-content a {
    margin-top: 15px;
  }
}
.team-health__slider-content a:hover {
  color: var(--primary-theme-color);
}

.team-fin {
  position: relative;
  background-color: var(--color-lotion-light);
}
.team-fin__navigation {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 767.98px) {
  .team-fin__navigation {
    margin-top: 20px;
    justify-content: center;
  }
}
.team-fin__slider-item {
  overflow: hidden;
}
.team-fin__slider-item:hover .team-fin__slider-social {
  transform: translateY(0);
}
.team-fin__slider-social {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 1;
  background-color: var(--color-arctic-lime);
  border-radius: 0px 0px 16px 16px;
  transform: translateY(-100%);
  transition: var(--transition);
  border-radius: 0px 0px 16px 16px;
}
.team-fin__slider-social li {
  display: grid;
  place-content: center;
  background-color: var(--color-arctic-lime);
  transition: var(--transition);
  border: 1px solid transparent;
}
.team-fin__slider-social li:hover {
  transform: scale(1.1);
  border-radius: 5px;
  border-color: rgba(15, 15, 15, 0.12);
}
.team-fin__slider-social li:not(:last-child) {
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
}
.team-fin__slider-social li:not(:first-child):not(:last-child) a {
  padding: 14px 19px;
}
.team-fin__slider-social li:first-child a {
  padding: 18px 19px 14px;
}
.team-fin__slider-social li:last-child {
  border-radius: 0px 0px 16px 16px;
}
.team-fin__slider-social li:last-child a {
  padding: 14px 19px 18px;
}
.team-fin__slider-social li a i,
.team-fin__slider-social li a svg {
  color: var(--primary-theme-color);
}
.team-fin__slider-thumb {
  border-radius: 32px;
  overflow: hidden;
}
.team-fin__slider-thumb img {
  width: 100%;
}
.team-fin__slider-content {
  padding-top: 16px;
}
.team-fin__slider-content p {
  font-size: 20px;
  line-height: 150%;
}
.team-fin__slider-content .h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 145.455%;
}

.team-digital .section__header-v12 {
  text-align: center;
}
.team-digital .section__header-v12 .section__header-title-v12.h2 {
  text-transform: initial;
}
.team-digital__slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .team-digital__slider-navigation {
    margin-top: 40px;
  }
}
.team-digital__slider-next, .team-digital__slider-prev {
  border-radius: 23px;
  border: 1px solid #cfcfcf;
  padding: 9px 19px;
}
.team-digital__slider-next img, .team-digital__slider-prev img {
  width: 100%;
}
.team-digital__item-thumb {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .team-digital__item-thumb {
    margin-bottom: 15px;
  }
}
.team-digital__item-thumb img {
  width: 100%;
}
.team-digital__item-name {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .team-digital__item-name {
    margin-bottom: 5px;
  }
}
.team-digital__item-name.h5 {
  font-weight: 500;
}
.team-digital__item-name.h5 a:hover {
  color: var(--primary-theme-color);
}
@media only screen and (min-width: 768px) {
  .team-digital__item-name.h5 {
    font-size: 20px;
    line-height: 1;
  }
}

/*================================================
21. Contact-form CSS
=================================================*/
.contact-us__area .row {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .contact-us__area .row::after {
    position: absolute;
    content: "";
    left: 48%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ececec;
    transform: translateX(-48%);
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    -o-transform: translateX(-48%);
  }
}
.contact-us__info h4.h4, .contact-us__form h4.h4 {
  color: var(--primary-black);
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .contact-us__info h4.h4, .contact-us__form h4.h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-us__info h4.h4, .contact-us__form h4.h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us__info-emailPhoneWrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.contact-us__info-email, .contact-us__info-phone, .contact-us__info-address {
  border: 1px solid #ececec;
  margin-bottom: 20px;
  padding: 20px;
}
.contact-us__info-email ul li:first-child, .contact-us__info-phone ul li:first-child, .contact-us__info-address ul li:first-child {
  margin-bottom: 20px;
}
.contact-us__info-email ul li:nth-child(2), .contact-us__info-phone ul li:nth-child(2), .contact-us__info-address ul li:nth-child(2) {
  color: var(--gray);
  margin-bottom: 1px;
}
.contact-us__info-email ul li:nth-child(3):has(a, p) a,
.contact-us__info-email ul li:nth-child(3):has(a, p) p, .contact-us__info-phone ul li:nth-child(3):has(a, p) a,
.contact-us__info-phone ul li:nth-child(3):has(a, p) p, .contact-us__info-address ul li:nth-child(3):has(a, p) a,
.contact-us__info-address ul li:nth-child(3):has(a, p) p {
  color: var(--primary-black);
  font-family: var(--ff-dm-sans);
  font-style: normal;
  font-weight: 500 !important;
  line-height: 180.952%;
}
@media only screen and (min-width: 768px) {
  .contact-us__info-email ul li:nth-child(3):has(a, p) a,
  .contact-us__info-email ul li:nth-child(3):has(a, p) p, .contact-us__info-phone ul li:nth-child(3):has(a, p) a,
  .contact-us__info-phone ul li:nth-child(3):has(a, p) p, .contact-us__info-address ul li:nth-child(3):has(a, p) a,
  .contact-us__info-address ul li:nth-child(3):has(a, p) p {
    font-size: 21px;
  }
}
.contact-us__info-email ul li:last-child, .contact-us__info-phone ul li:last-child, .contact-us__info-address ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .contact-us__info-email, .contact-us__info-phone {
    width: calc(50% - 10px);
  }
}
.contact-us__info-social ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-us__info-social ul li {
  border: 1px solid #ececec;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  padding: 16px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
@media only screen and (max-width: 991.98px) {
  .contact-us__info-social ul li {
    max-width: 50px;
    max-height: 50px;
  }
  .contact-us__info-social ul li a {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-us__info-social ul li {
    padding: 10px;
  }
}
.contact-us__info-social ul li:hover {
  background-color: var(--primary-theme-color);
}
.contact-us__info-social ul li:hover a {
  color: var(--color-white);
}
.contact-us__info-social ul li a {
  font-size: 24px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.contact-us__form-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us__form-form input,
.contact-us__form-form textarea {
  width: 100%;
  height: 100%;
  display: block;
  padding: 24px 20px;
  resize: none;
  border: 1px solid #ececec;
  text-transform: capitalize;
}
@media only screen and (max-width: 991.98px) {
  .contact-us__form-form input,
  .contact-us__form-form textarea {
    padding: 15px;
  }
}
.contact-us__form-form input::placeholder,
.contact-us__form-form textarea::placeholder {
  color: var(--gray);
  text-transform: capitalize;
}
.contact-us__form-form input:focus,
.contact-us__form-form textarea:focus {
  border-color: var(--primary-theme-color);
}
.contact-us__form-form input[type=number]::-webkit-outer-spin-button,
.contact-us__form-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-us__form-form input[type=number] {
  -moz-appearance: textfield;
}
.contact-us__form-form input[type=email] {
  text-transform: lowercase;
}
.contact-us__form-namePhoneWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .contact-us__form-namePhoneWrapper {
    justify-content: space-between;
    flex-direction: row;
  }
}
.contact-us__form-name, .contact-us__form-phone {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .contact-us__form-name, .contact-us__form-phone {
    width: calc(50% - 10px);
  }
}
.contact-us__form-message textarea {
  max-height: 123px;
  min-height: 123px;
  height: 100%;
}
.contact-us__form .common-btn {
  line-height: unset;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) {
  .contact-us__form .common-btn {
    padding: 20px;
  }
}
.contact-us__form .common-btn span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ff-dm-sans);
}

.contact-la__area {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.contact-la__title.h3 {
  text-align: center;
  font-family: var(--ff-ranade);
  font-weight: 400;
  line-height: 115.625%;
  text-transform: initial;
}
.contact-la__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-la__form input,
.contact-la__form textarea {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--primary-black);
  border: unset;
  resize: none;
  background: transparent;
}
.contact-la__form input:focus,
.contact-la__form textarea:focus {
  border-color: var(--primary-theme-color);
}
.contact-la__form input::placeholder,
.contact-la__form textarea::placeholder {
  color: var(--gray);
}
.contact-la__form .common-btn__variation4 {
  margin-top: 46px;
}
@media only screen and (max-width: 991.98px) {
  .contact-la__form .common-btn__variation4 {
    margin-top: 25px;
  }
}

.contact-la__form .wpcf7-form-control-wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
}
.contact-la__form .wpcf7-form-control-wrap:last-child {
  padding-bottom: 0;
}
.contact-la__form .wpcf7-form-control-wrap textarea {
  max-height: 120px;
}

.circle-type-text {
  position: absolute;
  top: 0;
  left: 50%;
  text-transform: uppercase;
  z-index: -1;
  animation: rotateAnimation 100s linear infinite;
  -webkit-animation: rotateAnimation 100s linear infinite;
  transform-origin: center center;
  font-weight: 700;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg) translateX(-50%);
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    -o-transform: rotate(0deg) translateX(-50%);
  }
  100% {
    transform: rotate(-360deg) translateX(-50%);
    -webkit-transform: rotate(-360deg) translateX(-50%);
    -moz-transform: rotate(-360deg) translateX(-50%);
    -ms-transform: rotate(-360deg) translateX(-50%);
    -o-transform: rotate(-360deg) translateX(-50%);
  }
}
.contact-us-fin {
  overflow: hidden;
  background-color: var(--color-lotion-light);
}
.contact-us-fin .common-btn__variation9 {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .contact-us-fin__form-wrap {
    margin-left: auto;
    max-width: 935px;
  }
}
.contact-us-fin__form .input-group {
  display: flex;
  border-radius: 24px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  overflow: hidden;
  padding: 31px 37px;
}
@media only screen and (max-width: 1399.98px) {
  .contact-us-fin__form .input-group {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .contact-us-fin__form .input-group {
    padding: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-us-fin__form .input-group {
    padding: 31px 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-us-fin__form .input-group {
    padding: 20px;
  }
}
.contact-us-fin__form .input-group input,
.contact-us-fin__form .input-group textarea {
  width: 100%;
  margin-top: 18px;
  border: none;
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background-color: transparent;
}
@media only screen and (max-width: 1399.98px) {
  .contact-us-fin__form .input-group input,
  .contact-us-fin__form .input-group textarea {
    margin-top: 8px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-us-fin__form .input-group input,
  .contact-us-fin__form .input-group textarea {
    margin-top: 18px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-us-fin__form .input-group input,
  .contact-us-fin__form .input-group textarea {
    margin-top: 8px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-us-fin__form .input-group input,
  .contact-us-fin__form .input-group textarea {
    font-size: 20px;
  }
}
.contact-us-fin__form .input-group input::placeholder,
.contact-us-fin__form .input-group textarea::placeholder {
  color: var(--primary-black);
  opacity: 0.5;
}
.contact-us-fin__form .input-group textarea {
  height: 180px;
  resize: none;
}
@media only screen and (max-width: 767.98px) {
  .contact-us-fin__form .input-group textarea {
    height: 100px;
  }
}
.contact-us-fin__form .input-group label {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (min-width: 1200px) {
  .contact-us-fin__info {
    max-width: 583px;
  }
}
.contact-us-fin__info .section__header-title-v9 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us-fin__info .section__header-title-v9 {
    margin-bottom: 42.5px;
  }
}
.contact-us-fin__info-card {
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 767.98px) {
  .contact-us-fin__info-card {
    gap: 20px;
  }
}
.contact-us-fin__info-card:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us-fin__info-card:not(:last-child) {
    margin-bottom: 25px;
  }
}
.contact-us-fin__info-card .card-icon {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 767.98px) {
  .contact-us-fin__info-card .card-icon {
    width: 40px;
    height: 40px;
  }
}
.contact-us-fin__info-card .card-icon svg,
.contact-us-fin__info-card .card-icon i {
  color: var(--primary-theme-color);
}
.contact-us-fin__info-card .card-icon span {
  display: inherit;
}
.contact-us-fin__info-card .card-content .h6 {
  font-style: normal;
  font-weight: 500;
}
@media only screen and (min-width: 1400px) {
  .contact-us-fin__info-card .card-content .h6 {
    font-size: 32px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 1599.98px) {
  .contact-us-fin__info-card .card-content .h6 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-us-fin__info-card .card-content .h6 {
    font-size: 18px;
  }
}
.contact-us-fin__info-card .card-content .card-info {
  color: var(--Body-text-color, #555);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us-fin__info-card .card-content .card-info {
    font-size: 16px;
    margin-top: 5px;
  }
}
.contact-us-fin__arrow {
  position: relative;
  top: 150px;
  left: 200px;
}
@media only screen and (max-width: 1399.98px) {
  .contact-us-fin__arrow {
    top: 50px;
    left: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-us-fin__arrow {
    display: none;
  }
}
.contact-us-fin__arrow svg,
.contact-us-fin__arrow i {
  color: rgba(15, 15, 15, 0.08);
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
  50% {
    transform: translateX(-20px);
  }
}
/*================================================
22. Google-map CSS
=================================================*/
.google-map__map {
  min-height: 600px;
  max-height: 600px;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .google-map__map {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .google-map__map {
    min-height: 450px;
  }
}
@media only screen and (max-width: 991.98px) {
  .google-map__map {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .google-map__map {
    min-height: 350px;
  }
}
.google-map__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*================================================
23. 404 Error CSS
=================================================*/
.error__area {
  min-height: 100vh;
}
.error__area p {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (min-width: 992px) {
  .error__area p {
    font-size: 24px;
  }
}
.error__title {
  font-style: normal;
  font-weight: 600 !important;
  line-height: 114.286%;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1199.98px) {
  .error__title {
    font-size: 70px;
  }
}
.error__figure {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .error__figure {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 60%;
  }
}
.error__btns {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .error__btns {
    margin-top: 20px;
  }
}

/*================================================
24. showcase CSS
=================================================*/
.side__social {
  position: fixed;
  top: 50%;
  right: 50px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .side__social {
    right: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .side__social {
    right: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .side__social {
    right: 10px;
  }
}
.side__social li {
  color: var(--color-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.side__social li:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .side__social li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .side__social li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.side__social li:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.side__social li a {
  display: block;
}

.showcase-v2__wrapper {
  height: 100vh;
  position: relative;
  z-index: 999;
  padding: 0 50px;
}
@media only screen and (max-width: 991.98px) {
  .showcase-v2__wrapper {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .showcase-v2__wrapper {
    padding: 0 20px;
  }
}
.showcase-v2__ul {
  margin: 0;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  margin-bottom: auto;
  max-height: 90%;
}
.showcase-v2__ul li:first-child .showcase-v2__bg-image {
  opacity: 1;
  visibility: visible;
}
.showcase-v2__ul li:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .showcase-v2__ul li:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .showcase-v2__ul li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.showcase-v2__ul li:last-child {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991.98px) {
  .showcase-v2__ul li:last-child {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .showcase-v2__ul li:last-child {
    margin-bottom: 20px;
  }
}
.showcase-v2__item.active .showcase-v2__link {
  color: var(--color-white);
}
.showcase-v2__item.active .showcase-v2__bg-image {
  opacity: 1;
  visibility: visible;
}
.showcase-v2__link {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  font-size: 100px;
  font-family: var(--ff-instrument-sans);
  font-weight: 500;
  line-height: 104%;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .showcase-v2__link {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .showcase-v2__link {
    font-size: 35px;
  }
}
.showcase-v2__link::after {
  counter-increment: steps;
  content: "0" counter(steps);
  position: absolute;
  top: -32px;
  right: -25px;
  font-size: 24px;
  font-family: var(--ff-instrument-sans);
  line-height: 433.333%;
}
@media only screen and (max-width: 767.98px) {
  .showcase-v2__link::after {
    top: -30px;
    right: -30px;
    font-size: 18px;
  }
}
.showcase-v2__bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.showcase-v2__bg-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.showcase-v2__bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/*================================================
25. funfact CSS
=================================================*/
.funfact__items {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .funfact__items {
    flex-wrap: wrap;
  }
}
.funfact__item {
  border: 1px solid #ececec;
  padding: 38px 48px 30px;
  width: 420px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1599.98px) {
  .funfact__item {
    width: calc(33.3333333333% - 45px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .funfact__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767.98px) {
  .funfact__item {
    padding: 18px 28px 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .funfact__item {
    width: 100%;
  }
}
.funfact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 68px;
}
@media only screen and (max-width: 1199.98px) {
  .funfact__content {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .funfact__content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .funfact__content {
    margin-bottom: 20px;
  }
}
.funfact__content p {
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}
@media only screen and (max-width: 767.98px) {
  .funfact__content p {
    font-size: 16px;
  }
}
.funfact__content svg {
  color: var(--gray);
}
.funfact__count {
  color: var(--primary-theme-color);
  font-weight: 500;
  line-height: 121.875%;
  display: flex;
  align-items: center;
}
.funfact__count .odometer-digit {
  padding: 0 1px;
}

.funfact-mar__item {
  text-align: center;
  padding: 60px 0;
  background: #f8f8f9;
}
.funfact-mar__item .h3 {
  font-style: normal;
  font-weight: 600;
  display: inline-flex;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1200px) {
  .funfact-mar__item .h3 {
    font-size: 70px;
    line-height: 114.286%;
  }
}
@media only screen and (min-width: 992px) {
  .funfact-mar__item .h3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .funfact-mar__item .h3 {
    font-size: 40px;
  }
}
.funfact-mar__item .h3 .odometer-digit {
  padding: 0 2px;
}
.funfact-mar__item .h3 em {
  font-style: normal;
}
.funfact-mar__item .info {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .funfact-mar__item .info {
    font-size: 20px;
  }
}

/*================================================
26. image-slider CSS
=================================================*/
.image-slider img {
  width: 100%;
}
.image-slider .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #007aff;
}
.image-slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #007aff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/*================================================
27. resources CSS
=================================================*/
.resources-ca__area {
  background-color: #f7f8f9;
}
.resources-ca__slider-item {
  background-color: var(--color-white);
  position: relative;
  -webkit-backface-visibility: hidden;
  padding: 24px 26px;
  margin-bottom: 35px;
  max-width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media only screen and (max-width: 575.98px) {
  .resources-ca__slider-item {
    padding: 12px 13px;
  }
}
.resources-ca__slider-item-wrapper {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.resources-ca__slider-item-wrapper:hover .resources-ca__slider-thumb {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.resources-ca__slider-item-wrapper:hover .resources-ca__slider-content {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.resources-ca__slider-thumb, .resources-ca__slider-content {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 350px;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
@media only screen and (min-width: 576px) {
  .resources-ca__slider-thumb, .resources-ca__slider-content {
    min-height: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .resources-ca__slider-thumb, .resources-ca__slider-content {
    min-height: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .resources-ca__slider-thumb, .resources-ca__slider-content {
    min-height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .resources-ca__slider-thumb, .resources-ca__slider-content {
    min-height: 420px;
  }
}
@media only screen and (min-width: 1400px) {
  .resources-ca__slider-thumb, .resources-ca__slider-content {
    min-height: 448px;
  }
}
.resources-ca__slider-thumb {
  border-radius: 12px;
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.resources-ca__slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--primary-black);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.resources-ca__slider-meta .content-type {
  color: var(--primary-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}
.resources-ca__slider-meta .content-date {
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-left: 4px;
}
.resources-ca__slider-meta .content-date::before {
  content: "\f111";
  margin-right: 6px;
  font-size: 6px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary-black);
  opacity: 0.25;
}
.resources-ca__slider-title.h6 {
  line-height: 131.25%;
  font-weight: 500;
  margin-top: 6px;
}
.resources-ca__slider-title.h6 a:hover {
  color: var(--primary-theme-color);
}
@media only screen and (min-width: 1400px) {
  .resources-ca__slider-title.h6 {
    font-size: 32px;
  }
}
.resources-ca__slider-desc {
  color: var(--gray);
  font-size: 20px;
  line-height: 150%;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991.98px) {
  .resources-ca__slider-desc {
    margin-top: 12px;
  }
}
.resources-ca__slider-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}
@media only screen and (max-width: 991.98px) {
  .resources-ca__slider-tags {
    margin-top: 12px;
  }
}
.resources-ca__slider-tags a {
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.resources-ca__slider-content-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 36px 34px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}
@media only screen and (max-width: 991.98px) {
  .resources-ca__slider-content-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources-ca__slider-content-wrapper {
    padding: 15px;
  }
}
.resources-ca__slider-content-wrapper .read-more-btn {
  margin-top: 80px;
}
@media only screen and (max-width: 1599.98px) {
  .resources-ca__slider-content-wrapper .read-more-btn {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .resources-ca__slider-content-wrapper .read-more-btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .resources-ca__slider-content-wrapper .read-more-btn {
    margin-top: 30px;
  }
}
.resources-ca__slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 991.98px) {
  .resources-ca__slider-navigation {
    gap: 16px;
  }
}
.resources-ca__slider-prev, .resources-ca__slider-next {
  color: var(--gray);
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 991.98px) {
  .resources-ca__slider-prev, .resources-ca__slider-next {
    width: 30px;
    height: 30px;
  }
}
.resources-ca__slider-pagination {
  max-width: fit-content;
}
.resources-ca__slider-pagination .swiper-pagination-bullet {
  background-color: var(--color-theme-1);
  height: 16px;
  width: 16px;
}
@media only screen and (max-width: 991.98px) {
  .resources-ca__slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/*================================================
28. testimonial CSS
=================================================*/
.testimonial-ca__wrapper {
  max-height: 820px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .testimonial-ca__wrapper .col:nth-child(odd) {
    transform: translateY(48px);
    -webkit-transform: translateY(48px);
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    -o-transform: translateY(48px);
  }
}
.testimonial-ca__item {
  border-radius: 52px;
  background: var(--color-white);
  border: 1px solid rgba(15, 15, 15, 0.12);
  opacity: 0.6;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1599.98px) {
  .testimonial-ca__item {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
}
.testimonial-ca__item:hover {
  opacity: 1 !important;
}
.testimonial-ca__item-author {
  padding: 24px 24px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-ca__item-author-avatar {
  border-radius: 100%;
  max-width: 70px;
  max-height: 70px;
  width: 100%;
}
.testimonial-ca__item-author-info h6.h6 {
  color: var(--color-black);
  font-family: var(--ff-dm-sans);
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .testimonial-ca__item-author-info h6.h6 {
    font-size: 20px;
    line-height: 240%;
  }
}
.testimonial-ca__item-author-info p {
  line-height: 162.5%;
}
@media only screen and (min-width: 992px) {
  .testimonial-ca__item-author-info p {
    margin-top: -5px;
  }
}
.testimonial-ca__item-content {
  margin-top: 80px;
  padding: 0 32px;
}
@media only screen and (max-width: 1599.98px) {
  .testimonial-ca__item-content {
    margin-top: 40px;
  }
}
.testimonial-ca__item-footer {
  margin-top: 48px;
  padding: 0 32px 48px;
}
@media only screen and (max-width: 1599.98px) {
  .testimonial-ca__item-footer {
    padding-bottom: 24px;
    margin-top: 35px;
  }
}
.testimonial-ca__item.active {
  opacity: 1;
}
.testimonial-ca__view-all {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, var(--color-white) 8%, rgba(255, 255, 255, 0) 81.04%);
  display: flex;
  justify-content: center;
  align-items: end;
}
.testimonial-ca__view-all .common-btn__variation3 {
  margin-bottom: 80px;
}

.testimonial-la__slider .swiper-wrapper {
  padding-bottom: 48px;
}
.testimonial-la__slider .swiper-pagination {
  line-height: 0;
}
@media only screen and (min-width: 576px) {
  .testimonial-la__slider .swiper-pagination {
    text-align: left;
  }
}
.testimonial-la__slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ececec;
  opacity: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-la__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-la__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.testimonial-la__slider .swiper-pagination-bullet-active {
  width: 45px;
  background: var(--color-tan);
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-la__slider .swiper-pagination-bullet-active {
    width: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-la__slider .swiper-pagination-bullet-active {
    width: 30px;
  }
}
.testimonial-la__slider-item {
  cursor: grab;
}
.testimonial-la__slider-item .author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-la__slider-item .author__avatar {
  max-width: 60px;
  width: 100%;
  height: 60px;
}
.testimonial-la__slider-item .author__avatar img {
  width: 100%;
}
.testimonial-la__slider-item .author__title {
  color: var(--primary-black);
  font-family: var(--ff-ranade);
  font-style: normal;
  font-weight: 400;
  line-height: 136.364%;
}
@media only screen and (min-width: 992px) {
  .testimonial-la__slider-item .author__title {
    font-size: 22px;
  }
}
.testimonial-la__slider-item .author__designation {
  margin-top: 2px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-la__slider-item .author__designation {
    font-size: 12px;
  }
}
.testimonial-la__slider-item .author__testimonial {
  color: var(--primary-black);
  font-family: var(--ff-ranade);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial-la__slider-item .author__testimonial {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-la__slider-item .author__testimonial {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-la__slider-item .author__testimonial {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-la__slider-item .author__testimonial {
    font-size: 25px;
  }
}

/*================================================
29. testimonial CSS
=================================================*/
.cta-ca__area {
  background-image: url("../img/cta/cta-bg-Image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.cta__form {
  background: #f1f3f6;
  backdrop-filter: blur(21px);
  padding: 52px 60px 60px;
  width: 100%;
  border-radius: 16px;
}
@media only screen and (max-width: 991.98px) {
  .cta__form {
    padding: 35px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}
.cta__form input,
.cta__form textarea {
  color: var(--primary-black);
  background: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  border-radius: 8px;
  border: 1px solid var(--color-white);
  resize: none;
  padding: 15px 20px;
}
@media only screen and (max-width: 991.98px) {
  .cta__form input,
  .cta__form textarea {
    padding: 10px 15px;
  }
}
.cta__form input::placeholder,
.cta__form textarea::placeholder {
  color: var(--gray);
}
.cta__form input:focus,
.cta__form textarea:focus {
  box-shadow: unset;
  border-color: var(--primary-theme-color);
}
.cta__form .wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 16px;
  width: 100%;
}
.cta__form .common-btn__variation3 {
  margin-top: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .cta__form .common-btn__variation3 {
    width: 100%;
  }
}
.cta__form-title {
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .cta__form-title {
    line-height: 140%;
    font-size: 25px !important;
    margin-bottom: 32px;
  }
}

.cta-fit {
  margin-bottom: 75px;
}
.cta-fit .section__header-title-v10 {
  color: var(--color-white);
}
.cta-fit__wrapper {
  background-image: url("../img/cta/cta-fit-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 136px 0 232px;
}
@media only screen and (max-width: 991.98px) {
  .cta-fit__wrapper {
    padding: 75px 0 116px;
  }
}
.cta-fit__content {
  max-width: 680px;
  margin-right: 100px;
  margin-left: auto;
}
@media only screen and (max-width: 1199.98px) {
  .cta-fit__content {
    margin-right: 0;
  }
}
.cta-fit__content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin-top: 15px;
}
.cta-fit__form {
  max-width: 651px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 13.5px 40px;
  border: 1px solid var(--color-white);
  display: flex;
  flex-wrap: nowrap;
}
.cta-fit__form input {
  background-color: transparent;
  border: unset;
  padding: unset;
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  height: 100%;
}
.cta-fit__form input:focus {
  background-color: transparent;
  border: unset;
  box-shadow: unset;
  color: var(--color-white);
}
.cta-fit__form input::placeholder {
  color: var(--color-white);
}
.cta-fit__form button {
  position: relative;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 48px;
  height: 48px;
  padding: 0;
}

.cta-mar__area {
  overflow: hidden;
}
.cta-mar__area .text-slide h2.h2 {
  color: var(--primary-black);
  border: 1px solid #ececec;
  border-left: transparent;
  border-right: transparent;
}

/*================================================
30. video CSS
=================================================*/
.video-la__video {
  position: relative;
}
.video-la__video img {
  width: 100%;
}
.video-la__video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  width: 200px;
  height: 200px;
  background-color: var(--color-white);
  border-radius: 100%;
}
.video-la__video .popup-youtube i,
.video-la__video .popup-youtube svg {
  font-size: 40px;
  color: var(--color-tan);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
  .video-la__video .popup-youtube {
    width: 150px;
    height: 150px;
  }
  .video-la__video .popup-youtube i,
  .video-la__video .popup-youtube svg {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .video-la__video .popup-youtube {
    width: 100px;
    height: 100px;
  }
  .video-la__video .popup-youtube i,
  .video-la__video .popup-youtube svg {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .video-la__video .popup-youtube {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .video-la__video .popup-youtube {
    width: 50px;
    height: 50px;
  }
  .video-la__video .popup-youtube i,
  .video-la__video .popup-youtube svg {
    font-size: 15px;
  }
}

.video-mar__area {
  overflow: hidden;
  position: relative;
  height: 850px;
  z-index: 0;
}
@media only screen and (max-width: 1599.98px) {
  .video-mar__area {
    height: 500px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .video-mar__area {
    height: 380px;
  }
}
@media only screen and (max-width: 767.98px) {
  .video-mar__area {
    height: 280px;
  }
}
@media only screen and (max-width: 575.98px) {
  .video-mar__area {
    height: 180px;
  }
}
.video-mar__area .video-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video-mar__area .video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-ad__area {
  overflow: hidden;
  position: relative;
  height: 800px;
  z-index: 0;
  line-height: 0;
}
@media only screen and (max-width: 1599.98px) {
  .video-ad__area {
    height: 500px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .video-ad__area {
    height: 380px;
  }
}
@media only screen and (max-width: 767.98px) {
  .video-ad__area {
    height: 280px;
  }
}
@media only screen and (max-width: 575.98px) {
  .video-ad__area {
    height: 180px;
  }
}
.video-ad__area .video-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video-ad__area video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*================================================
31. Core Value css
=================================================*/
.core-value__area {
  background-color: #1a323b;
  background-image: url("../img/core-value/background-shape.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.core-value__area .section__header-v3 p {
  max-width: 645px;
  color: var(--color-white);
}
.core-value__items-outer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 76px;
  margin-top: 80px;
  padding: 0 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (max-width: 1399.98px) {
  .core-value__items-outer {
    gap: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .core-value__items-outer {
    margin-top: 40px;
    gap: 38px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .core-value__items-outer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.core-value__items-inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media only screen and (min-width: 768px) {
  .core-value__items-inner:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    padding-right: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .core-value__items-inner:first-child {
    padding-right: 76px;
  }
}
.core-value__item {
  display: flex;
  gap: 72px;
}
@media only screen and (max-width: 1399.98px) {
  .core-value__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991.98px) {
  .core-value__item {
    gap: 30px;
  }
}
.core-value__item-icon {
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  border-radius: 24px;
  background-image: linear-gradient(135deg, #ffffff, #386373 100%);
  color: var(--color-white);
  display: grid;
  place-content: center;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767.98px) {
  .core-value__item-icon {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .core-value__item-icon {
    margin: 0 auto;
  }
}
.core-value__item-icon::after {
  position: absolute;
  content: "";
  inset: 1px;
  background: #577e8d;
  z-index: -1;
  border-radius: 24px;
}
.core-value__item-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 162.5%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .core-value__item-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 992px) {
  .core-value__item-content p {
    -webkit-line-clamp: 2;
  }
}
.core-value__item-border-bottom {
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  margin-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .core-value__item-border-bottom {
    margin-top: 24px;
  }
}
.core-value__item-title {
  color: var(--color-white);
  font-family: var(--ff-dm-sans);
  line-height: 116.667%;
  margin-bottom: 21px;
}
@media only screen and (min-width: 576px) {
  .core-value__item-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (max-width: 1199.98px) {
  .core-value__item-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .core-value__item-title {
    margin-bottom: 10px;
  }
}

/*================================================
32. landmark css
=================================================*/
.landmark__area .section__header-v3 p {
  max-width: 750px;
  margin: 0 auto;
}
.landmark__slider {
  user-select: none;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .landmark__slider .swiper-slide:nth-child(even) {
    padding-top: 67px;
  }
}
@media only screen and (min-width: 576px) {
  .landmark__slider .swiper-slide:nth-child(even) {
    padding-top: 50px;
  }
}
.landmark__slider img {
  width: 100%;
}
.landmark__slider .landmark__slider-tags {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .landmark__slider .landmark__slider-tags {
    gap: 5px;
  }
}
.landmark__slider .landmark__slider-tags li {
  padding: 12px 20px;
  border-radius: 100px;
  border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, 0.9);
  color: var(--gray);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1599.98px) {
  .landmark__slider .landmark__slider-tags li {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .landmark__slider .landmark__slider-tags li {
    padding: 6px 10px;
    font-size: 16px;
  }
}
.landmark__slider .landmark__slider-next,
.landmark__slider .landmark__slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 20px;
  border-radius: 100%;
  background-color: var(--color-white);
}
@media only screen and (max-width: 1599.98px) {
  .landmark__slider .landmark__slider-next,
  .landmark__slider .landmark__slider-prev {
    padding: 10px;
  }
}
.landmark__slider .landmark__slider-next svg,
.landmark__slider .landmark__slider-prev svg {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1599.98px) {
  .landmark__slider .landmark__slider-next svg,
  .landmark__slider .landmark__slider-prev svg {
    width: 30px;
    height: 30px;
  }
}
.landmark__slider .landmark__slider-next {
  right: 0;
}
.landmark__slider .landmark__slider-prev {
  left: 0;
}
.landmark__slide {
  position: relative;
}

/*================================================
33. latest-articles css
=================================================*/
.latest-articles__area .common-btn__variation6 {
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .latest-articles__area .common-btn__variation6 {
    margin-top: 20px;
  }
}
.latest-articles__card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  background: var(--color-white);
  border-radius: 16px;
  box-shadow: 0px 4px 60px 0px rgba(15, 15, 15, 0.06);
  padding: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .latest-articles__card {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1199.98px) {
  .latest-articles__card {
    flex-direction: row;
  }
}
@media only screen and (max-width: 575.98px) {
  .latest-articles__card {
    flex-direction: column;
  }
}
.latest-articles__card:hover .latest-articles__card-thumb img {
  transform: scale(1.15);
}
.latest-articles__card-thumb {
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .latest-articles__card-thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .latest-articles__card-thumb {
    width: 100%;
  }
}
.latest-articles__card-thumb img {
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .latest-articles__card-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .latest-articles__card-thumb img {
    width: 100%;
  }
}
.latest-articles__card-content {
  width: 100%;
}
.latest-articles__card-content p {
  margin-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.latest-articles__card-content h6.h6 {
  color: var(--primary-black);
  font-weight: 400;
  font-size: 20px;
}
.latest-articles__card-content h6.h6 a:hover {
  color: var(--primary-theme-color);
}
@media only screen and (min-width: 1200px) {
  .latest-articles__card-content h6.h6 {
    line-height: 150%;
  }
}
.latest-articles__card-content h6.h6:has(+ a) {
  margin-bottom: 24px;
}

/*================================================
34. Award css
=================================================*/
.award__item {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: start;
  overflow: hidden;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.08);
  transition: var(--transition);
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .award__item {
    padding: 10px 0;
    flex-direction: column;
  }
}
.award__item:first-child {
  border-top: 1px solid rgba(15, 15, 15, 0.08);
}
.award__item.active {
  padding: 30px 0;
}
.award__item.active .award__item-left .award {
  margin-top: 40px;
  position: relative;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .award__item.active .award__item-left .award {
    margin-top: 20px;
  }
}
.award__item.active .title.h4 {
  font-size: 48px;
  line-height: 120.833%;
}
@media only screen and (max-width: 1599.98px) {
  .award__item.active .title.h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .award__item.active .title.h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .award__item.active .title.h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .award__item.active .title.h4 {
    font-size: 15px;
  }
}
.award__item.active .year-wrapper {
  top: 45px;
}
@media only screen and (max-width: 991.98px) {
  .award__item.active .year-wrapper {
    top: 30px;
  }
}
.award__item.active .description {
  max-width: unset;
  margin: auto 0 0;
}
.award__item.active .description p {
  visibility: hidden;
  line-height: 0;
  width: 0;
}
@media only screen and (max-width: 991.98px) {
  .award__item.active .description p {
    font-size: 14px;
  }
}
.award__item.active .description .images {
  position: initial;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .award__item.active {
    padding: 45px 0;
  }
}
.award__item-left {
  min-width: 720px;
  max-width: 720px;
  width: 100%;
  transition: var(--transition);
}
@media only screen and (max-width: 1599.98px) {
  .award__item-left {
    min-width: 600px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .award__item-left {
    min-width: 500px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .award__item-left {
    min-width: 400px;
    max-width: 400px;
  }
}
.award__item-left .award {
  transition: all 0.5s ease-out;
  max-width: 292px;
  position: absolute;
  left: 190px;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1399.98px) {
  .award__item-left .award {
    left: 110px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .award__item-left .award {
    left: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .award__item-left .award {
    max-width: 230px;
    left: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .award__item-left .award p {
    font-size: 14px;
  }
}
.award__item-left .award img {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .award__item-left .award img {
    margin-top: 20px;
    width: 80px;
    height: 80px;
  }
}
.award__item .title.h4 {
  transition: all 0.2s ease-out;
  font-family: var(--ff-dm-sans);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.364%;
}
.award__item .title.h4::before {
  counter-increment: steps;
  content: counter(steps) "/ ";
}
@media only screen and (max-width: 1599.98px) {
  .award__item .title.h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .award__item .title.h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .award__item .title.h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .award__item .title.h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .award__item .title.h4 {
    max-width: 93%;
  }
}
.award__item .description {
  max-width: 750px;
  width: 100%;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1599.98px) {
  .award__item .description {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .award__item .description {
    max-width: 380px;
  }
}
.award__item .description p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
.award__item .description .images {
  display: flex;
  align-items: end;
  gap: 24px;
  transition: all 0.5s ease-out;
  position: absolute;
  opacity: 0;
}
.award__item .year-wrapper {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
  transition: all 0.2s ease-out;
  color: var(--primary-black);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.364%;
  opacity: 0.5;
  max-width: 65px;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 1399.98px) {
  .award__item .year-wrapper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .award__item .year-wrapper {
    font-size: 14px;
    top: 10px;
  }
}

.awards-mar__area .section__header-title-v11 {
  text-transform: initial;
}
.awards-mar__item {
  display: flex;
  flex-wrap: nowrap;
  gap: 65px;
  align-items: center;
  border-top: 1px solid #ececec;
  transition: var(--transition);
  padding: 18px 30px;
  position: relative;
}
.awards-mar__item:not(:hover) {
  z-index: 0;
}
@media only screen and (max-width: 767.98px) {
  .awards-mar__item {
    gap: 20px;
    padding: 15px 20px;
  }
}
.awards-mar__item:last-child {
  border-bottom: 1px solid #ececec;
  transition: var(--transition);
}
.awards-mar__item:last-child:hover {
  border-bottom-color: var(--primary-theme-color);
}
.awards-mar__item:hover {
  border-top-color: var(--primary-theme-color);
  background-color: var(--primary-theme-color);
  z-index: 1;
}
.awards-mar__item:hover .item__thumb {
  transform: translateY(-50%) scale(1) rotate(18.785deg);
  opacity: 1;
}
.awards-mar__item:hover .item__content {
  color: var(--color-white);
}
.awards-mar__item .item__content {
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
@media only screen and (max-width: 767.98px) {
  .awards-mar__item .item__content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .awards-mar__item .item__content {
    font-size: 18px;
  }
}
.awards-mar__item .item__year {
  max-width: 100px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .awards-mar__item .item__year {
    max-width: 50px;
  }
}
.awards-mar__item .item__thumb {
  position: absolute;
  top: 50%;
  right: 27%;
  transform: translateY(-50%) scale(0) rotate(0);
  opacity: 0;
  transition: var(--transition);
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .awards-mar__item .item__thumb {
    max-width: 150px;
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .awards-mar__item .item__thumb {
    max-width: 120px;
    width: 100%;
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .awards-mar__item .item__thumb {
    max-width: 90px;
    width: 100%;
    right: 28%;
  }
}
.awards-mar__item .item__category {
  max-width: 180px;
  width: 100%;
  text-align: right;
  margin-left: auto;
}

/*================================================
35. case studies css
=================================================*/
.case-studies-health__masonry {
  display: grid;
  grid-template-areas: "a b c d" "a b c d" "a e c d" "a e f f" "a e f f";
  row-gap: 16px;
  column-gap: 16px;
}
@media only screen and (max-width: 991.98px) {
  .case-studies-health__masonry {
    grid-template-areas: "a b c" "a d e" "a f f";
  }
}
@media only screen and (max-width: 767.98px) {
  .case-studies-health__masonry {
    grid-template-areas: "a b" "a c" "a d" "e f";
  }
}
@media only screen and (max-width: 575.98px) {
  .case-studies-health__masonry {
    grid-template-areas: "a" "b" "c" "d" "e" "f";
  }
}
.case-studies-health__item {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  border-radius: 36px;
}
.case-studies-health__item.item-1 {
  grid-area: a;
}
.case-studies-health__item.item-2 {
  grid-area: b;
}
.case-studies-health__item.item-3 {
  grid-area: c;
}
.case-studies-health__item.item-4 {
  grid-area: d;
}
.case-studies-health__item.item-5 {
  grid-area: e;
}
.case-studies-health__item.item-6 {
  grid-area: f;
}
.case-studies-health__item::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  transform: scale(0.1);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.case-studies-health__item .common-btn__variation8--extend {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: var(--color-white);
  white-space: nowrap;
}
.case-studies-health__item:hover::before {
  transform: scale(1);
  opacity: 1;
}
.case-studies-health__item:hover .common-btn__variation8--extend {
  transform: translate(-50%, -50%) scale(1);
}
.case-studies-health__thumb {
  height: 100%;
}

.case-study-mar__area {
  overflow: hidden;
}
.case-study-mar__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 100px;
  top: 100px;
  background-color: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .case-study-mar__item {
    position: sticky;
    top: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .case-study-mar__item {
    gap: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .case-study-mar__item {
    gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .case-study-mar__item {
    gap: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .case-study-mar__item:last-child .case-study-mar__item-content {
    padding-bottom: 0;
  }
}
.case-study-mar__item-thumb {
  max-height: 977px;
  height: 100%;
  overflow: hidden;
}
.case-study-mar__item-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .case-study-mar__item-content {
    max-width: 528px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .case-study-mar__item-content {
    padding: 50px 20px 50px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .case-study-mar__item-content {
    padding: 0 20px 50px;
  }
}
.case-study-mar__item-content .item-sub-title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 575.98px) {
  .case-study-mar__item-content .item-sub-title {
    margin-bottom: 15px;
  }
}
.case-study-mar__item-content .item-sub-title.h5 {
  font-family: var(--ff-dm-sans);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: var(--primary-theme-color);
}
@media only screen and (min-width: 1200px) {
  .case-study-mar__item-content .item-sub-title.h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .case-study-mar__item-content .item-sub-title.h5 {
    font-size: 15px;
  }
}
.case-study-mar__item-content .case-study-number {
  color: #ececec;
  font-family: var(--ff-instrument-sans);
  font-size: 150px;
  font-style: normal;
  font-weight: 600;
  line-height: 84%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .case-study-mar__item-content .case-study-number {
    font-size: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-study-mar__item-content .case-study-number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .case-study-mar__item-content .case-study-number {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.case-study-mar__item-content .item-title {
  margin-bottom: 24px;
}
.case-study-mar__item-content .item-title.h3 {
  font-weight: 600;
  text-transform: initial;
}
@media only screen and (min-width: 1200px) {
  .case-study-mar__item-content .item-title.h3 {
    font-size: 70px;
    line-height: 114.286%;
  }
}
.case-study-mar__item-content .common-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .case-study-mar__item-content .common-btn {
    margin-top: 30px;
  }
}

/*================================================
36. Appointment studies css
=================================================*/
.appointment__area p {
  margin-top: 18px;
}
.appointment__area .container {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .appointment__area .container {
    gap: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .appointment__area .container {
    flex-direction: column;
  }
}
.appointment__thumb {
  max-width: 744px;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .appointment__thumb {
    width: calc(50% - 25px);
    max-width: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .appointment__thumb {
    width: 100%;
    max-width: unset;
  }
  .appointment__thumb img {
    width: 100%;
  }
}
.appointment__content {
  width: calc(100% - 844px);
}
@media only screen and (max-width: 1399.98px) {
  .appointment__content {
    width: 90%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .appointment__content {
    width: calc(50% - 25px);
    max-width: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .appointment__content {
    width: 100%;
  }
}
.appointment__form > div:not(:last-child) {
  padding-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .appointment__form > div:not(:last-child) {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .appointment__form > div input:nth-child(2) {
    padding-top: 15px;
  }
}
.appointment__form input {
  width: 100%;
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: unset;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
  padding-bottom: 23px;
  transition: var(--transition);
}
@media only screen and (max-width: 575.98px) {
  .appointment__form input {
    padding-bottom: 15px;
  }
}
.appointment__form input::-webkit-outer-spin-button, .appointment__form input::-webkit-inner-spin-button, .appointment__form input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
.appointment__form input[type=number] {
  -moz-appearance: textfield;
}
.appointment__form input[type=time], .appointment__form input[type=date] {
  cursor: pointer;
}
.appointment__form input::-webkit-input-placeholder {
  color: var(--primary-black);
}
.appointment__form input::-moz-placeholder {
  color: var(--primary-black);
  opacity: 1;
}
.appointment__form input:-ms-input-placeholder {
  color: var(--primary-black);
  opacity: 1;
}
.appointment__form input::-ms-input-placeholder {
  color: var(--primary-black);
  opacity: 1;
}
.appointment__form input::placeholder {
  color: var(--primary-black);
  opacity: 1;
}
.appointment__form input:focus {
  border-color: var(--primary-black);
}
.appointment__form .nice-select {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: unset;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
  border-radius: 0;
  height: auto;
  padding: 0;
  padding-bottom: 23px;
}
.appointment__form .nice-select:focus {
  border-color: var(--primary-theme-color);
}
.appointment__form .nice-select::after {
  height: 10px;
  width: 10px;
}
.appointment__form .nice-select ul {
  width: 100%;
}
.appointment__form .nice-select .current {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--primary-black);
}
.appointment__form .input-date-time input {
  position: relative;
}
.appointment__form .input-date-time input:first-child::after, .appointment__form .input-date-time input:last-child::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: rgba(85, 85, 85, 0.6);
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  vertical-align: middle;
  transition: var(--transition);
}
.appointment__form .input-date-time input:focus::after {
  transform: translateY(-50%) rotate(-180deg);
}
.appointment__form .common-btn__variation8--extend {
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .appointment__form .common-btn__variation8--extend {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .appointment__form .common-btn__variation8--extend {
    margin-top: 25px;
  }
}

/*================================================
37. roadmap css
=================================================*/
.roadmap-fin {
  background: var(--color-lotion-light);
}
.roadmap-fin .section__header-v9 p {
  max-width: 804px;
}
.roadmap-fin__item {
  padding: 48px 60px 48px 0px;
  border: 1px solid #ececec;
  border-left: unset;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .roadmap-fin__item {
    padding: 25px 40px 25px 0px;
  }
}
.roadmap-fin__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 68px;
  background-color: #ececec;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991.98px) {
  .roadmap-fin__item::before {
    height: 45px;
  }
}
.roadmap-fin__item .h5 {
  font-weight: 600;
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (min-width: 1200px) {
  .roadmap-fin__item .h5 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .roadmap-fin__item .h5 {
    font-size: 25px;
    line-height: 142.857%;
  }
}
@media only screen and (max-width: 991.98px) {
  .roadmap-fin__item .h5 {
    margin-top: 20px;
  }
}
.roadmap-fin__item p {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.roadmap-fin__number {
  position: relative;
  padding-left: 40px;
}
.roadmap-fin__number::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 1px;
  background-color: #ececec;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.roadmap-fin__number::after {
  counter-increment: steps;
  content: "0" counter(steps);
  color: var(--primary-black);
  font-size: 28px;
  font-weight: 500;
  line-height: 142.857%;
}
.roadmap-fin__icon {
  color: red;
  width: max-content;
  padding: 8px;
  margin-top: 36px !important;
}
@media only screen and (max-width: 991.98px) {
  .roadmap-fin__icon {
    margin-top: 20px;
    max-width: 40%;
  }
}
/*================================================
38. choose-us css
=================================================*/
.choose-us-fin {
  background: var(--color-lotion-light);
}
.choose-us-fin .section__header-v9 p {
  max-width: 687px;
  margin: 0;
}
.choose-us-fin__tabs .nav {
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-fin__tabs .nav {
    gap: 10px;
  }
}
.choose-us-fin__tabs .nav-pills .nav-item {
  display: inline-block;
  width: max-content;
}
.choose-us-fin__tabs .nav-pills .nav-link,
.choose-us-fin__tabs .nav-pills .show > .nav-link {
  border-bottom: 1px solid rgba(15, 15, 15, 0.15);
  border-radius: unset;
  padding: 0;
  padding-bottom: 8px;
  background-color: unset;
  color: rgba(15, 15, 15, 0.5);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-fin__tabs .nav-pills .nav-link,
  .choose-us-fin__tabs .nav-pills .show > .nav-link {
    font-size: 18px;
    padding-bottom: 2px;
  }
}
.choose-us-fin__tabs .nav-pills .nav-link.active,
.choose-us-fin__tabs .nav-pills .show > .nav-link {
  color: var(--primary-theme-color);
  border-color: var(--primary-theme-color);
}
.choose-us-fin__tabs .tab-content > .active {
  color: var(--gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.choose-us-fin__video .video {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .choose-us-fin__video .video {
    max-width: 700px;
    margin-left: auto;
  }
}
.choose-us-fin__video .video img {
  width: 100%;
}
.choose-us-fin__video .video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose-us-fin__video .video .popup-youtube i,
.choose-us-fin__video .video .popup-youtube svg {
  font-size: 65px;
  color: var(--color-arctic-lime);
  width: 56px;
  height: 63px;
}

.choose-us-fit__thumb {
  border-radius: 32px;
  overflow: hidden;
}
.choose-us-fit__thumb img {
  width: 100%;
}
.choose-us-fit__content {
  max-width: 737px;
}
.choose-us-fit__content p {
  color: var(--primary-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  margin-top: 22px;
  opacity: 0.75;
}
.choose-us-fit__content .common-btn__variation10 {
  margin-top: 52px;
}
.choose-us-fit__service-lists {
  margin-top: 45px !important;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-fit__service-lists {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .choose-us-fit__service-lists {
    margin-top: 20px !important;
  }
}
.choose-us-fit__service-lists li {
  color: rgba(15, 15, 15, 0.75);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}
.choose-us-fit__service-lists li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .choose-us-fit__service-lists li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.choose-us-fit__service-lists li .list-title {
  position: relative;
  padding-left: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 7px;
}
@media only screen and (min-width: 992px) {
  .choose-us-fit__service-lists li .list-title {
    font-size: 24px;
  }
}
.choose-us-fit__service-lists li .list-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: var(--transition);
  color: #76ca66;
  background-color: #25314c;
  border-radius: 20px;
  display: grid;
  place-content: center;
  overflow: hidden;
}

.choose-us-mar__area .section__header-title-v11.h2 {
  font-weight: 400;
  text-transform: initial;
  color: rgba(15, 15, 15, 0.6);
}

/*================================================
39. products css
=================================================*/
.products-fit__gallery {
  gap: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .products-fit__gallery {
    gap: 10px;
  }
}
.products-fit__gallery-item {
  flex: 1;
}

/*================================================
40. products css
=================================================*/
.pricing-fit .section__header-v10 p {
  color: var(--primary-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  opacity: 0.75;
}
.pricing-fit__item {
  padding: 40px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767.98px) {
  .pricing-fit__item {
    padding: 25px;
  }
}
.pricing-fit__item:hover::after {
  background-image: url("../img/pricing/pricing-border-active.png");
}
.pricing-fit__item:hover .pricing-fit__item-facilitys {
  opacity: 1;
}
.pricing-fit__item:hover .pricing-fit__item-buy-plan {
  color: initial;
}
.pricing-fit__item:hover .pricing-fit__item-buy-plan::after {
  background-image: url("../img/pricing/pricing-button-active.png");
}
.pricing-fit__item.active:hover::after {
  background-image: url("../img/pricing/pricing-border.png");
}
.pricing-fit__item.active:hover .pricing-fit__item-buy-plan::after {
  background-image: url("../img/pricing/pricing-button.png");
}
.pricing-fit__item::after {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("../img/pricing/pricing-border.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transition: var(--transition);
}
.pricing-fit__item.active::after {
  background-image: url("../img/pricing/pricing-border-active.png");
}
.pricing-fit__item.active .pricing-fit__item-buy-plan::after {
  background-image: url("../img/pricing/pricing-button-active.png");
}
.pricing-fit__item-package {
  display: inline-block;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 145.455%;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .pricing-fit__item-package {
    font-size: 15px;
  }
}
.pricing-fit__item-price {
  border-bottom: 1px solid #ececec;
}
.pricing-fit__item-price.h4 {
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 8px 0 24px;
}
@media only screen and (min-width: 992px) {
  .pricing-fit__item-price.h4 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-fit__item-price.h4 {
    font-size: 30px;
  }
}
.pricing-fit__item-facilitys {
  opacity: 0.75;
  transition: var(--transition);
  margin: 0;
}
.pricing-fit__item-facilitys.custom-ul {
  margin: 42px 0 55px;
}
@media only screen and (max-width: 767.98px) {
  .pricing-fit__item-facilitys.custom-ul {
    margin: 30px 0;
  }
}
.pricing-fit__item-facilitys li {
  position: relative;
  padding-left: 38px;
  color: var(--primary-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (max-width: 1399.98px) {
  .pricing-fit__item-facilitys li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pricing-fit__item-facilitys li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-fit__item-facilitys li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pricing-fit__item-facilitys li {
    font-size: 15px;
  }
}
.pricing-fit__item-facilitys li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-fit__item-facilitys li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 20px;
  width: 20px;
  height: 20px;
  font-weight: 400;
  vertical-align: middle;
}
.pricing-fit__item-buy-plan {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 28px 0;
  transition: var(--transition);
  color: var(--primary-theme-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
}
@media only screen and (max-width: 991.98px) {
  .pricing-fit__item-buy-plan {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-fit__item-buy-plan {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pricing-fit__item-buy-plan {
    padding: 14px 0;
  }
}
.pricing-fit__item-buy-plan::after {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("../img/pricing/pricing-button.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transition: var(--transition);
}

/*================================================
41. Quote css
=================================================*/
.quote-fit {
  background-image: url(../img/quote/quote-fit-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 110px 0;
}
.quote-fit__blockquote {
  color: var(--primary-theme-color);
  border-radius: 0px 50px 50px 0px;
  background: #e1d8fb;
  max-width: 760px;
  width: 100%;
  padding: 50px;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .quote-fit__blockquote {
    max-width: 600px;
    padding: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quote-fit__blockquote {
    border-radius: 0px 25px 25px 0px;
    max-width: 450px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quote-fit__blockquote {
    padding: 20px;
    max-width: 400px;
  }
}
.quote-fit__blockquote > svg {
  margin-bottom: 27px;
  width: 109px;
  height: 103px;
}
@media only screen and (max-width: 991.98px) {
  .quote-fit__blockquote > svg {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
.quote-fit__blockquote-content {
  font-family: var(--ff-metal);
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.793%;
  background-color: transparent;
}
@media only screen and (max-width: 991.98px) {
  .quote-fit__blockquote-content {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quote-fit__blockquote-content {
    font-size: 35px;
  }
}
.quote-fit__blockquote-content::before {
  display: none;
}
.quote-fit__blockquote cite {
  font-family: var(--ff-instrument-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}
.quote-fit__blockquote cite::before {
  display: none;
}
.quote-fit__blockquote cite span {
  display: inline-block;
  white-space: nowrap;
}
.quote-fit__blockquote cite span.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}

/*================================================
42. scrol-down css
=================================================*/
.scroll-down {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(90deg) scale(-1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: var(--transition);
  cursor: pointer;
  color: var(--primary-theme-color);
  z-index: 1;
}
@media only screen and (max-width: 1599.98px) {
  .scroll-down {
    right: -40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down:hover {
  color: var(--primary-theme-color);
}
.scroll-down .line {
  width: 28px;
  height: 1.5px;
  background-color: var(--primary-theme-color);
  position: relative;
}
.scroll-down .line::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--primary-theme-color);
}

/*================================================
43. Team-details CSS
=================================================*/
.team-details__area {
  overflow: hidden;
}
.team-details__area .container {
  position: relative;
  z-index: 0;
}
.team-details__area .container::before {
  position: absolute;
  content: "";
  width: 630px;
  height: 630px;
  top: 0;
  left: -177px;
  border-radius: 630px;
  opacity: 0.2;
  background: #CFD6DC;
  z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
  .team-details__area .container::before {
    width: 500px;
    height: 500px;
    left: -150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-details__area .container::before {
    display: none;
  }
}
.team-details__card {
  align-items: center;
}
@media only screen and (min-width: 1400px) {
  .team-details__card {
    align-items: end;
  }
}
.team-details__card-thumb {
  position: relative;
  z-index: 0;
  border-radius: 14px;
  overflow: hidden;
}
.team-details__card-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  background: #CFD6DC;
  border-radius: 14px;
  z-index: -1;
  transition: var(--transition);
}
.team-details__card-thumb img {
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .team-details__card-content {
    margin-bottom: 30px;
  }
}
.team-details__card-content .wellcome {
  display: inline-block;
  color: var(--primary-theme-color);
  font-family: var(--ff-instrument-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.667%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991.98px) {
  .team-details__card-content .wellcome {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-details__card-content .wellcome {
    font-size: 18px;
  }
}
.team-details__card-content h2.h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1599.98px) {
  .team-details__card-content h2.h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .team-details__card-content h2.h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .team-details__card-content h2.h2 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-details__card-content h2.h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-details__card-content h2.h2 {
    font-size: 40px;
  }
}
.team-details__card-content p {
  margin-bottom: 40px;
  color: var(--gray);
  font-family: var(--ff-instrument-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
@media only screen and (max-width: 991.98px) {
  .team-details__card-content p {
    margin-bottom: 30px;
  }
}
.team-details__card-content .portfolio {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .team-details__card-content .portfolio {
    margin-bottom: 25px;
  }
}
.team-details__card-content .portfolio h5.h5 {
  color: var(--primary-black);
  font-family: var(--ff-instrument-sans);
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .team-details__card-content .portfolio h5.h5 {
    font-size: 18px;
    line-height: 133.333%;
  }
}
.team-details__card-content .portfolio-lists {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 575.98px) {
  .team-details__card-content .portfolio-lists {
    flex-wrap: wrap;
  }
}
.team-details__card-content .portfolio-lists li {
  padding: 3px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--color-black);
}
.team-details__card-content .portfolio-lists li a {
  display: inline-block;
  color: var(--gray);
  font-family: var(--ff-dm-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: var(--transition);
}
.team-details__card-content .portfolio-lists li:hover a {
  color: var(--primary-theme-color);
}
.team-details__card-content .contact {
  display: flex;
  align-items: center;
  gap: 14px;
}
.team-details__card-content .contact span {
  color: #1A1A1A;
  font-family: var(--ff-instrument-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
.team-details__card-content .contact-lists {
  display: flex;
  align-items: center;
}
.team-details__card-content .contact-lists li {
  width: 30px;
  height: 30px;
  color: var(--primary-black);
  background-color: transparent;
  transition: all 0.3s ease;
  border-radius: 100%;
  display: grid;
  place-content: center;
  font-size: 12px;
}
.team-details__card-content .contact-lists li a {
  display: block;
}
.team-details__card-content .contact-lists li:hover {
  background-color: var(--primary-theme-color);
  color: var(--color-white);
}

.pluse {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.pluse::after, .pluse::before {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.pluse::after {
  width: 90px;
  height: 90px;
  animation: pluse_animate 3.5s infinite linear;
  animation-delay: 1s;
}
@media only screen and (max-width: 1399.98px) {
  .pluse::after {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pluse::after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pluse::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pluse::after {
    width: 30px;
    height: 30px;
  }
}
.pluse:before {
  width: 100px;
  height: 100px;
  animation: pluse_animate 3s infinite linear;
  animation-delay: 1s;
}
@media only screen and (max-width: 1399.98px) {
  .pluse:before {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .pluse:before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pluse:before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pluse:before {
    width: 40px;
    height: 40px;
  }
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.5);
  }
}
.side-panel__mobile-menu .nav-item-wrapper .nav-item {
  margin-bottom: 15px;
}
.side-panel__mobile-menu .nav-item-wrapper .nav-item .nav-item-img img {
  width: 100%;
}
.side-panel__mobile-menu .nav-item-wrapper .nav-item .wpr-title {
  color: #fff;
  margin-top: 8px;
}
.side-panel__mobile-menu .nav-item-wrapper .nav-item a {
  border: none;
  width: 80% !important;
  padding: 13px 10%;
}

.header_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header__area-9 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

.hero_layer_9 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#main {
  display: flex;
}

.content {
  color: #fff;
  position: absolute;
  bottom: 120px;
  text-align: center;
  left: 50px;
  z-index: 99;
  font-size: 0.8em;
  text-transform: uppercase;
}
.content p {
  color: #fff;
}

.hero9_title {
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 30px;
}
.hero9_title span {
  font-family: "Instrument Sans", sans-serif;
  position: relative;
  padding-left: 30px;
}
.hero9_title span::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -20%;
  height: 2px;
  width: 70px;
  background-color: #fff;
}

.content a {
  color: rgba(227, 227, 227, 0.78);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.content a:hover {
  padding-bottom: 1px;
}

.buttons {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.buttons button {
  border: none;
  background-size: contain;
  background: url(https://raw.githubusercontent.com/Rajacharles/GSAP-Fullscreen-Slider/master/images/down-arrow.png) no-repeat;
  background-position: center;
  width: 10px;
  height: 30px;
  display: block;
  margin: 20px 0;
  padding: 0 15px;
  transition-duration: 0.6s;
}

.buttons button.next {
  transform: scaleY(-1);
}

.buttons button.next:active {
  transform: scaleY(-1) translateY(8px);
}

.buttons button.prev:active {
  transform: translateY(8px);
}

#main .part {
  flex: 1;
}

#main .part .section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#main .part .section img {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: var(--x);
  pointer-events: none;
}

.section {
  display: block;
  width: 100%;
  height: 100%;
}

.part:first-child h2 {
  display: block;
  top: 45% !important;
  left: 49% !important;
  position: absolute;
  z-index: 9999999999999 !important;
  width: 500px;
  background: transparent;
  height: 400px;
}

#main .part .section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.part p {
  opacity: 0;
  z-index: 1;
}

.part h2 {
  opacity: 0;
  z-index: 1;
}

.part.showed h2 {
  opacity: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .part.showed h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .part.showed h2 {
    font-size: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .part.showed h2 {
    font-size: 24px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
}
.part.showed h2 span {
  display: block;
  position: relative;
  padding-left: 90px;
  font-family: "Instrument Sans", sans-serif;
}
@media only screen and (max-width: 1199.98px) {
  .part.showed h2 span {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .part.showed h2 span {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .part.showed h2 span {
    padding-left: 30px;
  }
}
.part.showed h2 span::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  left: 0;
  top: 22px;
  background-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .part.showed h2 span::before {
    width: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .part.showed h2 span::before {
    width: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .part.showed h2 span::before {
    width: 25px;
  }
}

.part.showed p {
  opacity: 1;
  padding-left: 120px;
  padding-bottom: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .part.showed p {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 991.98px) {
  .part.showed p {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .part.showed p {
    padding-left: 20px;
  }
}

.part.showed h2 {
  opacity: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}

.part.showed h2 {
  opacity: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .part.showed h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .part.showed h2 {
    font-size: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .part.showed h2 {
    font-size: 24px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
}
.part.showed h2 span {
  display: block;
  position: relative;
  padding-left: 90px;
  font-family: "Instrument Sans", sans-serif;
}
@media only screen and (max-width: 1199.98px) {
  .part.showed h2 span {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .part.showed h2 span {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .part.showed h2 span {
    padding-left: 30px;
  }
}
.part.showed h2 span::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  left: 0;
  top: 22px;
  background-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .part.showed h2 span::before {
    width: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .part.showed h2 span::before {
    width: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .part.showed h2 span::before {
    width: 25px;
  }
}

.realizer-background-switcher1 {
  position: relative;
  overflow: hidden;
}
.realizer-background-switcher1 .bg-switcher-items {
  position: absolute;
  display: block;
  bottom: 0;
  width: calc(100% - 100px);
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
@media only screen and (max-width: 1200px) {
  .realizer-background-switcher1 .bg-switcher-items {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
    display: block;
    position: relative;
    bottom: auto;
    transform: translateX(0);
    left: 0;
    margin-bottom: 50px;
  }
}
.realizer-background-switcher1 .bg-switcher-items .bg-switcher-item {
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  float: left;
  width: 100%;
  max-width: 20%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  width: 100%;
  border-right: 0;
}
.realizer-background-switcher1 .bg-switcher-items .bg-switcher-item.active-item .bg-switcher-content .bg-switcher-link::before {
  transform: translateX(0) rotate(-45deg);
}
.realizer-background-switcher1 .bg-switcher-items .bg-switcher-item.active-item .bg-switcher-content-bottom {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .realizer-background-switcher1 .bg-switcher-items .bg-switcher-item {
    max-width: 100%;
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 1200px) {
  .realizer-background-switcher1 .bg-switcher-items .bg-switcher-item .bg-switcher-item-image {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.realizer-background-switcher1 .bg-switcher-images {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 22;
}
@media only screen and (max-width: 1200px) {
  .realizer-background-switcher1 .bg-switcher-images {
    display: none;
  }
}
.realizer-background-switcher1 .bg-switcher-images .bg-switcher-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.realizer-background-switcher1 .bg-switcher-images .bg-switcher-image.active-item {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.realizer-background-switcher1 .bg-switcher-content {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 5;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  padding-top: 35px;
}
@media only screen and (max-width: 1200px) {
  .realizer-background-switcher1 .bg-switcher-content {
    padding: 25px;
    width: 100%;
    z-index: 5;
    position: relative;
    height: 100%;
    align-items: end;
  }
}
.realizer-background-switcher1 .bg-switcher-content .bg-switcher-link {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: grid;
  place-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.realizer-background-switcher1 .bg-switcher-content .bg-switcher-link::before {
  position: absolute;
  inset: 0;
  font: var(--ff-instrument-sans);
  content: "\f061";
  transform: translateX(-100%) rotate(-45deg);
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
}
.realizer-background-switcher1 .bg-switcher-content .bg-switcher-info .bg-switcher-title {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
}
.realizer-background-switcher1 .bg-switcher-content .bg-switcher-info .bg-switcher-category {
  font-size: 15px;
  color: #fff;
  font-family: var(--ff-instrument-sans);
  font-weight: 400;
  letter-spacing: 0em;
}
.realizer-background-switcher1 .bg-switcher-content-bottom {
  position: absolute;
  left: 0;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .realizer-background-switcher1 .bg-switcher-content-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    width: 100%;
    flex-shrink: 0;
  }
}
.realizer-background-switcher1 .bg-switcher-content-bottom .bg-switcher-text {
  color: #fff;
  background-color: #000;
  padding: 30px;
  max-width: 100%;
}

.team-health__slider-content .content {
  position: inherit;
  text-align: start;
  color: inherit;
  bottom: inherit;
}

.team-health__slider-content .content p {
  color: inherit;
}

.team-health__slider-content .content a {
  color: inherit;
}

/*# sourceMappingURL=unikon-core.css.map */
