:root {
  scroll-behavior: inherit;
  --cx-font-1: "Inter", sans-serif;
  --cx-font-2: "Rethink Sans", sans-serif;
  --cx-font-3: "Albert Sans", sans-serif;
  --cx-clr-pr-1: #00A650;
  --cx-clr-sd-1: #F2D702;
  --cx-clr-sd-3: #FDC448;
  --cx-clr-h-1: #003519;
  --cx-clr-h-2: #011109;
  --cx-clr-p-1: #4C504E;
  --cx-clr-gd-1: linear-gradient(102.81deg, #00A650 30.19%, #FFC825 98.1%);
  --cx-cube-1: cubic-bezier(.18,.82,.41,1);
}

body {
  font-family: var(--cx-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #000;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-feature-settings: "liga" off, "clig" off;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  line-height: inherit;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input, textarea {
  outline: none;
}
input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--cx-clr-pr-1);
    border-radius: 6px;
  }
}
.swiper-notification {
  display: none;
}

/*
    global-css-end
*/
/*
    02. utility
*/
/*
    margin-&-padding_variable-start
*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*
    margin-&-padding_variable-end
*/
.mb-24 {
  margin-bottom: 24px;
}

.wa-fix {
  overflow: hidden;
}

.wa-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-video-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wa-bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.wa-z-index-3 {
  position: relative;
  z-index: 3;
}

.wa-p-absolute {
  position: absolute;
}

.wa-p-relative {
  position: relative;
  z-index: 1;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

.wa-fw-400 {
  font-weight: 400;
}

.wa-fw-500 {
  font-weight: 500;
}

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0 !important;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-change {
  will-change: transform, opacity;
}

.wa-no-ani-tf {
  transform: none !important;
}

.text-right {
  text-align: right;
}

.wa-parallax-img {
  will-change: object-position;
}

.wa-parallax-bg {
  will-change: background-position;
}

.wa-origin-center {
  transform-origin: center;
}

/*
    components
*/
/*
    custom-container-start
*/
@media (min-width: 1400px) {
  .container.cx-container-1 {
    max-width: 1340px;
  }
  .container.cx-container-2 {
    max-width: 1320px;
  }
}
/*
    custom-container-end
*/
/*
    typography-start
*/
.cx-p-1 {
  font-family: var(--cx-font-1);
  font-weight: 400;
  font-size: 18px;
  color: var(--cx-clr-p-1);
  line-height: 1.555;
  margin-bottom: 0;
}

.cx-p-3 {
  font-family: var(--cx-font-3);
  font-weight: 400;
  font-size: 18px;
  color: var(--cx-clr-p-1);
  line-height: 150%;
  margin-bottom: 0;
}

.cx-h-1 {
  font-family: var(--cx-font-2);
  font-weight: 600;
  color: var(--cx-clr-h-1);
  line-height: 1.142;
  margin-bottom: 0;
}

.cx-h-2 {
  font-family: var(--cx-font-2);
  font-weight: 600;
  color: var(--cx-clr-h-2);
  line-height: 1.142;
  margin-bottom: 0;
}

.cx-h-3 {
  font-family: var(--cx-font-2);
  font-weight: 600;
  color: var(--cx-clr-h-2);
  line-height: 120%;
  margin-bottom: 0;
}

.cx-subtitle-1 {
  font-family: var(--cx-font-2);
  font-size: 15px;
  line-height: 1.4;
  color: var(--cx-clr-pr-1);
  font-weight: 400;
  border: 1px solid rgba(0, 166, 80, 0.32);
  display: inline-block;
  border-radius: 4px;
  padding: 2px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cx-subtitle-1::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--cx-clr-pr-1);
  position: absolute;
  top: 11px;
  left: 8px;
}
.cx-subtitle-1::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--cx-clr-pr-1);
  position: absolute;
  top: 11px;
  right: 8px;
}

.cx-subtitle-2 {
  display: inline-flex;
  align-items: center;
  font-family: var(--cx-font-2);
  font-weight: 500;
  font-size: 15px;
  color: var(--cx-clr-pr-1);
  gap: 8px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 16px;
}

.cx-sec-title-1 {
  font-family: var(--cx-font-2);
  color: #fff;
  font-weight: 700;
  line-height: 1.0769;
  font-size: 52px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-sec-title-1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-sec-title-1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-sec-title-1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cx-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-sec-title-1 {
    font-size: 34px;
  }
}
.cx-sec-title-1:is(.has-black) {
  color: var(--cx-clr-h-1);
}

.cx-sec-title-2 {
  font-family: var(--cx-font-2);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.083;
  color: var(--cx-clr-h-2);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-sec-title-2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-sec-title-2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cx-sec-title-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-sec-title-2 {
    font-size: 34px;
  }
}

.cx-sec-title-3 {
  font-family: var(--cx-font-3);
  font-weight: 600;
  line-height: 120%;
  color: var(--cx-clr-h-2);
  margin-bottom: 0;
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-sec-title-3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cx-sec-title-3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-sec-title-3 {
    font-size: 34px;
  }
}

/*
    typography-end
*/
/*
    button-start
*/
.cx-offcanvas-btn-1 {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background-color: var(--cx-clr-pr-1);
  color: #fff;
  justify-content: center;
  align-items: center;
}

.cx-offcanvas-btn-2 {
  width: 84px;
  height: 84px;
  background: var(--cx-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.64);
}
.cx-offcanvas-btn-2 span {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-offcanvas-btn-2 span:nth-child(1) {
  width: 14px;
  transform: translateX(4px);
}
.cx-offcanvas-btn-2 span:nth-child(3) {
  width: 14px;
  transform: translateX(-4px);
}
.cx-offcanvas-btn-2:hover span:nth-child(1) {
  width: 22px;
  transform: translateX(0px);
}
.cx-offcanvas-btn-2:hover span:nth-child(3) {
  width: 22px;
  transform: translateX(0px);
}

.cx-offcanvas-btn-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-size: 20px;
  color: #000;
  transition: 0.5s var(--cx-cube-1);
}
.cx-offcanvas-btn-3:hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}

.cx-search-btn-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-size: 20px;
  color: #000;
  transition: 0.5s var(--cx-cube-1);
}
.cx-search-btn-3:hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}

.cx-pr-btn-1 {
  font-family: var(--cx-font-2);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  background-color: var(--cx-clr-sd-1);
  padding: 17px 32px;
  border-radius: 16px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-pr-btn-1 .text {
  overflow: hidden;
  display: block;
}
.cx-pr-btn-1:hover {
  color: #fff;
  background-color: var(--cx-clr-pr-1);
}
.cx-pr-btn-1:is(.has-v2) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 16px 27px;
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}
.cx-pr-btn-1:is(.has-v2):hover {
  color: #000;
  background-color: var(--cx-clr-sd-1);
}

.cx-play-btn-1 {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--cx-clr-pr-1);
  position: relative;
  z-index: 1;
  transition: 0.5s var(--cx-cube-1);
}
.cx-play-btn-1:hover {
  background-color: var(--cx-clr-pr-1);
  color: var(--cx-clr-sd-1);
}
.cx-play-btn-1::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: cx-play-btn-1 8s linear infinite;
}
.cx-play-btn-1::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: cx-play-btn-1 8s linear infinite;
  animation-delay: 4s;
}

@keyframes cx-play-btn-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.cx-pr-btn-3 {
  font-family: var(--cx-font-3);
  font-weight: 500;
  line-height: 140%;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--cx-clr-pr-1);
  color: #fff;
  border-radius: 8px;
  padding: 15px 23px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-pr-btn-3 .icon {
  margin-bottom: -4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  align-items: center;
  justify-content: center;
  transition: 0.5s var(--cx-cube-1);
}
.cx-pr-btn-3 .icon i {
  font-size: 20px;
  transition: 0.5s var(--cx-cube-1);
  display: inline-block;
}
.cx-pr-btn-3 .icon i:nth-child(1) {
  position: absolute;
  transform: translate(-18px, 18px);
}
.cx-pr-btn-3 .icon i:nth-child(2) {
  position: relative;
}
.cx-pr-btn-3:hover {
  color: #000;
  background-color: var(--cx-clr-sd-1);
}
.cx-pr-btn-3:hover .icon i:nth-child(1) {
  transform: translate(0px, 0px);
}
.cx-pr-btn-3:hover .icon i:nth-child(2) {
  transform: translate(18px, -18px);
}
.cx-pr-btn-3:is(.has-v2) {
  background-color: var(--cx-clr-sd-1);
  color: #000;
}
.cx-pr-btn-3:is(.has-v2):hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}

/*
    button-end
*/
/*
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/*
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--cx-font-1);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--sk-clr-sd-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--sk-clr-sd-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/*
    header-menu-customization-start
*/
/*
    offcanvas-end
*/
/*
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/*
    search-box-css-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--xr-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-family: var(--xr-font-1);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-normal) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-normal)::before {
  background: currentColor;
}
.wa-cursor:is(.-inverse) {
  color: white;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 1;
}
.wa-cursor:is(.-pointer) {
  mix-blend-mode: difference;
}
.wa-cursor:is(.-text):before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque) {
  mix-blend-mode: multiply;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-lg)::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@keyframes sweep {
  0% {
    transform: translateX(-38px) rotate(-4deg);
  }
  50% {
    transform: translateX(38px) rotate(4deg);
  }
  100% {
    transform: translateX(-38px) rotate(-4deg);
  }
}
@keyframes bristleBounce {
  0%, 100% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0.82);
    transform-origin: top;
  }
}
@keyframes shinePass {
  0% {
    left: -60%;
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    left: 160%;
    opacity: 0;
  }
}
@keyframes trailFade {
  0%, 100% {
    opacity: 0.22;
    transform: scaleX(0.35);
  }
  50% {
    opacity: 0.09;
    transform: scaleX(1);
  }
}
@keyframes shadowSwing {
  0% {
    transform: translateX(-34px) scaleX(0.7);
    opacity: 0.18;
  }
  50% {
    transform: translateX(0px) scaleX(1.1);
    opacity: 0.09;
  }
  100% {
    transform: translateX(34px) scaleX(0.7);
    opacity: 0.18;
  }
}
@keyframes ripplePop {
  0% {
    transform: scale(0.7);
    opacity: 0.35;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.cx-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2.8rem;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
  --_green: var(--cx-clr-pr-1);
  --_green-pale: color-mix(in srgb, var(--cx-clr-pr-1) 8%, transparent);
  --_green-22: color-mix(in srgb, var(--cx-clr-pr-1) 22%, transparent);
  --_green-25: color-mix(in srgb, var(--cx-clr-pr-1) 25%, transparent);
}
.cx-preloader .scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cx-preloader .floor-ripple {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid var(--_green);
  opacity: 0;
  animation: ripplePop 1.6s ease-out infinite;
}
.cx-preloader .floor-ripple:nth-child(2) {
  animation-delay: 0.55s;
}
.cx-preloader .floor-ripple:nth-child(3) {
  animation-delay: 1.1s;
}
.cx-preloader .shadow {
  width: 96px;
  height: 9px;
  background: radial-gradient(ellipse at center, var(--_green-22) 0%, transparent 70%);
  border-radius: 50%;
  animation: shadowSwing 1.6s ease-in-out infinite;
  margin-top: 6px;
}
.cx-preloader .brush {
  animation: sweep 1.6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -90px;
}
.cx-preloader .handle {
  width: 22px;
  height: 72px;
  border: 2.5px solid var(--_green);
  border-radius: 11px 11px 5px 5px;
  background: var(--_green-pale);
  position: relative;
}
.cx-preloader .handle::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 5px;
  height: 28px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.45);
}
.cx-preloader .connector {
  width: 34px;
  height: 13px;
  border: 2.5px solid var(--_green);
  border-radius: 4px;
  background: var(--_green-pale);
  margin-top: -1px;
}
.cx-preloader .head {
  width: 104px;
  height: 22px;
  border: 2.5px solid var(--_green);
  border-radius: 5px 5px 3px 3px;
  background: var(--_green-pale);
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}
.cx-preloader .head::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -60%;
  width: 40%;
  height: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: shinePass 1.6s ease-in-out infinite;
}
.cx-preloader .bristles {
  width: 104px;
  height: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  animation: bristleBounce 1.6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.cx-preloader .bristle {
  width: 2.5px;
  background: var(--_green);
  border-radius: 0 0 2px 2px;
  flex-shrink: 0;
  opacity: 0.85;
}
.cx-preloader .bristle + .cx-preloader .bristle {
  margin-left: 5px;
}
.cx-preloader .bristle:nth-child(1) {
  height: 28px;
}
.cx-preloader .bristle:nth-child(2) {
  height: 33px;
}
.cx-preloader .bristle:nth-child(3) {
  height: 30px;
}
.cx-preloader .bristle:nth-child(4) {
  height: 35px;
}
.cx-preloader .bristle:nth-child(5) {
  height: 29px;
}
.cx-preloader .bristle:nth-child(6) {
  height: 34px;
}
.cx-preloader .bristle:nth-child(7) {
  height: 31px;
}
.cx-preloader .bristle:nth-child(8) {
  height: 35px;
}
.cx-preloader .bristle:nth-child(9) {
  height: 28px;
}
.cx-preloader .bristle:nth-child(10) {
  height: 33px;
}
.cx-preloader .bristle:nth-child(11) {
  height: 30px;
}
.cx-preloader .bristle:nth-child(12) {
  height: 34px;
}
.cx-preloader .bristle:nth-child(13) {
  height: 29px;
}
.cx-preloader .trail {
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--_green-25), transparent);
  border-radius: 2px;
  margin-top: -2px;
  animation: trailFade 1.6s ease-in-out infinite;
}

.cx-preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

/*
    wow-plus-start
*/
@keyframes wa-rotated {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wa-rotated-minus {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes wa-fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    perspective: 2000px;
    transform: rotateX(20deg) translateY(20px);
    filter: blur(5px);
  }
  100% {
    perspective: 2000px;
    transform: rotateX(0deg) translateY(0px);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 600ms !important;
  animation-timing-function: var(--xr-cube-1);
}

@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    filter: blur(0px);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
  animation-duration: 600ms !important;
  animation-timing-function: var(--xr-cube-1);
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  animation-duration: 600ms !important;
  animation-timing-function: var(--xr-cube-1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    filter: blur(0px);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  animation-duration: 600ms !important;
  animation-timing-function: var(--xr-cube-1);
}

@-webkit-keyframes jackInTheBox2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox2;
  animation-name: jackInTheBox2;
}

@keyframes shakeX2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__shakeX2 {
  -webkit-animation-name: shakeX2;
  animation-name: shakeX2;
}

@-webkit-keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY2 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY2 {
  -webkit-animation-name: shakeY2;
  animation-name: shakeY2;
}

@-webkit-keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -20px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp2 {
  -webkit-animation-name: zoomInUp2;
  animation-name: zoomInUp2;
}

@-webkit-keyframes backInDown2 {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown2 {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown2 {
  -webkit-animation-name: backInDown2;
  animation-name: backInDown2;
}

@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
}

@-webkit-keyframes backInUp2 {
  0% {
    -webkit-transform: translateY(100px) scale(0.7);
    transform: translateY(100px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp2 {
  0% {
    -webkit-transform: translateY(100px) scale(0.7);
    transform: translateY(100px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp2 {
  -webkit-animation-name: backInUp2;
  animation-name: backInUp2;
  animation-duration: 600ms;
}

/*
    wow-plus-end
*/
/*
    elements-start
*/
.hover-border a {
  width: 100%;
  display: inline !important;
  background-position-y: -2px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  padding-bottom: 1px;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover-border a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.wa_title_ani_1 {
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: -5px;
}

.vy-cover-trigger {
  position: relative;
}

.vy-cover-ani {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: end;
}

.vy-cover-slice {
  height: 100%;
  flex-grow: 1;
  background: rgba(0, 166, 80, 0.5);
  mix-blend-mode: luminosity;
}

/*
    elements-end
*/
/*
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 50px;
  background-color: var(--cx-clr-pr-1);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top svg {
  transition: 0.3s;
}
.wa-back-to-top svg * {
  fill: #fff;
  transition: 0.3s;
}
.wa-back-to-top:hover {
  height: 35px;
}
.wa-back-to-top:hover svg {
  transform: translateY(-20px);
  mix-blend-mode: difference;
}
.wa-back-to-top:hover svg * {
  fill: var(--xr-clr-pr-1);
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}
.wa-back-to-top:is(.has-home-2) {
  background: var(--xr-clr-pr-2);
}
.wa-back-to-top:is(.has-home-2) svg * {
  fill: #000;
}
.wa-back-to-top:is(.has-home-2):hover svg * {
  fill: var(--xr-clr-pr-2);
}

/*
    start-back-to-end
*/
/*
    layout
*/
/*
    15. header
*/
/*
    header-1-start
*/
.cx-header-1-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.cx-header-1-wrap {
  display: flex;
  justify-content: space-between;
}
.cx-header-1-logo {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-bottom: 1px solid #C3CEC5;
  border-left: 1px solid #C3CEC5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-header-1-logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-1-logo {
    max-width: 200px;
    border-right: 1px solid #C3CEC5;
  }
}
.cx-header-1-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  border-left: 1px solid #C3CEC5;
  border-bottom: 1px solid #C3CEC5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-header-1-top {
    justify-content: end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-1-top {
    display: none;
  }
}
.cx-header-1-middle {
  width: 100%;
}
.cx-header-1-contact {
  display: flex;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-1-contact {
    display: none;
  }
}
.cx-header-1-contact .link-elm {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: 0.5s var(--cx-cube-1);
}
.cx-header-1-contact .link-elm i {
  color: var(--cx-clr-pr-1);
}
.cx-header-1-contact .link-elm:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: -26px;
  background-color: #C3CEC5;
}
.cx-header-1-contact .link-elm:hover {
  color: var(--cx-clr-pr-1);
}
.cx-header-1-social {
  display: flex;
}
.cx-header-1-social .link-elm {
  font-size: 16px;
  color: #000;
  padding: 0 13px;
  border-left: 1px solid #C3CEC5;
  transition: 0.5s var(--cx-cube-1);
}
.cx-header-1-social .link-elm:hover {
  color: var(--cx-clr-pr-1);
}
.cx-header-1-menu {
  border-left: 1px solid #C3CEC5;
  border-bottom: 1px solid #C3CEC5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-1-menu {
    display: none;
  }
}
.cx-header-1-action-link {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-1-action-link {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-1-action-link .cx-header-1-btn {
    display: none;
  }
}
.cx-header-1-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: var(--cx-clr-pr-1);
  color: #fff;
  font-size: 20px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-header-1-btn:hover {
  background-color: var(--cx-clr-sd-1);
}

.cx-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.cx-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--cx-font-2);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  padding: 21px 0;
  display: inline-flex;
  align-items: center;
  transition: 0.4s var(--cx-cube-1);
}
.cx-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 16px;
}
.cx-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 13px;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
  color: var(--cx-clr-pr-1);
}
.cx-main-navigation .navbar-nav li:hover > a {
  color: var(--cx-clr-pr-1);
  opacity: 1;
}
.cx-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.cx-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 0px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  position: absolute;
  background: #F3FDF4;
  border: 1px solid #C3CEC5;
  border-radius: 0px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.4s var(--cx-cube-1);
}
.cx-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  transition: 0.4s var(--cx-cube-1);
}
.cx-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
  font-size: 16px;
  opacity: 1;
}
.cx-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.cx-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  right: 20px;
}
.cx-main-navigation .navbar-nav li .dropdown-menu li:hover {
  background: var(--cx-clr-pr-1);
}
.cx-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: #fff;
}
.cx-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/*
    header-1-end
*/
/*
    header-2-start
*/
.cx-header-2-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: rgba(1, 17, 9, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(6px);
}
.cx-header-2-logo {
  width: 100%;
  max-width: 84px;
  height: 84px;
  background-color: var(--cx-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.64);
}
.cx-header-2-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-2-inner {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .cx-header-2-inner .cx-header-2-support {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-header-2-inner .cx-header-2-support {
    display: inline-flex;
  }
}
.cx-header-2-support {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cx-header-2-support .icon-elm {
  width: 48px;
  height: 48px;
  background-color: var(--cx-clr-sd-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.cx-header-2-support .title {
  color: var(--cx-clr-sd-1);
  font-size: 14px;
  text-align: right;
}
.cx-header-2-support .link-elm {
  font-weight: 600;
  color: #fff;
  transition: 0.5s var(--cx-cube-1);
}
.cx-header-2-support .link-elm:hover {
  color: var(--cx-clr-sd-1);
}
.cx-header-2-support:hover .icon-elm {
  animation: bounce2 1s;
}

.cx-main-navigation:is(.has-header-2) ul li a {
  color: #fff;
  padding: 28px 0;
}
.cx-main-navigation:is(.has-header-2) ul li:is(.dropdown) > a::before {
  top: 50%;
  color: var(--cx-clr-sd-1);
  opacity: 1;
}
.cx-main-navigation:is(.has-header-2) ul li:hover > a {
  color: var(--cx-clr-sd-1);
}
.cx-main-navigation:is(.has-header-2) ul li .dropdown-menu {
  border: none;
  padding: 10px 0;
}
.cx-main-navigation:is(.has-header-2) ul li .dropdown-menu li a {
  color: #000;
}
.cx-main-navigation:is(.has-header-2) ul li .dropdown-menu li:hover {
  background-color: var(--cx-clr-sd-1);
}
.cx-main-navigation:is(.has-header-2) ul li .dropdown-menu li:hover > a {
  color: #000;
}

/*
    header-2-end
*/
/*
    header-3-start
*/
.cx-header-3-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.cx-header-3-container {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.cx-header-3-top {
  background-color: var(--cx-clr-sd-3);
}
.cx-header-3-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-3-top-flex {
    justify-content: center;
  }
}
.cx-header-3-top-social {
  display: flex;
}
.cx-header-3-top-social .link-elm {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s var(--cx-cube-1);
}
.cx-header-3-top-social .link-elm:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cx-header-3-top-contact {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-3-top-contact {
    display: none;
  }
}
.cx-header-3-top-contact .link-elm {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-header-3-top-contact .link-elm:hover {
  color: var(--cx-clr-pr-1);
}
.cx-header-3-bottom {
  border-bottom: 1px solid rgba(113, 113, 113, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-header-3-bottom {
    padding: 10px 0;
  }
}
.cx-header-3-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cx-header-3-action-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cx-header-3-action-link .cx-pr-btn-3 {
  padding: 12px 23px;
}
@media (max-width: 767px) {
  .cx-header-3-action-link .cx-pr-btn-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-header-3-action-link .cx-pr-btn-3 {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .cx-header-3-action-link .cx-search-btn-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-header-3-action-link .cx-search-btn-3 {
    display: inline-flex;
  }
}

.cx-main-navigation:is(.has-header-3) .navbar-nav li a {
  font-family: var(--cx-font-3);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  padding: 33px 0;
}
.cx-main-navigation:is(.has-header-3) .navbar-nav li:is(.dropdown) > a {
  padding-right: 16px;
}
.cx-main-navigation:is(.has-header-3) .navbar-nav li:is(.dropdown) > a::before {
  font-size: 14px;
  color: #000;
}
.cx-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu {
  background: #f9fffa;
  border: 1px solid rgba(113, 113, 113, 0.1);
}

/*
    header-3-end
*/
/*
    sticky-header-css-start
*/
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.sr-header-1-area) {
  top: 24px;
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show) .sr-header-1-wrap {
  background-color: #fff;
  box-shadow: 1px 10px 11px rgba(0, 0, 0, 0.04);
}
.wa_sticky_header:is(.sr-header-1-area):is(.wa_sticky_show):is(.has-header-2) .sr-header-1-wrap {
  background-color: #000;
  box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
}

/*
    sticky-header-css-end
*/
/*
    hero-1-start
*/
.cx-hero-1-area {
  z-index: 2;
}
.cx-hero-1-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.cx-hero-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-right: -72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-hero-1-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-hero-1-wrap {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.cx-hero-1-content {
  width: 100%;
  max-width: 540px;
  margin-top: 170px;
}
@media (max-width: 767px) {
  .cx-hero-1-content {
    margin-top: 100px;
  }
}
.cx-hero-1-title {
  font-size: 64px;
  line-height: 1.062;
  font-weight: 700;
  margin-bottom: 21px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-hero-1-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .cx-hero-1-title {
    font-size: 40px;
  }
}
.cx-hero-1-disc {
  margin-bottom: 35px;
}
.cx-hero-1-img {
  pointer-events: none;
}

/*
    hero-1-end
*/
/*
    hero-2-start
*/
.cx-hero-2-item {
  position: relative;
  z-index: 1;
  padding-top: 210px;
  padding-bottom: 220px;
}
@media (max-width: 767px) {
  .cx-hero-2-item {
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-hero-2-item {
    padding-bottom: 220px;
  }
}
.cx-hero-2-item-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cx-hero-2-item-content {
  max-width: 730px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 72px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px) {
  .cx-hero-2-item-content {
    margin-left: -72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-hero-2-item-content {
    padding: 40px 20px;
  }
}
.cx-hero-2-item-content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.066;
  margin-bottom: 19px;
}
.cx-hero-2-item-content .title span {
  background: var(--cx-clr-gd-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 3px;
  margin-bottom: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-hero-2-item-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-hero-2-item-content .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cx-hero-2-item-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-hero-2-item-content .title {
    font-size: 40px;
  }
}
.cx-hero-2-item-content .disc {
  margin-bottom: 33px;
}
.cx-hero-2-item-content .vector-1 {
  width: 32%;
  position: absolute;
  right: -61px;
  bottom: -13px;
}
.cx-hero-2-social {
  width: 84px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-hero-2-social {
    display: none;
  }
}
.cx-hero-2-social .link-elm {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cx-clr-h-1);
  border-radius: 50%;
  font-size: 16px;
  transition: 0.5s var(--cx-cube-1);
  opacity: 70%;
  outline: 1px solid transparent;
}
.cx-hero-2-social .link-elm:hover {
  color: var(--cx-clr-pr-1);
  border-color: var(--cx-clr-pr-1);
  opacity: 1;
  outline-color: var(--cx-clr-pr-1);
}
.cx-hero-2-features {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 84px;
  border-top: 1px solid rgba(255, 255, 255, 0.64);
}
@media (max-width: 767px) {
  .cx-hero-2-features {
    padding: 0 24px;
  }
}
.cx-hero-2-features-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .cx-hero-2-features-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-hero-2-features-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.cx-hero-2-features-box {
  background: rgba(1, 17, 9, 0.28);
  backdrop-filter: blur(9px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 12px;
}
.cx-hero-2-features-box:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.64);
}
.cx-hero-2-features-title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .cx-hero-2-features-title {
    font-size: 18px;
  }
}
.cx-hero-2-features-title i {
  font-size: 34px;
  color: var(--cx-clr-sd-1);
}
.cx-hero-2-features-title:hover i {
  animation: bounce2 1s;
}
.cx-hero-2-pagination {
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.64);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-hero-2-pagination {
    display: none;
  }
}
.cx-hero-2-pagination .pagi-text {
  color: #fff;
  opacity: 1;
}
.cx-hero-2-pagination .cx_h2_slider_pagination {
  display: inline-flex;
  flex-direction: column;
  width: auto !important;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  height: 244px;
}
.cx-hero-2-pagination .cx_h2_slider_pagination span {
  margin: 0 !important;
  height: 100%;
  width: 4px;
  border-radius: 8px;
  background-color: transparent;
}
.cx-hero-2-pagination .cx_h2_slider_pagination span:is(.swiper-pagination-bullet-active) {
  background-color: var(--cx-clr-pr-1);
}
.cx-hero-2-slider .swiper-wrapper .swiper-slide .cx-hero-2-item-img img {
  opacity: 0;
  transition: 1s;
}
.cx-hero-2-slider .swiper-wrapper .swiper-slide .cx-hero-2-item-content {
  transform: translateX(100px);
  transition: 1s var(--cx-cube-1);
  opacity: 0;
  transition-delay: 0s;
}
.cx-hero-2-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-hero-2-item-img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.cx-hero-2-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-hero-2-item-content {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.4s;
}
.cx-hero-2-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-hero-2-item-content .title {
  animation: fadeInRight2 1s backwards;
  animation-delay: 0.6s;
}
.cx-hero-2-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-hero-2-item-content .disc {
  animation: fadeInRight2 1s backwards;
  animation-delay: 0.9s;
}
.cx-hero-2-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-hero-2-item-content .btn-elm {
  animation: fadeInRight2 1s backwards;
  animation-delay: 1.2s;
}

/*
    hero-2-end
*/
/*
    hero-3-start
*/
.cx-hero-3-area {
  padding-top: 196px;
}
.cx-hero-3-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
@media (min-width: 1800px) {
  .cx-hero-3-wrap {
    margin-left: -202px;
    margin-right: -270px;
  }
}
.cx-hero-3-exp {
  background-color: var(--cx-clr-pr-1);
  border-radius: 32px;
  padding: 50px 48px;
  max-width: 515px;
  width: 100%;
}
@media (max-width: 767px) {
  .cx-hero-3-exp {
    padding: 50px 18px;
  }
}
.cx-hero-3-exp .author-img {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.cx-hero-3-exp .author-img-single {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.cx-hero-3-exp .author-img-single:not(:first-child) {
  margin-left: -20px;
}
.cx-hero-3-exp .author-img-single:is(.has-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 30px;
}
.cx-hero-3-exp .disc {
  color: #fff;
  margin-bottom: 35px;
}
.cx-hero-3-exp .disc b {
  font-weight: 600;
  text-decoration: underline;
}
.cx-hero-3-exp .dvr-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 29px;
}
.cx-hero-3-exp .exp-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cx-hero-3-exp .exp-box .title {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4%;
  color: #fff;
  line-height: 1;
}
.cx-hero-3-exp .exp-box .exp-disc {
  color: #fff;
}
.cx-hero-3-content {
  max-width: 835px;
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-hero-3-content {
    max-width: 735px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-hero-3-content {
    max-width: 535px;
  }
}
.cx-hero-3-content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-hero-3-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-hero-3-content .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cx-hero-3-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-hero-3-content .title {
    font-size: 40px;
  }
}
.cx-hero-3-content .disc {
  margin-bottom: 32px;
  max-width: 740px;
}
.cx-hero-3-content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.cx-hero-3-slider {
  border-radius: 32px;
  height: 610px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px) {
  .cx-hero-3-slider {
    margin-left: -270px;
    margin-right: -270px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-hero-3-slider {
    height: 410px;
  }
}
.cx-hero-3-slider-single {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  height: 100%;
  overflow: hidden;
}
.cx-hero-3-slider-single::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 10%;
}
.cx-hero-3-slider-pagination {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 15px;
}
.cx-hero-3-slider-pagination .bg-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cx-hero-3-slider-pagination .bg-shape path {
  fill: #fff;
}
.cx-hero-3-slider-pagination .cx_h3_slider_pagination {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}
.cx-hero-3-slider-pagination .cx_h3_slider_pagination span {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid var(--cx-clr-pr-1);
  background: transparent;
  position: relative;
  z-index: 1;
}
.cx-hero-3-slider-pagination .cx_h3_slider_pagination span::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--cx-clr-pr-1);
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.cx-hero-3-slider-pagination .cx_h3_slider_pagination span:is(.swiper-pagination-bullet-active)::after {
  opacity: 1;
}
.cx-hero-3-bg-shape-1 {
  width: 15%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cx-hero-3-bg-shape-2 {
  width: 7%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 59%;
  z-index: -1;
}

/*
    hero-3-end
*/
/*
    about-1-start
*/
.header-x-hero-about::after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F3FDF4;
  z-index: -1;
}

.cx-about-1-area {
  margin-top: -350px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-1-area {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.cx-about-1-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96.4%;
  z-index: -2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-1-bg-shape {
    background-color: #002111;
  }
}
.cx-about-1-bg-shape path {
  fill: #0A1911;
}
.cx-about-1-bg-vector {
  position: absolute;
  top: 28%;
  right: -40px;
  width: 13%;
  z-index: -1;
  text-align: right;
}
.cx-about-1-wrap {
  margin-left: -144px;
  gap: 100px;
  display: grid;
  padding-right: 35px;
  grid-template-columns: 2.15fr 1fr;
  align-items: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-about-1-wrap {
    margin-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cx-about-1-wrap {
    margin-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.cx-about-1-marquee {
  position: relative;
  z-index: -3;
}
.cx-about-1-marquee-text {
  display: flex;
  gap: 30px;
  margin-right: 30px;
  padding-bottom: 25px;
}
.cx-about-1-marquee-text .single-text {
  font-size: 280px;
  opacity: 8%;
  line-height: 1;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-1-marquee-text .single-text {
    font-size: 80px;
  }
}
.cx-about-1-features {
  position: relative;
  z-index: 1;
  padding: 52px 52px;
}
@media (max-width: 767px) {
  .cx-about-1-features {
    padding: 52px 20px;
  }
}
.cx-about-1-features-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 23px;
}
.cx-about-1-features-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cx-about-1-features-bg-shape .svg-bg-2 {
  fill-opacity: 0.3;
}
.cx-about-1-features-bg-shape .svg-bg {
  fill-opacity: 0.4;
}
.cx-about-1-features-bg-shape .svg-line {
  opacity: 1;
}
.cx-about-1-features-bg-shape .svg-border {
  fill-opacity: 0.3;
}
.cx-about-1-features-btn {
  width: 82px;
  height: 82px;
  background: var(--cx-clr-pr-1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s var(--cx-cube-1);
}
.cx-about-1-features-btn i {
  transform: rotate(-45deg);
  transition: 0.5s var(--cx-cube-1);
}
.cx-about-1-features-btn:hover {
  background-color: var(--cx-clr-sd-1);
}
.cx-about-1-features-btn:hover i {
  transform: rotate(0deg);
}
.cx-about-1-features-card {
  display: flex;
  align-items: start;
}
@media (max-width: 767px) {
  .cx-about-1-features-card {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cx-about-1-features-card-single {
  border-radius: 12px;
  background-color: #FFC7B4;
  padding: 20px 20px;
  text-align: center;
}
.cx-about-1-features-card-single .card-img {
  border-radius: 12px;
  height: 260px;
  margin-bottom: 24px;
}
.cx-about-1-features-card-single .card-img img {
  transition: 0.5s var(--cx-cube-1);
}
.cx-about-1-features-card-single .title {
  font-size: 18px;
  color: #000;
}
.cx-about-1-features-card-single:nth-child(2) {
  margin-left: -48px;
  filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 0.72));
  background-color: #C1E4C4;
  margin-top: 48px;
  margin-right: -48px;
}
@media (max-width: 767px) {
  .cx-about-1-features-card-single:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
}
.cx-about-1-features-card-single:nth-child(3) {
  background-color: #FFEFAA;
}
.cx-about-1-features-card-single:hover {
  z-index: 2;
}
.cx-about-1-features-card-single:hover .card-img img {
  transform: scale(1.05);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-1-counter {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }
}
.cx-about-1-counter-item {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.cx-about-1-counter-item:not(:last-child) {
  margin-bottom: 25px;
}
.cx-about-1-counter-item .dvr-line {
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #07160E 100%);
  opacity: 0.48;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cx-about-1-counter-item .disc {
  max-width: 112px;
  text-align: right;
  color: #F0F7FA;
  opacity: 80%;
  margin-bottom: 16px;
}
.cx-about-1-counter-item .number {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .cx-about-1-counter-item .number {
    font-size: 50px;
  }
}
.cx-about-1-counter-item .number .plus {
  color: var(--cx-clr-sd-1);
  font-size: 45px;
  font-weight: 500;
  margin-left: 10px;
}
.cx-about-1-wrap-2 {
  margin-right: -122px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: start;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-about-1-wrap-2 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-1-wrap-2 {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
}
.cx-about-1-wrap-2-left-inner-div {
  margin-left: -130px;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1.25fr;
  align-items: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-about-1-wrap-2-left-inner-div {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .cx-about-1-wrap-2-left-inner-div {
    margin-left: 0px;
    grid-template-columns: 1fr;
  }
}
.cx-about-1-disc {
  color: #fff;
  opacity: 80%;
  margin-bottom: 35px;
}
.cx-about-1-img-1 {
  height: 342px;
  border-radius: 20px;
}
.cx-about-1-img-2 {
  height: 710px;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .cx-about-1-img-2 {
    height: auto;
  }
}
.cx-about-1-img-3 {
  width: 67%;
  position: absolute;
  bottom: -54px;
  left: -80px;
}
.cx-about-1-play-x-team-btn {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-1-play-x-team-btn {
    margin-bottom: 20px;
  }
}
.cx-about-1-play-btn {
  width: 143px;
  height: 143px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cx-about-1-play-btn .icon-elm {
  position: absolute;
  width: 68.63px;
  height: 68.63px;
  background: rgba(0, 53, 25, 0.28);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-about-1-play-btn:hover .icon-elm {
  background-color: var(--cx-clr-sd-1);
  color: var(--cx-clr-pr-1);
}
.cx-about-1-team-btn {
  width: 143px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #C1E4C4;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.cx-about-1-team-btn .icon-elm {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-about-1-team-btn .circle-img {
  animation: wa-rotated 20s linear infinite;
}
.cx-about-1-team-btn:hover .icon-elm {
  background-color: var(--cx-clr-sd-1);
}

/*
    about-1-end
*/
/*
    about-2-start
*/
.cx-about-2-area {
  background-color: #F3FDF4;
}
.cx-about-2-wrap {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.96fr 1fr;
  margin-right: -110px;
  align-items: start;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-about-2-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-2-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
.cx-about-2-sec-title {
  max-width: 580px;
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-2-sec-title {
    margin-left: 0;
  }
}
.cx-about-2-left-inner {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 2.2fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-2-left-inner {
    grid-template-columns: 1fr;
  }
}
.cx-about-2-left-inner-img {
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-2-left-inner-img {
    max-width: 300px;
  }
}
.cx-about-2-left-inner-content .disc {
  max-width: 540px;
  margin-bottom: 35px;
}
.cx-about-2-left-inner-content .title {
  font-size: 20px;
  margin-bottom: 30px;
}
.cx-about-2-left-inner-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 48px;
}
.cx-about-2-left-inner-content .features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cx-clr-h-2);
}
.cx-about-2-img-2 {
  height: 642px;
  mask-size: 100% 100%;
}
.cx-about-2-img-3 {
  width: 100%;
  max-width: 300px;
  height: 178px;
  border-radius: 16px;
  position: absolute;
  bottom: 113px;
  z-index: -1;
  left: -201px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-about-2-img-3 {
    left: -241px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-2-img-3 {
    left: 0px;
    z-index: 1;
  }
}
.cx-about-2-img-3 .btn-elm {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cx-about-2-img-4 {
  width: 85%;
  position: absolute;
  right: -120px;
  bottom: -180px;
  z-index: 1;
}
.cx-about-2-counter {
  display: flex;
  justify-content: center;
  gap: 72px;
  flex-wrap: wrap;
  margin-right: -90px;
  margin-top: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-about-2-counter {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-about-2-counter {
    margin-right: 0;
    margin-top: 220px;
  }
}
.cx-about-2-counter-box {
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid rgba(36, 45, 49, 0.24);
  padding-top: 24px;
}
.cx-about-2-counter-box .number {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.cx-about-2-counter-box .number .plus {
  font-size: 30px;
  color: var(--cx-clr-pr-1);
  transform: translateY(-15px);
}
.cx-about-2-counter-box:hover .icon-elm {
  animation: bounce2 1s;
}

/*
    about-2-end
*/
/*
    about-3-start
*/
.cx-about-3-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}
.cx-about-3-sec-title .left {
  max-width: 680px;
}
.cx-about-3-video {
  max-width: 306px;
  width: 100%;
  height: 194px;
  border-radius: 16px;
}
.cx-about-3-video .btn-elm {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cx-about-3-video .cx-play-btn-1 {
  width: 51px;
  height: 51px;
  background-color: var(--cx-clr-pr-1);
  color: #fff;
  font-size: 22px;
}
.cx-about-3-video .cx-play-btn-1::after {
  display: none;
}
.cx-about-3-video .cx-play-btn-1::before {
  display: none;
}
.cx-about-3-video .cx-play-btn-1:hover {
  background-color: var(--cx-clr-sd-1);
  color: #000;
}
.cx-about-3-wrap {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
  align-items: center;
}
.cx-about-3-content {
  max-width: 415px;
  width: 100%;
}
.cx-about-3-content .main-disc {
  margin-bottom: 80px;
}
.cx-about-3-img {
  max-width: 416px;
  width: 100%;
  height: 565px;
  border-radius: 16px;
}
.cx-about-3-counter {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.cx-about-3-counter-box {
  display: flex;
  align-items: end;
  gap: 16px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.cx-about-3-counter-box::after {
  content: "";
  width: 80px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 88px;
  background-color: var(--cx-clr-pr-1);
}
.cx-about-3-counter-box .number {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: var(--cx-clr-pr-1);
}
.cx-about-3-counter-box .disc {
  margin-bottom: 10px;
}
.cx-about-3-right {
  max-width: 310px;
}
.cx-about-3-right .title {
  font-size: 24px;
  max-width: 270px;
  margin-bottom: 80px;
}
.cx-about-3-right .subtitle {
  font-size: 18px;
  border-bottom: 1px solid #EFF0EF;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--cx-clr-pr-1);
}
.cx-about-3-shape {
  width: 8%;
  text-align: center;
  position: absolute;
  right: 10%;
  bottom: 4%;
  z-index: -1;
}

/*
    about-3-end
*/
/*
    client-1-start
*/
.cx-client-1-sec-title {
  font-size: 44px;
  position: relative;
  z-index: 1;
  margin-bottom: 58px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-client-1-sec-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-client-1-sec-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-client-1-sec-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-client-1-sec-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cx-client-1-sec-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-client-1-sec-title {
    font-size: 24px;
  }
}
.cx-client-1-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-client-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cx-client-1-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-client-1-wrap-middle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .cx-client-1-wrap-middle {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-client-1-wrap-middle {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-client-1-wrap-left {
    margin-top: -128px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-client-1-wrap-right {
    margin-top: -128px;
  }
}
.cx-client-1-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 12px;
  border: 1px solid #C2CEC8;
  border-radius: 12px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cx-client-1-logo img {
  transition: 0.3s var(--cx-cube-1);
  opacity: 56%;
}
.cx-client-1-logo::after {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(102.81deg, rgba(0, 166, 80, 0.128) 1.35%, rgba(255, 200, 37, 0.32) 85.55%);
  position: absolute;
  z-index: -1;
  transition: 0.5S var(--cx-cube-1);
  opacity: 0;
}
.cx-client-1-logo:hover {
  position: relative;
  z-index: 1;
  border-color: var(--cx-clr-pr-1);
}
.cx-client-1-logo:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.cx-client-1-logo:hover::after {
  opacity: 1;
}

/*
    client-1-end
*/
/*
    client-2-start
*/
.cx-client-2-sec-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 46px;
}
.cx-client-2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cx-client-2-item {
  width: 100%;
  max-width: 263px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-client-2-item {
    max-width: 180px;
    border: 1px solid #D9D9D9;
    margin-top: -1px;
    margin-left: -1px;
  }
}
.cx-client-2-item img {
  opacity: 52%;
  max-width: 100px;
  transition: 0.3s;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-client-2-item:is(.border-right-bottom) {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-client-2-item:is(.border-right) {
    border-right: 1px solid #D9D9D9;
  }
}
.cx-client-2-item:hover img {
  opacity: 1;
  animation: bounce2 1s;
}

/*
    client-2-end
*/
/*
    client-3-start
*/
.cx-partner-3-sec-title {
  margin-bottom: 55px;
}
.cx-partner-3-area .cx-client-1-logo {
  min-height: 100px;
  border: 1px solid #EFF0EF;
}
.cx-partner-3-area .cx-client-1-logo img {
  opacity: 1;
}

/*
    client-3-end
*/
/*
    services-1-start
*/
.cx-services-1-area::after {
  content: "";
  width: 100%;
  height: 680px;
  background: linear-gradient(180deg, #FFFAE6 0%, #FFFFFF 100%);
  border-radius: 40px 40px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cx-services-1-sec-title {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cx-services-1-sec-title .left {
  max-width: 610px;
}
.cx-services-1-sec-title .sec-disc {
  max-width: 480px;
}
.cx-services-1-card {
  background-color: #E1F3E3;
  padding: 44px 44px;
  padding-top: 56px;
  mask-size: 100% 100%;
  transition: 0.5s var(--cx-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-services-1-card {
    padding: 44px 24px;
  }
}
.cx-services-1-card .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-1-card .icon-elm {
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cx-services-1-card .icon-elm::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -12px;
  left: -16px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-1-card .icon-elm img {
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-1-card .title-elm {
  margin-bottom: 16px;
  transition: 0.5s var(--cx-cube-1);
  font-size: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-services-1-card .title-elm {
    font-size: 22px;
  }
}
.cx-services-1-card .disc {
  margin-bottom: 35px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-1-card .img-x-btn {
  min-height: 112px;
  border-radius: 200px;
  border: 1px solid #003519;
  display: flex;
  align-items: center;
  padding: 0 40px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-1-card .img-x-btn .img-elm {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-1-card .btn-elm {
  font-family: var(--cx-font-1);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s var(--cx-cube-1);
  width: 100%;
}
.cx-services-1-card .btn-elm::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #99B6A2;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: -1;
}
.cx-services-1-card .btn-elm .btn-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #99B6A2;
  border-radius: 50%;
  background-color: #E1F3E3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-1-card .btn-elm .text-elm {
  transition: 0.5s var(--cx-cube-1);
  opacity: 0;
}
.cx-services-1-card:hover .bg-img {
  opacity: 1;
}
.cx-services-1-card:hover .title-elm {
  color: #fff;
}
.cx-services-1-card:hover .disc {
  color: #fff;
  opacity: 80%;
}
.cx-services-1-card:hover .icon-elm::after {
  width: 100px;
  height: 100px;
}
.cx-services-1-card:hover .icon-elm img {
  transform: scale(0.7) translate(2px, 4px);
}
.cx-services-1-card:hover .img-x-btn {
  border-color: transparent;
}
.cx-services-1-card:hover .img-elm {
  opacity: 90%;
}
.cx-services-1-card:hover .btn-elm .btn-icon {
  left: calc(100% - 52px);
  border-color: transparent;
  background-color: var(--cx-clr-sd-1);
}
.cx-services-1-card:hover .btn-elm .text-elm {
  opacity: 1;
}
.cx-services-1-card:hover .btn-elm::after {
  opacity: 0;
}
.cx-services-1-card:hover .btn-elm:hover .text-elm {
  color: var(--cx-clr-sd-1);
}
@media (min-width: 1800px) {
  .cx-services-1-slider {
    margin-right: -450px;
  }
}
.cx-services-1-slider .swiper-wrapper .swiper-slide {
  max-width: 420px;
}

/*
    services-1-end
*/
/*
    services-2-start
*/
.cx-services-2-sec-title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-services-2-sec-title {
    margin-bottom: 40px;
  }
}
.cx-services-2-sec-title .left {
  max-width: 579px;
  width: 100%;
}
.cx-services-2-sec-title .right {
  max-width: 510px;
}
.cx-services-2-sec-title .sec-disc {
  margin-bottom: 35px;
}
.cx-services-2-wrap {
  display: grid;
  gap: 80px;
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-services-2-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-services-2-img {
  max-width: 460px;
  width: 100%;
  border-radius: 16px;
  height: 540px;
}
.cx-services-2-tabs-pane {
  border: 1px solid #4C504E;
  border-radius: 13px;
  padding: 44px 44px;
}
.cx-services-2-tabs-pane-box {
  max-width: 390px;
  width: 100%;
  margin-left: auto;
  background-color: var(--cx-clr-h-2);
  border-radius: 13px;
  padding: 10px;
  margin-top: -290px;
  position: relative;
  z-index: 1;
}
.cx-services-2-tabs-pane-single .icon-elm {
  color: var(--cx-clr-sd-1);
  font-size: 68px;
  margin-bottom: 35px;
}
.cx-services-2-tabs-pane-single .disc {
  color: #fff;
  margin-bottom: 25px;
}
.cx-services-2-tabs-pane-single .btn-elm {
  color: var(--cx-clr-pr-1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-2-tabs-pane-single .btn-elm .icon {
  width: 30px;
  height: 30px;
  background-color: var(--cx-clr-sd-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-2-tabs-pane-single .btn-elm:hover {
  color: var(--cx-clr-sd-1);
}
.cx-services-2-tabs-pane .tab-pane .cx-services-2-tabs-pane-single .icon-elm, .cx-services-2-tabs-pane .tab-pane .cx-services-2-tabs-pane-single .disc, .cx-services-2-tabs-pane .tab-pane .cx-services-2-tabs-pane-single .btn-elm {
  animation: fadeInUp2 0.5s backwards;
}
.cx-services-2-tabs-pane .tab-pane .cx-services-2-tabs-pane-single .disc {
  animation-delay: 0.3s;
}
.cx-services-2-tabs-pane .tab-pane .cx-services-2-tabs-pane-single .btn-elm {
  animation-delay: 0.6s;
}
.cx-services-2-tabs-btn {
  border-left: 1px solid rgba(0, 53, 25, 0.24);
  margin-top: 62px;
}
.cx-services-2-tabs-btn .nav-item {
  overflow: hidden;
}
.cx-services-2-tabs-btn .nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 53, 25, 0.24);
}
.cx-services-2-tabs-btn .nav-link {
  font-size: 22px;
  font-weight: 500;
  color: var(--cx-clr-p-1);
  background: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding: 4px 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s var(--cx-cube-1);
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-services-2-tabs-btn .nav-link {
    font-size: 18px;
    padding: 4px 15px;
  }
}
.cx-services-2-tabs-btn .nav-link::after {
  content: "";
  inset: 0;
  background: linear-gradient(102.81deg, rgba(0, 166, 80, 0.128) 1.35%, rgba(255, 200, 37, 0.32) 85.55%);
  position: absolute;
  z-index: -1;
  transition: 0.5s var(--cx-cube-1);
  opacity: 0;
}
.cx-services-2-tabs-btn .nav-link .number {
  color: var(--cx-clr-pr-1);
  font-size: 16px;
}
.cx-services-2-tabs-btn .nav-link .icon {
  margin-left: auto;
  color: var(--cx-clr-pr-1);
  font-size: 60px;
  opacity: 40%;
  transform: translateY(25px);
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-2-tabs-btn .nav-link:is(.active) {
  color: var(--cx-clr-h-2);
}
.cx-services-2-tabs-btn .nav-link:is(.active)::after {
  opacity: 1;
}
.cx-services-2-tabs-btn .nav-link:is(.active) .icon {
  transform: translateY(80px);
}

/*
    services-2-end
*/
/*
    services-3-start
*/
.cx-services-3-area {
  background-color: #F3FDF4;
}
.cx-services-3-sec-title {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cx-services-3-sec-title .left {
  max-width: 500px;
}
.cx-services-3-sec-title .right {
  max-width: 465px;
}
.cx-services-3-sec-title .sec-disc {
  margin-bottom: 28px;
}
.cx-services-3-slider-single {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  padding-right: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .cx-services-3-slider-single {
    grid-template-columns: 1fr;
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-services-3-slider-single {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    padding-right: 32px;
  }
}
.cx-services-3-slider-single .img-elm {
  border-radius: 16px;
  height: 340px;
}
@media (max-width: 767px) {
  .cx-services-3-slider-single .img-elm {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-services-3-slider-single .img-elm {
    height: 340px;
  }
}
.cx-services-3-slider-single .img-elm img {
  transition: 2s;
}
.cx-services-3-slider-single .icon-x-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.cx-services-3-slider-single .icon-elm {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3FDF4;
  border-radius: 12px;
}
.cx-services-3-slider-single .number {
  font-size: 40px;
  font-weight: 800;
  opacity: 10%;
}
.cx-services-3-slider-single .title {
  font-size: 20px;
  margin-bottom: 16px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-3-slider-single .title:hover {
  color: var(--cx-clr-pr-1);
}
.cx-services-3-slider-single .disc {
  font-size: 16px;
  margin-bottom: 44px;
}
.cx-services-3-slider-single .btn-elm {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  z-index: 1;
}
.cx-services-3-slider-single .btn-elm .btn-text {
  opacity: 0;
  transition: 0.5s var(--cx-cube-1);
}
.cx-services-3-slider-single .btn-elm .btn-icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--cx-clr-pr-1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--cx-clr-pr-1);
  transition: 0.5s var(--cx-cube-1);
  position: absolute;
  left: 0;
}
.cx-services-3-slider-single:hover .img-elm img {
  transform: scale(1.05);
}
.cx-services-3-slider-single:hover .btn-elm .btn-icon {
  left: calc(100% - 50px);
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}
.cx-services-3-slider-single:hover .btn-elm .btn-text {
  opacity: 1;
}
.cx-services-3-slider-single:hover .btn-elm:hover {
  color: var(--cx-clr-pr-1);
}
.cx-services-3-slider .swiper-wrapper .swiper-slide {
  max-width: 636px;
}

/*
    services-3-end
*/
/*
    choose-1-start
*/
.cx-choose-1-area {
  padding-bottom: 435px;
}
.cx-choose-1-bg-img {
  background-color: var(--cx-clr-pr-1);
  width: 100%;
  height: 1035px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-1-bg-img {
    height: 100%;
  }
}
.cx-choose-1-bg-img img {
  mix-blend-mode: luminosity;
}
.cx-choose-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.13fr;
  gap: 80px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.cx-choose-1-sec-title .cx-sec-title-1 {
  margin-bottom: 69px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-1-sec-title .cx-sec-title-1 {
    color: #fff;
  }
}
.cx-choose-1-sec-title .sec-disc {
  margin-bottom: 35px;
  color: #fff;
}
.cx-choose-1-sec-title .cx-pr-btn-1:hover {
  background-color: #000;
}
.cx-choose-1-img {
  height: 730px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-choose-1-img {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-1-img {
    height: auto;
    max-width: 500px;
  }
}
.cx-choose-1-card {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: end;
  margin-top: -205px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-1-card {
    margin-top: 50px;
  }
}
.cx-choose-1-card-single {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  padding-bottom: 28px;
  text-align: center;
}
.cx-choose-1-card-single::after {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  background: #00A650;
  filter: blur(60px);
  top: -20px;
  left: -30px;
  z-index: -1;
}
.cx-choose-1-card-single::before {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  background: #F2D702;
  filter: blur(60px);
  bottom: -40px;
  right: -40px;
  z-index: -1;
}
.cx-choose-1-card-single .img-elm {
  height: 134px;
  border-radius: 16px;
  mix-blend-mode: luminosity;
  margin-bottom: 28px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-choose-1-card-single .img-elm img {
  transition: 0.5s var(--cx-cube-1);
}
.cx-choose-1-card-single .title {
  font-size: 22px;
  margin-bottom: 8px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-choose-1-card-single .title:hover {
  color: var(--cx-clr-sd-1);
}
.cx-choose-1-card-single .disc {
  font-size: 16px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.cx-choose-1-card-single:hover .img-elm {
  mix-blend-mode: normal;
}
.cx-choose-1-card-single:hover .img-elm img {
  transform: scale(1.05);
}

/*
    choose-1-end
*/
/*
    choose-3-start
*/
.cx-choose-3-area {
  background-color: #111F18;
}
.cx-choose-3-shape {
  width: 10%;
  position: absolute;
  top: 10%;
  left: 4%;
  z-index: -1;
}
.cx-choose-3-sec-title .cx-subtitle-1 {
  color: #fff;
  border-color: #fff;
}
.cx-choose-3-sec-title .cx-subtitle-1::after {
  background-color: #fff;
}
.cx-choose-3-sec-title .cx-subtitle-1::before {
  background-color: #fff;
}
.cx-choose-3-sec-title .cx-sec-title-3 {
  color: #fff;
}
@media (min-width: 1800px) {
  .cx-choose-3-wrap {
    margin-left: -190px;
    margin-right: -190px;
  }
}
.cx-choose-3-item {
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 40px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-choose-3-item {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-3-item {
    padding: 40px 20px;
    min-height: 410px;
  }
}
.cx-choose-3-item::after {
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(18px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.5s var(--cx-cube-1);
  opacity: 0;
}
.cx-choose-3-item .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-choose-3-item .title i {
  font-size: 30px;
}
.cx-choose-3-item .posi-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  padding: 40px 40px;
  transition: 0.5s var(--cx-cube-1);
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-3-item .posi-content {
    padding: 40px 20px;
  }
}
.cx-choose-3-item .posi-content .title {
  margin-bottom: 16px;
}
.cx-choose-3-item .posi-content .disc {
  color: #fff;
  margin-bottom: 32px;
}
.cx-choose-3-item .number {
  font-size: 32px;
  color: #fff;
  opacity: 80%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-choose-3-item-img {
  width: 100%;
  height: 100%;
}
.cx-choose-3-tabs-btn {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-3-tabs-btn {
    flex-wrap: wrap;
  }
}
.cx-choose-3-tabs-btn .nav-link {
  background: transparent;
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-3-tabs-btn .nav-link {
    flex: auto;
  }
}
.cx-choose-3-tabs-btn .nav-link:not(:last-child) .cx-choose-3-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-3-tabs-btn .nav-link:not(:last-child) .cx-choose-3-item {
    border: none;
  }
}
.cx-choose-3-tabs-btn .nav-link:is(.active) .cx-choose-3-item::after {
  opacity: 1;
}
.cx-choose-3-tabs-btn .nav-link:is(.active) .cx-choose-3-item > .title {
  opacity: 0;
}
.cx-choose-3-tabs-btn .nav-link:is(.active) .cx-choose-3-item .posi-content {
  opacity: 1;
}
.cx-choose-3-tabs-btn .nav-link:is(.active) .cx-choose-3-item .number {
  opacity: 1;
}
.cx-choose-3-tabs-pane {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-choose-3-tabs-pane {
    position: relative;
    margin-top: 30px;
  }
}
.cx-choose-3-tabs-pane::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #111F18;
  z-index: 1;
  opacity: 50%;
}
.cx-choose-3-tabs-pane .tab-pane {
  width: 100%;
  height: 100%;
}

/*
    choose-3-end
*/
.cx-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cx-accordion-item {
  background: #F3FDF4;
  border: 1px solid rgba(1, 17, 9, 0.2);
  border-radius: 12px;
}
.cx-accordion-item .item-title {
  background: transparent;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 20px 22px;
  padding-left: 32px;
  text-align: left;
  transition: 0.2s;
}
.cx-accordion-item .item-title .icon {
  width: 36px;
  height: 36px;
  background: var(--cx-clr-pr-1);
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  transition: 0.5s var(--cx-cube-1);
}
.cx-accordion-item .item-title .icon i {
  transition: 0.5s var(--cx-cube-1);
}
.cx-accordion-item .item-title:is(:not(.collapsed)) .icon {
  background: #fff;
  color: var(--cx-clr-pr-1);
}
.cx-accordion-item .item-title:is(:not(.collapsed)) .icon i::before {
  content: "\f068";
}
.cx-accordion-item .item-disc {
  padding: 25px 32px;
  padding-top: 0;
}
.cx-accordion-item .accordion-collapse:is(.show) .item-disc {
  border-color: rgba(255, 255, 255, 0.3);
}
.cx-accordion-item:is(.active) {
  background-color: var(--cx-clr-sd-1);
}

.cx-faqs-1-area {
  background-color: #F3FDF4;
}
.cx-faqs-1-container {
  background-color: #FFFFFF;
  max-width: 1584px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  margin-top: -297px;
}
.cx-faqs-1-container .bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.cx-faqs-1-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-faqs-1-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-faqs-1-sec-title .cx-sec-title-1 {
  margin-bottom: 95px;
}
.cx-faqs-1-sec-title .vector-1 {
  margin-bottom: 60px;
}
.cx-faqs-1-sec-title .sec-disc {
  max-width: 430px;
}

/*
    team-1-start
*/
.cx-team-1-area {
  background: #F3FDF4;
}
.cx-team-1-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.45fr;
  align-items: start;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-team-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-team-1-sec-title {
    position: sticky;
    top: 100px;
  }
}
.cx-team-1-sec-title .cx-sec-title-1 {
  margin-bottom: 24px;
}
.cx-team-1-sec-title .sec-disc {
  margin-bottom: 35px;
}
.cx-team-1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 28px;
}
@media (max-width: 767px) {
  .cx-team-1-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-team-1-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.cx-team-1-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  border-radius: 13px;
  overflow: hidden;
  transition: 0.5s var(--cx-cube-1);
  padding: 15px;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-team-1-card {
    padding: 5px;
    padding-bottom: 30px;
  }
}
.cx-team-1-card .card-img {
  background-color: #D7F2D9;
  mask-size: 100% 100%;
  height: 315px;
  display: flex;
  align-items: end;
  margin-bottom: 31px;
}
.cx-team-1-card .card-img .img-text {
  position: absolute;
  bottom: -15px;
  left: -20px;
  writing-mode: sideways-lr;
  font-size: 91px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  opacity: 12%;
  z-index: -1;
  transition: 0.5s var(--cx-cube-1);
}
.cx-team-1-card .card-social {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  right: 28px;
  bottom: 6px;
  z-index: 1;
}
.cx-team-1-card .card-social-link {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 53, 25, 0.24), inset 0px 0px 8px #3DAE47;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--cx-clr-h-1);
  opacity: 0;
  transition: 0.5s var(--cx-cube-1);
  transition-delay: 0s;
}
.cx-team-1-card .card-social-link:is(.share-btn) {
  box-shadow: none;
  background-color: var(--cx-clr-sd-1);
  margin-top: 14px;
  opacity: 1;
  cursor: pointer;
}
.cx-team-1-card .card-social:hover .card-social-link {
  opacity: 1;
}
.cx-team-1-card .card-social:hover .card-social-link:nth-child(1) {
  transition-delay: 0.4s;
}
.cx-team-1-card .card-social:hover .card-social-link:nth-child(2) {
  transition-delay: 0.3s;
}
.cx-team-1-card .card-social:hover .card-social-link:nth-child(3) {
  transition-delay: 0.2s;
}
.cx-team-1-card .card-social:hover .card-social-link:nth-child(4) {
  transition-delay: 0.1s;
}
.cx-team-1-card .card-social:hover .card-social-link:hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
  transition-delay: 0s;
}
.cx-team-1-card .title {
  font-size: 24px;
  margin-bottom: 10px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-team-1-card .title:hover {
  color: var(--cx-clr-sd-1);
}
.cx-team-1-card:hover .img-text {
  opacity: 50%;
}

/*
    team-1-end
*/
/*
    projects-1-start
*/
.cx-projects-1-area {
  background: #F3FDF4;
}
.cx-projects-1-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 20px;
}
@media (min-width: 1800px) {
  .cx-projects-1-grid {
    margin-left: -236px;
    margin-right: -236px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-projects-1-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-1-grid {
    grid-template-columns: 1fr;
  }
}
.cx-projects-1-grid .item-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cx-projects-1-card {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  height: 604px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-1-card {
    height: 404px;
  }
}
.cx-projects-1-card::after {
  content: "";
  inset: 0;
  background: linear-gradient(120.59deg, rgba(0, 166, 80, 0.192) 1.76%, rgba(255, 200, 37, 0.48) 72.95%);
  position: absolute;
  transition: 0.5s var(--cx-cube-1);
  opacity: 0;
}
.cx-projects-1-card::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  position: absolute;
  width: 100%;
  height: 503px;
  background: linear-gradient(180deg, rgba(0, 53, 25, 0) 0%, #003519 129.93%);
  z-index: 1;
  transition: 0.5s var(--cx-cube-1);
  opacity: 0;
}
.cx-projects-1-card .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 42px 52px;
  width: 100%;
  z-index: 2;
  transition: 0.5s var(--cx-cube-1);
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-1-card .content-wrap {
    padding: 42px 22px;
  }
}
.cx-projects-1-card .item-btn {
  font-family: var(--cx-font-2);
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: var(--cx-clr-h-1);
  border: 1px solid #BDBF30;
  border-radius: 100px;
  padding: 8px;
  padding-left: 30px;
  margin-top: 40px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-projects-1-card .item-btn .icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(102.81deg, #00A650 1.35%, #FFC825 85.55%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: 0.5s var(--cx-cube-1);
}
.cx-projects-1-card .item-btn .text {
  transition: 0.5s var(--cx-cube-1);
}
.cx-projects-1-card .item-btn:hover {
  background: var(--cx-clr-pr-1);
}
.cx-projects-1-card .item-btn:hover .icon {
  transform: rotate(0deg);
}
.cx-projects-1-card .item-btn:hover .text {
  color: #fff;
}
.cx-projects-1-card .title {
  font-size: 32px;
  color: #fff;
  transition: 0.5s var(--cx-cube-1);
}
.cx-projects-1-card .title:hover {
  color: var(--cx-clr-sd-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-1-card .title {
    font-size: 24px;
  }
}
.cx-projects-1-card .disc {
  color: #fff;
  opacity: 80%;
  margin-top: 16px;
}
.cx-projects-1-card:hover::after {
  opacity: 1;
}
.cx-projects-1-card:hover::before {
  opacity: 1;
}
.cx-projects-1-card:hover .content-wrap {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.cx-projects-1-card:is(.has-big-card) {
  height: 868px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-1-card:is(.has-big-card) {
    height: 604px;
  }
}
.cx-projects-1-card:is(.has-sm-card) {
  height: 244px;
}
.cx-projects-1-card:is(.has-sm-card) .title {
  display: none;
}
.cx-projects-1-card:is(.has-sm-card) .disc {
  display: none;
}

/*
    projects-1-end
*/
/*
    projects-2-start
*/
.cx-projects-2-sec-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.cx-projects-2-sec-title .left {
  max-width: 640px;
}
.cx-projects-2-item-line {
  display: flex;
  gap: 32px;
}
.cx-projects-2-item-line .single-line {
  height: 8px;
  width: 100%;
  border-radius: 16px;
  background-color: var(--cx-clr-pr-1);
  opacity: 20%;
}
.cx-projects-2-item-card-single {
  background-color: #E9FDEB;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-projects-2-item-card-single {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-2-item-card-single {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
}
.cx-projects-2-item-card-single .img-elm {
  height: 652px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-2-item-card-single .img-elm {
    height: 452px;
  }
}
.cx-projects-2-item-card-single .content-wrap {
  display: flex;
  flex-direction: column;
  padding: 60px;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-2-item-card-single .content-wrap {
    padding: 60px 20px;
  }
}
.cx-projects-2-item-card-single .tags-x-number {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cx-projects-2-item-card-single .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 315px;
}
.cx-projects-2-item-card-single .tags-list-single {
  background: rgba(0, 166, 80, 0.16);
  border: 1px solid rgba(1, 17, 9, 0.24);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 13px;
}
.cx-projects-2-item-card-single .number-box {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.cx-projects-2-item-card-single .number-box .text-elm {
  opacity: 42%;
  font-weight: 400;
  text-align: right;
}
.cx-projects-2-item-card-single .number-box .text-elm:nth-child(1) {
  text-align: left;
  font-size: 28px;
  color: var(--cx-clr-pr-1);
  opacity: 1;
  font-weight: 600;
}
.cx-projects-2-item-card-single .number-box .line-elm {
  width: 54px;
  height: 1px;
  background: #011109;
  opacity: 42%;
  transform: rotate(-28deg);
}
.cx-projects-2-item-card-single .title {
  font-size: 40px;
  max-width: 470px;
  margin-top: auto;
  transition: 0.5s var(--cx-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-2-item-card-single .title {
    font-size: 24px;
  }
}
.cx-projects-2-item-card-single .title:hover {
  color: var(--cx-clr-pr-1);
}
.cx-projects-2-item-card-single .cx-pr-btn-1 {
  padding: 6px;
  padding-left: 28px;
  width: 100%;
  background-color: var(--cx-clr-sd-1);
  justify-content: space-between;
  color: var(--cx-clr-h-2);
}
.cx-projects-2-item-card-single .cx-pr-btn-1 .icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: var(--cx-clr-h-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cx-projects-2-item-card-single .cx-pr-btn-1 .icon i {
  transform: rotate(-45deg);
  transition: 0.5s var(--cx-cube-1);
}
.cx-projects-2-item-card-single .cx-pr-btn-1:hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}
.cx-projects-2-item-card-single .cx-pr-btn-1:hover .icon {
  background-color: var(--cx-clr-sd-1);
  color: #000;
}
.cx-projects-2-item-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-2-item-card {
    margin-bottom: 20px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-projects-2-item-card-single:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.cx-projects-2-height {
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-projects-2-pin {
    position: sticky;
    top: 100px;
  }
}

/*
    projects-2-end
*/
/*
    projects-3-start
*/
.cx-projects-3-sec-title {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.cx-projects-3-sec-title .left {
  max-width: 500px;
}
.cx-projects-3-sec-title .right {
  max-width: 450px;
}
.cx-projects-3-sec-title .sec-disc {
  margin-bottom: 28px;
}
.cx-projects-3-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.42fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-3-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-projects-3-wrap-2 {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-3-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.cx-projects-3-wrap-3 {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.42fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-3-wrap-3 {
    grid-template-columns: 1fr;
  }
}
.cx-projects-3-item .img-elm {
  border-radius: 12px;
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}
.cx-projects-3-item .img-elm::after {
  content: "";
  inset: 0;
  background-color: #000;
  position: absolute;
  opacity: 30%;
}
.cx-projects-3-item .img-elm .img-line-1 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  left: 24px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 1;
}
.cx-projects-3-item .img-elm .img-line-2 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
}
.cx-projects-3-item .img-elm .img-line-3 {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
}
.cx-projects-3-item .img-elm .img-line-4 {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 1;
}
.cx-projects-3-item .btn-elm {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.cx-projects-3-item .btn-elm-link {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(30px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: 0.5s var(--cx-cube-1);
}
.cx-projects-3-item .btn-elm-link:hover {
  background-color: var(--cx-clr-pr-1);
}
.cx-projects-3-item .tags-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.cx-projects-3-item .tags-list li {
  background-color: #EBFFED;
  color: var(--cx-clr-pr-1);
  font-size: 16px;
  padding: 5px 9px;
  border-radius: 6px;
}
.cx-projects-3-item .title {
  font-size: 24px;
  transition: 0.5s var(--cx-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-projects-3-item .title {
    font-size: 22px;
  }
}
.cx-projects-3-item .title:hover {
  color: var(--cx-clr-pr-1);
}
.cx-projects-3-item .content-wrap {
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
}
.cx-projects-3-item:hover .btn-elm-link {
  opacity: 1;
}

/*
    projects-3-end
*/
/*
    testimonial-1-start
*/
.cx-testimonial-1-area {
  background: #F3FDF4;
}
.cx-testimonial-1-sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.cx-testimonial-1-sec-title .left {
  max-width: 610px;
}
.cx-testimonial-1-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 210px;
}
@media (max-width: 767px) {
  .cx-testimonial-1-grid {
    gap: 150px;
  }
}
.cx-testimonial-1-grid .item-col {
  display: flex;
  gap: 38px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cx-testimonial-1-grid .item-col {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cx-testimonial-1-grid .item-col:nth-child(2) {
  justify-content: end;
}
.cx-testimonial-1-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(0, 53, 25, 0.16);
  border-radius: 20px;
  padding: 52px 48px;
  width: 100%;
  max-width: 412px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-testimonial-1-card {
    padding: 30px 18px;
  }
}
.cx-testimonial-1-card .author {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.cx-testimonial-1-card .author-img {
  width: 96px;
  height: 112px;
  background: #C2D5C8;
  border-radius: 8px;
  flex: 0 0 auto;
}
.cx-testimonial-1-card .author-content {
  width: 100%;
  max-width: 188px;
}
.cx-testimonial-1-card .author-name {
  font-size: 22px;
  margin-bottom: 4px;
}
.cx-testimonial-1-card .quote-icon {
  margin-bottom: 30px;
}
.cx-testimonial-1-card .disc {
  font-size: 22px;
  font-weight: 300;
  color: var(--cx-clr-h-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-testimonial-1-card .disc {
    font-size: 18px;
  }
}
.cx-testimonial-1-big-title {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.cx-testimonial-1-big-title-text {
  text-align: center;
  font-size: 248px;
  font-weight: 700;
  opacity: 12%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .cx-testimonial-1-big-title-text {
    font-size: 240px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-testimonial-1-big-title-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-testimonial-1-big-title-text {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-testimonial-1-big-title-text {
    font-size: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-testimonial-1-big-title-text {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .cx-testimonial-1-big-title-text {
    font-size: 60px;
  }
}

/*
    testimonial-1-end
*/
/*
    testimonial-2-start
*/
.cx-testimonial-2-area {
  padding-top: 275px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-testimonial-2-area {
    padding-top: 0px;
  }
}
.cx-testimonial-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1530px;
  z-index: -2;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-testimonial-2-bg-img {
    position: unset;
    margin-bottom: 50px;
  }
}
.cx-testimonial-2-bg-clr {
  background-color: #35F08F;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
  height: 745px;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-testimonial-2-bg-clr {
    width: 76%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-testimonial-2-bg-clr {
    width: 100%;
    height: 100%;
  }
}
.cx-testimonial-2-sec-title {
  font-size: 60px;
  max-width: 943px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-testimonial-2-sec-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-testimonial-2-sec-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-testimonial-2-sec-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cx-testimonial-2-sec-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-testimonial-2-sec-title {
    font-size: 34px;
  }
}
.cx-testimonial-2-wrap {
  display: flex;
  margin-right: -236px;
  justify-content: end;
  max-width: 900px;
  margin-left: auto;
  align-items: end;
  gap: 105px;
  margin-top: -100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-testimonial-2-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-testimonial-2-wrap {
    margin-right: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cx-testimonial-2-wrap {
    margin-right: 0px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.cx-testimonial-2-slider-img {
  width: 100%;
  max-width: 296px;
  flex: 0 0 auto;
}
.cx-testimonial-2-slider-img-single .number {
  font-size: 92px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4%;
  opacity: 20%;
  margin-bottom: -28px;
  margin-right: 23px;
}
.cx-testimonial-2-slider-img-single .main-img {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.cx-testimonial-2-slider-content {
  padding-left: 20px;
  padding-top: 35px;
}
.cx-testimonial-2-slider-content-item {
  position: relative;
}
.cx-testimonial-2-slider-content-item .comment {
  color: var(--cx-clr-h-2);
  margin-bottom: 45px;
}
.cx-testimonial-2-slider-content-item .title {
  font-weight: 700;
  margin-bottom: 7px;
}
.cx-testimonial-2-slider-content-item .disc {
  font-size: 15px;
}
.cx-testimonial-2-slider-content-item .quote-icon {
  position: absolute;
  top: -45px;
  left: -20px;
  z-index: -1;
}
.cx-testimonial-2-slider-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-testimonial-2-slider-content-item .comment, .cx-testimonial-2-slider-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-testimonial-2-slider-content-item .title, .cx-testimonial-2-slider-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-testimonial-2-slider-content-item .disc {
  animation: fadeInUp2 0.5s backwards;
  animation-delay: 0.3s;
}
.cx-testimonial-2-slider-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-testimonial-2-slider-content-item .title {
  animation-delay: 0.5s;
}
.cx-testimonial-2-slider-content .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .cx-testimonial-2-slider-content-item .disc {
  animation-delay: 0.7s;
}
.cx-testimonial-2-slider-btn {
  position: absolute;
  right: 240px;
  bottom: 0;
  z-index: 1;
}
.cx-testimonial-2-slider-btn .single-btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #20D276;
  color: #fff;
  transition: 0.5s var(--cx-cube-1);
  cursor: pointer;
}
.cx-testimonial-2-slider-btn .single-btn:hover {
  background-color: var(--cx-clr-sd-1);
  color: #000;
}
.cx-testimonial-2-slider-btn .single-btn:nth-child(2) {
  margin-left: 56px;
  border-radius: 0 0 0 14px;
}

/*
    testimonial-2-end
*/
/*
    testimonial-3-start
*/
.cx-testimonial-3-area {
  background-color: #F3FDF4;
}
.cx-testimonial-3-sec-title {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.cx-testimonial-3-sec-title .left {
  max-width: 570px;
}
.cx-testimonial-3-sec-title .right {
  max-width: 450px;
}
.cx-testimonial-3-sec-title .sec-disc {
  margin-bottom: 28px;
}
.cx-testimonial-3-card {
  padding: 32px;
  background-color: #fff;
  border-radius: 24px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-testimonial-3-card .img-x-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.cx-testimonial-3-card .img-elm {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cx-testimonial-3-card .logo-elm {
  width: 100px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-testimonial-3-card .icon-elm {
  margin-bottom: 20px;
}
.cx-testimonial-3-card .comment {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 80px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-testimonial-3-card .author-content {
  padding-left: 20px;
  border-left: 1px solid rgba(76, 80, 78, 0.4);
  transition: 0.5s var(--cx-cube-1);
}
.cx-testimonial-3-card .author-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-testimonial-3-card .author-bio {
  font-size: 16px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-testimonial-3-card:hover {
  background-color: var(--cx-clr-pr-1);
}
.cx-testimonial-3-card:hover .logo-elm {
  border-color: #fff;
}
.cx-testimonial-3-card:hover .comment {
  color: #fff;
}
.cx-testimonial-3-card:hover .author-content {
  border-color: rgba(255, 255, 255, 0.3490196078);
}
.cx-testimonial-3-card:hover .author-name {
  color: #fff;
}
.cx-testimonial-3-card:hover .author-bio {
  color: #fff;
}
.cx-testimonial-3-slider .swiper-wrapper .swiper-slide {
  max-width: 416px;
}

/*
    testimonial-3-end
*/
/*
    contact-1-start
*/
.cx-contact-1-area {
  padding-top: 200px;
  padding-bottom: 205px;
}
.cx-contact-1-area::after {
  content: "";
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, #F3FDF4, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.cx-contact-1-bg {
  position: absolute;
  left: 42px;
  top: 0;
  width: calc(100% - 84px);
  height: 100%;
  z-index: -1;
  mask-size: 100% 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-contact-1-bg {
    width: calc(100% - 16px);
    left: 8px;
  }
}
.cx-contact-1-wrap {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-contact-1-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-contact-1-left {
  background-color: #fff;
  border-radius: 24px 0 0 24px;
  padding: 64px 64px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-contact-1-left {
    padding: 64px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-contact-1-left {
    padding: 64px 24px;
    border-radius: 24px;
  }
}
.cx-contact-1-left-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cx-contact-1-left-content .disc {
  font-size: 15px;
}
.cx-contact-1-left-content .phone-btn {
  font-size: 18px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-contact-1-left-content .phone-btn .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFEFAA;
  border-radius: 50%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-contact-1-left-content .phone-btn:hover {
  color: var(--cx-clr-pr-1);
}
.cx-contact-1-left-content .phone-btn:hover .icon {
  background-color: var(--cx-clr-pr-1);
}
.cx-contact-1-sec-title .cx-subtitle-1 {
  margin-bottom: 15px;
}
.cx-contact-1-sec-title .cx-sec-title-1 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-contact-1-sec-title .cx-sec-title-1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cx-contact-1-sec-title .cx-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-contact-1-sec-title .cx-sec-title-1 {
    font-size: 34px;
  }
}
.cx-contact-1-form {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .cx-contact-1-form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-contact-1-form {
    grid-template-columns: 1fr 1fr;
  }
}
.cx-contact-1-form-input {
  height: 56px;
  border-radius: 8px;
  border: 1px solid rgba(1, 17, 9, 0.16);
  padding: 0 24px;
  width: 100%;
  font-size: 16px;
  color: rgba(76, 80, 78, 0.72);
}
.cx-contact-1-form-input:is(textarea) {
  height: 132px;
  padding-top: 10px;
  display: block;
}
.cx-contact-1-form .nice-select {
  height: 56px;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: var(--cx-font-1);
  font-weight: 400;
  font-size: 16px;
  color: var(--cx-clr-h-1);
}
.cx-contact-1-form .nice-select:after {
  height: 10px;
  margin-top: -7px;
  right: 28px;
  width: 10px;
}
.cx-contact-1-form .cx-pr-btn-1 {
  background: var(--cx-clr-pr-1);
  color: #fff;
  display: flex;
  gap: 10px;
  border-radius: 12px;
}
.cx-contact-1-form .cx-pr-btn-1:hover {
  background-color: var(--cx-clr-sd-1);
  color: #000;
}
.cx-contact-1-form .item-box:is(.has-full-width) {
  grid-column-start: 1;
  grid-column-end: -1;
}
.cx-contact-1-right {
  outline: 20px solid #fff;
  border-radius: 0 8px 8px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-contact-1-right {
    display: none;
  }
}
.cx-contact-1-right::before {
  top: 0;
  left: -1px;
  width: 12px;
  content: "";
  height: 12px;
  position: absolute;
  background-color: #FFFFFF;
  clip-path: polygon(0% 100%, 0% 100%, 21.808% 95.746%, 40.357% 88.738%, 55.873% 79.531%, 68.584% 68.677%, 78.716% 56.731%, 86.497% 44.246%, 92.154% 31.777%, 95.914% 19.877%, 98.003% 9.1%, 98.649% 0%, 98.649% 100%, 0% 100%);
  transform: scale(-1);
}
.cx-contact-1-right::after {
  bottom: -1px;
  left: -1px;
  width: 12px;
  content: "";
  height: 12px;
  position: absolute;
  background-color: #FFFFFF;
  clip-path: polygon(0% 100%, 0% 100%, 21.808% 95.746%, 40.357% 88.738%, 55.873% 79.531%, 68.584% 68.677%, 78.716% 56.731%, 86.497% 44.246%, 92.154% 31.777%, 95.914% 19.877%, 98.003% 9.1%, 98.649% 0%, 98.649% 100%, 0% 100%);
  transform: scaleX(-1);
  z-index: 1;
}

/*
    contact-1-end
*/
/*
    contact-3-start
*/
.cx-contact-3-area::after {
  position: absolute;
  content: "";
  width: 49%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #111F18;
  clip-path: polygon(44% 0%, 100% 0, 100% 100%, 0% 100%);
}
.cx-contact-3-marquee-wrap {
  display: flex;
  gap: 24px;
  margin-right: 24px;
}
.cx-contact-3-marquee-wrap .single-item {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.cx-contact-3-marquee-wrap .single-item .text-elm {
  font-size: 100px;
  letter-spacing: -2%;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  opacity: 20%;
  line-height: 1.2;
}
.cx-contact-3-marquee-wrap .single-item .icon-elm img {
  animation: wa-rotated-minus 10s linear infinite;
}
.cx-contact-3-form {
  background: linear-gradient(98.06deg, #F2D805 0%, #EEE250 25.41%, #EBED9A 49.65%, #E8F5D3 75.14%, #E8F5D3 100%);
  border-radius: 12px;
  padding: 72px 72px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-contact-3-form {
    padding: 72px 22px;
  }
}
.cx-contact-3-form .cx-contact-1-form {
  max-width: 686px;
  gap: 32px;
}
.cx-contact-3-form .cx-contact-1-form-label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.cx-contact-3-form .cx-contact-1-form-input {
  border-radius: 100px;
  border: none;
}
.cx-contact-3-form .cx-contact-1-form-input:is(textarea) {
  border-radius: 24px;
  padding-top: 17px;
}
.cx-contact-3-form-img {
  position: absolute;
  right: -180px;
  bottom: 0;
  width: 54%;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-contact-3-form-img {
    position: unset;
    width: 100%;
    margin-bottom: -72px;
  }
}
.cx-contact-3-bg-shape {
  width: 41%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cx-contact-3-bg-bubbles-1 {
  position: absolute;
  right: 16%;
  top: 13%;
  z-index: 2;
  width: 7%;
  text-align: center;
}
.cx-contact-3-bg-bubbles-2 {
  position: absolute;
  right: 7%;
  top: 41%;
  z-index: 2;
  width: 4%;
  text-align: center;
}
.cx-contact-3-bg-bubbles-3 {
  position: absolute;
  right: 3%;
  top: 5%;
  z-index: 2;
  width: 4%;
  text-align: center;
}

.cx-contact-3-bg-bubbles-1 {
  animation: bubbleMove1 8s linear infinite alternate;
}

.cx-contact-3-bg-bubbles-2 {
  animation: bubbleMove2 10s linear infinite alternate;
}

.cx-contact-3-bg-bubbles-3 {
  animation: bubbleMove3 12s linear infinite alternate;
}

@keyframes bubbleMove1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, -15px);
  }
  50% {
    transform: translate(-15px, -30px);
  }
  75% {
    transform: translate(-25px, 10px);
  }
  100% {
    transform: translate(15px, 20px);
  }
}
@keyframes bubbleMove2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-20px, 20px);
  }
  50% {
    transform: translate(15px, -25px);
  }
  75% {
    transform: translate(25px, 10px);
  }
  100% {
    transform: translate(-10px, -15px);
  }
}
@keyframes bubbleMove3 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(25px, 15px);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  75% {
    transform: translate(15px, -35px);
  }
  100% {
    transform: translate(-15px, 10px);
  }
}
/*
    contact-3-end
*/
/*
    blog-1-start
*/
.cx-blog-1-sec-title {
  max-width: 670px;
}
.cx-blog-1-bg-vector {
  width: 15%;
  position: absolute;
  right: 8%;
  top: 8%;
  z-index: -1;
}
.cx-blog-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-blog-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cx-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-blog-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.cx-blog-1-item {
  background-color: #F3FDF4;
  border-radius: 0 0 20px 20px;
}
.cx-blog-1-item .blog-img {
  height: 348px;
  border-radius: 0 0 20px 20px;
}
.cx-blog-1-item .blog-img img {
  transition: 0.5s var(--cx-cube-1);
}
.cx-blog-1-item .title {
  font-size: 26px;
  margin-bottom: 31px;
  transition: 0.5s var(--cx-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-blog-1-item .title {
    font-size: 22px;
  }
}
.cx-blog-1-item .title:hover {
  color: var(--cx-clr-pr-1);
}
.cx-blog-1-item .dvr-line {
  width: 100%;
  height: 1px;
  background: #003519;
  opacity: 20%;
}
.cx-blog-1-item .date-x-btn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.cx-blog-1-item .blog-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 2px solid var(--cx-clr-pr-1);
  border-radius: 50%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-blog-1-item .blog-btn:hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}
.cx-blog-1-item .date-x-categories {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 53, 25, 0.72);
}
.cx-blog-1-item .date-x-categories span {
  display: block;
}
.cx-blog-1-item .date-x-categories span:nth-child(1) {
  margin-bottom: 2px;
}
.cx-blog-1-item .date-x-categories span:nth-child(2) {
  color: var(--cx-clr-pr-1);
}
.cx-blog-1-item .content-wrap {
  padding: 31px 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-blog-1-item .content-wrap {
    padding: 31px 22px;
  }
}
.cx-blog-1-item:hover .blog-img img {
  transform: scale(1.03);
}
.cx-blog-1-all-btn {
  text-align: center;
  padding: 10px;
}

/*
    blog-1-end
*/
/*
    blog-2-start
*/
.cx-blog-2-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-blog-2-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-blog-2-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cx-blog-2-item {
  border-radius: 20px;
  border: 1px solid rgba(1, 17, 9, 0.12);
  padding: 12px;
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  gap: 40px;
  padding-left: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .cx-blog-2-item {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-blog-2-item {
    grid-template-columns: 1.75fr 1fr;
    padding: 12px;
    padding-left: 32px;
  }
}
.cx-blog-2-item .img-elm {
  border-radius: 10px;
  height: 194px;
}
.cx-blog-2-item .img-elm img {
  transition: 1.5s var(--cx-cube-1);
}
.cx-blog-2-item .title {
  font-size: 24px;
  font-weight: 500;
  transition: 0.5s var(--cx-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-blog-2-item .title {
    font-size: 22px;
  }
}
.cx-blog-2-item .title:hover {
  color: var(--cx-clr-pr-1);
}
.cx-blog-2-item .btn-x-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cx-blog-2-item .date {
  font-size: 16px;
}
.cx-blog-2-item .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
.cx-blog-2-item .cx-pr-btn-1 {
  background-color: rgba(0, 166, 80, 0.12);
  color: var(--cx-clr-pr-1);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 23px;
}
.cx-blog-2-item:hover .img-elm img {
  transform: scale(1.1);
}
.cx-blog-2-item-2 {
  position: relative;
  z-index: 1;
}
.cx-blog-2-item-2 .img-elm {
  width: 100%;
  height: 464px;
  border-radius: 12px;
}
.cx-blog-2-item-2 .img-elm img {
  transition: 1.5s var(--cx-cube-1);
}
.cx-blog-2-item-2 .content-wrap {
  position: absolute;
  inset: 0;
  padding: 44px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-blog-2-item-2 .content-wrap {
    padding: 44px 20px;
  }
}
.cx-blog-2-item-2 .title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-blog-2-item-2 .title {
    font-size: 22px;
  }
}
.cx-blog-2-item-2 .btn-x-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cx-blog-2-item-2 .date {
  font-size: 16px;
  color: #000;
}
.cx-blog-2-item-2 .cx-pr-btn-1 {
  color: var(--cx-clr-pr-1);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 23px;
  color: #fff;
}
.cx-blog-2-item-2:hover .img-elm img {
  transform: scale(1.1);
}
.cx-blog-2-all-btn {
  padding: 10px;
  text-align: center;
}

/*
    blog-2-end
*/
/*
    blog-3-start
*/
.cx-blog-3-sec-title {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.cx-blog-3-sec-title .left {
  max-width: 570px;
}
.cx-blog-3-sec-title .right {
  max-width: 450px;
}
.cx-blog-3-sec-title .sec-disc {
  margin-bottom: 28px;
}
.cx-blog-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .cx-blog-3-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-blog-3-item {
  position: relative;
  z-index: 1;
}
.cx-blog-3-item::after {
  content: "";
  width: 94%;
  height: 1px;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  background-color: #EFF0EF;
}
.cx-blog-3-item .img-elm {
  height: 360px;
  border-radius: 24px 24px 0 24px;
  margin-bottom: 30px;
}
.cx-blog-3-item .item-date {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding-top: 44px;
  padding-left: 40px;
}
.cx-blog-3-item .item-date-bg {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cx-blog-3-item .item-date-bg path {
  fill: #fff;
}
.cx-blog-3-item .item-date-text {
  background: var(--cx-clr-h-2);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  padding: 11px 20px;
}
.cx-blog-3-item .item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 36px;
  margin-bottom: 20px;
}
.cx-blog-3-item .item-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cx-blog-3-item .item-meta li i {
  color: var(--cx-clr-pr-1);
}
.cx-blog-3-item .title {
  font-size: 32px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-blog-3-item .title {
    font-size: 24px;
  }
}
.cx-blog-3-item .title:hover {
  color: var(--cx-clr-pr-1);
}
.cx-blog-3-item .cx-pr-btn-3 {
  border-radius: 32px 32px 0 32px;
  background-color: #EBFFED;
  color: #000;
}
.cx-blog-3-item .cx-pr-btn-3:hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}

/*
    blog-3-end
*/
/*
    cta-1-start
*/
.cx-cta-1-area {
  background-color: var(--cx-clr-pr-1);
  padding: 70px 0;
  margin-bottom: 16px;
}
.cx-cta-1-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 41%;
  height: 100%;
  mix-blend-mode: luminosity;
}
.cx-cta-1-shape {
  text-align: right;
  width: 10%;
  position: absolute;
  right: 0;
  top: 0;
}
.cx-cta-1-content {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.cx-cta-1-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  max-width: 460px;
}
.cx-cta-1-form {
  max-width: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.cx-cta-1-form-input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.cx-cta-1-form-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  transition: 0.5s var(--cx-cube-1);
}
.cx-cta-1-form-btn i {
  font-size: 16px;
  transform: rotate(-45deg);
  transition: 0.5s var(--cx-cube-1);
}
.cx-cta-1-form-btn:hover {
  color: var(--cx-clr-sd-1);
}
.cx-cta-1-form-btn:hover i {
  transform: rotate(0deg);
}

/*
    cta-1-end
*/
/*
    cta-2-start
*/
.cx-cta-2-area {
  min-height: 1115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-cta-2-area {
    min-height: 800px;
  }
}
.cx-cta-2-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 242px);
  z-index: -1;
}
.cx-cta-2-content {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: sticky;
  top: 100px;
}
.cx-cta-2-content .cx-sec-title-2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 18px;
}
.cx-cta-2-content .cx-sec-title-2 span {
  color: #7A7A7A;
  display: inline;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-cta-2-content .cx-sec-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-cta-2-content .cx-sec-title-2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-cta-2-content .cx-sec-title-2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cx-cta-2-content .cx-sec-title-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-cta-2-content .cx-sec-title-2 {
    font-size: 34px;
  }
}
.cx-cta-2-content .disc {
  margin-bottom: 32px;
}
.cx-cta-2-content .cx-pr-btn-1 {
  background-color: var(--cx-clr-sd-1);
  color: #000;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.32);
}
.cx-cta-2-content .cx-pr-btn-1:hover {
  background-color: var(--cx-clr-pr-1);
}

/*
    cta-2-end
*/
/*
    cta-3-start
*/
.cx-cta-3-area {
  margin-bottom: -190px;
  position: relative;
  z-index: 2;
}
.cx-cta-3-wrap {
  max-width: 1076px;
  background: linear-gradient(98.06deg, #F2D805 0%, #EEE250 25.41%, #EBED9A 49.65%, #E8F5D3 75.14%, #F2D805 100%);
  border-radius: 32px;
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 80px 20px;
}
.cx-cta-3-wrap .radius-shape-1 {
  position: absolute;
  right: calc(100% + 9px);
  top: 53.3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-cta-3-wrap .radius-shape-1 {
    display: none;
  }
}
.cx-cta-3-wrap .radius-shape-1 path {
  fill: #fff;
}
.cx-cta-3-wrap .radius-shape-2 {
  position: absolute;
  left: calc(100% + 9px);
  top: 53.3%;
  transform: scaleX(-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-cta-3-wrap .radius-shape-2 {
    display: none;
  }
}
.cx-cta-3-wrap .radius-shape-2 path {
  fill: #fff;
}
.cx-cta-3-sec-title .sec-disc {
  margin-top: 12px;
}
.cx-cta-3-form {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cx-cta-3-form-input {
  width: 100%;
  background: #fff;
  border: none;
  height: 60px;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 70px;
  color: rgba(0, 0, 0, 0.5);
}
.cx-cta-3-form-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: var(--cx-clr-sd-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-cta-3-form-btn:hover {
  transform: translateY(-50%) rotate(45deg);
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}

/*
    cta-3-end
*/
/*
    trust-2-start
*/
.cx-trust-2-wrap .line-1 {
  background: var(--cx-clr-h-2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 16%;
  transform: scaleX(106%);
}
.cx-trust-2-wrap .line-2 {
  background: var(--cx-clr-h-2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 16%;
  transform: scaleX(106%);
}
.cx-trust-2-wrap .line-3 {
  background: var(--cx-clr-h-2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  opacity: 16%;
  transform: scaleY(122%);
}
.cx-trust-2-wrap .line-4 {
  background: var(--cx-clr-h-2);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  opacity: 16%;
  transform: scaleY(122%);
}
.cx-trust-2-item-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.cx-trust-2-item {
  width: 100%;
  max-width: 329px;
  height: 330px;
  border-radius: 50%;
  border: 1px solid rgba(1, 17, 9, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-trust-2-item {
    max-width: 220px;
    height: 220px;
  }
}
.cx-trust-2-item .number {
  font-size: 68px;
  font-weight: 400;
  letter-spacing: -4%;
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-trust-2-item .number {
    font-size: 50px;
  }
}
.cx-trust-2-item .number .plus {
  color: var(--cx-clr-pr-1);
  font-size: 40px;
  transform: translateY(-19px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-trust-2-item .number .plus {
    transform: translateY(-9px);
  }
}
.cx-trust-2-item:hover {
  border-color: var(--cx-clr-sd-1);
  box-shadow: inset 0px 0px 110px var(--cx-clr-sd-1);
  transition: 0.5s var(--cx-cube-1);
}

/*
    trust-2-end
*/
/*
    step-2-start
*/
.cx-step-2-area {
  background-color: #E1F3E3;
}
.cx-step-2-img {
  height: 740px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-step-2-img {
    height: 640px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-step-2-img {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-step-2-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cx-step-2-img {
    height: 400px;
  }
}
.cx-step-2-sec-title {
  text-align: center;
  font-size: 152px;
  font-weight: 500;
  line-height: 1;
  opacity: 12%;
  margin-top: -33px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-step-2-sec-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-step-2-sec-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-step-2-sec-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .cx-step-2-sec-title {
    font-size: 60px;
  }
}
.cx-step-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-step-2-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cx-step-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-step-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.cx-step-2-item {
  text-align: center;
}
.cx-step-2-item .icon-elm {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.cx-step-2-item .icon-elm i {
  background: linear-gradient(102.81deg, #00A650 1.35%, #FFC825 85.55%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cx-step-2-item .icon-elm::after {
  content: "";
  width: 242px;
  height: 2px;
  position: absolute;
  top: 29px;
  left: calc(100% + 20px);
  z-index: -1;
  background-image: repeating-linear-gradient(to right, rgba(1, 17, 9, 0.28) 0 10px, transparent 10px 18px);
  background-size: 40px 2px;
  animation: dashMove 2.5s linear infinite;
  will-change: background-position;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-step-2-item .icon-elm::after {
    width: 195px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-step-2-item .icon-elm::after {
    width: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-step-2-item .icon-elm::after {
    display: none;
  }
}
@keyframes dashMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.cx-step-2-item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 27px;
}
.cx-step-2-item .disc {
  font-size: 16px;
  margin-top: 18px;
}
.cx-step-2-item .dvr-line {
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #72927D 24.52%, #E1F3E3 100%);
}
.cx-step-2-item:last-child .icon-elm::after {
  display: none;
}
.cx-step-2-item:hover .icon-elm i {
  animation: bounce2 1s;
}

/*
    step-2-end
*/
/*
    price-2-start
*/
.cx-price-2-top {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 36px;
  margin-right: -140px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .cx-price-2-top {
    margin-right: 0px;
    margin-top: 50px;
  }
}
.cx-price-2-top .shape-elm {
  transform-origin: top;
  animation: swing 10s linear infinite;
}
@media (max-width: 767px) {
  .cx-price-2-top .shape-elm {
    display: none;
  }
}
.cx-price-2-toggle {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.cx-price-2-toggle .nav-link {
  font-size: 20px;
  background: transparent;
}
.cx-price-2-toggle .nav-link:nth-child(1) {
  padding-right: 42px;
}
.cx-price-2-toggle .nav-link:nth-child(3) {
  padding-left: 42px;
}
.cx-price-2-toggle .nav-link:nth-child(1):is(.active) ~ .cx-price-2-toggle-btn::after {
  left: 6px;
}
.cx-price-2-toggle-btn {
  width: 64px;
  height: 36px;
  background: #E1F3E3;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cx-price-2-toggle-btn::after {
  content: "";
  width: 26px;
  height: 26px;
  background-color: var(--cx-clr-pr-1);
  position: absolute;
  top: 5px;
  left: 32px;
  border-radius: 50%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-price-2-wrap {
  display: grid;
  gap: 25px;
  grid-template-columns: 2fr 1.06fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-price-2-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-price-2-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cx-price-2-card-single {
  background: #EFF0EF;
  border-radius: 20px;
  padding: 40px 40px;
  gap: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-price-2-card-single {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cx-price-2-card-single {
    padding: 40px 20px;
    flex-direction: column-reverse;
  }
}
.cx-price-2-card-single::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(102.81deg, rgba(0, 166, 80, 0.128) 1.35%, rgba(255, 200, 37, 0.32) 85.55%);
  border-radius: 20px;
  z-index: -1;
  transition: 0.5s var(--cx-cube-1);
  opacity: 0;
}
.cx-price-2-card-single .left-content {
  width: 100%;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  margin-bottom: -40px;
  overflow: hidden;
}
.cx-price-2-card-single .card-btn {
  justify-self: start;
  padding-left: 25px;
  padding-right: 36px;
  padding-top: 10px;
}
.cx-price-2-card-single .card-btn .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.cx-price-2-card-single .card-img {
  max-width: 166px;
  width: 100%;
  height: 260px;
  border-radius: 14px;
  mix-blend-mode: luminosity;
}
.cx-price-2-card-single .plan-name {
  font-size: 15px;
  font-weight: 500;
  background-color: var(--cx-clr-sd-1);
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: auto;
}
.cx-price-2-card-single .price-elm {
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 7px;
}
.cx-price-2-card-single .price-elm .time {
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  color: var(--cx-clr-p-1);
}
.cx-price-2-card-single .plan-disc {
  font-size: 16px;
  margin-bottom: 25px;
}
.cx-price-2-card-single .plan-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}
.cx-price-2-card-single .plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cx-price-2-card-single .left-content-inner {
  transform: translateY(64px);
  transition: 0.5s var(--cx-cube-1);
}
.cx-price-2-card-single:hover::after {
  opacity: 1;
}
.cx-price-2-card-single:hover .left-content-inner {
  transform: translateY(0px);
}
.cx-price-2-contact {
  background-color: #011109;
  padding: 40px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-price-2-contact {
    padding: 40px 20px;
  }
}
.cx-price-2-contact .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.cx-price-2-contact .disc {
  color: #fff;
  opacity: 80%;
  margin-bottom: 33px;
}
.cx-price-2-contact .btn-elm {
  margin-bottom: 108px;
}
.cx-price-2-contact .img-elm {
  height: 220px;
  border-radius: 16px;
  mix-blend-mode: luminosity;
}
.cx-price-2-contact .cx-pr-btn-1 {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 72%;
}
.cx-price-2-contact .cx-pr-btn-1:hover {
  opacity: 1;
  border-color: transparent;
}

/*
    price-2-end
*/
/*
    price-3-start
*/
.cx-price-3-area {
  background-color: #F3FDF4;
}
.cx-price-3-toggle-btn {
  display: inline-flex;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.cx-price-3-toggle-btn .nav-link {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 13px;
  background-color: transparent;
  border-radius: 12px;
}
.cx-price-3-toggle-btn .nav-link:is(.active) {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}
.cx-price-3-card-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-price-3-card-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-price-3-card {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-price-3-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cx-price-3-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 20px;
    padding-bottom: 80px;
  }
}
.cx-price-3-card .bg-clr {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-price-3-card .bg-clr {
    display: none;
  }
}
.cx-price-3-card .subtitle {
  font-size: 24px;
  margin-bottom: 24px;
}
.cx-price-3-card .price {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.cx-price-3-card .price .month {
  font-weight: 400;
  font-size: 16px;
  opacity: 80%;
}
.cx-price-3-card .btn-elm {
  position: absolute;
  bottom: 3px;
  left: 70px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-price-3-card .btn-elm {
    left: 30px;
  }
}
.cx-price-3-card .btn-elm .cx-pr-btn-3 {
  border-radius: 16px;
  background-color: #000;
}
.cx-price-3-card .btn-elm .cx-pr-btn-3:hover {
  background-color: var(--cx-clr-pr-1);
  color: #fff;
}
.cx-price-3-card .price-features {
  background-color: #F3FDF4;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px;
}
.cx-price-3-card .price-features li {
  position: relative;
  z-index: 1;
  padding-left: 14px;
  font-size: 16px;
}
.cx-price-3-card .price-features li::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 70%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-price-3-card:is(.has-black) {
    background-color: #111F18;
  }
}
.cx-price-3-card:is(.has-black) .bg-clr path {
  fill: #111F18;
}
.cx-price-3-card:is(.has-black) .price, .cx-price-3-card:is(.has-black) .subtitle {
  color: #fff;
}
.cx-price-3-card:is(.has-black) .price-features {
  background-color: rgba(255, 255, 255, 0.1);
}
.cx-price-3-card:is(.has-black) .price-features li {
  color: #fff;
}
.cx-price-3-card:is(.has-black) .price-features li::after {
  background-color: #fff;
  opacity: 1;
}
.cx-price-3-card:is(.has-black) .btn-elm .cx-pr-btn-3 {
  background-color: var(--cx-clr-pr-1);
}
.cx-price-3-card:is(.has-black) .btn-elm .cx-pr-btn-3:hover {
  background-color: var(--cx-clr-sd-1);
  color: #000;
}

/*
    price-3-end
*/
/*
    solutions-2-start
*/
.cx-solutions-2-area {
  background-color: var(--cx-clr-pr-1);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-solutions-2-area {
    padding-bottom: 100px;
  }
}
.cx-solutions-2-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.cx-solutions-2-wrap {
  position: relative;
  z-index: 1;
}
.cx-solutions-2-sec-title {
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1%;
  margin-bottom: -130px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-solutions-2-sec-title {
    font-size: 55px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-solutions-2-sec-title {
    font-size: 50px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-solutions-2-sec-title {
    font-size: 42px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-solutions-2-sec-title {
    font-size: 38px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cx-solutions-2-sec-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-solutions-2-sec-title {
    font-size: 34px;
    margin-bottom: 0px;
  }
}
.cx-solutions-2-man-img {
  text-align: center;
}
.cx-solutions-2-icon-x-shape {
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-solutions-2-icon-x-shape {
    display: none;
  }
}
.cx-solutions-2-icon-x-shape .shape-elm {
  margin-left: -63px;
  margin-bottom: -30px;
}
.cx-solutions-2-icon-x-shape .icon-elm {
  width: 60px;
  height: 60px;
  background-color: var(--cx-clr-pr-1);
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cx-solutions-2-icon-x-shape .icon-elm-border {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: s2icon 5s linear infinite;
}
.cx-solutions-2-icon-x-shape .icon-elm-border:nth-child(2) {
  animation-delay: 1.5s;
}
.cx-solutions-2-icon-x-shape .icon-elm-border:nth-child(3) {
  animation-delay: 3s;
}
.cx-solutions-2-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 30%;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-solutions-2-card {
    position: unset;
    height: auto;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.cx-solutions-2-card-single {
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  border: 1px solid rgba(1, 17, 9, 0.08);
  outline: 5px solid #fff;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  filter: drop-shadow(-12px 20px 20px rgba(0, 0, 0, 0.32));
  transition: 1s var(--cx-cube-1);
}
.cx-solutions-2-card-single .icon-elm {
  width: 52px;
  height: 52px;
  background-color: var(--cx-clr-pr-1);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  outline: 6px solid #fff;
  margin-bottom: 24px;
}
.cx-solutions-2-card-single .img-elm {
  display: block;
  margin-bottom: -26px;
  height: 100px;
  border-radius: 10px;
  mix-blend-mode: luminosity;
  transition: 0.3s;
}
.cx-solutions-2-card-single .content-wrap {
  padding: 22px 10px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.cx-solutions-2-card-single .title {
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-solutions-2-card-single .title:hover {
  color: var(--cx-clr-pr-1);
}
.cx-solutions-2-card-single .disc {
  font-size: 16px;
}
.cx-solutions-2-card-single:hover {
  z-index: 1;
}
.cx-solutions-2-card-single:hover .img-elm {
  mix-blend-mode: normal;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-solutions-2-card-single {
    opacity: 1;
    position: unset;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-solutions-2-card:is(.active) .cx-solutions-2-card-single:nth-child(1) {
    opacity: 1;
    transform: translate(-530px, -154px) rotate(-45deg);
  }
  .cx-solutions-2-card:is(.active) .cx-solutions-2-card-single:nth-child(2) {
    opacity: 1;
    transform: translate(-440px, -304px) rotate(-14deg);
  }
  .cx-solutions-2-card:is(.active) .cx-solutions-2-card-single:nth-child(3) {
    opacity: 1;
    transform: translate(500px, -154px) rotate(30deg);
  }
  .cx-solutions-2-card:is(.active) .cx-solutions-2-card-single:nth-child(4) {
    opacity: 1;
    transform: translate(420px, -374px) rotate(14deg);
  }
}

@keyframes s2icon {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
/*
    solutions-2-end
*/
/*
    solutions-3-start
*/
.cx-solutions-3-area {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.cx-solutions-3-wrap {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-solutions-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cx-solutions-3-wrap {
    grid-template-columns: 1fr;
  }
}
.cx-solutions-3-card {
  text-align: center;
  border: 1px solid #EFF0EF;
  border-radius: 12px;
  padding: 40px 40px;
  transition: 0.5s var(--cx-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-solutions-3-card {
    padding: 40px 20px;
  }
}
.cx-solutions-3-card .icon-elm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F3FDF4;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  margin-bottom: 40px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-solutions-3-card .title {
  font-size: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-solutions-3-card .title {
    font-size: 22px;
  }
}
.cx-solutions-3-card .title a {
  transition: 0.5s var(--cx-cube-1);
  border-bottom: 1px solid transparent;
}
.cx-solutions-3-card .disc {
  margin-bottom: 40px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-solutions-3-card .btn-elm {
  width: 50px;
  height: 50px;
  border: 1px solid var(--cx-clr-pr-1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--cx-clr-pr-1);
  transition: 0.5s var(--cx-cube-1);
}
.cx-solutions-3-card:is(.active) {
  background-color: var(--cx-clr-pr-1);
  border-color: transparent;
}
.cx-solutions-3-card:is(.active) .icon-elm {
  background-color: #fff;
}
.cx-solutions-3-card:is(.active) .title {
  color: #fff;
}
.cx-solutions-3-card:is(.active) .title a:hover {
  border-bottom: 1px solid #fff;
}
.cx-solutions-3-card:is(.active) .disc {
  color: #fff;
}
.cx-solutions-3-card:is(.active) .btn-elm {
  background-color: #fff;
  color: var(--cx-clr-pr-1);
}
.cx-solutions-3-card:is(.active) .btn-elm:hover {
  transform: rotate(45deg);
}

/*
    solutions-3-end
*/
/*
    footer-1-start
*/
.cx-footer-1-area {
  background-color: #011109;
}
.cx-footer-1-top {
  text-align: center;
}
.cx-footer-1-top .title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-footer-1-top .title {
    font-size: 40px;
  }
}
.cx-footer-1-top .link-elm {
  color: var(--cx-clr-pr-1);
  font-size: 64px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-footer-1-top .link-elm {
    font-size: 30px;
  }
}
.cx-footer-1-top .link-elm::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--cx-clr-pr-1);
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-1-top .link-elm:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-1-top .link-elm:hover::after {
  width: 0%;
  background-color: var(--cx-clr-sd-1);
}
.cx-footer-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.cx-footer-1-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.cx-footer-1-menu ul a {
  color: #fff;
  font-family: var(--cx-font-2);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  opacity: 80%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-1-menu ul a:hover {
  color: var(--cx-clr-sd-1);
  opacity: 1;
}
.cx-footer-1-contact {
  text-align: center;
  max-width: 230px;
}
.cx-footer-1-contact .title {
  color: var(--cx-clr-sd-1);
  font-size: 24px;
  margin-bottom: 18px;
}
.cx-footer-1-contact .link-elm {
  color: #fff;
  opacity: 80%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-1-contact .link-elm:not(:last-child) {
  margin-bottom: 6px;
}
.cx-footer-1-contact .link-elm a {
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-1-contact .link-elm:hover {
  opacity: 1;
}
.cx-footer-1-contact .link-elm:hover a {
  color: var(--cx-clr-sd-1);
}
.cx-footer-1-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding: 23px 0;
}
.cx-footer-1-bottom-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
}
.cx-footer-1-bottom-text a {
  color: #fff;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-1-bottom-text a:hover {
  color: var(--cx-clr-sd-1);
  opacity: 1;
}
.cx-footer-1-big-title {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.cx-footer-1-big-title-text {
  text-align: center;
  font-size: 410px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: 0.5s var(--cx-cube-1);
  line-height: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .cx-footer-1-big-title-text {
    font-size: 340px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-footer-1-big-title-text {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-footer-1-big-title-text {
    font-size: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-footer-1-big-title-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-footer-1-big-title-text {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .cx-footer-1-big-title-text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-footer-1-big-title-text {
    font-size: 120px;
  }
}

/*
    footer-1-end
*/
/*
    footer-2-start
*/
.cx-footer-2-area {
  background-color: #000A05;
}
.cx-footer-2-bg-img {
  position: absolute;
  inset: 0;
  mix-blend-mode: luminosity;
  z-index: -1;
}
.cx-footer-2-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px 65px;
  flex-wrap: wrap;
  align-items: start;
}
.cx-footer-2-widget:nth-child(1) {
  margin-right: auto;
}
.cx-footer-2-widget-title {
  font-size: 14px;
  color: var(--cx-clr-sd-1);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 8%;
  margin-bottom: 18px;
}
.cx-footer-2-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.cx-footer-2-widget ul li a {
  font-family: var(--cx-font-1);
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-2-widget ul li a:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-2-contact-number {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}
.cx-footer-2-contact-number .icon-elm {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(102.81deg, #00A650 1.35%, #FFC825 85.55%);
  border-radius: 50%;
}
.cx-footer-2-contact-number .title {
  font-size: 14px;
  color: #fff;
}
.cx-footer-2-contact-number .title a {
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-2-contact-number .title a:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-2-contact-join {
  font-size: 14px;
  color: #fff;
  transition: 0.5s var(--cx-cube-1);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cx-footer-2-contact-join i {
  transition: 0.5s var(--cx-cube-1);
  transform: rotate(-45deg);
}
.cx-footer-2-contact-join:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-2-contact-join:hover i {
  transform: rotate(0deg);
}
.cx-footer-2-social {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cx-footer-2-social .link-elm {
  font-size: 20px;
  color: #fff;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-2-social .link-elm:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-2-marquee {
  background-color: #00A650;
  overflow: hidden;
  padding: 18px 0px;
}
.cx-footer-2-marquee-wrap {
  display: flex;
  gap: 15px;
}
.cx-footer-2-marquee-wrap .text-elm {
  font-size: 96px;
  font-weight: 800;
  letter-spacing: 2%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-footer-2-marquee-wrap .text-elm {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-footer-2-marquee-wrap .text-elm {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-footer-2-marquee-wrap .text-elm {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cx-footer-2-marquee-wrap .text-elm {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-footer-2-marquee-wrap .text-elm {
    font-size: 50px;
  }
}
.cx-footer-2-marquee-wrap .text-elm span {
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
}
.cx-footer-2-copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  padding: 24px 0;
}
.cx-footer-2-copyright a {
  color: #fff;
  transition: var(--cx-cube-1);
}
.cx-footer-2-copyright a:hover {
  color: var(--cx-clr-sd-1);
}

/*
    footer-2-end
*/
/*
    footer-3-start
*/
.cx-footer-3-area {
  background-color: #000;
  margin: 32px;
  margin-top: 0;
  border-radius: 32px;
  padding-top: 300px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-footer-3-area {
    margin: 10px;
    margin-top: 0;
  }
}
.cx-footer-3-wrap {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cx-footer-3-widget-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 32px;
}
.cx-footer-3-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cx-footer-3-widget ul li a {
  font-family: var(--cx-font-3);
  color: #EFF0EF;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400;
}
.cx-footer-3-widget ul li a:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-3-content {
  max-width: 286px;
}
.cx-footer-3-content .footer-logo {
  margin-bottom: 20px;
}
.cx-footer-3-content .footer-disc {
  color: #EFF0EF;
  margin-bottom: 40px;
}
.cx-footer-3-social {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cx-footer-3-social .link-elm {
  width: 48px;
  height: 48px;
  border: 1px solid #4C504E;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-3-social .link-elm:hover {
  background-color: var(--cx-clr-pr-1);
  border-color: transparent;
}
.cx-footer-3-contact {
  max-width: 270px;
}
.cx-footer-3-contact .link-elm {
  color: #EFF0EF;
}
.cx-footer-3-contact .link-elm a {
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-3-contact .link-elm a:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-3-contact .subtitle {
  color: #fff;
  margin-top: 32px;
  font-size: 24px;
  margin-bottom: 24px;
}
.cx-footer-3-contact .btn-elm {
  color: #fff;
  font-weight: 400;
  margin-bottom: 11px;
  opacity: 70%;
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-3-contact .btn-elm:hover {
  color: var(--cx-clr-sd-1);
  opacity: 1;
}
.cx-footer-3-copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  padding: 17px 53px;
}
.cx-footer-3-copyright-text {
  color: #000;
}
.cx-footer-3-copyright-text a {
  color: var(--cx-clr-pr-1);
  transition: 0.5s var(--cx-cube-1);
}
.cx-footer-3-copyright-text a:hover {
  color: var(--cx-clr-sd-1);
}
.cx-footer-3-copyright .bg-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cx-footer-3-big-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: -2;
}
.cx-footer-3-big-title-text {
  background: linear-gradient(180deg, rgba(0, 166, 80, 0.21) -4.02%, rgba(0, 166, 80, 0) 102.15%);
  background-clip: text;
  font-size: 400px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.8;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .cx-footer-3-big-title-text {
    font-size: 340px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-footer-3-big-title-text {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-footer-3-big-title-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-footer-3-big-title-text {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-footer-3-big-title-text {
    font-size: 220px;
  }
}
@media (max-width: 767px) {
  .cx-footer-3-big-title-text {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-footer-3-big-title-text {
    font-size: 150px;
  }
}
.cx-footer-3-vector-1 {
  width: 17%;
  position: absolute;
  bottom: 100%;
  left: 2%;
  z-index: -1;
}

/*
    footer-3-end
*/
/*
    breadcrumb-start
*/
.cx-breadcrumb-area {
  background-color: #002111;
  padding-top: 240px;
}
@media (max-width: 767px) {
  .cx-breadcrumb-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-breadcrumb-area {
    padding-top: 150px;
  }
}
.cx-breadcrumb-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #002111 20%, transparent 70%);
}
.cx-breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 180px;
}
@media (max-width: 767px) {
  .cx-breadcrumb-wrap {
    gap: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-breadcrumb-wrap {
    gap: 130px;
  }
}
.cx-breadcrumb-title {
  font-family: var(--cx-font-2);
  font-size: 64px;
  line-height: 1.058;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cx-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cx-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cx-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cx-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cx-breadcrumb-title {
    font-size: 40px;
  }
}
.cx-breadcrumb-list {
  display: flex;
  align-items: center;
  align-self: start;
  background: #fff;
  backdrop-filter: blur(6px);
  border-radius: 12px 12px 0 0;
  padding: 19px 28px;
  position: relative;
  z-index: 1;
}
.cx-breadcrumb-list a, .cx-breadcrumb-list span {
  font-size: 18px;
  font-family: var(--cx-font-2);
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.cx-breadcrumb-list a {
  padding-right: 26px;
  position: relative;
  transition: 300ms;
  margin-right: 9px;
}
.cx-breadcrumb-list a:hover {
  color: var(--cx-clr-pr-1);
}
.cx-breadcrumb-list a::after {
  content: "";
  position: absolute;
  background-image: url(../img/shape/icon.svg);
  width: 17px;
  height: 19px;
  right: 0px;
  top: 8px;
  transform: translateY(-50%);
  font-size: 20px;
}
.cx-breadcrumb-list span {
  opacity: 60%;
}

/*
    breadcrumb-end
*/
/*
    error-start
*/
.cx-error-page-wrap {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cx-error-page-wrap {
    grid-template-columns: 1fr 1.7fr;
  }
}
@media (max-width: 767px) {
  .cx-error-page-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.cx-error-page-content .subtitle {
  font-family: var(--cx-font-2);
  color: #101010;
  font-weight: 400;
  font-size: 80px;
  margin-bottom: 10px;
  opacity: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-error-page-content .subtitle {
    font-size: 40px;
  }
}
.cx-error-page-content .title {
  font-family: var(--cx-font-2);
  color: var(--cx-clr-pr-1);
  font-size: 92px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cx-error-page-content .title {
    font-size: 60px;
  }
}
.cx-error-page-content .disc {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--cx-font-1);
  margin-bottom: 32px;
  color: #4C504E;
}
.cx-error-page-content .st-pr-btn-3 {
  background-color: var(--st-clr-h-2);
}
.cx-error-page-content .st-pr-btn-3::after {
  background: var(--cx-clr-pr-1);
}
.cx-error-page-content .st-pr-btn-3:hover {
  color: #fff;
}
.cx-error-page-content .st-pr-btn-3:hover .icon-elm svg path {
  fill: #fff;
}

/*
    error-end
*/
/*
    pages
*/
/*
    home-css-start
*/
.xr-home-1 {
  background-color: #ECECEC;
}

.xr-home-2 {
  background-color: #000;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .xr-home-2::-webkit-scrollbar-thumb {
    background: var(--xr-clr-pr-2);
  }
}
.xr-home-2 .wa-cursor::before {
  background: var(--xr-clr-pr-2);
}

/*
    home-css-end
*/

/*# sourceMappingURL=main.css.map */
