/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #f97316;
}

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

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0;
  }
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) / 2) !important;
  margin-left: calc(var(--bs-gutter-x) / 2) !important;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 clamp(180px, 12.396vw, 622px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .container-fluid {
    padding: 0 6vw;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 clamp(40px, 4vw, 58px);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #45474f;
  background: #fff;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 28px;
  height: 100% !important;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #45474f;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #f97316;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #1e1f20;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(29px, 2.5vw, 169px);
  /* 48px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 96px */
}

h2,
.h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 2.083vw, 99px);
  /* 40px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 66px */
}

h3,
.h3 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 1.667vw, 125px);
  /* 32px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 1.354vw, 67px);
  /* 26px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(20px, 1.354vw, 30px);
    /* 27px */
  }
}

h5,
.h5 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 1.146vw, 62px);
  /* 22px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}

h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(17px, 0.938vw, 40px);
  /* 18px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 27.6px */
}

.text-16,
p {
  color: #45474f;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 1399px) {
  .text-16,
  p {
    line-height: 160%;
    font-size: clamp(14px, 0.833vw, 28px);
    /* 16px */
  }
}
@media (max-width: 399px) {
  .text-16,
  p {
    font-size: clamp(14px, 0.833vw, 28px);
    /* 16px */
  }
}

.text-18 {
  font-size: clamp(15px, 0.938vw, 36px);
  /* 18px */
  line-height: 120%;
}

.eyebrow {
  color: #dd3842;
  text-transform: uppercase;
  font-size: clamp(10px, 0.729vw, 28px);
  /* 16px */
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(12px, 0.729vw, 28px);
  /* 14px */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.caption {
  font-size: clamp(10px, 0.625vw, 24px);
  /* 12px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 10px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Montserrat", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #92949f;
}

.hover-content {
  transition: all 0.5s ease-in-out;
}
.hover-content:hover {
  color: #f97316 !important;
}

.image-effect {
  position: relative;
  overflow: hidden;
}

.image-effect::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(33, 172, 148, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
  -ms-transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-40deg);
  z-index: 1;
}

.image-effect:hover::after {
  height: 250%;
  -webkit-transition: all 940ms ease-in-out;
  -o-transition: all 940ms ease-in-out;
  transition: all 940ms ease-in-out;
  background-color: transparent;
}

.image-effect:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.image-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #f97316 !important;
}

.color-sec {
  color: #fdba12 !important;
}

.color-ter {
  color: #dd3842 !important;
}

.color-quad {
  color: #1e3a8a !important;
}

.black {
  color: #0c0c0d !important;
}

.medium-black {
  color: #1e1f20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474f !important;
}

.light-gray {
  color: #92949f !important;
}

.lightest-gray {
  color: #eaeaec !important;
}

.white {
  color: #fafafa !important;
}

.bg-primary {
  background: #f97316 !important;
}

.bg-sec {
  background: #fdba12 !important;
}

.bg-ter {
  background: #dd3842 !important;
}

.bg-quad {
  background: #1e3a8a !important;
}

.bg-black {
  background: #0c0c0d !important;
}

.bg-medium-black {
  background: #1e1f20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474f !important;
}

.bg-light-gray {
  background: #92949f !important;
}

.bg-lightest-gray {
  background: #eaeaec !important;
}

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

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Montserrat", sans-serif;
}

.font-sec {
  font-family: "Poppins", sans-serif;
}

.br-4 {
  border-radius: 4px;
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-48 {
  border-radius: clamp(28px, 2.5vw, 68px);
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 7px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px) !important;
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px) !important;
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(40px, 2.5vw, 54px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-160 {
  margin-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 767px) {
  .mb-160 {
    margin-bottom: 66px;
  }
}

.mb-90 {
  margin-bottom: clamp(52px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 58px;
  }
}

.mb-100 {
  margin-bottom: clamp(52px, 5.208vw, 158px);
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 58px;
  }
}

.mb-96 {
  margin-bottom: clamp(52px, 5vw, 128px);
}
@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 58px;
  }
}

.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 44px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 44px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 44px;
  }
}

.mb-180 {
  margin-bottom: clamp(58px, 9.375vw, 260px);
}
@media (max-width: 575px) {
  .mb-180 {
    margin-bottom: 58px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 44px;
  }
}

.mt-90 {
  margin-top: clamp(32px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mt-90 {
    margin-top: 32px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 28px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 26px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-36 {
  margin-bottom: clamp(24px, 1.875vw, 64px);
}

.mb-32 {
  margin-bottom: clamp(24px, 1.667vw, 64px);
}

.mb-34 {
  margin-bottom: clamp(24px, 1.771vw, 64px);
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 68px;
  }
}

.mb-28 {
  margin-bottom: clamp(20px, 1.458vw, 58px);
}

.mb-24 {
  margin-bottom: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

.mb-20 {
  margin-bottom: clamp(16px, 1.042vw, 40px);
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: clamp(14px, 0.833vw, 32px);
}

.mb-12 {
  margin-bottom: clamp(9px, 0.625vw, 34px);
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

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

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.pb-48 {
  padding-bottom: 26px;
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pt-12 {
  padding-top: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 575px) {
  .pt-12 {
    padding-top: 8px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: clamp(18px, 1.25vw, 48px);
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: clamp(12px, 0.833vw, 32px) 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn-wrap {
  border-radius: 4px;
  border-right: 2px solid #f97316;
  border-left: 2px solid #f97316;
  padding: 0 4px;
  background-color: transparent;
  transition: box-shadow 0.5s ease;
}
.cus-btn-wrap span {
  display: inline-flex !important;
}
.cus-btn-wrap .cus-btn {
  border-radius: 4px;
  padding: clamp(14px, 0.938vw, 36px) clamp(12px, 1.667vw, 64px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 24px);
  background: #f97316;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cus-btn-wrap .cus-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
.cus-btn-wrap .cus-btn svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.cus-btn-wrap .cus-btn svg path {
  transition: all 0.5s ease-in-out;
}
.cus-btn-wrap .cus-btn .text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #fafafa;
  font-size: clamp(14px, 0.833vw, 42px);
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.cus-btn-wrap:hover {
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.45);
}
.cus-btn-wrap:hover .cus-btn::before {
  left: 0;
}
.cus-btn-wrap:hover .cus-btn .text {
  color: #f97316;
}
.cus-btn-wrap:hover .cus-btn svg {
  transform: scale(1.02) rotate(45deg);
}
.cus-btn-wrap:hover .cus-btn svg path {
  fill: #f97316;
}

.cus-btn-wrap2 {
  border-radius: 4px;
  border-right: 2px solid #f97316;
  border-left: 2px solid #f97316;
  padding: 0 4px;
  background-color: transparent;
  transition: box-shadow 0.5s ease;
}
.cus-btn-wrap2 span {
  display: inline-flex !important;
}
.cus-btn-wrap2 .cus-btn {
  padding: clamp(10px, 0.729vw, 28px) clamp(12px, 1.667vw, 64px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 24px);
  border: 2px solid #f97316;
  background: transparent;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: translateZ(0);
}
.cus-btn-wrap2 .cus-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f97316;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
.cus-btn-wrap2 .cus-btn svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.cus-btn-wrap2 .cus-btn svg path {
  fill: #1e1f20;
  transition: all 0.5s ease-in-out;
}
.cus-btn-wrap2 .cus-btn .text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #1e1f20;
  font-size: clamp(14px, 0.833vw, 42px);
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.cus-btn-wrap2:hover {
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.45);
}
.cus-btn-wrap2:hover .cus-btn::before {
  right: 0;
}
.cus-btn-wrap2:hover .cus-btn .text {
  color: #fafafa !important;
}
.cus-btn-wrap2:hover .cus-btn svg {
  transform: scale(1.1) rotate(45deg);
}
.cus-btn-wrap2:hover .cus-btn svg path {
  fill: #fafafa !important;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #f97316;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: none;
  color: #fafafa;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 94px);
  height: clamp(40px, 2.5vw, 94px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  border: 1px solid #45474f;
  background: #45474f;
  color: #fafafa;
  transition: all 0.5s ease-in-out;
  transform: scale(0.99);
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(8px, 0.625vw, 24px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  gap: clamp(8px, 0.625vw, 24px);
  display: inline;
}
.pagination #border-pagination li span {
  color: #f97316;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  width: clamp(26px, 1.667vw, 64px);
  height: clamp(26px, 1.667vw, 64px);
  border-radius: 6px;
  border: 1px solid #f97316;
  gap: clamp(8px, 0.625vw, 24px);
  color: #f97316;
  float: left;
  transition: all 0.5s ease-in-out;
  font-size: clamp(16px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.pagination #border-pagination li a:hover, .pagination #border-pagination li a.active {
  background-color: #f97316;
  color: #fafafa;
}
.pagination #border-pagination li a:hover svg path, .pagination #border-pagination li a.active svg path {
  fill: #fafafa;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 118px;
  height: 144px;
  padding-left: 0 !important;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.input-block .form-control {
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 72px);
  padding-left: clamp(23px, 1.25vw, 84px);
  border: none;
  border-bottom: 1px solid #92949f;
  background: transparent;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #141516;
  box-shadow: none;
  outline: 0;
}
.input-block .form-control:-webkit-autofill, .input-block .form-control:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-block .form-control:focus {
  box-shadow: none !important;
  outline: 0 !important;
  color: #0c0c0d !important;
  background: transparent !important;
}
.input-block .form-control::placeholder {
  color: #92949f;
  opacity: 1;
}

.input-block {
  position: relative;
}

.input-block svg {
  position: absolute;
  top: 13px;
  left: 0;
  width: clamp(14px, 0.938vw, 36px);
  height: clamp(14px, 0.938vw, 36px);
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
  color: #0c0c0d;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #92949f;
  font-size: clamp(15px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 150%;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #92949f;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 400;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #f97316;
  font-weight: 600;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #eaeaec;
  z-index: 9999999;
  display: grid;
  align-content: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(40px, 2.5vw, 54px);
  /* common */
}
#preloader svg {
  width: clamp(86px, 6.771vw, 320px);
  height: auto;
  animation: bounce 2s ease-in-out infinite, fadeIn 2s ease-in 1 forwards;
  opacity: 0;
}
#preloader .loading {
  font-size: 69px;
  letter-spacing: -8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 490px) {
  #preloader .loading {
    letter-spacing: -2px;
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  #preloader .loading {
    letter-spacing: -2px;
    font-size: 15px;
  }
}
#preloader .loading span {
  display: inline-block;
  margin: 0 -0.04em;
  font-size: clamp(58px, 4.5vw, 180px);
}
@media (max-width: 390px) {
  #preloader .loading span {
    letter-spacing: -2px;
    font-size: 45px;
  }
}
#preloader .loading07 span {
  position: relative;
  color: rgba(146, 148, 159, 0.2);
}
#preloader .loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #f97316;
  opacity: 0;
  transform: scale(1.5);
  animation: loading07 3s infinite;
}
#preloader .loading07 span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading07 span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading07 span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading07 span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading07 span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading07 span:nth-child(7)::after {
  animation-delay: 0.6s;
}
#preloader .loading07 span:nth-child(8)::after {
  animation-delay: 0.7s;
}
#preloader .loading07 span:nth-child(9)::after {
  animation-delay: 0.8s;
}
#preloader .loading07 span:nth-child(10)::after {
  animation-delay: 0.9s;
}

@keyframes loading07 {
  0%, 75%, 100% {
    transform: scale(1.3);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.row > div {
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
}

.drop-container {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wrapper-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4px, 0.417vw, 16px);
  background: transparent;
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.wrapper-dropdown svg {
  width: clamp(19px, 1.042vw, 48px);
  height: clamp(19px, 1.042vw, 48px);
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px #92949f;
  background: #fafafa;
  color: #92949f !important;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 16px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  color: #1e1f20 !important;
  font-weight: 500;
  padding: 0 clamp(10px, 0.729vw, 28px);
  line-height: 281.25%;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.5s ease-in-out;
  background-color: #f97316;
  color: #fafafa !important;
}
.wrapper-dropdown.active .topbar-dropdown {
  color: #0c0c0d;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

/*-------------------------
  layouts
-------------------------*/
.header {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: clamp(18px, 1.25vw, 48px);
}
.header .main-menu {
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #f97316;
  width: 100%;
  padding: clamp(13px, 1.25vw, 48px);
  z-index: 99;
}
@media (max-width: 580px) {
  .header .main-menu {
    padding: 16px;
  }
}
.header .main-menu .navigation {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .main-menu .navigation .header-logo {
  width: clamp(120px, 8vw, 432px);
}
@media (max-width: 1024px) {
  .header .main-menu .navigation .header-logo {
    width: 89%;
    height: auto;
  }
}
@media (max-width: 1399px) {
  .header .main-menu .navigation {
    margin-left: 0;
  }
}
.header .main-menu .navigation .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list,
.header .main-menu .navigation .main-menu__nav .main-menu__list ul,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .header .main-menu .navigation .main-menu__nav .main-menu__list,
  .header .main-menu .navigation .main-menu__nav .main-menu__list ul,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(24px, 1.667vw, 64px);
  }
}
@media (max-width: 1399px) {
  .header .main-menu .navigation .main-menu__nav .main-menu__list,
  .header .main-menu .navigation .main-menu__nav .main-menu__list ul,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list ul {
    gap: clamp(24px, 1.667vw, 64px);
    display: flex;
  }
}
@media (max-width: 1025px) {
  .header .main-menu .navigation .main-menu__nav .main-menu__list,
  .header .main-menu .navigation .main-menu__nav .main-menu__list ul,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list ul {
    display: none;
  }
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li > a,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(14px, 0.833vw, 52px);
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 150%;
  color: #1e1f20;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li > a::after,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f97316;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li > a.active,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #f97316;
  transition: 0.5s transform ease;
  font-weight: 500;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li > a.active::after,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li > a:hover,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #f97316;
  transition: 0.5s transform ease;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li > a:hover::after,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li:first-child a::before,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list > li.current, .header .main-menu .navigation .main-menu__nav .main-menu__list > li:hover,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li.current,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #f97316;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 10.938vw, 616px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #f97316;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #f97316;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li {
  margin-bottom: 2px;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li > a,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  line-height: 27px;
  color: #fafafa;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
  transition: 400ms;
  border-radius: 6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li > a::after,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
  border-radius: 6px;
  color: #f97316;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li > a::before,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li.current > a, .header .main-menu .navigation .main-menu__nav .main-menu__list li ul li:hover > a,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  z-index: 3;
  color: #f97316;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li.current > a::before, .header .main-menu .navigation .main-menu__nav .main-menu__list li ul li:hover > a::before,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::before,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::before {
  left: 0;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li.current > a::after, .header .main-menu .navigation .main-menu__nav .main-menu__list li ul li:hover > a::after,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li > ul,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li ul li > ul ul,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .main-menu .navigation .main-menu__nav .main-menu__list li:hover > ul,
.header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  padding: 6px;
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .main-menu .navigation .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .main-menu .navigation .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .main-menu .navigation .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .main-menu .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 1025px) {
  .header .main-menu .navigation .main-menu__right div {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header .main-menu__toggler {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .header .main-menu__toggler {
    display: flex !important;
  }
}
.header.stricky-fixed {
  transform: translateY(0);
}
.header .sticky-header__content {
  width: 100%;
  padding: 0 0;
  background: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.main-menu {
  padding: 0 !important;
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}
.stricky-header .sticky-header__content {
  width: 100%;
  padding: 0;
  background: #fafafa;
  backdrop-filter: blur(9px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (min-width: 1600px) {
  .stricky-header .sticky-header__content {
    padding: clamp(14px, 0.833vw, 32px) clamp(180px, 12.5vw, 622px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .stricky-header .sticky-header__content {
    padding: clamp(14px, 0.833vw, 32px) 6vw;
    width: 100%;
  }
}
.stricky-header .sticky-header__content .navigation {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stricky-header .sticky-header__content .navigation .header-logo {
  width: clamp(120px, 8vw, 432px);
}
@media (max-width: 1024px) {
  .stricky-header .sticky-header__content .navigation .header-logo {
    width: 89%;
    height: auto;
  }
}
@media (max-width: 1399px) {
  .stricky-header .sticky-header__content .navigation {
    margin-left: 0;
  }
}
.stricky-header .sticky-header__content .navigation .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list,
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list ul,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list,
  .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list ul,
  .stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list,
  .stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(24px, 1.667vw, 64px);
  }
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li > a,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(15px, 0.833vw, 52px);
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 150%;
  color: #1e1f20;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li > a::after,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f97316;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li > a.active,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #f97316;
  transition: 0.5s transform ease;
  font-weight: 500;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li > a.active::after,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li > a:hover,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #f97316;
  transition: 0.5s transform ease;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li > a:hover::after,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li:first-child a::before,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li.current, .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list > li:hover,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li.current,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #f97316;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 10.938vw, 616px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #f97316;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #f97316;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li {
  margin-bottom: 2px;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li > a,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  line-height: 27px;
  color: #fafafa;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
  transition: 400ms;
  border-radius: 6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li > a::after,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
  border-radius: 6px;
  color: #f97316;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li > a::before,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li.current > a, .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li:hover > a,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  z-index: 3;
  color: #f97316;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li.current > a::before, .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li:hover > a::before,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::before,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::before {
  left: 0;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li.current > a::after, .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li:hover > a::after,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li > ul,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li > ul.right-align,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li ul li > ul ul,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li:hover > ul,
.stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  padding: 6px;
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .stricky-header .sticky-header__content .navigation .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .stricky-header .sticky-header__content .navigation .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.stricky-header .sticky-header__content .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #45474f;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
  }
}
.mobile-nav__toggler:hover {
  color: #f97316;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  border-radius: clamp(18px, 1.25vw, 48px);
  margin: 12px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141516;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background: #fafafa;
  z-index: 10;
  position: relative;
  height: calc(100% - 24px);
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-top: 14px;
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(160px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #0c0c0d;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a .fa-solid {
  display: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #f97316;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #f97316;
  border: none;
  outline: none;
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  border-radius: 4px;
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #f97316;
  color: #fafafa;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #f97316;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #0c0c0d;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #f97316;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #0c0c0d;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #f97316;
}
.mobile-nav__contact li i {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #f97316;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fafafa;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.nav-bar .nav-link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-bar .nav-link li::before {
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #dd3842;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}

.hero-banner {
  background: url("../media/hero/hero-bg.webp") no-repeat;
  background-size: cover;
  padding: clamp(162px, 10vw, 392px) 0 clamp(52px, 4.063vw, 192px) 0;
}
.hero-banner .hero-content {
  display: flex;
  align-items: center;
}
.hero-banner .hero-content .man-img {
  width: clamp(228px, 17.813vw, 758px);
}
@media (max-width: 821px) {
  .hero-banner .hero-content .man-img {
    display: none;
  }
}
.hero-banner .hero-content .content {
  width: 100%;
  text-align: center;
}
.hero-banner .hero-content .content .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 24px);
  padding: clamp(5px, 0.521vw, 20px) clamp(8px, 0.625vw, 24px);
  border-radius: 4px;
  background: rgba(249, 115, 22, 0.1);
}
.hero-banner .hero-content .content .tag img {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.hero-banner .hero-content .content .tag p {
  font-size: clamp(15px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.hero-banner .hero-content .content .customer-satisfied {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.hero-banner .hero-content .content .customer-satisfied .user-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2px, 0.208vw, 8px);
  border-radius: 34px;
  border: 1.5px solid #f97316;
}
.hero-banner .hero-content .content .customer-satisfied .user-block img {
  width: clamp(30px, 1.823vw, 128px);
  height: clamp(30px, 1.823vw, 128px);
  position: relative;
}
.hero-banner .hero-content .content .customer-satisfied .user-block :nth-child(1) {
  z-index: 1;
}
.hero-banner .hero-content .content .customer-satisfied .user-block :nth-child(2) {
  margin-left: -16px;
  z-index: 2;
}
.hero-banner .hero-content .content .customer-satisfied .user-block :nth-child(3) {
  margin-left: -16px;
  z-index: 3;
}
.hero-banner .hero-content .content .customer-satisfied .user-block :nth-child(4) {
  margin-left: -16px;
  z-index: 4;
}
.hero-banner .hero-content .content .customer-satisfied .user-block :nth-child(5) {
  margin-left: -16px;
  z-index: 5;
}
.hero-banner .hero-content .content .customer-satisfied svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.hero-banner .banner-video {
  box-shadow: 0px 0px 20px 10px rgba(249, 115, 22, 0.25);
  border-radius: clamp(18px, 4.167vw, 128px);
  height: clamp(300px, 24.167vw, 928px);
  width: 100%;
  object-fit: cover;
}
@media (max-width: 490px) {
  .hero-banner .banner-video {
    height: 300px;
  }
}

.footer-banner .banner-wrapper {
  padding: clamp(28px, 2.5vw, 68px) clamp(10px, 3.047vw, 88px);
  background: #fef1e8;
  border-radius: clamp(24px, 1.667vw, 64px);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 821px) {
  .footer-banner .banner-wrapper {
    flex-wrap: wrap;
    row-gap: 32px;
    justify-content: center;
    text-align: center;
  }
}
.footer-banner .banner-wrapper .banner-img {
  width: clamp(408px, 37.135vw, 1268px);
  flex-shrink: 0;
}
.footer-banner .banner-wrapper .button-block {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 821px) {
  .footer-banner .banner-wrapper .button-block {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-banner .banner-wrapper .cus-btn-wrap2 .cus-btn svg path {
  fill: #f97316;
}

footer {
  padding: clamp(158px, 13.021vw, 368px) 0 clamp(34px, 2.083vw, 54px) 0;
  background: #f4f4f4;
  margin-top: -9.375vw;
}
@media (max-width: 821px) {
  footer {
    margin-top: -13.375vw;
  }
}
@media (max-width: 788px) {
  footer {
    margin-top: -17.375vw;
  }
}
@media (max-width: 490px) {
  footer {
    margin-top: -31.375vw;
  }
}
footer .footer-img {
  margin-bottom: clamp(6px, 0.521vw, 20px);
}
footer .footer-img img {
  width: clamp(128px, 10.052vw, 368px);
}
footer .svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
footer .social-icons {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
footer .social-icons .icon {
  width: clamp(34px, 2.083vw, 84px);
  height: clamp(34px, 2.083vw, 84px);
  border-radius: 4px;
  background: transparent;
  border: 1px solid #45474f;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-icons .icon svg {
  width: clamp(12px, 0.833vw, 42px);
  height: clamp(12px, 0.833vw, 42px);
}
footer .social-icons .icon svg path {
  fill: #45474f !important;
  transform: all 0.5s ease-in-out;
}
footer .social-icons .icon:hover {
  background-color: #f97316 !important;
  border-color: #f97316;
}
footer .social-icons .icon:hover svg path {
  fill: #dae5d7 !important;
}
footer .link-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 933px) {
  footer .link-block {
    margin: 0;
  }
}
footer .link-block a {
  margin-bottom: clamp(12px, 0.833vw, 32px);
  line-height: 160%;
  font-size: clamp(14px, 0.833vw, 32px);
  color: #45474f;
  font-weight: 400;
}
footer .link-block a:nth-last-child(1) {
  margin-bottom: 0;
}
footer .link-block a:hover {
  color: #f97316 !important;
}
footer .working-hour {
  margin-left: auto;
}
footer .working-hour .time-block {
  padding: clamp(10px, 1.25vw, 48px);
  background: #fff;
  border-radius: clamp(8px, 0.625vw, 24px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.833vw, 32px);
}
footer .working-hour .time-block svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
footer .newsletter-wrap {
  margin-top: clamp(34px, 4.479vw, 132px);
  margin-left: 1.615vw;
}
footer .newsletter-wrap .news-letter {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
footer .newsletter-wrap .news-letter input {
  height: clamp(48px, 2.917vw, 128px);
  width: 100%;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: none;
  padding: clamp(5px, 0.521vw, 20px) clamp(10px, 0.729vw, 28px);
  font-weight: 400;
  line-height: 160%;
  font-size: clamp(14px, 0.833vw, 32px);
  color: #45474f;
  background: #fff;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
footer .newsletter-wrap .news-letter input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
footer .newsletter-wrap .news-letter button {
  border-top: none;
  border-bottom: none;
  flex-shrink: 0;
}
footer .mb-50 {
  margin-bottom: clamp(38px, 2.604vw, 98px);
}
footer .privacy-text {
  text-align: center;
}
footer .privacy-text p {
  color: #0c0c0d;
  line-height: 160%;
}

.title-banner {
  background: url("../media/images/banner-bg.webp") no-repeat;
  background-size: cover;
  height: clamp(364px, 23.958vw, 664px);
}
.title-banner .title-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: clamp(198px, 10.833vw, 360px);
}
.title-banner .title-content .tag {
  border-radius: 4px;
  background: rgba(249, 115, 22, 0.1);
  padding: clamp(5px, 0.521vw, 20px) clamp(8px, 0.625vw, 24px);
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.title-banner .title-content .tag img {
  width: clamp(24px, 1.25vw, 48px);
  height: clamp(24px, 1.25vw, 48px);
}

.about-sec span {
  display: inline;
}
.about-sec .about-img-1 {
  border-radius: 60px 16px 16px 16px;
}
@media (max-width: 490px) {
  .about-sec .about-img-1 {
    border-radius: clamp(12px, 0.833vw, 32px);
    height: 240px;
    object-fit: cover;
  }
}
.about-sec .about-img-2 {
  border-radius: 16px 16px 80px 16px;
}
@media (max-width: 490px) {
  .about-sec .about-img-2 {
    border-radius: clamp(12px, 0.833vw, 32px);
    object-fit: cover;
    height: 240px;
  }
}
.about-sec .experience-block {
  width: 100%;
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background-color: #0c0c0d;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-sec .tick-icon {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  flex-shrink: 0;
}

.title-tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 24px);
  padding: clamp(5px, 0.521vw, 20px) clamp(8px, 0.625vw, 24px);
  border-radius: 4px;
  background: rgba(249, 115, 22, 0.1);
}
@media (max-width: 410px) {
  .title-tag {
    flex-wrap: wrap;
  }
}
.title-tag img {
  width: clamp(21px, 1.25vw, 48px);
  height: clamp(21px, 1.25vw, 48px);
}
@media (max-width: 410px) {
  .title-tag img {
    width: 32px;
    height: 32px;
  }
}
.title-tag p {
  font-size: clamp(15px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #f97316;
}

.text-center h2 span {
  display: inline;
}
@media (max-width: 490px) {
  .text-center h2 br {
    display: none;
  }
}

h2 span {
  display: inline;
}

.working-process {
  padding: clamp(52px, 5vw, 128px) 0;
  background: #f4f4f4;
}
.working-process .working-wrap {
  text-align: center;
}
.working-process .working-wrap .hero-content-block {
  display: flex;
  gap: clamp(18px, 1.25vw, 88px);
  align-items: center;
  position: relative;
}
@media (max-width: 590px) {
  .working-process .working-wrap .hero-content-block {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
.working-process .working-wrap .hero-content-block .hero-svg-1 {
  position: absolute;
  left: 13.521vw;
  top: 1.615vw;
  z-index: 0;
  width: 22.813vw;
  height: 10.295vw;
  pointer-events: none;
}
@media (max-width: 2010px) {
  .working-process .working-wrap .hero-content-block .hero-svg-1 {
    left: 13.896vw;
    top: 1.667vw;
  }
}
@media (max-width: 1399px) {
  .working-process .working-wrap .hero-content-block .hero-svg-1 {
    width: 29.813vw;
    height: 12.295vw;
    left: 15.896vw;
  }
}
@media (max-width: 1025px) {
  .working-process .working-wrap .hero-content-block .hero-svg-1 {
    display: none;
  }
}
.working-process .working-wrap .hero-content-block .hero-svg-2 {
  pointer-events: none;
  position: absolute;
  right: 12.104vw;
  top: 1.667vw;
  z-index: 0;
  width: 23.813vw;
  height: 10.295vw;
}
@media (max-width: 2010px) {
  .working-process .working-wrap .hero-content-block .hero-svg-2 {
    right: 12.948vw;
  }
}
@media (max-width: 1399px) {
  .working-process .working-wrap .hero-content-block .hero-svg-2 {
    width: 32.813vw;
    height: 12.295vw;
  }
}
@media (max-width: 1025px) {
  .working-process .working-wrap .hero-content-block .hero-svg-2 {
    display: none;
  }
}
.working-process .working-wrap .hero-content-block .block-1 {
  width: clamp(280px, 24.167vw, 1030px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(24px, 1.667vw, 64px);
}
@media (max-width: 1399px) {
  .working-process .working-wrap .hero-content-block .block-1 {
    width: 30.167vw;
  }
}
@media (max-width: 520px) {
  .working-process .working-wrap .hero-content-block .block-1 {
    width: auto;
  }
}
.working-process .working-wrap .hero-content-block .block-1 .num-icon {
  width: clamp(48px, 4.167vw, 160px);
  height: clamp(48px, 4.167vw, 160px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f3;
  border: 1px solid #45474f;
  color: #f97316;
  border-radius: 50%;
  font-size: clamp(24px, 1.563vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.working-process .working-wrap .hero-content-block .block-1:hover .num-icon {
  border: 1px solid #f97316;
}

.about-pagesec .content-block {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  padding: clamp(13px, 1.25vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: clamp(8px, 0.625vw, 24px);
  width: 100%;
  background: #fef1e8;
  text-align: center;
}
.about-pagesec .content-block .icon {
  display: flex;
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: clamp(4px, 0.417vw, 16px);
  background: #FFF;
  transition: all 0.5s ease-in-out;
}
.about-pagesec .content-block .icon svg path {
  transition: all 0.5s ease-in-out;
  fill: #1e1f20;
}
.about-pagesec .content-block:hover .icon {
  background: #f97316;
}
.about-pagesec .content-block:hover .icon svg path {
  fill: #fafafa;
}

.contact-sec .contact-wrapper {
  padding: clamp(16px, 1.667vw, 64px);
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #dae5d7;
  background: #fafafa;
  box-shadow: 0px 0px 16px 0px rgba(146, 148, 159, 0.15);
}
.contact-sec .svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}

.map-wrapper {
  border-radius: clamp(12px, 0.833vw, 32px);
  overflow: hidden;
  width: 100%;
}
.map-wrapper iframe {
  width: 100%;
  height: clamp(318px, 23.958vw, 848px);
}

.testimonial-wrapper-sec {
  overflow-x: hidden;
}
.testimonial-wrapper-sec .brand-slider-wrapper .brand-slider .brand-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-wrapper-sec .brand-slider-wrapper .brand-slider .brand-image img {
  width: clamp(178px, 13.214vw, 428px);
  height: clamp(48px, 3.333vw, 128px);
}
.testimonial-wrapper-sec .testimonial-slider .slick-list {
  padding: 0px 380px !important;
}
@media (max-width: 1025px) {
  .testimonial-wrapper-sec .testimonial-slider .slick-list {
    padding: 0px 140px !important;
  }
}
@media (max-width: 490px) {
  .testimonial-wrapper-sec .testimonial-slider .slick-list {
    padding: 0px !important;
  }
}
.testimonial-wrapper-sec .testimonial-slider .testimonial-block {
  padding: clamp(40px, 2.5vw, 54px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #fef1e8;
  border: 1px solid #eaeaec;
}
@media (max-width: 490px) {
  .testimonial-wrapper-sec .testimonial-slider .testimonial-block {
    margin: 0 12px;
  }
}
.testimonial-wrapper-sec .testimonial-slider .testimonial-block .stars svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}

.team-sec {
  padding: clamp(52px, 5vw, 128px) 0 0 0;
  background: #f4f4f4;
}
.team-sec .team-slider {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1600px) {
  .team-sec .team-slider {
    padding: 0 clamp(180px, 12.396vw, 622px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .team-sec .team-slider {
    padding: 0 6vw;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .team-sec .team-slider {
    padding: 0 clamp(40px, 4vw, 58px);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .team-sec .team-slider {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.team-sec .team-card {
  margin-bottom: clamp(52px, 5vw, 128px);
  border-radius: clamp(28px, 2.5vw, 68px) clamp(28px, 2.5vw, 68px) clamp(8px, 0.625vw, 24px) clamp(8px, 0.625vw, 24px);
  overflow: hidden;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 490px) {
  .team-sec .team-card {
    border-radius: clamp(18px, 1.25vw, 48px);
  }
}
.team-sec .team-card .card-img {
  border-radius: clamp(8px, 0.625vw, 24px);
  overflow: hidden;
}
.team-sec .team-card .card-img img {
  width: 100%;
  border-radius: clamp(8px, 0.625vw, 24px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
  .team-sec .team-card .card-img img {
    height: 350px;
    object-fit: cover;
  }
}
.team-sec .team-card .card-content {
  padding: clamp(18px, 1.25vw, 48px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
  background-color: #f2f2f3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team-sec .team-card .card-content .s-icon {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.team-sec .team-card:hover {
  border-color: #f97316;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team-sec .team-card:hover .card-img img {
  transform: scale(1.05);
}

.service-sec-1 {
  background: #f4f4f4;
  padding: clamp(52px, 5vw, 128px) 0;
}
.service-sec-1 .nav-tabs {
  border: none;
}
@media (max-width: 1025px) {
  .service-sec-1 .nav-tabs {
    justify-content: center;
    gap: 12px;
    row-gap: 0 !important;
  }
}
.service-sec-1 .nav-tabs .nav-item {
  border: none;
  width: 100%;
  height: clamp(60px, 4.271vw, 164px);
}
@media (max-width: 1399px) {
  .service-sec-1 .nav-tabs .nav-item {
    height: auto;
  }
}
@media (max-width: 1025px) {
  .service-sec-1 .nav-tabs .nav-item {
    width: auto;
  }
}
@media (max-width: 490px) {
  .service-sec-1 .nav-tabs .nav-item {
    width: 100%;
  }
}
.service-sec-1 .nav-tabs .nav-item .nav-link {
  border: none;
  height: clamp(60px, 4.271vw, 164px);
  width: 100%;
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1399px) {
  .service-sec-1 .nav-tabs .nav-item .nav-link {
    height: auto;
  }
}
@media (max-width: 1025px) {
  .service-sec-1 .nav-tabs .nav-item .nav-link {
    width: auto;
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
  }
}
@media (max-width: 490px) {
  .service-sec-1 .nav-tabs .nav-item .nav-link {
    width: 100%;
    justify-content: center;
  }
}
.service-sec-1 .nav-tabs .nav-item .nav-link .icon {
  display: flex;
  padding: clamp(10px, 0.625vw, 24px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(146, 148, 159, 0.2);
  transition: all 0.5s ease-in-out;
}
.service-sec-1 .nav-tabs .nav-item .nav-link .icon svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.service-sec-1 .nav-tabs .nav-item .nav-link .icon svg path {
  transition: all 0.5s ease-in-out;
}
.service-sec-1 .nav-tabs .nav-item .nav-link .h5 {
  transition: all 0.5s ease-in-out;
  font-size: clamp(17px, 1.146vw, 62px);
}
.service-sec-1 .nav-tabs .nav-item .nav-link:hover, .service-sec-1 .nav-tabs .nav-item .nav-link.active {
  background-color: #f97316;
}
.service-sec-1 .nav-tabs .nav-item .nav-link:hover .icon, .service-sec-1 .nav-tabs .nav-item .nav-link.active .icon {
  background-color: #fff;
}
.service-sec-1 .nav-tabs .nav-item .nav-link:hover .icon svg path, .service-sec-1 .nav-tabs .nav-item .nav-link.active .icon svg path {
  fill: #f97316;
}
.service-sec-1 .nav-tabs .nav-item .nav-link:hover .h5, .service-sec-1 .nav-tabs .nav-item .nav-link.active .h5 {
  color: #fafafa !important;
}
.service-sec-1 .tab-content {
  width: 100%;
}
@media (max-width: 1399px) {
  .service-sec-1 .tab-content {
    height: auto;
  }
}
.service-sec-1 .tab-content span {
  display: inline;
}
.service-sec-1 .tab-content .tab-pane .tab-service-content {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 1399px) {
  .service-sec-1 .tab-content .tab-pane .tab-service-content {
    align-items: stretch;
    height: 100%;
  }
}
@media (max-width: 490px) {
  .service-sec-1 .tab-content .tab-pane .tab-service-content {
    flex-wrap: wrap;
  }
  .service-sec-1 .tab-content .tab-pane .tab-service-content img {
    width: 100% !important;
    border-radius: clamp(12px, 0.833vw, 32px) !important;
  }
}
.service-sec-1 .tab-content .tab-pane .tab-service-content .tick-icon {
  flex-shrink: 0;
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.service-sec-1 .tab-content .tab-pane .tab-service-content img {
  border-radius: clamp(4px, 0.417vw, 16px);
  object-fit: cover;
  width: clamp(288px, 15.99vw, 848px);
}

.quality-sec .quality-content {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background-color: #fef1e8;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}
.quality-sec .quality-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 2.917vw, 98px);
  height: clamp(48px, 2.917vw, 98px);
  flex-shrink: 0;
  border-radius: 50%;
  background: #f97316;
}
.quality-sec .quality-content .icon svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.quality-sec .img-block {
  position: relative;
}
@media (max-width: 1025px) {
  .quality-sec .img-block {
    display: flex;
    flex-direction: column-reverse;
    gap: clamp(18px, 1.25vw, 48px) !important;
  }
}
.quality-sec .img-block .img-1 {
  border-radius: 0px 0px 0px 6.25vw;
}
@media (max-width: 490px) {
  .quality-sec .img-block .img-1 {
    border-radius: clamp(12px, 0.833vw, 32px);
    height: 240px;
    object-fit: cover;
  }
}
.quality-sec .img-block .img-2 {
  border-radius: 0px 6.25vw 0px 0px;
}
@media (max-width: 490px) {
  .quality-sec .img-block .img-2 {
    border-radius: clamp(12px, 0.833vw, 32px);
    height: 240px;
    object-fit: cover;
  }
}
.quality-sec .img-block .quality-content {
  width: 17.813vw;
  position: absolute;
  bottom: clamp(28px, 1.563vw, 76px);
  left: 0;
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background-color: #fef1e8;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1399px) {
  .quality-sec .img-block .quality-content {
    width: 22.2vw;
  }
}
@media (max-width: 1025px) {
  .quality-sec .img-block .quality-content {
    width: auto;
    position: unset;
  }
}
.quality-sec .img-block .quality-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 2.917vw, 98px);
  height: clamp(48px, 2.917vw, 98px);
  flex-shrink: 0;
  border-radius: 50%;
  background: #f97316;
}
.quality-sec .img-block .quality-content .icon svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}

.service-sec-page .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-sec-page .heading .searchform {
  width: clamp(208px, 19.063vw, 548px);
  height: clamp(36px, 2.5vw, 68px);
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #45474f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(12px, 0.833vw, 32px);
}
.service-sec-page .heading .searchform input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 400;
  line-height: 160%;
  font-size: clamp(15px, 0.833vw, 32px);
  color: #45474f;
}
.service-sec-page .heading .searchform input:focus {
  background: transparent;
  border: none;
  outline: none;
}
.service-sec-page .heading .searchform button {
  background: transparent;
  border: none;
}
.service-sec-page .heading .searchform button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.service-sec-page .service-card {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #fef1e8;
}
.service-sec-page .service-card .card-img {
  width: 100%;
  border-radius: clamp(8px, 0.625vw, 24px);
  transition: all 0.5s ease-in-out;
}
.service-sec-page .service-card .card-img img {
  border-radius: clamp(8px, 0.625vw, 24px);
  max-height: clamp(228px, 19.479vw, 548px);
  width: 100%;
  transition: max-height 0.4s ease-in-out;
  object-fit: cover;
}
.service-sec-page .service-card .card-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -24px;
}
.service-sec-page .service-card .card-content .icon {
  width: clamp(40px, 2.604vw, 74px);
  height: clamp(40px, 2.604vw, 74px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.service-sec-page .service-card .card-content .icon svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.service-sec-page .service-card .card-content .hover-button {
  overflow: hidden;
}
.service-sec-page .service-card .card-content .hover-button a {
  transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 0;
  max-height: 0;
}
.service-sec-page .service-card:hover .card-img img {
  max-height: clamp(138px, 17.6vw, 548px);
}
.service-sec-page .service-card:hover .hover-button a {
  margin-top: clamp(18px, 1.25vw, 48px);
  opacity: 1;
  max-height: 84px;
}

.service-detail-sec .service-label {
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(5px, 0.521vw, 20px);
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.5s ease-in-out;
  background-color: #eaeaec;
}
.service-detail-sec .service-label span {
  color: #92949f;
  transition: all 0.5s ease-in-out;
}
.service-detail-sec .service-label span svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  transition: all 0.5s ease-in-out;
}
.service-detail-sec .service-label span svg path {
  transition: all 0.5s ease-in-out;
}
.service-detail-sec .service-label:hover {
  background-color: #f97316;
}
.service-detail-sec .service-label:hover span {
  color: #fafafa;
}
.service-detail-sec .service-label:hover svg {
  transform: rotate(-45deg);
}
.service-detail-sec .service-label:hover svg path {
  fill: #fafafa;
}
.service-detail-sec .tick-icon {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.service-detail-sec .block-1 {
  padding: clamp(24px, 1.667vw, 64px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background-color: #eaeaec;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: clamp(16px, 1.042vw, 40px) !important;
  flex-direction: column;
}
.service-detail-sec .block-1 .icon {
  width: clamp(48px, 2.917vw, 128px);
  height: clamp(48px, 2.917vw, 128px);
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-detail-sec .block-1 .icon svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}

.blog-sec .blog-card {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #fafafa;
  border: 1px solid #92949f;
  box-shadow: 0px 0px 16px 0px rgba(146, 148, 159, 0.15);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.blog-sec .blog-card .card-img {
  border-radius: clamp(8px, 0.625vw, 24px);
  position: relative;
  overflow: hidden;
}
.blog-sec .blog-card .card-img .img {
  transition: all 0.5s ease-in-out;
  border-radius: clamp(8px, 0.625vw, 24px);
  width: 100%;
}
.blog-sec .blog-card .card-img .date {
  position: absolute;
  left: 12px;
  top: 9.5px;
  padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
  border-radius: clamp(4px, 0.417vw, 16px);
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  background: #fef1e8;
  font-size: clamp(13px, 0.729vw, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #141516;
}
.blog-sec .blog-card .card-img .date img {
  border-radius: 0;
  width: clamp(14px, 0.938vw, 36px);
  height: clamp(14px, 0.938vw, 36px);
}
.blog-sec .blog-card .card-content .card-btn {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  color: #45474f;
  font-size: clamp(14px, 0.833vw, 32px);
}
.blog-sec .blog-card .card-content .card-btn svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(10px, 0.729vw, 28px);
  transition: all 0.5s ease-in-out;
}
.blog-sec .blog-card .card-content .card-btn:hover {
  color: #f97316;
}
.blog-sec .blog-card .card-content .card-btn:hover svg {
  transform: rotate(-45deg);
}
.blog-sec .blog-card .card-content .user {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-sec .blog-card .card-content .user img {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.blog-sec .blog-card:hover .card-img .img {
  transform: scale(1.05);
}

.blog-detail-sec .quote {
  padding: clamp(18px, 1.25vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 1.25vw, 48px) !important;
  border-radius: 20px;
  border-left: 4px solid #f97316;
  background: #fafafa;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.blog-detail-sec .quote svg {
  width: clamp(28px, 2.5vw, 68px);
  height: clamp(28px, 2.5vw, 68px);
}

.heading-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 12px;
}
@media (max-width: 599px) {
  .heading-2 {
    justify-content: center;
  }
}
.heading-2 .search-form {
  width: clamp(216px, 19.063vw, 440px);
  padding: 4px 4px 4px clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #45474f;
}
.heading-2 .search-form .newsvector svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.heading-2 .search-form input {
  color: #45474f;
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.heading-2 .search-form input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.heading-2 .search-form input::placeholder {
  color: #45474f;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.heading-2 .search-form .news-button {
  flex-shrink: 0;
  transition: all 0.5s ease-in-out;
  border: none;
  display: flex;
  padding: 10.667px;
  align-items: center;
  flex-shrink: 0;
  background-color: #f97316;
  border-radius: 5px;
}
.heading-2 .search-form .news-button svg {
  width: clamp(14px, 0.938vw, 36px);
  height: clamp(14px, 0.938vw, 36px);
}
.heading-2 .search-form .news-button svg path {
  fill: #fafafa;
}
.heading-2 .search-form .news-button:hover {
  background-color: #dd3842;
}
.heading-2 .filter-btn {
  padding: clamp(8px, 0.5vw, 24px) clamp(18px, 1.25vw, 48px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 24px);
  background-color: transparent;
  border: 1px solid #45474f;
  color: #45474f;
}
.heading-2 .filter-btn:hover {
  border: 1px solid #dd3842;
  background-color: #dd3842;
}
.heading-2 .filter-btn:hover .text-18 {
  color: #fafafa !important;
}
.heading-2 .filter-btn:hover svg path {
  fill: #fafafa;
}

.sidebar {
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #fef1e8;
  padding: clamp(10px, 1.2vw, 48px);
}
.sidebar .category-block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #45474f;
  padding: clamp(12px, 0.833vw, 32px);
}
.sidebar .search-form .newsvector svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.sidebar .search-form input {
  color: #45474f;
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.sidebar .search-form input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.sidebar .search-form input::placeholder {
  color: #45474f;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.sidebar .search-form .news-button {
  flex-shrink: 0;
  transition: all 0.5s ease-in-out;
  flex-shrink: 0;
  background: transparent;
  border: none;
}
.sidebar .search-form .news-button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.sidebar .search-form .news-button svg path {
  fill: #45474f;
}
.sidebar .tags-block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  flex-wrap: wrap;
}
.sidebar .tags-block .tag1 {
  padding: clamp(6px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  border: 1px solid #45474f;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
}
.sidebar .tags-block .tag1 span {
  transition: all 0.5s ease-in-out;
  color: #92949f;
  font-size: clamp(14px, 0.833vw, 32px);
}
.sidebar .tags-block .tag1:hover, .sidebar .tags-block .tag1.active {
  border: 1px solid #f97316;
  background-color: #f97316;
}
.sidebar .tags-block .tag1:hover span, .sidebar .tags-block .tag1.active span {
  color: #fafafa !important;
}
.sidebar .recent-blogs p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  font-weight: 400 !important;
  line-height: 160% !important;
  color: #1e1f20 !important;
}
.sidebar .recent-blogs p:hover {
  color: #f97316 !important;
}
.sidebar input[type=search]::-webkit-search-decoration,
.sidebar input[type=search]::-webkit-search-cancel-button,
.sidebar input[type=search]::-webkit-search-results-button,
.sidebar input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.shop-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.shop-sidebar-overlay.active {
  display: block;
  opacity: 1;
}

.shop-sidebar.toggle-sidebar {
  position: fixed;
  top: 0;
  left: -800px;
  width: clamp(300px, 22.604vw, 650px);
  height: 100vh;
  background-color: #fafafa;
  z-index: 99999;
  overflow-y: scroll;
}
.shop-sidebar.toggle-sidebar .sidebar {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar {
  width: 5px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-track {
  background-color: #141516;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #f97316;
  border-radius: 5px;
}
.shop-sidebar.toggle-sidebar.active {
  left: 0;
}
.shop-sidebar.toggle-sidebar .blog-sidebar {
  background-color: #0c0c0d;
  border-radius: 0;
  padding: 34px clamp(16px, 1.042vw, 40px);
}

.pricing-sec {
  background: #f4f4f4;
  padding: clamp(52px, 5vw, 128px) 0;
}
.pricing-sec .pricing-card {
  border-radius: clamp(12px, 0.833vw, 32px);
  background: #fff;
  padding: clamp(24px, 1.667vw, 64px);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
}
.pricing-sec .pricing-card.v1 {
  border-right: 4px solid #f97316;
  border-left: 4px solid #f97316;
}
.pricing-sec .pricing-card .topbar {
  padding: clamp(24px, 1.667vw, 64px);
  background-color: #fef1e8;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.pricing-sec .pricing-card .label {
  padding: clamp(8px, 0.625vw, 24px);
  border: 1px solid #f97316;
  border-radius: clamp(8px, 0.625vw, 24px);
  text-align: center;
}
.pricing-sec .pricing-card .tick-icon {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.pricing-sec .pricing-card:hover .cus-btn-wrap {
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.45);
}
.pricing-sec .pricing-card:hover .cus-btn-wrap .cus-btn::before {
  left: 0;
}
.pricing-sec .pricing-card:hover .cus-btn-wrap .cus-btn .text {
  color: #f97316;
}
.pricing-sec .pricing-card:hover .cus-btn-wrap .cus-btn svg {
  transform: scale(1.02) rotate(45deg);
}
.pricing-sec .pricing-card:hover .cus-btn-wrap .cus-btn svg path {
  fill: #f97316;
}
.pricing-sec .pricing-card:hover .cus-btn-wrap2 {
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.45);
}
.pricing-sec .pricing-card:hover .cus-btn-wrap2 .cus-btn::before {
  right: 0;
}
.pricing-sec .pricing-card:hover .cus-btn-wrap2 .cus-btn .text {
  color: #fafafa !important;
}
.pricing-sec .pricing-card:hover .cus-btn-wrap2 .cus-btn svg {
  transform: scale(1.1) rotate(45deg);
}
.pricing-sec .pricing-card:hover .cus-btn-wrap2 .cus-btn svg path {
  fill: #fafafa !important;
}

.project-sec .project-wrapper {
  border-radius: 4.167vw;
  overflow: hidden;
}
.project-sec .project-wrapper .service-card {
  overflow: hidden;
  position: relative;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.project-sec .project-wrapper .service-card img {
  border-radius: clamp(8px, 0.625vw, 24px);
  width: 100%;
  object-fit: cover;
}
@media (max-width: 821px) {
  .project-sec .project-wrapper .service-card img {
    height: 320px;
  }
}
.project-sec .project-wrapper .service-card.v2::before {
  right: 0%;
  top: -100%;
}
.project-sec .project-wrapper .service-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background-color: #eaeaec;
  transition: all 0.5s ease-in-out;
}
.project-sec .project-wrapper .service-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: clamp(18px, 1.25vw, 48px);
}
.project-sec .project-wrapper .service-card .card-content .h4 {
  border-left: 2px solid #f97316;
  padding-left: 8px;
}
.project-sec .project-wrapper .service-card .card-content.l-12 {
  left: 12px;
}
.project-sec .project-wrapper .service-card .hover-layer {
  opacity: 0;
  height: 0;
  min-height: 0;
  transition: all 0.5s ease-in-out;
}
.project-sec .project-wrapper .service-card p,
.project-sec .project-wrapper .service-card .h4 {
  transition: all 0.5s ease-in-out;
}
.project-sec .project-wrapper .service-card:hover.v2::before {
  top: 0%;
}
.project-sec .project-wrapper .service-card:hover::before {
  bottom: 0;
}
.project-sec .project-wrapper .service-card:hover .card-content .h4 {
  color: #0c0c0d !important;
}
.project-sec .project-wrapper .service-card:hover .card-content p {
  color: #45474f !important;
}
.project-sec .project-wrapper .service-card:hover .card-content .hover-layer {
  padding-top: clamp(12px, 0.833vw, 32px);
  opacity: 1;
  min-height: 9.896vw;
}
@media (max-width: 1399px) {
  .project-sec .project-wrapper .service-card:hover .card-content .hover-layer {
    min-height: 13vw;
  }
}
@media (max-width: 1025px) {
  .project-sec .project-wrapper .service-card:hover .card-content .hover-layer {
    min-height: 12.896vw;
  }
}
@media (max-width: 821px) {
  .project-sec .project-wrapper .service-card:hover .card-content .hover-layer {
    min-height: 17.896vw;
  }
}
@media (max-width: 490px) {
  .project-sec .project-wrapper .service-card:hover .card-content .hover-layer {
    min-height: 28vw;
  }
}
@media (max-width: 375px) {
  .project-sec .project-wrapper .service-card:hover .card-content .hover-layer {
    min-height: 32vw;
  }
}
.project-sec .wrap-2 .service-card img {
  height: clamp(268px, 21.563vw, 668px);
}
.project-sec .wrap-3 {
  overflow: hidden;
  border-radius: 0 0 4.167vw 4.167vw;
}
.project-sec .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-sec .heading .searchform {
  width: clamp(208px, 19.063vw, 548px);
  height: clamp(36px, 2.5vw, 68px);
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #45474f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(12px, 0.833vw, 32px);
}
.project-sec .heading .searchform input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 400;
  line-height: 160%;
  font-size: clamp(15px, 0.833vw, 32px);
  color: #45474f;
}
.project-sec .heading .searchform input:focus {
  background: transparent;
  border: none;
  outline: none;
}
.project-sec .heading .searchform button {
  background: transparent;
  border: none;
}
.project-sec .heading .searchform button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}

.project-detail .detail-content {
  padding: clamp(12px, 2.5vw, 68px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background: #fef1e8;
}
.project-detail .detail-content .w-text {
  width: 6.25vw;
}
@media (max-width: 1499px) {
  .project-detail .detail-content .w-text {
    width: auto;
  }
}

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