@charset "UTF-8";
:root {
  /* COLLECTION 1 */
  --primary: #d61f38;
  --secondary: #ff7431;
  --accent: #f9dc5c;
  --primary-rgb: 214, 31, 56;
  --secondary-rgb: 255, 116, 49;
  --accent-rgb: 249, 220, 92;
  --body-50: #666666;
  --body-100: #383838;
  --body-200: #101010;
  --black: #000000;
  --white: #fbf9f9;
  --white-rgb: 255,255,255;
  --black-rgb: 0,0,0;
  --gray-100: #d9d9d9;
  --gray-200: #a6a6a6;
  --gray-300: #595959;
  --border-100: #d9d9d9;
  --bg-100: #fafafa;
  --bg-200: #f2f2f2;
  --bg-300: #e5e5e5;
  font-size: 16px;
  --font-sora: "Switzer", sans-serif;
  --h-space-xs: 8px;
  --h-space-sm: 16px;
  --h-space: 24px;
  --h-space-lg: 32px;
  --h-space-xl: 48px;
  --h-transition-sm: all 0.3s ease;
  --h-transition: all 0.5s ease;
  --h-transition-lg: all 1s ease;
  --title-size: 42px;
  --h1-size: 42px;
  --h2-size: 33px;
  --h3-size: 26px;
  --h4-size: 20px;
  --h5-size: 16px;
  --h6-size: 16px;
  --p-size: 16px;
  --p-bo-size: 16px;
  --p-sm-size: 14px;
  --p-ty-size: 12px;
  --font-small: var(--p-sm-size);
  --font-tiny: var(--p-ty-size);
}
@media (min-width: 1700px) {
  :root {
    --title-size: 47px;
    --h1-size: 47px;
    --h2-size: 37px;
    --h3-size: 29px;
    --h4-size: 23px;
    --h5-size: 18px;
    --h6-size: 18px;
    --p-size: 18px;
    --p-bo-size: 18px;
    --p-sm-size: 16px;
    --p-ty-size: 14px;
  }
}
@media (max-width: 560px) {
  :root {
    --title-size: 31px;
    --h1-size: 31px;
    --h2-size: 29px;
    --h3-size: 25px;
    --h4-size: 23px;
    --h5-size: 18px;
  }
}
/**
* @license
*
* Font Family: Switzer
* Designed by: Jérémie Hornus
* URL: https://www.fontshare.com/fonts/switzer
* © 2026 Indian Type Foundry
*
* Switzer Regular 
* Switzer Italic 
* Switzer Medium 
* Switzer Semibold 
* Switzer Bold 
*/
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Regular.woff2") format("woff2"), url("../fonts/Switzer-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Italic.woff2") format("woff2"), url("../fonts/Switzer-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Medium.woff2") format("woff2"), url("../fonts/Switzer-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Semibold.woff2") format("woff2"), url("../fonts/Switzer-Semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Bold.woff2") format("woff2"), url("../fonts/Switzer-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
/*---------- Container ----------*/
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 95%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 98%;
  }
}
@media (min-width: 1366px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1366px;
  }
}
@media (min-width: 1800px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1600px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .mx-sm-auto {
    margin: 0 auto;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .mx-md-auto {
    margin: 0 auto;
  }
  .jc-md-center {
    justify-content: center;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .mx-lg-auto {
    margin: 0 auto;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .mx-xl-auto {
    margin: 0 auto;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .mx-xxl-auto {
    margin: 0 auto;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-md-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-lg-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-sm-row-reverse {
  flex-direction: row-reverse !important;
}
p:last-child {
  margin-bottom: 0;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
body, html {
  scroll-padding-top: 60px;
  scrollbar-gutter: stable;
}
/*scroll*/
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: var(--white);
}
*::-webkit-scrollbar-track {
  background: var(--white);
}
*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 2px;
}
*::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) var(--white);
}
/*Common Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
}
body {
  font-size: var(--p-size);
  font-weight: normal;
  color: var(--body-100);
  background-color: var(--white);
  font-family: var(--font-sora);
  line-height: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: var(--h-space);
  color: var(--black);
}
h1, .h1 {
  font-size: var(--h1-size);
}
h2, .h2 {
  font-size: var(--h2-size);
}
h3, .h3 {
  font-size: var(--h3-size);
}
h4, .h4 {
  font-size: var(--h4-size);
}
h5, .h5 {
  font-size: var(--h5-size);
}
h6, .h6 {
  font-size: var(--h6-size);
}
p {
  font-size: var(--p-size);
  line-height: 1.8;
  margin-bottom: var(--h-space-sm);
  letter-spacing: -0.2px;
}
span {
  line-height: inherit;
}
small {
  font-size: var(--p-sm-size);
}
strong {
  font-weight: 600;
}
.tiny {
  font-size: var(--p-ty-size);
}
a {
  text-decoration: none;
  color: var(--black);
}
button {
  font-size: var(--p-size);
  font-weight: 600;
}
.sec-img {
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .sec-img {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .row > div:last-child .sec-img {
    margin-bottom: 0;
  }
}
.fw-img {
  width: 100%;
}
.fw-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.fh-img {
  height: 100%;
}
.fh-img img {
  height: 100%;
  object-fit: cover;
}
.img-4-3 {
  height: auto;
  aspect-ratio: 4 / 3;
}
.img-4-3 img {
  height: 100%;
  object-fit: cover;
}
.img-3-4 {
  height: auto;
  aspect-ratio: 3 / 4;
}
.img-3-4 img {
  height: 100%;
  object-fit: cover;
}
.img-16-9 {
  height: auto;
  aspect-ratio: 16 / 9;
}
.img-16-9 img {
  height: 100%;
  object-fit: cover;
}
.img-9-16 {
  height: auto;
  aspect-ratio: 9 / 16;
}
.img-9-16 img {
  height: 100%;
  object-fit: cover;
}
input {
  font-size: var(--p-size);
  font-weight: 400;
  color: var(--body-100);
  border: 1px solid var(--border-100);
  border-radius: 50px;
  font-family: var(--font-sora);
}
input::placeholder {
  color: var(--gray-200);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:hover, input:focus, input:focus-visible {
  border-color: var(--body-200);
  outline: 0;
  box-shadow: none;
}
input .err {
  border-color: var(--primary);
}
textarea {
  font-size: var(--p-size);
  font-weight: 400;
  color: var(--body-100);
  border: 1px solid var(--border-100);
  border-radius: 24px;
  font-family: var(--font-sora);
  min-height: 150px;
  resize: none;
}
textarea::placeholder {
  color: var(--gray-200);
}
textarea:hover, textarea:focus, textarea:focus-visible {
  border-color: var(--body-200);
  outline: 0;
  box-shadow: none;
}
textarea .err {
  border-color: var(--primary);
}
.h-pad {
  padding: 64px 0;
}
@media only screen and (max-width: 768px) {
  .h-pad {
    padding: 40px 0;
  }
}
.h-img {
  height: auto;
  max-width: 100%;
}
.h-p-b0 {
  padding-bottom: 0;
}
.h-p-b1x {
  padding-bottom: 20px;
}
.h-p-b2x {
  padding-bottom: 40px;
}
.h-p-t1x {
  padding-top: 20px;
}
.h-p-t2x {
  padding-top: 40px;
}
.h-p-t0 {
  padding-top: 0;
}
.h-m-t0 {
  margin-top: 0;
}
.h-m-b0 {
  margin-bottom: 0;
}
.h-m-b1x {
  padding-bottom: 20px;
}
.h-m-b2x {
  padding-bottom: 40px;
}
.h-m-t1x {
  margin-top: 20px;
}
.h-m-t2x {
  margin-top: 40px;
}
.h-flex {
  display: flex;
  flex-wrap: wrap;
}
.v-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
@media (max-width: 991px) {
  html.is-fixed {
    overflow: hidden;
  }
}
.bg-gray {
  background-color: var(--bg-200);
}
.bg-dark {
  background-color: var(--body-200);
}
.bg-light {
  background-color: var(--white);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-accent {
  background-color: var(--accent);
}
.ha-a {
  margin-bottom: 24px;
}
.ha-a .ha-aa {
  max-width: 820px;
}
@media only screen and (max-width: 1600px) {
  .ha-a .ha-aa {
    max-width: 650px;
  }
}
@media (max-width: 1024px) {
  .ha-a .ha-aa {
    max-width: 590px;
  }
}
@media (max-width: 991px) {
  .ha-a .ha-aa {
    max-width: 100%;
  }
}
.ha-a .ha-aa p {
  display: inline-block;
}
@media (max-width: 991px) {
  .ha-a .ha-aa p br {
    display: none;
  }
}
.ha-a .ha-aa h1, .ha-a .ha-aa .h1, .ha-a .ha-aa h2, .ha-a .ha-aa .h2, .ha-a .ha-aa h3, .ha-a .ha-aa .h3, .ha-a .ha-aa h4, .ha-a .ha-aa .h4, .ha-a .ha-aa h5, .ha-a .ha-aa .h5, .ha-a .ha-aa h6, .ha-a .ha-aa .h6 {
  color: var(--body-200);
}
.ha-a .ha-aa h1, .ha-a .ha-aa .h1, .ha-a .ha-aa h2, .ha-a .ha-aa .h2 {
  margin-bottom: 32px;
}
.ha-a .ha-aa h1:last-child, .ha-a .ha-aa .h1:last-child, .ha-a .ha-aa h2:last-child, .ha-a .ha-aa .h2:last-child {
  margin-bottom: 0;
}
.ha-a .ha-aa h1 span, .ha-a .ha-aa .h1 span, .ha-a .ha-aa h2 span, .ha-a .ha-aa .h2 span {
  background: -webkit-linear-gradient(300deg, #d61f38 0%, #f9dc5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .ha-a .ha-aa h1 br, .ha-a .ha-aa .h1 br, .ha-a .ha-aa h2 br, .ha-a .ha-aa .h2 br {
    display: none;
  }
}
@media (min-width: 1800px) {
  .ha-a .ha-aa h1 br, .ha-a .ha-aa .h1 br, .ha-a .ha-aa h2 br, .ha-a .ha-aa .h2 br {
    display: none;
  }
}
.ha-a .ha-aa .ha-aaa {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.ha-a .ha-aa .ha-aaa figure {
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid var(--border-100);
  flex-shrink: 0;
  background: transparent;
}
.ha-a .ha-aa .ha-aaa figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ha-a .ha-aa .ha-aaa span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid var(--primary);
  line-height: 1;
  color: var(--white);
  font-size: var(--p-sm-size);
  background-color: var(--primary);
}
.ha-a .ha-aa .ha-aaa span b {
  font-weight: 400;
}
.ha-a .ha-ab {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--h-space);
  margin-bottom: var(--h-space);
  margin-top: var(--h-space-sm);
}
@media only screen and (max-width: 767px) {
  .ha-a .ha-ab {
    gap: var(--h-space-xs);
  }
}
.ha-a .ha-ab p {
  flex-grow: 1;
  max-width: 768px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .ha-a .ha-ab p {
    max-width: 568px;
  }
}
@media (max-width: 991px) {
  .ha-a .ha-ab p {
    margin-bottom: 24px;
  }
}
.ha-a .b-main {
  margin-bottom: 24px;
}
.ha-a.h-dark {
  color: var(--white);
}
.ha-a.h-dark h1, .ha-a.h-dark .h1, .ha-a.h-dark h2, .ha-a.h-dark .h2, .ha-a.h-dark h3, .ha-a.h-dark .h3, .ha-a.h-dark h4, .ha-a.h-dark .h4, .ha-a.h-dark h5, .ha-a.h-dark .h5, .ha-a.h-dark h6, .ha-a.h-dark .h6, .ha-a.h-dark p {
  color: var(--white);
}
.ha-a.h-dark .ha-aaa figure {
  border-color: var(--gray-100);
}
.ha-a.h-dark .ha-aaa span {
  border-color: var(--gray-100);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  color: var(--white);
}
.ha-a.h-dark .ha-aaa span b {
  color: var(--white);
}
.ha-a.h-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ha-a.h-center .ha-aa {
  text-align: center;
}
.ha-a.h-center .ha-aa .ha-aaa {
  justify-content: center;
}
@media only screen and (max-width: 568px) {
  .ha-a.h-center .ha-aa .ha-aaa {
    justify-content: flex-start;
  }
}
.ha-a.h-center .ha-ab {
  text-align: center;
  justify-content: center;
}
.ha-a.h-flex {
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ha-a.h-flex {
    display: block;
  }
}
.ha-a.h-head {
  margin-bottom: var(--h-space-lg);
}
@media (min-width: 992px) {
  .ha-a.h-head.h-flex h2 {
    margin-bottom: 0;
  }
}
.h-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px;
  border-radius: 50px;
  border: 0;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  background-color: var(--primary);
  transition: var(--h-transition);
  flex-shrink: 0;
  justify-content: space-between;
}
.h-btn-main span {
  padding-left: 16px;
}
.h-btn-main span:last-child {
  width: var(--h2-size);
  height: var(--h2-size);
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  transition: var(--h-transition);
  position: relative;
}
.h-btn-main span:last-child:after {
  content: "";
  width: var(--h2-size);
  height: var(--h2-size);
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23101010' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--p-ty-size);
  transform: rotate(45deg);
  transition: var(--h-transition);
}
.h-btn-main:hover span:last-child:after {
  transform: rotate(0deg);
}
.h-btn-main:visited span:last-child:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .h-btn-main span:last-child {
    width: 36px;
    height: 36px;
  }
  .h-btn-main span:last-child:after {
    width: 36px;
    height: 36px;
  }
}
/*// Nav menu*/
.h-nav {
  width: 100%;
  padding: 12px 0;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: var(--white);
  border-bottom: 1px solid var(--bg-200);
  z-index: 9999;
}
.h-nav nav {
  width: 100%;
}
.h-nav .h-nav-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--h-space);
}
.h-nav .h-nav-a .h-nav-aa {
  line-height: 0;
  height: 50px;
}
@media only screen and (min-width: 1700px) {
  .h-nav .h-nav-a .h-nav-aa {
    height: 70px;
  }
}
.h-nav .h-nav-a .h-nav-aa img {
  height: 100%;
  width: auto;
}
.h-nav .h-nav-a .h-nav-ab {
  display: flex;
  align-items: center;
  gap: var(--h-space);
}
@media only screen and (max-width: 991px) {
  .h-nav .h-nav-a .h-nav-ab {
    --var-top: 73px;
    display: block;
    position: fixed;
    top: var(--var-top);
    left: 0;
    transform: translateX(-100%);
    background: var(--white);
    width: 100vw;
    height: calc(100vh - var(--var-top));
    transition: all 0.5s ease;
    padding: 0 16px;
    z-index: 9;
  }
  .h-nav .h-nav-a .h-nav-ab.show {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .h-nav .h-nav-a .h-nav-ab {
    --var-top: 73px;
  }
}
.h-nav.fixed-h {
  background: var(--white);
  box-shadow: 0 4px 8px rgba(var(--black-rgb), 0.2);
  border: 0;
}
.h-nav-menu {
  display: flex;
  align-items: center;
  gap: var(--h-space);
  list-style: none;
}
.h-nav-menu li a:hover {
  color: var(--primary);
}
.h-nav-menu li.active {
  color: var(--primary);
}
.h-nav-menu li .h-btn-main:hover {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .h-nav-menu {
    margin-bottom: 32px;
    display: block;
    text-align: left;
  }
  .h-nav-menu li {
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-100);
  }
  .h-nav-menu li a {
    font-size: var(--p-size);
    color: var(--body-200);
  }
}
/*// Nav Menu Mobile*/
.h-nav-toggle-mob {
  display: none;
}
.h-nav-toggle-mob .burger {
  position: relative;
  width: 32px;
  height: 24px;
  background: transparent;
  cursor: pointer;
  display: block;
}
.h-nav-toggle-mob .burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--body-200);
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.h-nav-toggle-mob .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}
.h-nav-toggle-mob .burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}
.h-nav-toggle-mob .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}
.h-nav-toggle-mob.show .burger span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
.h-nav-toggle-mob.show .burger span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}
.h-nav-toggle-mob.show .burger span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}
@media only screen and (max-width: 991px) {
  .h-nav-toggle-mob {
    display: inline-block;
  }
}
.fixed-h .h-nav-toggle-mob .burger span {
  background: var(--black);
}
/*// Service Dropdown Menu Desktop*/
.nav-dropdown-wrap {
  padding: 25px 0;
}
.nav-dropdown-wrap .nav-dropdown-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  transition: var(--h-transition);
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .nav-dropdown-wrap .nav-dropdown-toggle {
    display: inline-flex;
  }
}
.nav-dropdown-wrap .nav-dropdown-toggle::before {
  content: "+";
  font-size: var(--h1-size);
  display: inline-block;
  text-align: center;
  line-height: 0.6;
}
.nav-dropdown-wrap .nav-dropdown {
  position: fixed;
  left: 0%;
  top: 82px;
  width: 100%;
  height: auto;
  background: var(--body-200);
  border-radius: 0px;
  padding: 24px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform-origin: top right;
}
@media (max-width: 1280px) {
  .nav-dropdown-wrap .nav-dropdown {
    padding: 12px 24px;
  }
}
.nav-dropdown-wrap .nav-dropdown.show {
  visibility: visible;
  opacity: 1;
  top: 70px;
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .h4, .nav-dropdown-wrap .nav-dropdown .serv-list-wrap h4 {
  color: var(--white);
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .h4, .nav-dropdown-wrap .nav-dropdown .serv-list-wrap h4 {
    margin-bottom: 10px;
  }
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap hr {
  border-color: var(--gray-300);
  margin-bottom: 24px;
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list {
  margin-bottom: 48px;
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list h6 {
  display: inline-block;
  font-size: var(--large);
  background: -webkit-linear-gradient(300deg, #d61f38 0%, #f9dc5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 16px;
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li {
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
  font-size: var(--p-sm-size);
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li {
    margin-bottom: 5px;
  }
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li a {
  color: var(--white);
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23f9dc5c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--h-transition);
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 300ms ease-out;
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li a:hover {
  background: -webkit-linear-gradient(300deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li a:hover span {
  opacity: 1;
  transform: translateX(0);
}
.nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list.serv-list-alter ul {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .nav-dropdown-wrap > div:first-child {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-dropdown-wrap .nav-dropdown-toggle.toggler-open::before {
    content: "-";
    color: var(--primary);
  }
  .nav-dropdown-wrap .nav-dropdown {
    position: static;
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    scale: unset;
    visibility: unset;
    overflow: auto;
    max-height: 0;
    display: block;
    height: auto;
  }
  .nav-dropdown-wrap .nav-dropdown.show {
    max-height: 45vh;
  }
  .nav-dropdown-wrap .nav-dropdown .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .nav-dropdown-wrap .nav-dropdown .row {
    display: block;
    margin: 0;
  }
  .nav-dropdown-wrap .nav-dropdown .row > * {
    padding: 0;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .h4, .nav-dropdown-wrap .nav-dropdown .serv-list-wrap h4 {
    color: var(--body-200);
    margin-bottom: 16px;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap hr {
    display: none;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list {
    padding-left: 24px;
    margin: 0;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list h6 {
    display: none;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul {
    padding: 0;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li {
    border: 0;
    padding: 0;
    margin: 0 0 16px;
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .serv-list ul li a {
    color: var(--body-100);
  }
  .nav-dropdown-wrap .nav-dropdown .serv-list-wrap .nav-cta {
    display: none;
  }
}
.nc-img {
  display: flex;
  gap: 24px;
  align-items: center;
}
.nc-img div {
  flex: 1;
  flex-shrink: 0;
}
.nc-img figure {
  flex: 1;
  margin: 0;
  line-height: 0;
}
.nc-img figure img {
  width: 100%;
  height: auto;
}
/* Button Style */
.h-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 0 0 16px;
  background-color: var(--body-200);
  border: 1px solid var(--body-200);
  color: var(--white);
  border-radius: 50px;
  transition: var(--h-transition);
  font-weight: 600;
  line-height: 1;
}
.h-btn span {
  display: inline-block;
  width: var(--h2-size);
  height: var(--h2-size);
  border-radius: 50%;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23fbf9f9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: var(--p-ty-size);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  transition: var(--h-transition);
}
.h-btn:hover, .h-btn:focus {
  background-color: var(--white);
  color: var(--body-200);
}
.h-btn:hover span, .h-btn:focus span {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23101010' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(0);
}
@media only screen and (max-width: 767px) {
  .h-btn span {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 991px) {
  .h-ai-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .h-c-btn {
    margin-bottom: 0;
  }
}
.h-dark .h-btn, .bg-dark .h-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.h-dark .h-btn span, .bg-dark .h-btn span {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23fbf9f9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.h-dark .h-btn:hover, .h-dark .h-btn:focus, .bg-dark .h-btn:hover, .bg-dark .h-btn:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.h-dark .h-btn:hover span, .h-dark .h-btn:focus span, .bg-dark .h-btn:hover span, .bg-dark .h-btn:focus span {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23fbf9f9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/*// Card*/
.hc-card {
  background-color: var(--white);
  padding: var(--h-space);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid transparent;
  transition: background 0.3s ease;
}
.hc-card div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hc-card div img {
  width: 40px;
  height: auto;
  flex-shrink: 0;
  display: none;
}
.hc-card div span {
  font-size: var(--h4-size);
  color: var(--body-50);
  margin-bottom: var(--h-space-lg);
  display: block;
}
.hc-card div span svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.5;
  stroke: var(--primary);
}
@media (max-width: 767px) {
  .hc-card div span svg {
    width: 36px;
    height: 36px;
  }
}
.hc-card div h3 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hc-card div p {
  color: var(--body-50);
}
.hc-card:hover {
  background: var(--primary);
}
.hc-card:hover span, .hc-card:hover h3, .hc-card:hover p {
  color: var(--white);
}
.hc-card:hover span svg {
  stroke: var(--white);
}
.hc-card.hc-card-new {
  gap: 0;
}
.hc-card.hc-card-new h3 {
  flex-grow: 1;
  font-size: var(--h4-size);
}
@media (max-width: 1680px) {
  .hc-card {
    aspect-ratio: inherit;
  }
}
@media (max-width: 767px) {
  .hc-card {
    aspect-ratio: inherit;
  }
}
/*// list box style*/
.h-li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding: 0;
}
.h-li li {
  list-style: none;
  display: inline-flex;
  font-size: var(--font-small);
  color: var(--body-100);
}
.h-li li a, .h-li li span {
  display: block;
  padding: 8px;
  border: 1px solid var(--border-100);
  font-size: var(--font-small);
  color: var(--body-200);
  border-radius: 20px;
}
.h-li li a:hover, .h-li li a:focus, .h-li li span:hover, .h-li li span:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
.side-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--h-space);
  color: var(--white);
}
.side-line::before, .side-line::after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 0.5px;
  background-color: var(--gray-100);
}
.h-cl-list {
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, #fff 20%, #fff 85%, transparent 95%);
  mask-image: linear-gradient(90deg, transparent 10%, #fff 20%, #fff 85%, transparent 95%);
}
.h-cl-list .cl-img figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-cl-list .cl-img figure img {
  max-width: 100%;
  height: auto;
  max-height: 70px;
}
.meter-plus {
  position: relative;
}
.meter-plus::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 0;
  margin: auto;
  font-size: inherit;
  transform: translate(0, -50%);
  line-height: 0.6;
}
@media (max-width: 991px) {
  .he .container > .row {
    flex-direction: column-reverse;
  }
}
.h-scuess {
  display: flex;
  justify-content: center;
  min-height: 450px;
  align-items: flex-end;
}
.h-scuess .h-count {
  margin-bottom: var(--h-space-sm);
  color: var(--white);
}
.h-scuess .h-count .odometer {
  font-size: var(--h2-size);
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 480px) {
  .h-scuess .h-count .odometer {
    font-size: var(--h4-size);
  }
}
.h-scuess .h-s-box {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}
.h-scuess .h-s-box.h-yellow {
  background: linear-gradient(180deg, var(--accent) 0%, rgba(var(--accent-rgb), 0) 100%);
  height: 127px;
}
.h-scuess .h-s-box.h-violet {
  background: linear-gradient(180deg, var(--secondary) 0%, rgba(var(--secondary-rgb), 0) 100%);
  height: 225px;
}
.h-scuess .h-s-box.h-red {
  background: linear-gradient(180deg, var(--primary) 0%, rgba(var(--primary-rgb), 0) 100%);
  height: 334px;
}
.h-scuess .h-s-box.h-white {
  background: linear-gradient(180deg, var(--white) 0%, rgba(var(--white-rgb), 0) 100%);
  height: 432px;
}
@media (max-width: 767px) {
  .h-scuess .h-s-box {
    border-radius: 16px 16px 0px 0px;
  }
}
/*//Slider Styles*/
.h-sl-box {
  padding: 24px;
  border-radius: 24px;
}
.h-sl-box.bg-grad-red {
  background: linear-gradient(155deg, #101010 30%, #d61f38 100%);
}
.h-cs-slider {
  position: relative;
}
.h-cs-slider .glide, .h-cs-slider .glide__track, .h-cs-slider .glide__slides, .h-cs-slider .slide-item {
  height: 100%;
}
.h-cs-slider ul {
  list-style: none;
  height: 100%;
}
.h-cs-slider ul .slide-item {
  height: 100%;
}
.h-cs-slider .cs-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-left: 0;
}
@media (max-width: 767px) {
  .h-cs-slider .cs-content {
    height: auto;
    padding: 0;
    margin-bottom: 24px;
  }
}
.h-cs-slider .cs-content .cs-inner h3 {
  color: var(--white);
}
.h-cs-slider .cs-content .cs-inner p {
  font-size: var(--p-size);
  color: var(--white);
  white-space: normal;
  margin-bottom: 24px;
}
.h-cs-slider .cs-content .cs-inner.cs-inner-alter {
  display: flex;
  flex-direction: column;
  gap: var(--h-space-lg);
  margin-bottom: var(--h-space-lg);
}
.h-cs-slider .cs-content .cs-inner.cs-inner-alter h3 {
  margin-bottom: 0;
}
.h-cs-slider .cs-content .cs-inner-a {
  display: block;
  width: 100%;
  padding: var(--h-space-sm);
  border-radius: 16px;
  border: 1px solid var(--primary);
  height: 100%;
}
.h-cs-slider .cs-content .cs-inner-a span {
  font-size: var(--font-small);
  color: var(--gray-200);
  display: block;
  margin-bottom: var(--h-space-sm);
}
.h-cs-slider .cs-content .cs-inner-a p {
  margin-bottom: 0;
}
.h-cs-slider .cs-content .cs-inner-a.cs-inner-b {
  border: 1px solid #76F95C;
}
.h-cs-slider .cs-content .cs-inner-c {
  display: block;
}
.h-cs-slider .cs-content .cs-inner-c span {
  display: block;
  font-size: 64px;
  font-weight: 600;
  color: var(--accent);
}
.h-cs-slider .cs-content .cs-inner-c p {
  margin-bottom: 0;
}
.h-cs-slider .cs-content .cs-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.h-cs-slider .cs-content .cs-content-bottom .cs-slide-control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .h-cs-slider .cs-content .cs-content-bottom .cs-slide-control {
    display: none;
  }
}
.h-cs-slider figure {
  display: block;
  width: 100%;
  aspect-ratio: 1.3333333333;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.h-cs-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h-cs-slider.h-cs-alter figure {
  position: relative;
  height: 100%;
}
.h-cs-slider.h-cs-alter figure::before {
  display: none;
}
.h-cs-slider.h-cs-alter figure img {
  width: 100%;
  height: 100%;
  position: static;
}
.h-cs-slider .cs-slide-control span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--white);
  border: 1px solid var(--white);
  position: relative;
  border-radius: 50%;
}
.h-cs-slider .cs-slide-control span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.h-cs-slider .cs-slide-control span.prev-arrow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(-140deg);
}
.h-cs-slider .cs-slide-control span.next-arrow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(45deg);
}
.h-cs-slider .cs-slide-control span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  cursor: pointer;
}
.h-cs-slider .cs-slide-control-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .h-cs-slider .cs-slide-control-mobile {
    margin-top: 24px;
    display: inline-flex;
  }
}
.ft-a {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .ft-a {
    display: none;
  }
}
.ft-aa {
  max-width: 390px;
}
.ft-aa .ft-aaa {
  margin-bottom: 24px;
}
.ft-aa .ft-aaa img {
  width: 200px;
  max-width: 100%;
  height: auto;
}
.ft-aa h5 {
  color: var(--white);
}
.ft-ab p {
  font-weight: 400;
  font-size: var(--p-size);
}
.ft-ab ul {
  list-style: none;
  padding-left: 0;
}
.ft-ab ul li {
  margin-bottom: 16px;
}
.ft-ab ul li a {
  margin-bottom: 0;
}
.ft-ab a {
  color: var(--gray-200);
  font-weight: 400;
  margin-bottom: 24px;
  display: block;
}
.ft-ab a:hover {
  color: var(--primary);
}
.ft-ab span {
  display: block;
  color: var(--gray-200);
}
@media only screen and (max-width: 767px) {
  .ft-b {
    padding-bottom: 60px;
  }
}
.ft-ba {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft-ba li {
  margin-bottom: 16px;
}
.ft-ba li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid var(--white);
  color: var(--white);
}
.ft-ba li a:hover {
  background: var(--primary);
  border-color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .ft-ba {
    padding-top: 32px;
    display: none;
  }
}
.ft-bb {
  padding: 32px 0;
}
.ft-bb .ft-cta {
  font-size: 6.5vw;
  font-weight: 400;
  width: 100%;
  color: var(--white);
  display: block;
  text-align: center;
}
.ft-bb .ft-cta .char {
  opacity: 0.2;
}
@media only screen and (min-width: 1680px) {
  .ft-bb .ft-cta {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1200px) {
  .ft-bb .ft-cta {
    font-size: 8.25vw;
  }
}
.ft-bc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.ft-bc p {
  font-size: var(--p-ty-size);
  display: inline-block;
  color: var(--white);
}
@media (max-width: 480px) {
  .ft-bc p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .ft-bc span.current-year {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.ft-bc div {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ft-bc div a {
  font-size: var(--p-ty-size);
  color: var(--white);
}
.ft-bc div a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .ft-bc {
    display: block;
    text-align: center;
    padding-bottom: 24px;
  }
  .ft-bc span {
    display: block;
    margin-bottom: 16px;
  }
  .ft-bc div {
    justify-content: center;
  }
}
.gravity-ground {
  width: 100%;
  border-radius: 24px;
  background-color: var(--body-200);
  height: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.gravity-ground canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .gravity-ground {
    display: none;
  }
}
.ca-alter {
  background-color: var(--body-200);
  position: relative;
  z-index: 1;
}
.ca-alter .container {
  border-radius: 24px;
  padding: 50px;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .ca-alter .container {
    padding: 32px 16px;
  }
}
.ca-alter .ca-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.ca-alter .ca-left .gravity-ground {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .ca-alter .ca-right {
    margin-top: 0px;
  }
}
.ca-form-a {
  margin-bottom: 16px;
  position: relative;
}
.ca-form-a .ca-form-b {
  display: block;
  width: 100%;
  padding: 16px 32px;
}
@media only screen and (max-width: 991px) {
  .ca-form-a .ca-form-b {
    padding: 16px;
  }
}
.ca-form-a .ca-form-c {
  display: block;
  width: 100%;
  padding: 16px 32px;
  resize: none;
}
@media only screen and (max-width: 991px) {
  .ca-form-a .ca-form-c {
    padding: 16px;
  }
}
.ca-form-a .error-message {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: var(--p-sm-size);
}
.ca-form-a textarea + .error-message {
  top: auto;
  bottom: 24px;
  transform: none;
}
.ca-check {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.ca-check .ca-check-a {
  list-style: none;
  display: inline-flex;
  font-size: var(--p-size);
  color: var(--body-100);
}
.ca-check .ca-check-a input {
  display: none;
}
.ca-check .ca-check-a input:checked + label {
  background-color: var(--body-100);
  border: 1px solid var(--body-100);
  color: var(--white);
}
.ca-check .ca-check-a label {
  display: block;
  padding: 8px;
  border: 1px solid var(--body-100);
  font-size: var(--font-small);
  color: var(--body-100);
  border-radius: 20px;
  transition: var(--h-transition);
  cursor: pointer;
}
.ca-check .ca-check-a label:hover, .ca-check .ca-check-a label:focus {
  background-color: var(--body-100);
  border: 1px solid var(--body-100);
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .ca-check .ca-check-a label {
    font-size: var(--p-size);
  }
}
.ca-form-b button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}
.ca-form-b button span {
  display: inline-block;
  padding: 14px 16px 12px;
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50px;
  transition: var(--h-transition);
  font-family: var(--font-sora);
}
.ca-form-b button span:last-child {
  display: inline-block;
  width: var(--h1-size);
  height: var(--h1-size);
  border-radius: 50%;
  vertical-align: middle;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23252525' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: var(--p-size);
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--body-100);
  transition: var(--h-transition);
  transform: none;
}
.ca-form-b button:hover span, .ca-form-b button:focus span {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.ca-form-b button:hover span:last-child, .ca-form-b button:focus span:last-child {
  background-color: var(--secondary);
  border-color: var(--secondary);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23fbf9f9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: translateX(-5px);
}
/* Faq section design style */
.hk-a {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 991px) {
  .hk-a {
    position: static;
  }
}
.hk-image {
  margin-top: 32px;
}
.hk-image img {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 360px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .hk-image {
    display: none;
  }
}
.faq_main_container {
  margin-bottom: 30px;
  counter-reset: section;
}
.faq_main_container .faq_container {
  background-color: var(--bg-200);
  margin-bottom: 8px;
  position: relative;
  border-radius: 8px;
}
.faq_main_container .faq_container .faq_question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
}
.faq_main_container .faq_container .faq_question .faq_question-text {
  position: relative;
}
.faq_main_container .faq_container .faq_question .faq_question-text p {
  margin: 0;
  color: var(--body-200);
  font-size: var(--h6-size);
  font-weight: 600;
}
.faq_main_container .faq_container .faq_question:hover {
  background-color: #f7f7f7;
}
.faq_main_container .faq_container .faq_question.active {
  background-color: var(--primary);
}
.faq_main_container .faq_container .faq_question.active .faq_question-text:before {
  color: var(--white);
}
.faq_main_container .faq_container .faq_question.active .faq_question-text p {
  color: var(--white);
}
.faq_main_container .faq_container .faq_question.active:hover {
  background-color: var(--primary);
}
.faq_main_container .faq_container .faq_question.active .icon .icon-shape:before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
  background-color: var(--white);
}
.faq_main_container .faq_container .faq_question.active .icon .icon-shape:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
  background-color: var(--white);
}
.faq_main_container .faq_container p.icon {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.faq_main_container .faq_container p.icon .icon-shape {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.faq_main_container .faq_container p.icon .icon-shape:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background: #000;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.faq_main_container .faq_container p.icon .icon-shape:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 15px;
  background: #000;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.faq_main_container .faq_container .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.faq_main_container .faq_container .answercont .answer {
  padding: var(--h-space);
}
.faq_main_container .faq_container .answercont .answer ul {
  padding-left: var(--h-space);
}
.faq_main_container .faq_container .answercont .answer ul li {
  display: block;
  padding-left: var(--h-space);
  position: relative;
  line-height: 1.5;
  margin-bottom: 16px;
}
.faq_main_container .faq_container .answercont .answer ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .faq_main_container .faq_container {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq_main_container {
    margin-bottom: 0;
  }
}
/* End faq section design style */
/*
// .hd{background-color:var(--bg-200);}
// .hf{background-color:var(--bg-200);}*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hd .ha-a.h-flex {
  align-items: center;
}
/* Testimonial slider style */
.h-testi-slider {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .h-testi-slider {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 991px) {
  .h-testi-slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.swiper {
  width: 360px;
  height: auto;
}
@media (max-width: 1300px) {
  .swiper {
    width: 270px;
  }
}
@media (max-width: 1100px) {
  .swiper {
    width: 240px;
  }
}
@media (max-width: 900px) {
  .swiper {
    margin: 30px auto 50px;
  }
}
@media (max-width: 580px) {
  .swiper {
    width: 220px;
  }
}
.swiper .swiper-slide {
  display: grid;
  grid-template-rows: 4fr 0fr;
  padding: 0px;
  border-radius: 16px;
  box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 4px 16px rgba(0, 0, 0, 0.1);
  user-select: none;
  cursor: none !important;
}
.swiper .swiper-slide img {
  border-radius: 16px;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/** testilist */
.testilist {
  width: 100%;
}
.testilist .testilist-item {
  display: none;
  width: 100%;
  height: auto;
  cursor: pointer;
  user-select: none;
}
.testilist .testilist-item .h-testi-inner blockquote {
  font-size: var(--p-size);
  color: var(--body-100);
  margin-bottom: 30px;
  position: relative;
}
.testilist .testilist-item .h-testi-inner blockquote:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: -60px;
  top: -40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='41' viewBox='0 0 45 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.92 0.121933V6.77793H43.768C41.0373 6.77793 38.8613 7.24727 37.24 8.18594C35.6187 9.1246 34.424 10.6179 33.656 12.6659C32.9733 14.6286 32.632 17.1459 32.632 20.2179V29.8179L29.56 24.0579C30.1573 23.7166 30.9253 23.4606 31.864 23.2899C32.888 23.1193 33.8693 23.0339 34.808 23.0339C37.1973 23.0339 39.16 23.8019 40.696 25.3379C42.3173 26.7886 43.128 28.8366 43.128 31.4819C43.128 33.9566 42.36 36.0046 40.824 37.6259C39.3733 39.2473 37.368 40.0579 34.808 40.0579C33.1867 40.0579 31.6507 39.6739 30.2 38.9059C28.7493 38.1379 27.5547 36.7726 26.616 34.8099C25.6773 32.8473 25.208 30.0313 25.208 26.3619V23.6739C25.208 17.4446 25.976 12.6233 27.512 9.20993C29.048 5.7966 31.224 3.44993 34.04 2.16993C36.856 0.804598 40.184 0.121933 44.024 0.121933H44.92ZM20.088 0.121933V6.77793H18.936C16.2053 6.77793 14.0293 7.24727 12.408 8.18594C10.7867 9.1246 9.592 10.6179 8.824 12.6659C8.14133 14.6286 7.8 17.1459 7.8 20.2179V29.8179L4.728 24.0579C5.32533 23.7166 6.09333 23.4606 7.032 23.2899C8.056 23.1193 9.03733 23.0339 9.976 23.0339C12.3653 23.0339 14.328 23.8019 15.864 25.3379C17.4853 26.7886 18.296 28.8366 18.296 31.4819C18.296 33.9566 17.528 36.0046 15.992 37.6259C14.5413 39.2473 12.536 40.0579 9.976 40.0579C8.35467 40.0579 6.81867 39.6739 5.368 38.9059C3.91733 38.1379 2.72267 36.7726 1.784 34.8099C0.845334 32.8473 0.376 30.0313 0.376 26.3619V23.6739C0.376 17.4446 1.144 12.6233 2.68 9.20993C4.216 5.7966 6.392 3.44993 9.208 2.16993C12.024 0.804598 15.352 0.121933 19.192 0.121933H20.088Z' fill='%23D61F38'/%3E%3C/svg%3E");
}
.testilist .testilist-item .h-testi-inner blockquote span {
  font-size: var(--p-size);
  font-weight: 400;
}
.testilist .testilist-item .h-testi-inner span {
  font-size: var(--b-bo-size);
  color: var(--body-100);
  font-weight: 500;
}
.testilist .testilist-item.active-testilist-item {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .testilist .testilist-item.active-testilist-item {
    margin: 32px auto 0;
  }
}
.swiper-3d .swiper-slide-shadow {
  display: none;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#popup-wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 2px solid var(--white);
  background: var(--white);
  z-index: 1002;
  overflow: visible;
  transform: translate(-50%, -50%);
}
#boxclose {
  float: right;
  cursor: pointer;
  color: var(--white);
  border: 1px solid var(--bg-100);
  border-radius: 3px;
  background: var(--body-200);
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}
.boxclose:before {
  content: "×";
}
#fade:hover ~ #boxclose {
  display: none;
}
.text.lightbox-content {
  padding: 20px;
}
/* end of Testimonial Sliders */
@media (max-width: 991px) {
  .hc, .hf {
    overflow: hidden;
  }
}
.hc .row > *, .hf .row > * {
  margin-bottom: 24px;
}
.h-r-blog .hb-card {
  position: relative;
  align-items: flex-start;
}
.h-r-blog .hb-card .hb-img {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
}
.h-r-blog .hb-card .hb-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-r-blog .hb-card .hc-body {
  padding-top: 16px;
}
.h-r-blog .hb-card .hc-body .h-li li a, .h-r-blog .hb-card .hc-body .h-li li span {
  color: var(--white);
  border-color: var(--white);
}
.h-r-blog .hb-card .hc-body h3 {
  color: var(--white);
  margin-bottom: 0;
}
.h-r-blog .hb-card .hc-body h3 a {
  color: var(--white);
}
.h-r-blog .hb-card .hc-body span {
  color: var(--white);
  display: none;
}
.h-r-blog.light-blog .hb-card {
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .h-r-blog.light-blog .hb-card {
    margin-bottom: 0;
  }
}
.h-r-blog.light-blog .hb-card .hb-img {
  border: 1px solid var(--gray-200);
}
.h-r-blog.light-blog .hb-card .hc-body .h-li {
  margin-bottom: 4px;
}
.h-r-blog.light-blog .hb-card .hc-body .h-li li {
  margin-right: 4px;
}
.h-r-blog.light-blog .hb-card .hc-body .h-li li a, .h-r-blog.light-blog .hb-card .hc-body .h-li li span {
  border-color: var(--gray-200);
  color: var(--body-100);
  text-transform: capitalize;
}
.h-r-blog.light-blog .hb-card .hc-body .h-li li a:hover, .h-r-blog.light-blog .hb-card .hc-body .h-li li span:hover {
  border-color: var(--primary);
  color: var(--white);
}
.h-r-blog.light-blog .hb-card .hc-body h3 {
  color: var(--body-200);
}
.h-r-blog.light-blog .hb-card .hc-body h3 a {
  color: var(--body-200);
}
.h-r-blog.light-blog .hb-card .hc-body h3 a:hover {
  background: -webkit-linear-gradient(300deg, #d61f38 0%, #f9dc5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h-r-blog.light-blog .hb-card .hc-body span {
  color: var(--body-100);
}
@media only screen and (max-width: 767px) {
  .h-r-blog .row {
    gap: 25px;
  }
}
.h-card {
  padding: var(--h-space);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .h-card {
    margin-bottom: 20px;
  }
}
.h-card small {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid var(--body-100);
  margin-bottom: 15px;
}
.h-card figure {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 24px;
}
.h-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.scroll-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.c-p-box .card-body .card-footer {
  color: var(--body-200);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding: 8px 20px;
  width: 100%;
  color: var(--body-100);
  font-size: 20px;
  font-weight: 600;
}
.c-p-box:hover .card-body .card-footer {
  color: var(--white);
}
@media (max-width: 991px) {
  .t-bar h2:before {
    right: 0;
    margin: 0 auto;
  }
}
/*// Bottom to Top Scroll */
.btn-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  position: fixed;
  bottom: 16px;
  right: 16px;
  transform: translateY(200px);
  transition: all 300ms ease;
  z-index: 999;
  cursor: pointer;
}
.btn-up.show {
  transform: none;
}
.btn-up span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23fbf9f9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br, h5 br, .h5 br, h6 br, .h6 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .col-12:last-child {
    margin-bottom: 0;
  }
}
.list-normal {
  list-style: none;
}
.list-normal li {
  font-size: var(--p-size);
  color: var(--body-200);
  margin-bottom: 16px;
  position: relative;
  list-style: none;
  display: flex;
}
.list-normal li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1478_3122)'%3E%3Cmask id='mask0_1478_3122' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='200' height='200'%3E%3Cpath d='M200 0H0V200H200V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1478_3122)'%3E%3Cpath d='M100 0C103.395 53.7596 146.24 96.6052 200 100C146.24 103.395 103.395 146.24 100 200C96.6052 146.24 53.7596 103.395 0 100C53.7596 96.6052 96.6052 53.7596 100 0Z' fill='url(%23paint0_linear_1478_3122)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1478_3122' x1='-2.30037e-06' y1='7.5' x2='200' y2='200' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.35' stop-color='%23D61F38'/%3E%3Cstop offset='1' stop-color='%23F9DC5C'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1478_3122'%3E%3Crect width='200' height='200' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 20px;
  background-position: center;
  width: 24px;
  height: 24px;
}
.justify-center {
  justify-content: center;
}
.bl-single .prg_services p a {
  color: var(--primary);
}
.h-cta-new-a h2 {
  font-size: clamp(32px, calc(3vw + 16px), 64px);
}
.h-cta-stat {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 380px;
  margin: auto;
}
@media (max-width: 991px) {
  .h-cta-stat {
    margin-top: 48px;
  }
}
.h-cta-stat .h-cta-stat-a {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  border-radius: 16px;
  aspect-ratio: 0.75;
  background: linear-gradient(135deg, #222222 0%, rgba(34, 34, 34, 0.2) 100%);
  border: 1px solid #383838;
  text-align: center;
  color: var(--white);
}
@media (max-width: 991px) {
  .h-cta-stat .h-cta-stat-a {
    aspect-ratio: 1;
  }
}
.h-cta-stat .h-cta-stat-a:nth-child(odd) {
  transform: translateY(-25px);
}
@media (max-width: 991px) {
  .h-cta-stat .h-cta-stat-a:nth-child(odd) {
    transform: none;
  }
}
.h-cta-stat .h-cta-stat-a:nth-child(even) {
  transform: translateY(25px);
}
@media (max-width: 991px) {
  .h-cta-stat .h-cta-stat-a:nth-child(even) {
    transform: none;
  }
}
.h-cta-stat .h-cta-stat-a span {
  font-size: clamp(48px, calc(3vw + 16px), 64px);
  display: block;
  margin-bottom: var(--h-space-sm);
  color: var(--accent);
  font-weight: 700;
  line-height: 1;
}
.h-test-a {
  max-width: 480px;
}
@media (max-width: 991px) {
  .h-test-a {
    margin: auto;
  }
}
.h-test-a .h-test-a-quote {
  display: flex;
  align-items: center;
  margin-bottom: var(--h-space);
}
.h-test-a .h-test-a-quote img {
  width: 50px;
  height: auto;
  display: block;
}
.h-test-a .h-test-a-quote .h-test-nav {
  display: none;
  margin-left: auto;
}
@media (max-width: 991px) {
  .h-test-a .h-test-a-quote .h-test-nav {
    display: inline-flex;
  }
}
.h-test-a .h-test-content {
  margin-bottom: var(--h-space);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.h-test-a .h-test-content.is-active {
  display: block;
  opacity: 1;
}
.h-test-a .h-test-content h4 {
  line-height: 1.2;
}
.h-test-a .h-test-content h4 a.playbtn {
  display: inline-flex;
  align-items: center;
  width: 28px;
  heihgt: 28px;
  position: relative;
}
.h-test-a .h-test-content h4 a.playbtn svg {
  position: absolute;
  margin-top: -15px;
  margin-left: 5px;
}
.h-test-a .h-test-content h4 .readmore {
  display: none;
}
.h-test-a .h-test-content h4 a.readmore-btn {
  font-size: 14px;
  font-weight: 300;
  color: var(--primary);
}
.h-test-a p:last-child {
  line-height: 1;
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  display: inline-block;
  padding-bottom: 4px;
}
.h-test-a .h-test-nav {
  width: 40px;
  height: 40px;
  border: 1px solid var(--body-200);
  border-radius: 50%;
  background-color: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.h-test-a .h-test-nav svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .h-test-a .h-test-nav {
    display: none;
  }
}
.h-test-b {
  overflow: hidden;
  padding: 24px 0;
}
@media (max-width: 991px) {
  .h-test-b {
    padding: 0 0 48px;
  }
}
.h-test-b .h-test-slider {
  width: 50%;
  height: auto;
  aspect-ratio: 0.75;
  perspective: 100px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .h-test-b .h-test-slider {
    max-width: 250px;
    width: 100%;
  }
}
.h-test-b .h-test-slider .item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  user-select: none;
  pointer-events: none;
  top: 0;
  border-radius: 16px;
  object-fit: cover;
}
.h-test-b .h-test-slider .item:nth-child(3) {
  right: 0;
  transform: scale(1);
}
.h-test-b .h-test-slider .item:nth-child(2) {
  right: 40px;
  transform: scale(0.9);
}
.h-test-b .h-test-slider .item:nth-child(1) {
  right: 80px;
  transform: scale(0.8);
}
.h-test-rating {
  margin-top: 24px;
  text-align: center;
}
.h-test-rating .h-test-rating-a {
  text-align: center;
  padding-right: 24px;
}
.h-test-rating .h-test-rating-a span {
  font-size: var(--h3-size);
  font-weight: 700;
  color: var(--primary);
  display: block;
  line-height: 1;
  padding-right: 16px;
  margin-bottom: var(--h-space-xs);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .h-test-rating .h-test-rating-a {
    width: 100%;
  }
}
.h-test-rating .h-test-rating-b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: var(--black);
  flex-wrap: wrap;
  gap: 24px 0;
}
.h-test-rating .h-test-rating-b .h-test-rating-ba {
  padding: 0 24px;
  border-left: 1px solid var(--body-100);
}
.h-test-rating .h-test-rating-b .h-test-rating-ba span {
  font-weight: 700;
  color: var(--white);
  font-size: var(--h4-size);
}
.h-test-rating .h-test-rating-b .h-test-rating-ba p {
  color: var(--bg-100);
}
@media only screen and (max-width: 767px) {
  .h-test-rating .h-test-rating-b .h-test-rating-ba:nth-of-type(2) {
    border-left: 0;
  }
}
@media only screen and (max-width: 520px) {
  .h-test-rating .h-test-rating-b .h-test-rating-ba {
    text-align: left;
    padding: 0 16px;
    width: 50%;
  }
  .h-test-rating .h-test-rating-b .h-test-rating-ba:nth-of-type(4) {
    border-left: 0;
  }
}
.h-test-star {
  --rating: 4.5;
  --star-size: 24px;
  --star-color: #ddd;
  --star-fill: var(--accent);
  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1;
}
.h-test-star::before {
  content: "★★★★★";
  color: var(--star-color);
}
.h-test-star::after {
  content: "★★★★★";
  color: var(--star-fill);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
  white-space: nowrap;
}
.img-parallax {
  overflow: hidden;
  position: relative;
}
.img-parallax img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  will-change: transform;
}
.letter-reveal {
  overflow: hidden;
}
.letter-reveal .line {
  position: relative;
  display: block;
  overflow: hidden;
}
.letter-reveal .line .mask {
  position: absolute;
  inset: 0;
  background: var(--body-200);
  transform-origin: right center;
  opacity: 0.75;
}
span.odometer-formatting-mark {
  padding-right: 2px;
}
.ha-aa p:last-child {
  margin-bottom: 10px;
}
/* ============================= */
/* DESKTOP MEGA MENU FIX */
/* ============================= */
@media (min-width: 992px) {
  /*.nav-dropdown-wrap::after {
    content: "";
    position: absolute;
    left: -200px;
    right: -200px;
    top: 100%;
    height: 60px;
  }*/
  .nav-dropdown-wrap {
    position: relative;
  }
  .nav-dropdown-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
    z-index: 9999;
  }
  .nav-dropdown-wrap:hover .nav-dropdown-collapse {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.map-sec {
  width: 100%;
  height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-sec iframe {
  width: 100%;
  height: 100%;
}
body.menu-open {
  overflow: hidden !important;
}
.footer-social-icons {
  display: flex;
  flex-wrap: nowrap;
}
.footer-social-icons a {
  width: 30px;
  height: 30px;
  background-color: var(--white);
  display: inline-flex;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.footer-social-icons a img {
  width: 20px;
  max-width: initial;
  margin: 0;
}
.footer-social-icons a[aria-label="Hire Indian Programmer Youtube"] img {
  width: 28px;
}
.h-cta-stat-a .about-bba.meter-plus {
  font-size: var(--title-size);
  color: var(--accent);
}
.h-cta-stat-a .about-bba {
  font-size: var(--title-size);
  color: var(--accent);
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.h-cta-stat-a .about-bba span {
  display: inline-flex;
  margin: 0;
  font-size: clamp(48px, calc(1vw + 16px), 64px);
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  margin-bottom: 0;
}
.ajax-pagination {
  display: flex;
  justify-content: center;
}
.ajax-pagination .blog-ajax-page {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--body-100);
  border-radius: 50%;
  border: 1px solid var(--gray-200);
  margin: 0 5px;
}
.ajax-pagination .blog-ajax-page.active {
  border-color: var(--primary);
  color: var(--primary);
}
.ajax-pagination {
  display: flex;
  justify-content: center;
}
.ajax-pagination .blog-ajax-page {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--body-100);
  border-radius: 50%;
  border: 1px solid var(--gray-200);
  margin: 0 5px;
}
.ajax-pagination .blog-ajax-page.active {
  border-color: var(--primary);
  color: var(--primary);
}
.ajax-pagination {
  display: flex;
  justify-content: center;
}
.ajax-pagination .custom-ajax-page {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--body-100);
  border-radius: 50%;
  border: 1px solid var(--gray-200);
  margin: 0 5px;
}
.ajax-pagination .custom-ajax-page.active {
  border-color: var(--primary);
  color: var(--primary);
}
.bl-single-old p a {
  color: var(--primary);
}
.popupform {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 10001;
}
.popupform .modal-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  border-radius: 24px;
  padding: 24px 16px;
  background-color: var(--white);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.25);
}
.popupform .modal-content .ca-form-a .ca-form-b, .popupform .modal-content .ca-form-a .ca-form-c {
  border: 0;
  background-color: #EBEBEB;
  border-radius: 12px;
  color: var(--body-200);
  padding: 16px 24px;
  resize: none;
}
.popupform .modal-content span#closeModal {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #000;
  top: -10px;
  right: -10px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.popupform .modal-content .ha-a .ha-aa h2 {
  margin-bottom: 0;
}
.popupform .modal-content .ca-form-b {
  display: flex;
  justify-content: center;
}
.footer-container .h-pad .ft-ab p {
  --h-space:15px;
}
.footer-container .h-pad .ft-ab a {
  margin-bottom: 15px;
}
.footer-container .h-pad .ft-ab ul li {
  margin-bottom: 10px;
}
.footer-container .h-pad .ft-ab ul li a {
  margin-bottom: 0;
}
.footer-container .h-pad .ft-aa p {
  --h-space:15px;
}
.footer-container .h-pad .ft-aa h5 {
  margin-bottom: 10px;
}
.ha-list ul {
  list-style: none;
}
.ha-list ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
  font-size: var(--p-sm-size);
}
.ha-list ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0918 12.451C18.4335 12.1093 18.4335 11.5553 18.0918 11.2136C17.7501 10.8718 17.1961 10.8718 16.8543 11.2136L12.7926 15.2754L11.1461 13.6289C10.8044 13.2871 10.2503 13.2871 9.90862 13.6289C9.56692 13.9706 9.56692 14.5246 9.90863 14.8662L12.1739 17.1315C12.5156 17.4733 13.0696 17.4731 13.4113 17.1315L18.0918 12.451Z' fill='%23D61F38'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0002 2.50562C7.55684 2.50562 2.3335 7.72896 2.3335 14.1723C2.3335 20.6155 7.55684 25.839 14.0002 25.839C20.4434 25.839 25.6668 20.6155 25.6668 14.1723C25.6668 7.72896 20.4434 2.50562 14.0002 2.50562ZM4.0835 14.1723C4.0835 8.69546 8.52334 4.25562 14.0002 4.25562C19.477 4.25562 23.9168 8.69546 23.9168 14.1723C23.9168 19.6491 19.477 24.0889 14.0002 24.0889C8.52334 24.0889 4.0835 19.6491 4.0835 14.1723Z' fill='%23D61F38'/%3E%3C/svg%3E%0A");
  background-size: 20px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
  margin-bottom: 8px;
}
.ha-list ul li:last-child {
  margin-bottom: 0;
}
.ha-trust {
  text-align: center;
  margin-top: 80px;
}
.ha-trust ul {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--body-200);
  background: var(--bg-200);
  border-radius: 16px;
}
@media (max-width: 991px) {
  .ha-trust ul {
    max-width: 100%;
    display: block;
    column-count: 2;
    --webkit-column-count: 2;
    margin: auto;
  }
}
.ha-trust ul li {
  text-indent: 8px;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: var(--p-sm-size);
  padding: 16px;
}
.ha-trust ul li span {
  font-weight: 700;
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .ha-trust {
    margin-top: 24px;
  }
  .ha-trust ul {
    column-count: 1;
    -webkit-column-count: 1;
    padding: 16px;
  }
  .ha-trust ul li {
    padding: 0;
    margin-bottom: 16px;
  }
  .ha-trust ul li:last-child {
    margin-bottom: 0;
  }
  .ha-trust ul li svg {
    width: 14px;
    height: 14px;
  }
}
.trust-a {
  position: relative;
}
.trust-a .trust-aa {
  margin-bottom: 24px;
  color: var(--body-50);
}
.glide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.glide.is-ready {
  opacity: 1;
}
.loader {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  overflow: hidden;
  z-index: 999999;
}
.loader .loader-grid {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
.loader .loader-pixel {
  background: var(--black);
  width: 100%;
  height: 100%;
}
.loader-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-toggle {
  display: block;
  padding: 25px 0;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--black);
  overflow: hidden;
  padding: 8px 0;
  border-radius: 8px;
}
.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu ul li a {
  display: block;
  padding: 10px 15px;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu ul li a:hover {
  color: var(--white);
  background: -webkit-linear-gradient(300deg, #d61f38 0%, #f9dc5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dropdown.active .dropdown-menu {
  display: block;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown .dropdown-toggle-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.dropdown .dropdown-toggle-mobile::before {
  content: "+";
  font-size: var(--h1-size);
  display: inline-block;
  text-align: center;
  line-height: 0.6;
}
.dropdown.active .dropdown-toggle-mobile::before {
  content: "-";
}
/* Show toggle only on mobile */
@media (max-width: 991px) {
  .dropdown .dropdown-toggle-mobile {
    display: inline-flex;
  }
}
/* =========================
   MOBILE ACCORDION MODE
========================= */
@media (max-width: 991px) {
  .mobile-accord-dropdown {
    display: block;
  }
  .mobile-accord-dropdown .dropdown-toggle {
    padding: 0;
  }
  .mobile-accord-dropdown .dropdown-menu {
    position: static;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: block;
    height: auto;
    padding: 0;
    background-color: var(--bg-100);
  }
  .mobile-accord-dropdown .dropdown-menu ul {
    margin-top: 8px;
  }
  .mobile-accord-dropdown .dropdown-menu ul li {
    padding: 0;
    border: 0;
  }
  .mobile-accord-dropdown .dropdown-menu ul li a {
    color: var(--body-100);
    padding: 12px 0 8px 24px;
    font-size: var(--p-sm-size);
  }
  .mobile-accord-dropdown .dropdown-menu ul li a:hover {
    background-color: var(--bg-200);
    color: var(--body-200);
  }
  .mobile-accord-dropdown.active .dropdown-menu {
    max-height: 500px;
  }
  .mobile-accord-dropdown:hover .dropdown-menu {
    display: block;
  }
}
.nav-cta {
  background-image: linear-gradient(125deg, var(--primary) 70%, var(--secondary) 90%);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  gap: 16px;
}
.nav-cta-a {
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
}
.nav-cta-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-cta-b h5 {
  color: var(--white);
  margin-bottom: 8px;
}
.nav-cta-b p {
  color: var(--white);
  font-size: var(--p-sm-size);
  margin-bottom: 8px;
}
.nav-cta-b a {
  color: var(--white);
  font-size: var(--p-sm-size);
}
.nav-cta-b a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: var(--p-sm-size);
  height: var(--p-sm-size);
  background-size: var(--p-ty-size);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1M13 1L2.2 1M13 1V11.8' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-left: 8px;
}
.nav-cta-b a:hover {
  color: var(--white) !important;
  border-bottom: 1px solid var(--white);
}
.h-cta-hip-sec .h-cta-hip {
  padding: 50px;
  border-radius: 24px;
  background: #ffffff;
  color: var(--body-200);
  overflow: hidden;
  position: relative;
}
.h-cta-hip-sec .h-cta-hip h2 {
  font-size: var(--h1-size);
  margin-bottom: 32px;
}
.h-cta-hip-sec .h-cta-hip .ha-a {
  margin-bottom: 0;
}
.h-cta-hip-sec .h-cta-hip .ha-ab {
  margin-bottom: 0;
}
.h-cta-hip-sec .h-cta-hip .h-cta-hip-img {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
}
.h-cta-hip-sec .h-cta-hip .h-cta-hip-img img {
  display: inline-block;
  width: 22%;
  height: auto;
  object-position: bottom;
  position: absolute;
  right: 12%;
  bottom: 0;
}
@media (max-width: 991px) {
  .h-cta-hip-sec .h-cta-hip .h-cta-hip-img img {
    position: static;
    width: 50%;
    transform: translateY(50px);
  }
}
.h-cta-hip-sec .h-cta-hip.h-cta-hip-dark {
  background-color: var(--body-200);
}
.h-cta-hip-sec .h-cta-hip.h-cta-hip-dark h2 {
  color: var(--white);
}
@media (max-width: 767px) {
  .h-cta-hip-sec .h-cta-hip {
    padding: 50px 24px;
  }
}
.text-center {
  text-align: center;
}
.ban-form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
  border-radius: 24px;
  padding: 24px 16px;
  background-color: var(--white);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.25);
}
@meida (max-width:991px) {
  .ban-form {
    position: relative;
  }
}
.wave-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .wave-wrap {
    display: none;
  }
}
.wave-wrap img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h-moto {
  margin-top: 64px;
}
.h-moto ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.h-moto ul li {
  flex: 1;
  list-style: none;
  padding: 14px 16px 12px;
  border: 1px solid var(--border-100);
  color: var(--body-200);
  margin-right: 48px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .h-moto ul li {
    gap: 8px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .h-moto ul li {
    margin-bottom: 20px;
  }
}
.h-moto ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.h-moto ul li span {
  font-weight: 600;
}
.cardStack div p {
  color: var(--body-100);
}
.cardStack .h-li li {
  cursor: default;
}
.h-list {
  align-items: flex-start;
  margin-bottom: 0px;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  padding: 32px 0;
}
.h-list:last-of-type {
  border: 0;
}
.h-list .h-li-no {
  font-size: var(--h4-size);
  color: var(--primary);
}
.h-list .h-li-title {
  font-size: var(--h4-size);
  color: var(--body-200);
}
@media only screen and (max-width: 767px) {
  .h-list .h-li-desc {
    margin-top: 16px;
  }
}
.h-list:hover {
  background-color: var(--body-200);
}
.h-list:hover .h-li-title {
  color: var(--bg-100);
}
.h-list:hover .h-li-desc {
  color: var(--gray-200);
}
.wave-hip {
  position: relative;
}
.wave-hip img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .wave-hip img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: none;
  }
}
.wave-hip .ban-form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
@media (max-width: 991px) {
  .wave-hip .ban-form {
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}
.wave-hip .ban-form figure img {
  display: block;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=/newhip/wp-content/themes/hip/css/hiredeveloper.map */