/*-------------------------------------
    Template Name: ...
    Template URI: https://---.com
    Description: ...
    Author: ...
    Author URI: https://---.com
    Version: 1.0
    Tags: theme, template, etc
---------------------------------------*/
/*********************************
/* Fonts
/* Inter
/* Poppins
/*
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*********************************
/*  Custom Font Start
*********************************/
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/customfonts/ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/customfonts/ClashDisplay-Bold.woff") format("woff"), url("../fonts/customfonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/customfonts/ClashDisplay-Extralight.woff2") format("woff2"), url("../fonts/customfonts/ClashDisplay-Extralight.woff") format("woff"), url("../fonts/customfonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/customfonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../fonts/customfonts/ClashDisplay-Semibold.woff") format("woff"), url("../fonts/customfonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/customfonts/ClashDisplay-Light.woff2") format("woff2"), url("../fonts/customfonts/ClashDisplay-Light.woff") format("woff"), url("../fonts/customfonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/customfonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/customfonts/ClashDisplay-Medium.woff") format("woff"), url("../fonts/customfonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/customfonts/ClashDisplay-Regular.woff2") format("woff2"), url("../fonts/customfonts/ClashDisplay-Regular.woff") format("woff"), url("../fonts/customfonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*********************************
/*  Custom Font End
*********************************/
/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');  
}
**/
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #121111;
  font-family: "Clash Display";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

button:hover, button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 90px 0;
  width: 100%;
}

:target {
  scroll-margin-top: 170px;
}
@media screen and (max-width: 767px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  :target {
    scroll-margin-top: 80px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #242424;
  border-radius: 9px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(241, 97, 40, 0.6431372549);
  border-radius: 9px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f16128;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutters-10 > .col,
.gutters-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters-15 > .col,
.gutters-15 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutters-20 > .col,
.gutters-20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.gutters-25 > .col,
.gutters-25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

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

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

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

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

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

.mt-55 {
  margin-top: 55px !important;
}

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

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

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

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

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

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.px-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

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

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

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

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

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

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

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

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

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

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

/*********************************
/*  Input Apperance Start
*********************************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/*  Common Css Start
*********************************/
.border-none {
  border: none !important;
}

.btn-round {
  border-radius: 4px !important;
}

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

.bg-color {
  background: #fafafb !important;
}

button:hover, button:focus {
  outline: 0px;
}

/*********************************
/*  Smooth Scroll
*********************************/
.js-cont {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*********************************
/*  Container Custom
*********************************/
.container-fluid {
  width: calc(100% - 160px);
}
@media screen and (max-width: 991px) {
  .container-fluid {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 575px) {
  .container-fluid {
    width: 100%;
  }
}

/*********************************
/*  row Custom
*********************************/
.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
}

@media screen and (max-width: 991px) {
  .column-reverse-lg {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .column-reverse-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 575px) {
  .column-reverse-sm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (min-width: 479px) and (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
/*********************************
/*  Heading Typography
*********************************/
h1 {
  font-family: "Clash Display";
  font-size: 88px;
  font-weight: 400;
  line-height: 95px;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 76px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 70px;
    line-height: 86px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 49px;
    line-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 65px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 28px;
    line-height: 45px;
  }
}

h2 {
  font-family: "Clash Display";
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 49px;
    line-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 42px;
    line-height: 65px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 34px;
    line-height: 50px;
  }
}

/*********************************
/*  Content Typography
*********************************/
p {
  font-family: "Clash Display";
  font-size: 22px;
  font-weight: 500;
  line-height: 39px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  p {
    font-size: 18px !important;
  }
}

/*********************************
/*  Button Style Start
*********************************/
.btn {
  font-family: "Clash Display";
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 10px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn:hover span,
.btn:hover i, .btn:focus span,
.btn:focus i {
  color: currentColor;
}
.btn-primary {
  background: #F26829;
  color: #fff;
  border: 1px solid #F26829;
  border-radius: 50px;
}
.btn-primary:focus, .btn-primary:hover {
  background: #F26829;
  border-color: #F26829;
  -webkit-box-shadow: 0px 12px 33px 2px rgba(241, 101, 41, 0.3019607843);
          box-shadow: 0px 12px 33px 2px rgba(241, 101, 41, 0.3019607843);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid #F26829;
}
.btn-outline:focus, .btn-outline:hover {
  background: #F26829;
  border-color: #F26829;
  color: #fff;
  -webkit-box-shadow: 0px 12px 33px 2px rgba(241, 101, 41, 0.3019607843);
          box-shadow: 0px 12px 33px 2px rgba(241, 101, 41, 0.3019607843);
}
.btn-link {
  color: #121111;
  text-decoration: none;
  padding: 8px;
}
@media screen and (max-width: 575px) {
  .btn-link {
    color: #fff;
  }
}
.btn-link:hover, .btn-link:focus {
  color: #F26829 !important;
  background: transparent !important;
  text-decoration: underline;
  border-color: transparent !important;
}

:not(.btn-check) + .btn:active {
  background: #F26829;
  border-color: #F26829;
}

.btn:focus-visible {
  background: #F26829;
  border-color: #F26829;
}

/*********************************
/*  Button Style End
*********************************/
/*********************************
/*  Section Title Start
*********************************/
.section__title {
  margin: 0 auto 70px;
}
@media screen and (max-width: 991px) {
  .section__title {
    text-align: center;
  }
}
.section__title.text-start {
  margin-right: auto;
  margin-left: 0;
}
.section__title.text-end {
  margin-right: 0;
  margin-left: auto;
}
.section__title .title {
  font-family: "Clash Display";
  font-size: 88px;
  font-weight: 400;
  line-height: 95px;
  letter-spacing: 0.01em;
  color: #fff;
}
.section__title .title span {
  font-weight: 500;
}
@media (max-width: 1800px) {
  .section__title .title {
    font-size: 70px;
  }
}
@media (max-width: 1500px) {
  .section__title .title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .section__title .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .section__title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .section__title .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .section__title .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.section__title .desc {
  font-family: "Clash Display";
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin: 25px 0 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section__title .desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .section__title .desc {
    font-size: 16px;
  }
}
.section__title .button {
  margin-top: 40px;
}

/*********************************
/*  Section Title End
*********************************/
/*********************************
/* Header Start
*********************************/
.header {
  position: absolute;
  top: 0;
  padding: 56px 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .header {
    padding: 30px 10px;
  }
}
.header .nav {
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
}
.header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__logo {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__logo a img {
  width: auto;
  height: auto;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  max-width: 160px;
}
@media screen and (max-width: 575px) {
  .header__logo a img {
    max-width: 140px;
  }
}
.header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .header__meta {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header__meta .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .header__meta .btn:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .header__meta .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.nav-bg {
  background: #121111;
  -webkit-box-shadow: 0px 3px 30px 0px #1c1d2a;
          box-shadow: 0px 3px 30px 0px #1c1d2a;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 20px 0;
}

/*********************************
/* Header Toggle Start 
*********************************/
.header__toggle {
  height: 51px;
  width: 51px;
  border: 1px solid #F26829;
  border-radius: 5px;
  background: linear-gradient(133.08deg, rgba(255, 255, 255, 0.04) 0%, rgba(242, 104, 41, 0.05) 100%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.header__toggle:hover {
  width: 249px;
  height: 162px;
  border-radius: 5px;
}
.header__toggle:hover .toggler__btn {
  left: -100px;
}
.header__toggle:hover .toggle__menu {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.toggler__btn {
  position: absolute;
  left: 0;
  padding: 0;
  outline: none;
  font-size: 24px;
  padding: 0;
  height: 48px;
  width: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggler__btn .bar {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.toggler__btn .bar::after, .toggler__btn .bar::before {
  content: "";
  position: absolute;
  cursor: pointer;
  border-radius: 5px;
  left: 0;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.toggler__btn .bar::before {
  top: -9px;
}
.toggler__btn .bar::after {
  bottom: -9px;
}
.toggler__btn.active .bar {
  background-color: transparent;
}
.toggler__btn.active .bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.toggler__btn.active .bar::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
  top: 9px;
}

.toggle__menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -110px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.toggle__menu li {
  font-family: "Clash Display";
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  width: 100%;
  padding: 0 0 19px;
  text-transform: capitalize;
}
.toggle__menu li:last-of-type {
  padding: 0;
}
.toggle__menu li a {
  color: currentColor;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.toggle__menu li a:hover {
  color: #F26829;
}

/*********************************
/* Header Toggle End 
*********************************/
/*********************************
/* Banner Main Section Start
*********************************/
.main__banner {
  background: url("../images/banner/banner-03.jpg");
  height: 100vh;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main__banner canvas#video_canvas {
  height: 100vh;
  width: 100%;
}
.main__banner #video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .main__banner #video_container {
    display: none;
  }
}
.main__banner .main__banner-logo {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 420px;
  display: none;
}
@media screen and (max-width: 575px) {
  .main__banner .main__banner-logo {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .main__banner .main__banner-logo {
    width: 300px;
  }
}

/*********************************
/* Banner Main Section End
*********************************/
/*********************************
/* Banner Section Start
*********************************/
.banner__section {
  background: url("../images/banner/banner-01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 800px;
  padding: 90px 95px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .banner__section {
    padding: 90px 40px;
  }
}
@media screen and (max-width: 991px) {
  .banner__section {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .banner__section {
    padding: 90px 0;
    opacity: 1 !important;
  }
}
.banner__section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.25%, rgba(18, 17, 17, 0)), to(#121111));
  background: linear-gradient(180deg, rgba(18, 17, 17, 0) 40.25%, #121111 100%);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .banner__section::after {
    display: none;
  }
}

.banner__text {
  max-width: 1170px;
  margin-left: auto;
  text-align: end;
}
@media screen and (max-width: 575px) {
  .banner__text {
    text-align: center;
  }
}
.banner__text .banner__title {
  font-size: clamp(36px, 3.5vw, 60px);
  line-height: 0.9;
  color: #121111;
  margin-bottom: 22px;
}
.banner__text .banner__title span {
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .banner__text .banner__title br {
    display: none;
  }
}
.banner__text .banner__desc {
  max-width: 410px;
  margin-left: auto;
  font-family: "Clash Display";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
  color: #121111;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .banner__text .banner__desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .banner__text .banner__desc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .banner__text .banner__desc {
    font-size: 18px;
    line-height: 1.25;
  }
}
.banner__text .banner__btn {
  margin-top: 25px;
}

/*********************************
/* Banner Section End
*********************************/
/*********************************
/* Banner Common Section End
*********************************/
.bannerCommon__section {
  background: #121111;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  .bannerCommon__section {
    padding: 90px 40px;
  }
}
@media screen and (max-width: 991px) {
  .bannerCommon__section {
    height: 700px;
  }
}
@media screen and (max-width: 575px) {
  .bannerCommon__section {
    padding: 90px 0;
    height: 600px;
  }
}

.banner__text-v2 {
  max-width: 1000px;
  margin: auto;
}
.banner__text-v2.max-14 {
  max-width: 1400px;
}
.banner__text-v2 .banner__title {
  color: #fff;
  margin-bottom: 0;
}
.banner__text-v2 .banner__title span {
  font-weight: 500;
}
.banner__text-v2 .banner__btn {
  margin-top: 43px;
}

/*********************************
/* Banner Common Section End
*********************************/
.filter__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 69px;
  position: relative;
  top: 235px;
}
@media (max-width: 1500px) {
  .filter__menu {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .filter__menu {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .filter__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    top: 125px;
  }
}
.filter__menu a {
  font-family: "Clash Display";
  font-size: 35px;
  font-weight: 400;
  padding: 7px 44px;
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #F26829;
  height: 86px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1440px) {
  .filter__menu a {
    font-size: 25px;
    height: 66px;
  }
}
@media screen and (max-width: 1199px) {
  .filter__menu a {
    padding: 7px 25px;
    font-size: 20px;
    height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .filter__menu a {
    padding: 7px 15px;
    font-size: 16px;
    height: 42px;
    text-align: center;
    border-radius: 10px;
  }
}
.filter__menu a:hover {
  background: #F26829;
  color: #fff;
}

/*********************************
/* partner Start
*********************************/
.partner__section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .partner__section {
    padding: 80px 0 40px;
  }
}

.partner__title {
  margin-bottom: 40px;
}
.partner__title .title {
  font-family: "Clash Display";
  font-size: 43px;
  font-weight: 400;
  line-height: 47px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
.partner__title .title span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .partner__title .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 375px) {
  .partner__title .title {
    font-size: 26px;
  }
}

.partner__wrapper .slider__image {
  max-width: 220px;
  height: 100px;
}
@media screen and (max-width: 575px) {
  .partner__wrapper .slider__image {
    height: 70px;
  }
}
.partner__wrapper .slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}

/*********************************
/* partner End
*********************************/
/*********************************
/* Service category Start
*********************************/
@media screen and (max-width: 991px) {
  .service__category .section__title {
    margin-bottom: 20px;
    text-align: center;
  }
}

.separate__desc .desc {
  font-family: "Clash Display";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #bdbdbd;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .separate__desc .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .separate__desc .desc {
    text-align: center;
  }
}

.service__cata-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .service__cata-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .service__cata-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 400px) {
  .service__cata-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__cata-wrapper:hover .service__cataBox {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.service__cata-wrapper .service__cataBox {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid transparent;
  border-radius: 20px;
}
.service__cata-wrapper .service__cataBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.52%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.52%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 20px;
}
.service__cata-wrapper .service__cataBox:hover {
  border-color: #F26829;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: none;
          filter: none;
}
.service__cata-wrapper .service__cataImage {
  aspect-ratio: 3.9/5.7;
  position: relative;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 400px) {
  .service__cata-wrapper .service__cataImage {
    aspect-ratio: 3.9/3.7;
  }
}
.service__cata-wrapper .service__cataImage img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.service__cata-wrapper .service__cataContent {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  padding: 0 10px 0 40px;
}
@media screen and (max-width: 1440px) {
  .service__cata-wrapper .service__cataContent {
    padding-left: 20px;
  }
}
.service__cata-wrapper .service__cataContent h4 {
  font-family: "Clash Display";
  font-size: 52px;
  font-weight: 400;
  line-height: 57px;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 1800px) {
  .service__cata-wrapper .service__cataContent h4 {
    font-size: 42px;
    line-height: 47px;
  }
}
@media (max-width: 1600px) {
  .service__cata-wrapper .service__cataContent h4 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .service__cata-wrapper .service__cataContent h4 {
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .service__cata-wrapper .service__cataContent h4 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .service__cata-wrapper .service__cataContent h4 {
    font-size: 23px;
    line-height: 28px;
  }
}

/*********************************
/* Service category End
*********************************/
/*********************************
/* Single Testimonial Start
*********************************/
.testimonial__section {
  padding: 50px 0 200px;
}
@media screen and (max-width: 1440px) {
  .testimonial__section {
    padding: 50px 0 185px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial__section {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__section {
    padding-bottom: 100px;
  }
}

.swiper-slider {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.testimonial__item {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86.3%, #121111), to(rgba(18, 17, 17, 0)));
  background: linear-gradient(180deg, #121111 86.3%, rgba(18, 17, 17, 0) 100%);
  border: 1px solid #F26829;
  border-radius: 10px;
  padding: 30px 33px 43px;
  position: relative;
  height: 255px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1500px) {
  .testimonial__item {
    padding: 30px 20px 43px;
  }
}
.testimonial__item .testimonial__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 0.5px solid #fff;
}
.testimonial__item .testimonial__avatar .avatar {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  display: none;
}
@media screen and (max-width: 575px) {
  .testimonial__item .testimonial__avatar .avatar {
    width: 45px;
    height: 45px;
  }
}
.testimonial__item .testimonial__avatar .avatar img {
  width: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}
.testimonial__item .testimonial__avatar .avatar__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial__item .testimonial__avatar .avatar__content .title {
  font-family: "Clash Display";
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 1800px) {
  .testimonial__item .testimonial__avatar .avatar__content .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__item .testimonial__avatar .avatar__content .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial__item .testimonial__avatar .avatar__content .title {
    font-size: 18px;
  }
}
.testimonial__item .testimonial__avatar .avatar__content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  gap: 3px;
}
.testimonial__item .testimonial__content {
  font-family: "Clash Display";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0px;
  height: 75px;
  overflow-y: auto;
  /* width */
}
.testimonial__item .testimonial__content::-webkit-scrollbar {
  width: 2px;
}
@media (max-width: 1500px) {
  .testimonial__item .testimonial__content {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__item .testimonial__content {
    font-size: 16px;
  }
}

.testimonial__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .testimonial__flex {
    display: block;
  }
}
.testimonial__flex .swiper {
  height: 800px;
}
@media screen and (max-width: 767px) {
  .testimonial__flex .swiper {
    height: 260px;
  }
}
.testimonial__flex .swiper-slide {
  height: 250px !important;
}
@media screen and (max-width: 767px) {
  .testimonial__flex .swiper-slide {
    height: initial;
  }
}
.testimonial__flex .left__side {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 1500px) {
  .testimonial__flex .left__side {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial__flex .left__side {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.testimonial__flex .left__side .section__title {
  padding-right: 15px;
}
@media screen and (max-width: 1199px) {
  .testimonial__flex .left__side .section__title {
    padding-right: 0;
  }
}
.testimonial__flex .left__side .section__title .title {
  font-size: 77px;
  line-height: 83px;
}
@media (max-width: 1500px) {
  .testimonial__flex .left__side .section__title .title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial__flex .left__side .section__title .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__flex .left__side .section__title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial__flex .left__side .section__title .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .testimonial__flex .left__side .section__title .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.testimonial__flex .left__side .section__title .desc {
  max-width: 550px;
}
@media screen and (max-width: 1199px) {
  .testimonial__flex .left__side .section__title .desc {
    max-width: 100%;
  }
}
.testimonial__flex .right__side {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  gap: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 53px;
  position: relative;
}
.testimonial__flex .right__side::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/line-bar.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2px;
  height: 100%;
}
@media (max-width: 1600px) {
  .testimonial__flex .right__side {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial__flex .right__side {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .testimonial__flex .right__side {
    display: block;
  }
}
.testimonial__flex .right__side .testimonial__Swiper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.testimonial__flex .right__side .testimonial__Swiper .swiper-slide:nth-of-type(odd) .testimonial__item {
  background: #F26829;
}
@media screen and (max-width: 767px) {
  .testimonial__flex .right__side .testimonial__Swiper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.testimonial__flex .right__side .testimonial__Swiper2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.testimonial__flex .right__side .testimonial__Swiper2 .swiper-slide:nth-of-type(even) .testimonial__item {
  background: #F26829;
}
@media screen and (max-width: 767px) {
  .testimonial__flex .right__side .testimonial__Swiper2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

/*********************************
/*  Testimonial Section End
*********************************/
/*********************************
/*  Accordion Start
*********************************/
.faq__section .section__title {
  max-width: 750px;
  margin: 0;
  padding-left: 60px;
}
@media screen and (max-width: 1199px) {
  .faq__section .section__title {
    padding-left: 0;
  }
}
.faq__section .container-fluid {
  width: 100%;
}

.accordion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .accordion__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.accordion__flex .left__side {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  max-width: 54%;
}
@media screen and (max-width: 1199px) {
  .accordion__flex .left__side {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.accordion__flex .right__side {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%;
}
@media screen and (max-width: 1199px) {
  .accordion__flex .right__side {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.accordion__wrapper {
  border: 2px solid #F26829;
  border-radius: 15px;
  padding: 53px 47px 41px;
}
@media screen and (max-width: 1199px) {
  .accordion__wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__wrapper {
    padding: 20px;
  }
}
.accordion__wrapper .accordion-item {
  background: transparent;
  border: 2px solid #F26829 !important;
  border-radius: 15px !important;
  margin-bottom: 34px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.accordion__wrapper .accordion-item:last-of-type {
  margin-bottom: 10px;
}
.accordion__wrapper .accordion-item.active {
  background: #F26829;
}
.accordion__wrapper .accordion-header .accordion-button {
  font-family: "Clash Display";
  background: transparent;
  font-size: 29px;
  color: #fff;
  font-weight: 500;
  line-height: 38px;
  position: relative;
  border-radius: 11px 11px 0px 0px !important;
  display: block;
  padding: 0px 10px 0 34px;
  min-height: 100px;
  max-width: 94%;
}
@media (max-width: 1600px) {
  .accordion__wrapper .accordion-header .accordion-button {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .accordion__wrapper .accordion-header .accordion-button {
    font-size: 17px;
    line-height: 23px;
    min-height: 70px;
    padding: 0px 34px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .accordion__wrapper .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__wrapper .accordion-header .accordion-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__wrapper .accordion-header .accordion-button {
    height: initial;
    min-height: 60px;
  }
}
@media screen and (max-width: 479px) {
  .accordion__wrapper .accordion-header .accordion-button {
    font-size: 14px;
    padding-left: 20px;
  }
}
.accordion__wrapper .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion__wrapper .accordion-header .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  color: #fff;
  right: -8px;
}
@media screen and (max-width: 1440px) {
  .accordion__wrapper .accordion-header .accordion-button:not(.collapsed)::after {
    right: 18px;
  }
}
.accordion__wrapper .accordion-header .accordion-button::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #F26829;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -18px;
  background-image: none;
}
@media screen and (max-width: 1440px) {
  .accordion__wrapper .accordion-header .accordion-button::after {
    right: 18px;
  }
}
.accordion__wrapper .accordion-header .accordion-button:hover {
  z-index: inherit;
}
.accordion__wrapper .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion__wrapper .accordion-body {
  padding: 0 0px 20px 34px;
  max-width: 75%;
  border-radius: 0 0 11px 11px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1440px) {
  .accordion__wrapper .accordion-body {
    max-width: 100%;
    padding: 0px 34px 20px;
  }
}
@media screen and (max-width: 479px) {
  .accordion__wrapper .accordion-body {
    padding: 0px 20px 20px;
  }
}
.accordion__wrapper .accordion-body p {
  font-family: "Clash Display";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .accordion__wrapper .accordion-body p {
    font-size: 14px;
    line-height: 18px;
  }
}

/*********************************
/*  Accordion End
*********************************/
.combained__section {
  background: #121111;
  border: 1.02478px solid #2E2B2B;
  -webkit-box-shadow: -435px 220px 195px rgba(0, 0, 0, 0.02), -244px 124px 164px rgba(0, 0, 0, 0.08), -109px 55px 122px rgba(0, 0, 0, 0.13), -27px 14px 67px rgba(0, 0, 0, 0.15), 0px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -435px 220px 195px rgba(0, 0, 0, 0.02), -244px 124px 164px rgba(0, 0, 0, 0.08), -109px 55px 122px rgba(0, 0, 0, 0.13), -27px 14px 67px rgba(0, 0, 0, 0.15), 0px 0px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 109px 75px 90px 111px;
  margin: 0 95px;
}
@media screen and (max-width: 1440px) {
  .combained__section {
    padding: 109px 40px 90px;
  }
}
@media screen and (max-width: 991px) {
  .combained__section {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .combained__section {
    padding: 109px 0px 90px;
  }
}
@media screen and (max-width: 575px) {
  .combained__section {
    margin: 0 15px;
    padding: 70px 0;
  }
}
.combained__section .footer .container-fluid, .combained__section .contact__section .container-fluid {
  width: 100%;
}

/*********************************
/* Contact Section Start
*********************************/
.contact__section {
  padding-top: 120px;
}
.contact__section .section__title {
  max-width: 550px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .contact__section .section__title {
    max-width: 100%;
  }
}
.contact__section .section__title .title {
  font-size: 117px;
  font-weight: 400;
  line-height: 101px;
}
@media (max-width: 1800px) {
  .contact__section .section__title .title {
    font-size: 70px;
  }
}
@media (max-width: 1500px) {
  .contact__section .section__title .title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .contact__section .section__title .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .contact__section .section__title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .contact__section .section__title .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .contact__section .section__title .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.contact__section .section__title .desc {
  margin-top: 44px;
}
@media screen and (max-width: 1440px) {
  .contact__section .section__title .desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact__section .section__title .desc {
    font-size: 16px;
  }
}
.contact__section .section__title .button {
  margin-top: 107px;
}
@media screen and (max-width: 1440px) {
  .contact__section .section__title .button {
    margin-top: 60px;
  }
  .contact__section .section__title .button .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 575px) {
  .contact__section .section__title .button .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .contact__map {
    margin: 40px auto 0;
    max-width: 500px;
  }
}

/*********************************
/* Contact Section End
*********************************/
/*********************************
/* Footer Section Start
*********************************/
.footer {
  background: #121111;
  padding-bottom: 60px;
}

.footer__bottom {
  margin-top: 80px;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}
@media screen and (max-width: 1440px) {
  .footer__link {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__link a {
  font-family: "Clash Display";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.25);
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1440px) {
  .footer__link a {
    font-size: 20px;
  }
}
.footer__link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #F26829;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer__link a:hover::after {
  width: 100%;
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  gap: 43px;
}
@media screen and (max-width: 991px) {
  .social__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social__link a {
  color: #F26829;
  font-size: 34px;
}
.social__link a small {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .social__link a small {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .social__link a small {
    font-size: 16px;
  }
}
.social__link a i {
  font-size: 20px;
}
.social__link.mapFotter {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*********************************
/* Footer Section End
*********************************/
/*********************************
/* Dealer Section Start
*********************************/
.delear__combained {
  position: relative;
  z-index: 1;
  padding: 219px 0 337px;
}
@media screen and (max-width: 1199px) {
  .delear__combained {
    padding: 110px 0 140px;
  }
}
.delear__combained::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/dealer-ellips.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.dealer__title {
  max-width: 810px;
  margin-bottom: 110px;
}
.dealer__title.withBtn {
  max-width: unset;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .dealer__title.withBtn {
    display: block;
  }
}
.dealer__title.withBtn .content {
  max-width: 810px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .dealer__title.withBtn .content {
    margin-bottom: 20px;
  }
}
.dealer__title.withBtn .buttons {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
}
.dealer__title.withBtn .buttons .btn {
  margin-left: auto;
}
.dealer__title .title {
  font-family: "Clash Display";
  font-size: 100px;
  font-weight: 400;
  line-height: 115px;
  color: #121111;
  margin-bottom: 26px;
}
@media (max-width: 1800px) {
  .dealer__title .title {
    font-size: 90px;
  }
}
@media (max-width: 1500px) {
  .dealer__title .title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .dealer__title .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .dealer__title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .dealer__title .title {
    font-size: 34px;
    line-height: 48px;
  }
}
.dealer__title .desc {
  font-family: "Clash Display";
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
  color: #121111;
  margin-bottom: 0;
}

/*********************************
/* Dealer Section End
*********************************/
/*********************************
/* Dealer Box Start
*********************************/
.dealerBox__content {
  position: relative;
}
.dealerBox__content .dealerBox__item {
  background: #fff;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .dealerBox__content .dealerBox__item:first-of-type {
    padding-top: 50px;
  }
  .dealerBox__content .dealerBox__item:last-of-type {
    height: auto;
    margin-bottom: 50px;
  }
}
.dealerBox__content .dealerBox__item .title {
  font-family: "Clash Display";
  font-size: 56px;
  font-weight: 400;
  line-height: 39px;
  color: #121111;
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .dealerBox__content .dealerBox__item .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1199px) {
  .dealerBox__content .dealerBox__item .title {
    font-size: 36px;
  }
}
.dealerBox__content .dealerBox__item .list__title,
.dealerBox__content .dealerBox__item .list__desc {
  font-family: "Clash Display";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #121111;
  margin-bottom: 0;
  max-width: 406px;
  margin-top: 5px;
}
.dealerBox__content .dealerBox__item .list__title span,
.dealerBox__content .dealerBox__item .list__desc span {
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .dealerBox__content .dealerBox__item .list__title,
  .dealerBox__content .dealerBox__item .list__desc {
    font-size: 18px;
  }
}
.dealerBox__content .dealerBox__item .list__title {
  max-width: 100%;
  margin: 0 0 5px;
}
.dealerBox__content .dealerBox__item .list__item {
  padding-left: 33px;
}
.dealerBox__content .dealerBox__item .list__item li {
  font-family: "Clash Display";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #121111;
  margin-bottom: 0;
}
.dealerBox__content .dealerBox__item.active {
  display: block;
}
.dealerBox__content .dealerBox__item.active .title,
.dealerBox__content .dealerBox__item.active .list__item,
.dealerBox__content .dealerBox__item.active .list__title,
.dealerBox__content .dealerBox__item.active .list__desc {
  -webkit-animation-name: team-info-item;
  animation-name: team-info-item;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
}
.dealerBox__content .dealerBox__item.active .list__item {
  -webkit-animation-delay: 0.2s;
}
.dealerBox__content .dealerBox__item.active .list__desc {
  -webkit-animation-delay: 0.2s;
}

@-webkit-keyframes team-info-item {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.dealer__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dealer__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dealer__slider .dealer__left {
  width: 50%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .dealer__slider .dealer__left {
    width: 100% !important;
    height: 40vh;
  }
}
.dealer__slider .dealer__right {
  width: calc(50% - 80px);
}
@media screen and (max-width: 991px) {
  .dealer__slider .dealer__right {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .dealer__slider .dealer__right {
    width: 100%;
  }
}
.dealer__slider .dealer__thumbs {
  position: relative;
  height: 100vh;
  width: 100%;
}
.dealer__slider .dealer__thumbs .thumb {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .dealer__slider .dealer__thumbs .thumb {
    height: initial;
  }
}
.dealer__slider .dealer__thumbs .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*********************************
/* Dealer Box End
*********************************/
/*********************************
/* Dealer BG Start
*********************************/
.dealer__bg {
  padding: 23% 0 28%;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .dealer__bg {
    padding: 18% 0 23%;
  }
}

.dealerThumb__bg {
  max-width: 1164px;
  height: auto;
  border-radius: 41px;
  margin: auto;
}
.dealerThumb__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: drop-shadow(-291px 217px 145px rgba(0, 0, 0, 0.02)) drop-shadow(-164px 122px 123px rgba(0, 0, 0, 0.08)) drop-shadow(-73px 54px 91px rgba(0, 0, 0, 0.13)) drop-shadow(-18px 14px 50px rgba(0, 0, 0, 0.15)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(-291px 217px 145px rgba(0, 0, 0, 0.02)) drop-shadow(-164px 122px 123px rgba(0, 0, 0, 0.08)) drop-shadow(-73px 54px 91px rgba(0, 0, 0, 0.13)) drop-shadow(-18px 14px 50px rgba(0, 0, 0, 0.15)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.15));
  border-radius: 41px;
}

/*********************************
/* Dealer BG End
*********************************/
/*********************************
/* Power Section Start
*********************************/
section.power__section {
  background: #fff;
}
section.power__section .wrap-area {
  background: #F26829;
  border-radius: 50px;
  padding: 50px 70px;
}
@media screen and (max-width: 991px) {
  section.power__section .wrap-area {
    padding: 50px 30px;
  }
}
section.power__section .wrap-area .btn-outline {
  border-color: #fff;
}
section.power__section .power__thumb {
  max-width: 500px;
  margin: 60px auto;
}

/*********************************
/* Power Section End
*********************************/
/*********************************
/*  Founder Section Start
*********************************/
.founder__section {
  position: relative;
  padding: 90px 0 320px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .founder__section {
    padding: 90px 0;
  }
}
.founder__section .section__title {
  max-width: 900px;
  margin: initial;
  position: relative;
  z-index: 1;
}
.founder__section .founder__thumb {
  position: absolute;
  bottom: -100px;
  right: 160px;
  max-width: 806px;
}
@media (max-width: 1700px) {
  .founder__section .founder__thumb {
    max-width: 670px;
  }
}
@media screen and (max-width: 1199px) {
  .founder__section .founder__thumb {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 40px auto 0;
  }
}

/*********************************
/*  Founder Section End
*********************************/
/*********************************
/*  Service Section Start
*********************************/
.serviceBox {
  margin-bottom: 100px;
  position: relative;
  margin-left: 73px;
}
@media screen and (max-width: 575px) {
  .serviceBox {
    margin-left: 40px;
  }
}
.serviceBox .bar {
  position: absolute;
  left: -70px;
  top: 0;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F26829), to(rgba(242, 104, 41, 0)));
  background: linear-gradient(180deg, #F26829 0%, rgba(242, 104, 41, 0) 100%);
}
@media screen and (max-width: 575px) {
  .serviceBox .bar {
    left: -33px;
  }
}
.serviceBox .bar .circle {
  height: 44px;
  width: 44px;
  background: #F26829;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .serviceBox .bar .circle {
    height: 34px;
    width: 34px;
  }
}

.service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 67px;
}
@media screen and (max-width: 991px) {
  .service__flex {
    display: block;
  }
}
.service__flex .service__title {
  max-width: 1034px;
}
@media screen and (max-width: 991px) {
  .service__flex .service__title {
    margin-bottom: 30px;
  }
}
.service__flex .service__title .title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}
.service__flex .service__title .desc {
  color: #fff;
  line-height: 29px;
  margin-bottom: 0;
  font-weight: 300;
}

.service__Image {
  position: relative;
}

.service__imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 575px) {
  .service__imageBox {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__imageBox .image__group {
  width: 50%;
  height: 536px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .service__imageBox .image__group {
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  .service__imageBox .image__group {
    width: 100%;
    height: 200px;
  }
}
.service__imageBox .image__group img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.service__imageBox .image__group.active {
  width: 80%;
}
@media screen and (max-width: 575px) {
  .service__imageBox .image__group.active {
    width: 100%;
    height: 260px;
  }
}

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

/********************************
/*  Sewrvice Section End
*********************************/
/*********************************
/* Track Section Start 
*********************************/
.track__title {
  max-width: 640px;
  margin-left: 100px;
}
@media screen and (max-width: 1440px) {
  .track__title {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .track__title {
    margin-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .track__title {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .track__title {
    max-width: 100%;
  }
}
.track__title .title {
  font-family: "Clash Display";
  font-size: 77px;
  font-weight: 400;
  line-height: 84px;
  color: #121111;
  margin-bottom: 38px;
}
@media (max-width: 1500px) {
  .track__title .title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .track__title .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .track__title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .track__title .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .track__title .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.track__title .desc {
  font-family: "Clash Display";
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
  color: #121111;
  margin-bottom: 0;
}

.trackThumb__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: url(../images/trackThumb-bg.png);
  -webkit-filter: drop-shadow(-291px 217px 145px rgba(0, 0, 0, 0.02)) drop-shadow(-164px 122px 123px rgba(0, 0, 0, 0.08)) drop-shadow(-73px 54px 91px rgba(0, 0, 0, 0.13)) drop-shadow(-18px 14px 50px rgba(0, 0, 0, 0.15)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(-291px 217px 145px rgba(0, 0, 0, 0.02)) drop-shadow(-164px 122px 123px rgba(0, 0, 0, 0.08)) drop-shadow(-73px 54px 91px rgba(0, 0, 0, 0.13)) drop-shadow(-18px 14px 50px rgba(0, 0, 0, 0.15)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.15));
  border-radius: 30px;
}

/*********************************
/* Track Section End 
*********************************/
.track__section .trackThumb__bg {
  -webkit-transform: scale(2) translateY(10%);
          transform: scale(2) translateY(10%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .track__section .trackThumb__bg {
    -webkit-transform: scale(2) translateY(10%);
            transform: scale(2) translateY(10%);
  }
}
@media screen and (max-width: 991px) {
  .track__section .trackThumb__bg {
    -webkit-transform: unset;
            transform: unset;
  }
}
.track__section .track__title {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 991px) {
  .track__section .track__title {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    margin-top: 50px;
  }
}

.dealer__section--new .dealer__section__inner {
  position: relative;
}
.dealer__section--new .dealer__section__inner .line {
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 104, 41, 0)), color-stop(#F26829), to(rgba(242, 104, 41, 0)));
  background: linear-gradient(0deg, rgba(242, 104, 41, 0), #F26829, rgba(242, 104, 41, 0));
  background-position: 0 -250px;
  background-size: 6px 500px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .dealer__section--new .dealer__section__inner .line {
    left: 20px;
  }
}
.dealer__section--new .image-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 10vw, 120px);
  padding-bottom: clamp(100px, 10vw, 180px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .dealer__section--new .image-box {
    grid-template-columns: 1fr;
    padding-left: 50px;
  }
}
.dealer__section--new .image-box::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #DADADA;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .dealer__section--new .image-box::before {
    left: 20px;
  }
}
.dealer__section--new .image-box::after {
  content: "";
  width: clamp(32px, 2.5vw, 44px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #DADADA;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 0px solid #F26829;
}
@media screen and (max-width: 991px) {
  .dealer__section--new .image-box::after {
    left: 20px;
  }
}
.dealer__section--new .image-box:nth-last-of-type(1)::before {
  display: none;
}
.dealer__section--new .image-box .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .dealer__section--new .image-box .image {
    width: 100%;
  }
}
.dealer__section--new .image-box .image img {
  border-radius: 12px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dealer__section--new .image-box .content {
  max-width: 450px;
  color: #121111;
}
.dealer__section--new .image-box .content .title {
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 16px;
}
.dealer__section--new .image-box .content .desc {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.2;
  font-weight: 300;
}
.dealer__section--new .image-box .content .desc strong {
  font-weight: 500;
}
.dealer__section--new .image-box .content .desc p {
  font-size: clamp(16px, 1.2vw, 20px);
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
}
.dealer__section--new .image-box .content .desc ul {
  padding-left: 32px;
}
.dealer__section--new .image-box .content .desc ul li {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
}
.dealer__section--new .image-box.active::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #F26829));
  background: linear-gradient(0deg, #fff 50%, #F26829 50%);
  border-width: calc(clamp(32px, 2.5vw, 44px) * 0.25 - 2px);
}
.dealer__section--new .image-box.active .image {
  -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
}
.dealer__section--new .image-box.active .image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/********************************
/*  BeSmart Section Start
*********************************/
.beSmart .section__title .title {
  font-size: 78px;
}
@media (max-width: 1800px) {
  .beSmart .section__title .title {
    font-size: 70px;
  }
}
@media (max-width: 1500px) {
  .beSmart .section__title .title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .beSmart .section__title .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .beSmart .section__title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .beSmart .section__title .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .beSmart .section__title .title {
    font-size: 32px;
    line-height: 40px;
  }
}

.service__content__box {
  border: 2px solid #f26829;
  padding: 80px;
  border-radius: 30px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .service__content__box {
    padding: 30px;
  }
}
.service__content__box h2 {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .service__content__box h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
.service__content__box p {
  font-size: 21px;
  font-weight: 300;
  color: #ffffff;
  margin: 20px 0;
}
@media screen and (max-width: 991px) {
  .service__content__box p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .service__content__box.p2 {
    padding: 30px;
    margin-top: 60px;
  }
}

.service__image {
  background: #f26829;
  padding: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .service__image {
    margin-top: 30px;
  }
}
.service__image img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .col-md-6.order-mobile-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
  }
}

/********************************
/*  BeSmart Section End
*********************************/