/*
--- Root Varible Start ---
*/
:root {
  scroll-behavior: inherit;
  --urbanist: "Urbanist", sans-serif;
  --inter: "Inter", sans-serif;
  --archivo: "Archivo", sans-serif;
  --open-sans: "Open Sans", sans-serif;
  --roboto: "Roboto", sans-serif;
  --unbounded: "Unbounded", sans-serif;
  --anton: "Anton", sans-serif;
  --ct-pr-1: #0f5dfb;
  --ct-pr-2: #B9D32A;
  --ct-pr-3: #5869FC;
  --ct-sd-3: #B3FC6A;
  --ct-sd-3_1: #C2F15E;
  --ct-ac-3: #2029BD;
  --ct-ac-3_1: #FF733D;
  --ct-ac-3_2: #0A66C2;
  --ct-fb-color: #395498;
  --ct-ins-color: #CC2B84;
  --ct-twit-color: #0F97DD;
  --ct-linke-color: #0A66C2;
  --ct-pr-4: #ff50b8;
  --ct-sd-4: #5956f0;
  --ct-inner-color-1: #041B3E;
  --ct-inner-color-2: #0F5DFB;
  --ct-inner-subtitle-color: #0f5efbb8;
  --ct-inner-subtitle-color-2: #548AF9;
  --ct-inner-back-color: #EEDA01;
  --ct-rating-star-color: #FCA804;
  --ct-play-color-1: var(--ct-rating-star-color);
  --ct-oops-title: #3533FF;
  --ct-gd-1: linear-gradient( 175deg, rgb(15,93,251) 0%, rgb(1,12,122) 100%);
  --ct-gd-2: linear-gradient( 90deg, #5956f0 0%, #ff50b8 100%);
  --ct-gd-3: linear-gradient(180deg, #0F5DFB 0%, #010C7A 100%);
  --ct-heading-1: rgb(26, 26, 26);
  --ct-para-1: #4F4E4E;
  --ct-para-2: #555454;
  --ct-title-c-4: #202020;
  --cube-1: cubic-bezier(.25,.46,.45,.50);
  --cube-2: cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

/*
--- Root Varible End ---
*/
/*
--- Global CSS Start ---
*/
body {
  font-family: var(--urbanist);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--ct-para-1);
  overflow-x: hidden;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  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;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

::-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::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

/* scroll bar */
::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ececec;
  box-shadow: none;
  border: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--ct-gd-1);
  border-radius: 0px;
}

/*
--- Margin Padding Varible 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;
}

.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 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;
}

.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*
--- Margin Padding Varible End ---
*/
.fix {
  overflow: hidden;
}

.img-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ct-split-text {
  text-transform: unset !important;
  letter-spacing: -1.2px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.ct-split-text .split-line div div:nth-child(1) {
  text-transform: capitalize;
}
.ct-split-text:is(.ct-split-home-4) {
  letter-spacing: -1.8px;
}
.ct-split-text:is(.ct-section-title-4) {
  letter-spacing: -0.9px;
}

.ct-split-text-bg {
  letter-spacing: -1.2px;
  perspective: 2000px;
  transform-style: preserve-3d;
}

@media (min-width: 1300px) {
  .container.ct-container-1 {
    max-width: 1534px;
  }
  .container.ct-container-2 {
    max-width: 1274px;
  }
  .container.ct-container-3 {
    max-width: 1634px;
  }
  .container.ct-container-4 {
    max-width: 1764px;
  }
  .container.ct-container-5 {
    max-width: 1336px;
  }
  .container.ct-container-6 {
    max-width: 1840px;
  }
}
.ct-has-home-4 {
  background: #F6F6F6;
}

/*
--- Global CSS End ---
*/
/*
--- Heaidng Start ---
*/
.ct-heading-1 {
  font-family: var(--urbanist);
  line-height: 1.2;
  font-weight: 700;
  color: var(--ct-heading-1);
  text-transform: capitalize;
  margin-bottom: 0px;
}
.ct-heading-1:is(.has-color-white) {
  color: #fff;
}

.ct-heading-2 {
  font-family: var(--archivo);
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  margin-bottom: 0px;
}
.ct-heading-2:is(.has-color-white) {
  color: #fff;
}

/*
--- Heaidng End ---
*/
/*
--- Sub_Title Start ---
*/
.ct-subtitle-1 .icon {
  margin-bottom: 15px;
  display: inline-block;
  animation: roateding 3s linear infinite backwards;
}
.ct-subtitle-1 .subtitle-text-1 {
  font-size: 15px;
  font-family: var(--urbanist);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  background: var(--ct-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}

.subtitle-text-2 {
  font-size: 15px;
  font-family: var(--urbanist);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  background: var(--ct-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
.subtitle-text-2 .icon {
  width: 17px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(-1px);
  animation: roateding 3s linear infinite backwards;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .subtitle-text-2:is(.has-mb-white) {
    background: linear-gradient(175deg, rgb(255, 255, 255) 0%, rgb(216, 216, 216) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.subtitle-text-2-white {
  font-size: 15px;
  font-family: var(--urbanist);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
}
.subtitle-text-2-white .icon {
  width: 17px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(-2.5px);
  animation: roateding 3s linear infinite backwards;
}

.ct-subtitle-3 {
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--ct-ac-3);
  text-transform: capitalize;
  padding: 8px 22px;
  background: #DEE2EB;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.ct-subtitle-3:is(.active)::after {
  transform: translateY(0px);
}
.ct-subtitle-3:is(.active)::before {
  transform: translateY(0px);
}
.ct-subtitle-3::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0px;
  top: 0px;
  background: #F6F6F6;
  transform: translateY(27px);
  transition: all 0.8s ease;
}
.ct-subtitle-3::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background: #F6F6F6;
  transform: translateY(-27px);
  transition: all 0.8s ease;
}

.ct-subtitle-text-4 {
  font-size: 14px;
  font-family: var(--urbanist);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  background: var(--ct-gd-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
.ct-subtitle-text-4 .icon {
  width: 14px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(-1px);
  animation: roateding 3s linear infinite backwards;
}

.ct-subtitle-5 .icon {
  margin-bottom: 8px;
  display: inline-block;
  animation: roateding 3s linear infinite backwards;
}
.ct-subtitle-5 .subtitle-text-1 {
  font-size: 14px;
  font-family: var(--urbanist);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  background: var(--ct-gd-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}

.ct-subtitle-6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--ct-inner-subtitle-color);
  margin-bottom: 5px;
}
.ct-subtitle-6 .icon {
  max-width: 16px;
  margin-right: 2px;
  display: inline-block;
  animation: roateding 3s linear infinite backwards;
}
.ct-subtitle-6.icon-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
.ct-subtitle-6.icon-top .icon {
  margin-right: 0;
}

/*
--- Sub_Title End ---
*/
/*
--- Paragraph Start ---
*/
.ct-para-1 {
  font-size: 18px;
  font-family: var(--urbanist);
  font-weight: 500;
  color: var(--ct-heading-1);
  line-height: 30px;
  margin-bottom: 0;
}

.ct-para-2 {
  font-family: var(--open-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--ct-para-2);
  margin-bottom: 0;
}
.ct-para-2.has-color-white {
  color: #FFFFFF;
}
.ct-para-2.with-pr-font {
  font-family: var(--urbanist);
}

.ct-para-2-small {
  font-family: var(--open-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--ct-para-2);
  margin-bottom: 0;
}
.ct-para-2-small.has-color-white {
  color: #FFFFFF;
}

/*
--- Paragraph End ---
*/
.ct-section-title-1 {
  font-family: var(--urbanist);
  font-size: 60px;
  font-weight: 900;
  line-height: 75px;
  color: rgb(28, 28, 28);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-section-title-1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-section-title-1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-section-title-1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .ct-section-title-1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-section-title-1 {
    font-size: 35px;
    line-height: 42px;
  }
}
.ct-section-title-1:is(.has-color-white) {
  color: #fff;
}
.ct-section-title-1:is(.has-font-65) {
  font-size: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-section-title-1:is(.has-font-65) {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-section-title-1:is(.has-font-65) {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-section-title-1:is(.has-font-65) {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .ct-section-title-1:is(.has-font-65) {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-section-title-1:is(.has-font-65) {
    font-size: 35px;
    line-height: 42px;
  }
}

.ct-section-title-2 {
  font-family: var(--urbanist);
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-section-title-2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-section-title-2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-section-title-2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .ct-section-title-2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-section-title-2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.ct-section-title-2:is(.has-color-white) {
  color: #fff;
}
.ct-section-title-2:is(.with-pr-font) {
  font-family: var(--urbanist);
}

.ct-section-title-3 {
  font-family: var(--urbanist);
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-section-title-3 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-section-title-3 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-section-title-3 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .ct-section-title-3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-section-title-3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ct-section-title-3:is(.has-color-white) {
  color: #fff;
}

.ct-section-title-4 {
  font-family: var(--archivo);
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.01em;
  color: var(--ct-title-c-4);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-section-title-4 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-section-title-4 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .ct-section-title-4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-section-title-4 {
    font-size: 35px;
    line-height: 42px;
  }
}
.ct-section-title-4:is(.has-color-white) {
  color: #fff;
}
.ct-section-title-4 .secondary-color {
  color: var(--ct-sd-3);
}
.ct-section-title-4:is(.with-pr-font) {
  font-family: var(--urbanist);
}

.ct-section-title-5 {
  font-family: var(--urbanist);
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-section-title-5 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-section-title-5 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-section-title-5 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .ct-section-title-5 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-section-title-5 {
    font-size: 35px;
    line-height: 42px;
  }
}
.ct-section-title-5:is(.has-color-white) {
  color: #fff;
}

.ct-section-title-6 {
  font-family: var(--urbanist);
  font-weight: 900;
  font-size: 60px;
  line-height: 68px;
  color: #1C1C1C;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-section-title-6 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-section-title-6 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-section-title-6 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .ct-section-title-6 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-section-title-6 {
    font-size: 35px;
    line-height: 42px;
  }
}
.ct-section-title-6:is(.has-color-white) {
  color: #fff;
}

.ct-bg-text {
  font-size: 130px;
  font-family: var(--urbanist);
  color: rgba(0, 0, 0, 0);
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke-width: 3px;
  stroke-width: 3px;
  -webkit-text-stroke-color: #f4f4f4;
  stroke: #f4f4f4;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: -1;
  margin-bottom: 0;
  letter-spacing: -6px;
}
.ct-bg-text:is(.light-black-1) {
  -webkit-text-stroke-color: #2c333b;
  stroke: #2c333b;
}
.ct-bg-text:is(.active) .split-line div div {
  transform: translateY(0px);
}
.ct-bg-text .split-line {
  overflow: hidden;
}
.ct-bg-text .split-line div div {
  transform: translateY(100px);
  transition: all 0.8s ease;
}
.ct-bg-text .split-line div div:nth-child(2) {
  transition-delay: 0.1s;
}
.ct-bg-text .split-line div div:nth-child(3) {
  transition-delay: 0.2s;
}
.ct-bg-text .split-line div div:nth-child(4) {
  transition-delay: 0.3s;
}
.ct-bg-text .split-line div div:nth-child(5) {
  transition-delay: 0.4s;
}
.ct-bg-text .split-line div div:nth-child(6) {
  transition-delay: 0.5s;
}
.ct-bg-text .split-line div div:nth-child(7) {
  transition-delay: 0.6s;
}
.ct-bg-text .split-line div div:nth-child(8) {
  transition-delay: 0.7s;
}
.ct-bg-text .split-line div div:nth-child(9) {
  transition-delay: 0.8s;
}
.ct-bg-text .split-line div div:nth-child(10) {
  transition-delay: 0.9s;
}
.ct-bg-text .split-line div div:nth-child(11) {
  transition-delay: 1s;
}
.ct-bg-text .split-line div div:nth-child(12) {
  transition-delay: 1.1s;
}
.ct-bg-text .split-line div div:nth-child(13) {
  transition-delay: 1.2s;
}
.ct-bg-text .split-line div div:nth-child(14) {
  transition-delay: 1.3s;
}
.ct-bg-text .split-line div div:nth-child(15) {
  transition-delay: 1.4s;
}
@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) {
  .ct-bg-text {
    font-size: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-bg-text {
    font-size: 85px;
  }
}
@media (max-width: 575px) {
  .ct-bg-text {
    font-size: 65px;
  }
}

.ct-bg-text-2 {
  font-size: 120px;
  font-family: var(--urbanist);
  color: rgba(0, 0, 0, 0);
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke-width: 3px;
  stroke-width: 3px;
  -webkit-text-stroke-color: rgb(29, 69, 150);
  stroke: rgb(29, 69, 150);
  position: absolute;
  top: -22px;
  left: 0;
  margin-bottom: 0;
  letter-spacing: -6px;
}
.ct-bg-text-2:is(.active) .split-line div div {
  transform: translateY(0px);
}
.ct-bg-text-2 .split-line {
  overflow: hidden;
}
.ct-bg-text-2 .split-line div div {
  transform: translateY(100px);
  transition: all 0.8s ease;
}
.ct-bg-text-2 .split-line div div:nth-child(2) {
  transition-delay: 0.1s;
}
.ct-bg-text-2 .split-line div div:nth-child(3) {
  transition-delay: 0.2s;
}
.ct-bg-text-2 .split-line div div:nth-child(4) {
  transition-delay: 0.3s;
}
.ct-bg-text-2 .split-line div div:nth-child(5) {
  transition-delay: 0.4s;
}
.ct-bg-text-2 .split-line div div:nth-child(6) {
  transition-delay: 0.5s;
}
.ct-bg-text-2 .split-line div div:nth-child(7) {
  transition-delay: 0.6s;
}
.ct-bg-text-2 .split-line div div:nth-child(8) {
  transition-delay: 0.7s;
}
.ct-bg-text-2 .split-line div div:nth-child(9) {
  transition-delay: 0.8s;
}
.ct-bg-text-2 .split-line div div:nth-child(10) {
  transition-delay: 0.9s;
}
.ct-bg-text-2 .split-line div div:nth-child(11) {
  transition-delay: 1s;
}
.ct-bg-text-2 .split-line div div:nth-child(12) {
  transition-delay: 1.1s;
}
.ct-bg-text-2 .split-line div div:nth-child(13) {
  transition-delay: 1.2s;
}
.ct-bg-text-2 .split-line div div:nth-child(14) {
  transition-delay: 1.3s;
}
.ct-bg-text-2 .split-line div div:nth-child(15) {
  transition-delay: 1.4s;
}
@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) {
  .ct-bg-text-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-bg-text-2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .ct-bg-text-2 {
    font-size: 60px;
  }
}

.ct-bg-text-3 {
  font-size: 130px;
  font-family: var(--urbanist);
  color: rgba(0, 0, 0, 0);
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke-width: 3px;
  stroke-width: 3px;
  -webkit-text-stroke-color: #2c333b;
  stroke: #2c333b;
  position: absolute;
  top: -22px;
  left: 0;
  margin-bottom: 0;
  letter-spacing: -6px;
}
.ct-bg-text-3:is(.active) .split-line div div {
  transform: translateY(0px);
}
.ct-bg-text-3 .split-line {
  overflow: hidden;
}
.ct-bg-text-3 .split-line div div {
  transform: translateY(100px);
  transition: all 0.8s ease;
}
.ct-bg-text-3 .split-line div div:nth-child(2) {
  transition-delay: 0.1s;
}
.ct-bg-text-3 .split-line div div:nth-child(3) {
  transition-delay: 0.2s;
}
.ct-bg-text-3 .split-line div div:nth-child(4) {
  transition-delay: 0.3s;
}
.ct-bg-text-3 .split-line div div:nth-child(5) {
  transition-delay: 0.4s;
}
.ct-bg-text-3 .split-line div div:nth-child(6) {
  transition-delay: 0.5s;
}
.ct-bg-text-3 .split-line div div:nth-child(7) {
  transition-delay: 0.6s;
}
.ct-bg-text-3 .split-line div div:nth-child(8) {
  transition-delay: 0.7s;
}
.ct-bg-text-3 .split-line div div:nth-child(9) {
  transition-delay: 0.8s;
}
.ct-bg-text-3 .split-line div div:nth-child(10) {
  transition-delay: 0.9s;
}
.ct-bg-text-3 .split-line div div:nth-child(11) {
  transition-delay: 1s;
}
.ct-bg-text-3 .split-line div div:nth-child(12) {
  transition-delay: 1.1s;
}
.ct-bg-text-3 .split-line div div:nth-child(13) {
  transition-delay: 1.2s;
}
.ct-bg-text-3 .split-line div div:nth-child(14) {
  transition-delay: 1.3s;
}
.ct-bg-text-3 .split-line div div:nth-child(15) {
  transition-delay: 1.4s;
}
@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) {
  .ct-bg-text-3 {
    font-size: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-bg-text-3 {
    font-size: 85px;
  }
}
@media (max-width: 575px) {
  .ct-bg-text-3 {
    font-size: 65px;
  }
}

.ct-breadcrumb-1-title {
  font-family: var(--urbanist);
  font-size: 66px;
  font-weight: 800;
  line-height: 72px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-breadcrumb-1-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-breadcrumb-1-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-breadcrumb-1-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-breadcrumb-1-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .ct-breadcrumb-1-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.ct-breadcrumb-1-title:is(.has-color-black) {
  color: #1C1C1C;
}

.ct-breadcrumb-2-title {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 80px;
  line-height: 88px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-breadcrumb-2-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-breadcrumb-2-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-breadcrumb-2-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-breadcrumb-2-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .ct-breadcrumb-2-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.ct-breadcrumb-2-title:is(.active) .split-line > div, .ct-breadcrumb-2-title:is(.active) .split-line span {
  display: inline;
  transform: translateY(0px);
}
.ct-breadcrumb-2-title .split-line {
  overflow: hidden;
}
.ct-breadcrumb-2-title .split-line > div, .ct-breadcrumb-2-title .split-line span {
  display: inline;
  transform: translateY(80px);
  transition: all 800ms ease;
  transition-delay: 0.3s;
}

/*
--- Button Start ---
*/
.ct-btn-1 {
  border-radius: 50px;
  padding: 15px 31px 15px 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.4s ease;
  position: relative;
}
.ct-btn-1:is(.ct-btn-3) .btn-text {
  font-size: 17px;
  font-weight: 700;
}
.ct-btn-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  transition: all 0.4s ease;
}
.ct-btn-1 .btn-text {
  font-size: 18px;
  font-family: var(--inter);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 2;
}
.ct-btn-1 .btn-text.tw-600 {
  font-weight: 600;
}
.ct-btn-1 .btn-icon-1, .ct-btn-1 .btn-icon-2 {
  color: #fff;
  font-size: 16px;
  transform: translateY(1.5px);
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-btn-1 .btn-icon-1 {
  opacity: 0;
}
.ct-btn-1:hover {
  padding: 15px 3px 15px 31px;
  border-color: var(--ct-pr-1);
}
.ct-btn-1:hover::after {
  opacity: 0;
}
.ct-btn-1:hover .btn-icon-1 {
  color: var(--ct-pr-1);
  opacity: 1;
}
.ct-btn-1:hover .btn-icon-2 {
  color: var(--ct-pr-1);
  opacity: 0;
}
.ct-btn-1:hover .btn-text {
  color: var(--ct-pr-1);
}

.ct-btn-1-outline {
  border-radius: 50px;
  padding: 7px 21.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--ct-inner-color-2);
  transition: all 0.4s ease;
}
.ct-btn-1-outline .btn-text {
  font-size: 16px;
  font-family: var(--urbanist);
  color: var(--ct-inner-color-2);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 2;
}
.ct-btn-1-outline .btn-icon {
  color: var(--ct-inner-color-2);
  font-size: 16px;
  transform: translateY(1.5px);
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-btn-1-outline:hover {
  background: var(--ct-inner-color-2);
}
.ct-btn-1-outline:hover .btn-icon {
  color: #fff;
}
.ct-btn-1-outline:hover .btn-text {
  color: #fff;
}

.ct-btn-4 {
  background: #000;
  display: inline-flex;
  padding: 13px 28px;
  border-radius: 8px;
  box-shadow: inset 0px 0px 6px #5869FC;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.ct-btn-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--ct-pr-3);
  transition: all 0.6s ease;
}
.ct-btn-4::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: var(--ct-pr-3);
  transition: all 0.6s ease;
}
.ct-btn-4 .btn-text {
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.ct-btn-4 .btn-icon {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  position: relative;
  z-index: 2;
}
.ct-btn-4:hover {
  box-shadow: inset 0px 0px 6px #000000;
}
.ct-btn-4:hover::after {
  width: 0%;
}
.ct-btn-4:hover::before {
  width: 0%;
}

.ct-btn-4-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  gap: 8px;
  border: 2px solid #202020;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.ct-btn-4-outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 50%;
  background: var(--ct-pr-3);
  transition: all 0.6s ease;
}
.ct-btn-4-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 50%;
  background: var(--ct-pr-3);
  transition: all 0.6s ease;
}
.ct-btn-4-outline .btn-text {
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #202020;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
}
.ct-btn-4-outline .btn-icon {
  font-size: 20px;
  color: #202020;
  transform: rotate(-45deg);
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
}
.ct-btn-4-outline:hover {
  border-color: var(--ct-pr-3);
}
.ct-btn-4-outline:hover::after {
  width: 100%;
}
.ct-btn-4-outline:hover::before {
  width: 100%;
}
.ct-btn-4-outline:hover .btn-text {
  color: #fff;
}
.ct-btn-4-outline:hover .btn-icon {
  color: #fff;
}

.ct-btn-5 {
  border-radius: 50px;
  padding: 14px 31px 14px 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.4s ease;
  position: relative;
}
.ct-btn-5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-2);
  transition: all 0.4s ease;
}
.ct-btn-5 .btn-text {
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 2;
}
.ct-btn-5 .btn-icon-1, .ct-btn-5 .btn-icon-2 {
  color: #fff;
  font-size: 16px;
  transform: translateY(1.5px);
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-btn-5 .btn-icon-1 {
  opacity: 0;
}
.ct-btn-5:is(.btn-submit-5) {
  justify-content: center;
  outline: none;
  border-color: #1A1A1B;
}
.ct-btn-5:is(.btn-submit-5) .btn-text {
  line-height: 2;
}
@media (max-width: 575px) {
  .ct-btn-5:is(.btn-submit-5) .btn-text {
    line-height: 1.2;
  }
}
.ct-btn-5:hover {
  padding: 14px 3px 14px 31px;
  border-color: var(--ct-pr-4);
}
.ct-btn-5:hover::after {
  opacity: 0;
}
.ct-btn-5:hover .btn-icon-1 {
  color: var(--ct-pr-4);
  opacity: 1;
}
.ct-btn-5:hover .btn-icon-2 {
  color: var(--ct-pr-4);
  opacity: 0;
}
.ct-btn-5:hover .btn-text {
  color: var(--ct-pr-4);
}

.ct-blog-card-btn-1 {
  padding: 10px 32px 10px 16px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 100px;
}
.ct-blog-card-btn-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: linear-gradient(180deg, rgba(15, 93, 251, 0.08) 0%, rgba(1, 12, 122, 0.08) 100%);
  border-radius: 50%;
  transition: opacity 0.4s;
}
.ct-blog-card-btn-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: var(--ct-gd-3);
  border-radius: 100px;
  opacity: 0;
  transition: opacity 0.4s, width 0.8s;
}
.ct-blog-card-btn-1 .btn-text {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1C1C1C;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-blog-card-btn-1:hover {
  padding: 10px 24px;
}
.ct-blog-card-btn-1:hover::after {
  opacity: 0;
}
.ct-blog-card-btn-1:hover::before {
  opacity: 1;
  width: 100%;
}
.ct-blog-card-btn-1:hover .btn-text {
  color: #fff;
}

/*
--- Button End ---
*/
/* ======= Text Animation style ======= */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .parallax-img {
    background-position-y: unset !important;
  }
}

@keyframes zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fti-up-down-keyfrem {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes btnDownUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes roateding {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ct-plybtn-1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
  }
}
/*
--- Proloader Start ---
*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#preloader .preloader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#preloader .preloader-wrap .loader {
  max-width: 400px;
}
#preloader:is(.preloaded) {
  transform: translateY(-100%);
  border-radius: 0 0 1000px 1000px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #preloader:is(.preloaded) {
    border-radius: 0 0 300px 300px;
  }
}

/*
--- Proloader End ---
*/
/*
--- Header_1 Start ---
*/
.ct-header-1-area {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: transparent;
}
.ct-header-1-area .header-1-wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.ct-header-1-area .header-1-wrap .header-1-cont-wrap {
  max-width: 1140px;
  margin-left: auto;
}
@media screen and (min-width: 1880px) {
  .ct-header-1-area .header-1-wrap .header-1-cont-wrap {
    max-width: 1540px;
  }
}
@media (min-width: 1800px) {
  .ct-header-1-area .header-1-wrap .header-1-cont-wrap {
    max-width: 1440px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-header-1-area .header-1-wrap .header-1-cont-wrap {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-header-1-area .header-1-wrap .header-1-cont-wrap {
    margin: 0 auto;
  }
}
.ct-header-1-area .topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  flex-wrap: wrap;
  padding: 20px 50px 0 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) {
  .ct-header-1-area .topbar-wrap {
    padding: 20px 0px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-1-area .topbar-wrap {
    display: none;
  }
}
.ct-header-1-area .topbar-wrap .action {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.ct-header-1-area .topbar-wrap .action .social-media {
  padding-left: 8px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.ct-header-1-area .topbar-wrap .action .social-media .social-link {
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}
.ct-header-1-area .topbar-wrap .action .social-media .social-link:hover {
  color: var(--ct-pr-1);
}
.ct-header-1-area .topbar-wrap .link {
  font-size: 14px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.ct-header-1-area .topbar-wrap .link i {
  font-size: 15px;
}
.ct-header-1-area .topbar-wrap .link:hover {
  color: var(--ct-pr-1);
}
.ct-header-1-area .ct-menu-btn-1 {
  background-color: transparent;
  width: 40px;
}
.ct-header-1-area .ct-menu-btn-1 .svg-path {
  fill: none;
  stroke: var(--ct-pr-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ct-header-1-divider {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  align-items: center;
  width: 107%;
  transform: translateX(-90px);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-header-1-divider {
    transform: translateX(-65px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-header-1-divider {
    transform: translateX(-55px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-header-1-divider {
    transform: translateX(0px);
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-1-divider {
    display: none;
  }
}
.ct-header-1-divider .divider {
  background-color: rgb(255, 255, 255);
  height: 1px;
  margin-left: -2px;
}
.ct-header-1-wrap {
  max-width: 1175px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-1-wrap {
    gap: 40px;
  }
}
.ct-header-1-row {
  display: flex;
  align-items: center;
  gap: 250px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-header-1-row {
    gap: 100px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-1-row {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-1-row {
    padding: 15px 0px;
  }
}
.ct-header-1-logo {
  position: absolute;
  bottom: 55px;
  left: -345px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-1-logo {
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-header-1-logo {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .ct-header-1-logo {
    max-width: 120px;
  }
}
.ct-header-1-action {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-1-action {
    display: none;
  }
}
.ct-header-1-action .search-btn {
  background-image: var(--ct-gd-1);
  width: 43px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  position: relative;
  transition: all 0.4s ease;
}
.ct-header-1-action .search-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s ease;
  transform: scale(0);
}
.ct-header-1-action .search-btn i {
  position: relative;
  z-index: 2;
}
.ct-header-1-action .search-btn:hover {
  color: var(--ct-pr-1);
}
.ct-header-1-action .search-btn:hover::after {
  transform: scale(1);
}
.ct-header-1-action .header-btn {
  border-radius: 50px;
  padding: 18px 33px;
  display: inline-block;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  transition: all 0.4s ease;
}
.ct-header-1-action .header-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  border-radius: 50px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-header-1-action .header-btn {
    display: none;
  }
}
.ct-header-1-action .header-btn .btn-text {
  font-size: 18px;
  font-family: var(--inter);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 2;
}
.ct-header-1-action .header-btn:hover {
  border-color: var(--ct-pr-1);
}
.ct-header-1-action .header-btn:hover::after {
  opacity: 0;
}
.ct-header-1-action .header-btn:hover .btn-text {
  color: var(--ct-pr-1);
}
.ct-header-1-side-btn {
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 0;
}
.ct-header-1-side-btn span {
  display: inline-block;
  width: 4.5px;
  height: 4.5px;
  background-color: var(--ct-pr-1);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.ct-header-1-side-btn:hover span:nth-child(1) {
  transform: translateY(17.4px);
}
.ct-header-1-side-btn:hover span:nth-child(7) {
  transform: translateY(-17.4px);
}
.ct-header-1-side-btn:hover span:nth-child(3) {
  transform: translateY(17.4px);
}
.ct-header-1-side-btn:hover span:nth-child(9) {
  transform: translateY(-17.4px);
}
.ct-header-1-side-btn:hover span:nth-child(2) {
  transform: translateY(17.4px);
}
.ct-header-1-side-btn:hover span:nth-child(8) {
  transform: translateY(-17.4px);
}

.main-navigation .navbar-nav {
  display: inherit;
}
.main-navigation .navbar-nav li {
  display: inline-block;
  position: relative;
}
.main-navigation .navbar-nav li:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigation .navbar-nav li:not(:last-child) {
    margin-right: 40px;
  }
}
.main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.main-navigation .navbar-nav li:is(.dropdown) > a::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  font-size: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 400ms var(--cube-2), color 400ms var(--cube-1);
}
.main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 35px 0px 35px 0px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  transition: 400ms var(--cube-1);
}
.main-navigation .navbar-nav li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--ct-pr-1);
  position: absolute;
  left: 0;
  top: 18px;
  transition: 400ms var(--cube-1);
  opacity: 0;
}
.main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 20px 20px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-top: 2px solid var(--ct-pr-1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  position: absolute;
  background: #ffffff;
  border-radius: 2px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) translateZ(0);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .main-navigation .navbar-nav li .dropdown-menu {
    min-width: 200px;
  }
}
.main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  position: relative;
}
.main-navigation .navbar-nav li .dropdown-menu li a {
  color: rgb(2, 22, 9);
  width: 100%;
  font-weight: 600;
  display: block;
  padding: 10px 0px;
  font-size: 17px;
  position: relative;
}
.main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: calc(100% + 20px);
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) translateZ(0);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
    min-width: 200px;
  }
}
.main-navigation .navbar-nav li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}
.main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--ct-pr-1);
  padding-left: 12px;
}
.main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  opacity: 1;
  width: 10px;
}
.main-navigation .navbar-nav li:hover > a {
  color: var(--ct-pr-1);
}
.main-navigation .navbar-nav li:hover > a::before {
  transform: translateY(-50%) rotate(360deg);
}
.main-navigation .navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}

/*
--- Header_1 End ---
*/
/*
--- Header_2 Start ---
*/
.ct-header-2-area {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-2-area {
    top: 20px;
  }
}
.ct-header-2-area .topbar-wrap {
  max-width: 1185px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  flex-wrap: wrap;
  padding: 8px 0px 0 52px;
  background-color: rgb(0, 25, 75);
  border-radius: 57px 57px 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-header-2-area .topbar-wrap {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-2-area .topbar-wrap {
    display: none;
  }
}
.ct-header-2-area .topbar-wrap .left-side {
  display: flex;
  align-items: center;
  transform: translateY(-4px);
  gap: 60px;
}
.ct-header-2-area .topbar-wrap .left-side .link {
  font-size: 14px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.3s ease;
  position: relative;
}
.ct-header-2-area .topbar-wrap .left-side .link:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -25px;
  background-color: rgb(0, 37, 110);
  width: 1px;
  height: 65px;
}
.ct-header-2-area .topbar-wrap .left-side .link i {
  font-size: 15px;
}
.ct-header-2-area .topbar-wrap .left-side .link:hover {
  color: var(--ct-pr-1);
}
.ct-header-2-area .topbar-wrap .action {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.ct-header-2-area .topbar-wrap .action .social-media {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  transform: translateY(-4px);
}
.ct-header-2-area .topbar-wrap .action .social-media .social-link {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.ct-header-2-area .topbar-wrap .action .social-media .social-link:hover {
  color: var(--ct-pr-1);
}
.ct-header-2-area .topbar-wrap .action .call-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px 32px;
  border-radius: 35px 35px 0 0;
  position: relative;
  background: linear-gradient(-20deg, rgb(15, 93, 251) 0%, rgb(1, 12, 122) 100%);
  transition: all 0.4s ease;
}
.ct-header-2-area .topbar-wrap .action .call-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px 35px 0 0;
  background: var(--ct-gd-1);
  transition: all 0.4s ease;
}
.ct-header-2-area .topbar-wrap .action .call-btn i {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.ct-header-2-area .topbar-wrap .action .call-btn span {
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.ct-header-2-area .topbar-wrap .action .call-btn:hover::after {
  opacity: 0;
}
.ct-header-2-area .ct-menu-btn-1 {
  background-color: transparent;
  width: 40px;
}
.ct-header-2-area .ct-menu-btn-1 .svg-path {
  fill: none;
  stroke: var(--ct-pr-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ct-header-2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 0 35px 0 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-header-2-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .ct-header-2-wrap {
    padding: 0 25px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-2-wrap {
    gap: 40px;
  }
}
.ct-header-2-row {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-header-2-row {
    gap: 100px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-2-row {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-2-row {
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-header-2-logo {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .ct-header-2-logo {
    max-width: 120px;
  }
}
.ct-header-2-action {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-2-action {
    display: none;
  }
}
.ct-header-2-action .search-btn {
  font-size: 19px;
  background-color: transparent;
  transition: all 0.4s ease;
}
.ct-header-2-action .search-btn:hover {
  color: var(--ct-pr-1);
}
.ct-header-2-action .call {
  display: grid;
  grid-template-columns: 46px auto;
  gap: 10px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-2-action .call {
    display: none;
  }
}
.ct-header-2-action .call .icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
  color: #fff;
  font-size: 14px;
}
.ct-header-2-action .call .icon:hover i {
  animation: zigzag 0.5s ease;
}
.ct-header-2-action .call .call-title {
  display: block;
  font-size: 12px;
  font-family: var(--urbanist);
  color: rgb(0, 25, 75);
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
}
.ct-header-2-action .call .call-link {
  display: inline-block;
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(0, 25, 75);
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.ct-header-2-action .call .call-link:hover {
  color: var(--ct-pr-1);
}

.main-navigation:is(.has-menu-2) .navbar-nav > li:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-navigation:is(.has-menu-2) .navbar-nav > li:not(:last-child) {
    margin-right: 30px;
  }
}
.main-navigation:is(.has-menu-2) .navbar-nav li a {
  font-family: var(--urbanist);
  font-size: 18px;
  font-weight: 700;
  color: rgb(3, 25, 48);
}

/*
--- Header_2 End ---
*/
/*
--- Header_3 Start ---
*/
.ct-header-3-area {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: transparent;
}
.ct-header-3-area .ct-menu-btn-1 {
  background-color: transparent;
  width: 40px;
}
.ct-header-3-area .ct-menu-btn-1 .svg-path {
  fill: none;
  stroke: var(--ct-pr-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ct-header-3-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  margin-top: 26px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-3-wrap {
    gap: 40px;
  }
}
.ct-header-3-row {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-header-3-row {
    gap: 100px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-3-row {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-3-row {
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-header-3-logo {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .ct-header-3-logo {
    max-width: 120px;
  }
}
.ct-header-3-action {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-3-action {
    display: none;
  }
}
.ct-header-3-action .cart {
  position: relative;
}
.ct-header-3-action .cart .cart-icon {
  color: #fff;
  font-size: 18px;
}
.ct-header-3-action .cart .cart-count {
  background-color: var(--ct-pr-1);
  color: #fff;
  position: absolute;
  font-size: 10px;
  font-family: var(--urbanist);
  font-weight: 500;
  line-height: 0.8;
  bottom: 0;
  right: -10px;
  padding: 3px;
  border-radius: 50%;
}
.ct-header-3-action .search-btn {
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  transition: all 0.4s ease;
}
.ct-header-3-action .search-btn:hover {
  color: var(--ct-pr-1);
}
.ct-header-3-action .side-btn {
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.ct-header-3-action .side-btn span {
  display: inline-block;
  width: 4.5px;
  height: 4.5px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.ct-header-3-action .side-btn:hover span:nth-child(1) {
  transform: translateY(17.4px);
}
.ct-header-3-action .side-btn:hover span:nth-child(7) {
  transform: translateY(-17.4px);
}
.ct-header-3-action .side-btn:hover span:nth-child(3) {
  transform: translateY(17.4px);
}
.ct-header-3-action .side-btn:hover span:nth-child(9) {
  transform: translateY(-17.4px);
}
.ct-header-3-action .side-btn:hover span:nth-child(2) {
  transform: translateY(17.4px);
}
.ct-header-3-action .side-btn:hover span:nth-child(8) {
  transform: translateY(-17.4px);
}
.ct-header-3-action .social-media {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-header-3-action .social-media {
    display: none;
  }
}
.ct-header-3-action .social-media a {
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}
.ct-header-3-action .social-media a:hover {
  color: var(--ct-pr-1);
}

/*
--- Header_3 End ---
*/
/*
--- Header_4 Start ---
*/
.ct-header-4-area {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-area {
    top: 20px;
  }
}
.ct-header-4-area .topbar-wrap {
  margin-left: -10px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  flex-wrap: wrap;
  padding: 5px 0 5px 35px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-header-4-area .topbar-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-area .topbar-wrap {
    display: none;
  }
}
.ct-header-4-area .topbar-wrap::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 100%;
  background: var(--ct-pr-3);
}
.ct-header-4-area .topbar-wrap::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 100%;
  background: #40484D;
}
.ct-header-4-area .topbar-wrap .left-side {
  display: flex;
  align-items: center;
  gap: 60px;
}
.ct-header-4-area .topbar-wrap .left-side .link {
  font-size: 14px;
  font-family: var(--open-sans);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s ease;
  position: relative;
}
.ct-header-4-area .topbar-wrap .left-side .link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -12px;
  width: 1px;
  height: 41px;
  background: #FFFFFF;
  opacity: 0.16;
}
.ct-header-4-area .topbar-wrap .left-side .link i {
  font-size: 15px;
  margin-right: 6px;
  transform: translateY(0.8px);
}
.ct-header-4-area .topbar-wrap .left-side .link:hover {
  color: var(--ct-sd-3);
}
.ct-header-4-area .topbar-wrap .left-side .item {
  font-size: 14px;
  font-family: var(--open-sans);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s ease;
  position: relative;
}
.ct-header-4-area .topbar-wrap .left-side .item i {
  font-size: 15px;
  margin-right: 6px;
  transform: translateY(0.8px);
}
.ct-header-4-area .topbar-wrap .social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ct-header-4-area .topbar-wrap .social-media .social-link {
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.ct-header-4-area .topbar-wrap .social-media .social-link::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 1px;
  height: 50px;
  background: #FFFFFF;
  opacity: 0.16;
}
.ct-header-4-area .topbar-wrap .social-media .social-link:hover {
  color: var(--ct-sd-3);
}
.ct-header-4-main-wrap {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.ct-header-4-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  margin-left: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-header-4-wrap {
    margin-left: 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-wrap {
    gap: 40px;
  }
}
.ct-header-4-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-wrap::after {
    display: none;
  }
}
.ct-header-4-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-wrap::before {
    display: none;
  }
}
.ct-header-4-row {
  display: flex;
  align-items: center;
  gap: 92px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-header-4-row {
    gap: 100px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-row {
    gap: 50px;
  }
}
.ct-header-4-logo {
  background-color: #40484D;
  padding: 24px 40px;
  max-width: 264px;
  max-height: 86px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-logo {
    padding: 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-header-4-logo {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .ct-header-4-logo {
    max-width: 120px;
  }
}
.ct-header-4-action {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-action {
    display: none;
  }
}
.ct-header-4-action .search-btn {
  background-color: transparent;
  height: 84px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 40px;
  position: relative;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-action .search-btn {
    display: none;
  }
}
.ct-header-4-action .search-btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2);
}
.ct-header-4-action .search-btn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2);
}
.ct-header-4-action .search-btn .icon {
  font-size: 13px;
  color: var(--ct-sd-3);
  transform: translateY(1px);
}
.ct-header-4-action .search-btn .text {
  font-family: var(--archivo);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.ct-header-4-action .search-btn:hover .text {
  color: var(--ct-sd-3);
}
.ct-header-4-btn {
  background: #000;
  display: inline-block;
  padding: 10.5px 28px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.ct-header-4-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--ct-pr-3);
  transition: all 0.6s ease;
}
.ct-header-4-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: var(--ct-pr-3);
  transition: all 0.6s ease;
}
.ct-header-4-btn .btn-text {
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-btn {
    display: none;
  }
}
.ct-header-4-btn:hover {
  box-shadow: inset 0px 0px 6px #000000;
}
.ct-header-4-btn:hover::after {
  width: 0%;
}
.ct-header-4-btn:hover::before {
  width: 0%;
}
.ct-header-4-side-btn {
  width: 84px;
  height: 84px;
  background-color: var(--ct-sd-3);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-4-side-btn {
    display: none;
  }
}
.ct-header-4-side-btn span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #202020;
  transition: all 1s ease;
}
.ct-header-4-side-btn:hover span:nth-child(1) {
  transform: translateY(26px);
}
.ct-header-4-side-btn:hover span:nth-child(2) {
  transform: translateY(26px);
}
.ct-header-4-side-btn:hover span:nth-child(3) {
  transform: translateY(26px);
}
.ct-header-4-side-btn:hover span:nth-child(7) {
  transform: translateY(-26px);
}
.ct-header-4-side-btn:hover span:nth-child(8) {
  transform: translateY(-26px);
}
.ct-header-4-side-btn:hover span:nth-child(9) {
  transform: translateY(-26px);
}
.ct-header-4-menu-btn {
  width: 50px;
  height: 50px;
  background-color: var(--ct-sd-3);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 12px;
}
.ct-header-4-menu-btn span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #202020;
}

.main-navigation:is(.has-menu-4) .navbar-nav > li:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-navigation:is(.has-menu-4) .navbar-nav > li:not(:last-child) {
    margin-right: 30px;
  }
}
.main-navigation:is(.has-menu-4) .navbar-nav li:is(.dropdown) > a {
  padding-right: 21px;
}
.main-navigation:is(.has-menu-4) .navbar-nav li a {
  font-family: var(--archivo);
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.main-navigation:is(.has-menu-4) .navbar-nav li a::before {
  color: var(--ct-sd-3_1);
}
.main-navigation:is(.has-menu-4) .navbar-nav li:hover > a {
  color: var(--ct-sd-3);
}
.main-navigation:is(.has-menu-4) .navbar-nav li .dropdown-menu {
  border-color: var(--ct-sd-3);
}
.main-navigation:is(.has-menu-4) .navbar-nav li .dropdown-menu li a::after {
  background-color: var(--ct-sd-3);
}
.main-navigation:is(.has-menu-4) .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--ct-sd-3);
}

/*
--- Header_4 End ---
*/
/*
--- Header_5 Start ---
*/
.ct-header-5-area {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: transparent;
}
.ct-header-5-area .ct-menu-btn-1 {
  background-color: transparent;
  width: 40px;
}
.ct-header-5-area .ct-menu-btn-1 .svg-path {
  fill: none;
  stroke: var(--ct-pr-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ct-header-5-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-5-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-header-5-wrap {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-5-wrap {
    padding: 15px 0 20px 0;
  }
}
.ct-header-5-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--ct-gd-2);
  bottom: 0;
  left: 0;
}
.ct-header-5-row {
  display: flex;
  align-items: center;
  gap: 215px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-header-5-row {
    gap: 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-header-5-row {
    gap: 85px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-5-row {
    gap: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-header-5-row {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-header-5-logo {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .ct-header-5-logo {
    max-width: 120px;
  }
}
.ct-header-5-action {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-header-5-action {
    display: none;
  }
}
.ct-header-5-action .action-right {
  display: flex;
  align-items: center;
  gap: 28px;
}
.ct-header-5-action .action-right .cart {
  position: relative;
}
.ct-header-5-action .action-right .cart .cart-icon {
  color: #fff;
  font-size: 20px;
}
.ct-header-5-action .action-right .cart .cart-count {
  background: var(--ct-gd-2);
  color: #fff;
  position: absolute;
  font-size: 10px;
  font-family: var(--urbanist);
  font-weight: 500;
  line-height: 0.8;
  bottom: 0;
  right: -10px;
  padding: 3px;
  border-radius: 50%;
}
.ct-header-5-action .action-right .search-btn {
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  transition: all 0.4s ease;
  padding: 0;
}
.ct-header-5-action .action-right .search-btn:hover {
  color: var(--ct-pr-4);
}
.ct-header-5-action .social-media {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-header-5-action .social-media {
    display: none;
  }
}
.ct-header-5-action .social-media a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.ct-header-5-action .social-media a:hover {
  color: var(--ct-pr-4);
}
.ct-header-5-side-btn {
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 0;
}
.ct-header-5-side-btn span {
  display: inline-block;
  width: 4.5px;
  height: 4.5px;
  background-color: var(--ct-pr-4);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.ct-header-5-side-btn:hover span:nth-child(1) {
  transform: translateY(17.4px);
}
.ct-header-5-side-btn:hover span:nth-child(7) {
  transform: translateY(-17.4px);
}
.ct-header-5-side-btn:hover span:nth-child(3) {
  transform: translateY(17.4px);
}
.ct-header-5-side-btn:hover span:nth-child(9) {
  transform: translateY(-17.4px);
}
.ct-header-5-side-btn:hover span:nth-child(2) {
  transform: translateY(17.4px);
}
.ct-header-5-side-btn:hover span:nth-child(8) {
  transform: translateY(-17.4px);
}

.main-navigation:is(.has-menu-5) .navbar-nav > li:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-navigation:is(.has-menu-5) .navbar-nav > li:not(:last-child) {
    margin-right: 30px;
  }
}
.main-navigation:is(.has-menu-5) .navbar-nav li:is(.dropdown) > a {
  padding-right: 21px;
}
.main-navigation:is(.has-menu-5) .navbar-nav li a {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 17px;
  color: rgb(255, 255, 255);
  padding: 50px 0px 50px 0px;
}
.main-navigation:is(.has-menu-5) .navbar-nav li:hover > a {
  color: var(--ct-pr-4);
}
.main-navigation:is(.has-menu-5) .navbar-nav li .dropdown-menu {
  border-color: var(--ct-pr-4);
}
.main-navigation:is(.has-menu-5) .navbar-nav li .dropdown-menu li a::after {
  background-color: var(--ct-pr-4);
}
.main-navigation:is(.has-menu-5) .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--ct-pr-4);
}

/*
--- Header_5 End ---
*/
/*
--- Sticky Header Start---
*/
.txa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 300ms ease-in-out;
  z-index: 8;
}
.txa_sticky_header:is(.txa_sticky) {
  transform: translateY(-150%);
}
.txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
  transform: translateY(0%);
}
.txa_sticky_header:is(.ct-header-2-area):is(.txa_sticky_show) {
  background-color: #0D0D0D;
}
.txa_sticky_header:is(.ct-header-3-area):is(.txa_sticky_show) {
  background-color: #0D0D0D;
}
.txa_sticky_header:is(.ct-header-4-area):is(.txa_sticky_show)::before {
  background: rgb(255, 255, 255);
  box-shadow: 2px 2px 5px rgba(94, 94, 94, 0.1921568627);
}

/*
--- Sticky Header End---
*/
/*
--- Footer_1 Start ---
*/
.ct-footer-1-newsletter {
  background-color: rgb(20, 27, 36);
  border-radius: 100px;
  padding: 27px 70px;
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 30px 125px;
  align-items: center;
  position: relative;
  top: -65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-1-newsletter {
    gap: 30px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-1-newsletter {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .ct-footer-1-newsletter {
    padding: 25px 20px;
    border-radius: 30px;
  }
}
.ct-footer-1-newsletter .content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ct-footer-1-newsletter .content .icon {
  font-size: 60px;
  color: var(--ct-pr-1);
}
@media (max-width: 575px) {
  .ct-footer-1-newsletter .content .icon {
    font-size: 45px;
  }
}
.ct-footer-1-newsletter .content .title {
  font-size: 28px;
  color: rgb(254, 254, 254);
  line-height: 1.071;
  font-weight: 900;
}
@media (max-width: 575px) {
  .ct-footer-1-newsletter .content .title {
    font-size: 24px;
  }
}
.ct-footer-1-newsletter form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .ct-footer-1-newsletter form {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
}
.ct-footer-1-newsletter form input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 180px 10px 30px;
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(254, 254, 254);
  font-weight: 600;
  line-height: 1.2;
  background-color: rgb(24, 32, 42);
  height: 75px;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .ct-footer-1-newsletter form input {
    height: 60px;
    padding: 5px 20px;
  }
}
.ct-footer-1-newsletter form .subscribe-btn {
  position: absolute;
  right: 20px;
  background-color: transparent;
  padding: 11.5px 39px;
  border-radius: 100px;
  transition: all 0.4s ease;
}
.ct-footer-1-newsletter form .subscribe-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--ct-gd-1);
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-footer-1-newsletter form .subscribe-btn {
    position: relative;
    right: auto;
  }
}
.ct-footer-1-newsletter form .subscribe-btn .btn-text {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-footer-1-newsletter form .subscribe-btn:hover {
  background-color: #fff;
  animation: btnDownUp 0.8s ease;
}
.ct-footer-1-newsletter form .subscribe-btn:hover::after {
  opacity: 0;
}
.ct-footer-1-newsletter form .subscribe-btn:hover .btn-text {
  color: var(--ct-pr-1);
}
.ct-footer-1-wrap {
  margin-top: -20px;
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-footer-1-wrap {
    grid-template-columns: 1.9fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-footer-1-info {
  border: 2px solid rgb(43, 55, 70);
  border-radius: 30px;
  padding: 25px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .ct-footer-1-info {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }
}
.ct-footer-1-info .info-left {
  background: var(--ct-gd-1);
  border-radius: 30px;
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .ct-footer-1-info .info-left {
    padding: 35px 25px;
  }
}
.ct-footer-1-info .info-left .footer-logo {
  display: inline-block;
}
.ct-footer-1-info .info-left .disc {
  font-size: 17px;
  color: rgb(236, 236, 236);
  font-weight: 600;
  line-height: 28px;
  margin-top: 20px;
}
.ct-footer-1-info .footer-links .title {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
.ct-footer-1-info .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 15px;
}
.ct-footer-1-info .footer-links ul li {
  line-height: 1;
}
.ct-footer-1-info .footer-links ul li a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 17px;
  font-family: var(--urbanist);
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
.ct-footer-1-info .footer-links ul li a .icon {
  width: 15px;
}
.ct-footer-1-info .footer-links ul li a .link-text {
  color: rgb(203, 203, 203);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-footer-1-info .footer-links ul li a .link-text:hover {
  background-size: 100% 1.5px;
  color: var(--ct-pr-1);
}
.ct-footer-1-location-card {
  border: 2px solid rgb(43, 55, 70);
  border-radius: 30px;
  padding: 50px 30px 40px 50px;
}
@media (max-width: 575px) {
  .ct-footer-1-location-card {
    padding: 30px;
  }
}
.ct-footer-1-location-card .title {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
.ct-footer-1-location-card .content {
  margin-top: 15px;
}
.ct-footer-1-location-card .content .content-text {
  font-size: 18px;
  color: rgb(203, 203, 203);
  font-weight: 700;
  line-height: 1.667;
}
.ct-footer-1-location-card .content .content-text.email {
  text-transform: none;
}
.ct-footer-1-location-card .content .content-text a {
  transition: all 0.3s ease;
}
.ct-footer-1-location-card .content .content-text a:hover {
  color: var(--ct-pr-1);
}
.ct-footer-1-action {
  border: 2px solid rgb(43, 55, 70);
  border-radius: 30px;
  padding: 50px 30px 40px 50px;
}
@media (max-width: 575px) {
  .ct-footer-1-action {
    padding: 30px;
  }
}
.ct-footer-1-action .title {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
.ct-footer-1-action ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 15px;
}
.ct-footer-1-action ul li a {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(203, 203, 203);
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
.ct-footer-1-action ul li a .icon {
  width: 15px;
}
.ct-footer-1-action ul li a .link-text {
  color: rgb(203, 203, 203);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-footer-1-action ul li a .link-text:hover {
  background-size: 100% 1.5px;
  color: var(--ct-pr-1);
}
.ct-footer-1-action .social-media {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
.ct-footer-1-action .social-media a {
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease;
}
.ct-footer-1-action .social-media a:hover {
  color: var(--ct-pr-1);
}
.ct-footer-1-divider {
  background-color: rgb(34, 45, 60);
  width: 100%;
  height: 1px;
  margin-top: 40px;
}
.ct-footer-1-copyright-wrap {
  padding: 22px 0 25px 0;
  text-align: center;
}
.copyright-text p {
  margin-bottom: 0;
  line-height: normal;
}
.ct-footer-1-copyright-wrap span {
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(81, 93, 105);
  font-weight: 700;
  line-height: 1.2;
}
.ct-footer-1-copyright-wrap span a {
  color: var(--ct-pr-1);
  transition: all 0.3s ease;
}
.ct-footer-1-copyright-wrap span a:hover {
  color: #fff;
}

/*
--- Footer_1 End ---
*/
/*
--- Footer_2 Start ---
*/
.ct-footer-2-area {
  background-color: rgb(20, 20, 21);
  padding: 220px 0 0px 0;
}
.ct-footer-2-wrap {
  display: grid;
  grid-template-columns: 345px auto;
  gap: 40px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-2-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-footer-2-info {
  max-width: 345px;
}
.ct-footer-2-info .title {
  font-size: 28px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 900;
}
.ct-footer-2-info .disc {
  color: rgb(255, 255, 255);
  line-height: 28px;
  margin-top: 22px;
}
.ct-footer-2-info .action {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ct-footer-2-info .action .item .item-title {
  font-size: 20px;
  color: rgb(135, 145, 175);
  line-height: 1.3;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}
.ct-footer-2-info .action .item a {
  font-size: 21px;
  font-family: var(--urbanist);
  color: rgb(210, 255, 51);
  font-weight: 700;
  line-height: 32px;
  transition: all 0.3s ease;
}
.ct-footer-2-info .action .item a:hover {
  color: var(--ct-pr-1);
}
.ct-footer-2-action-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 75px;
}
.ct-footer-2-action-item .title {
  font-size: 23px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 900;
}
.ct-footer-2-action-item ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ct-footer-2-action-item ul li {
  line-height: 1;
}
.ct-footer-2-action-item ul li a {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-footer-2-action-item ul li a:hover {
  background-size: 100% 1px;
  color: var(--ct-pr-1);
}
.ct-footer-2-contact .title {
  font-size: 23px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 900;
}
.ct-footer-2-contact .contact-wrap {
  max-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ct-footer-2-contact .contact-wrap .contact-item .flag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct-footer-2-contact .contact-wrap .contact-item .flag .flag-text {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.3;
  font-weight: 900;
  text-transform: capitalize;
}
.ct-footer-2-contact .contact-wrap .contact-item .location {
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(135, 145, 175);
  line-height: 1.75;
  font-weight: 500;
}
.ct-footer-2-social-media {
  max-width: 1015px;
  margin: 55px auto 0;
  display: flex;
  align-items: center;
  gap: 30px 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-2-social-media {
    justify-content: start;
  }
}
.ct-footer-2-social-media .social-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ct-footer-2-social-media .social-item .icon {
  font-size: 18px;
  color: #fff;
  transition: all 0.4s ease;
}
.ct-footer-2-social-media .social-item .link-text {
  font-size: 21px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.ct-footer-2-social-media .social-item:hover .icon {
  transform: translateX(15px);
  opacity: 0;
}
.ct-footer-2-social-media .social-item:hover .link-text {
  transform: translateX(-15px);
  color: var(--ct-pr-1);
}
.ct-footer-2-copyright {
  background-color: rgb(8, 8, 9);
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
}
.ct-footer-2-copyright span {
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 500;
}

/*
--- Footer_2 End ---
*/
/*
--- Footer_3 Start ---
*/
.ct-footer-3-area {
  padding-top: 100px;
}
.ct-footer-3-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 100px;
  flex-wrap: wrap;
}
.ct-footer-3-top:is(.active) .ct-footer-3-since .since-text {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ct-footer-3-top .email-wrap .title {
  font-size: 22px;
  font-family: var(--urbanist);
  color: rgb(169, 169, 169);
  line-height: 1.2;
  font-weight: 500;
}
.ct-footer-3-top .email-wrap .email-link {
  font-size: 40px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  margin-top: 8px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-footer-3-top .email-wrap .email-link {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ct-footer-3-top .email-wrap .email-link {
    font-size: 24px;
  }
}
.ct-footer-3-top .email-wrap .email-link:hover {
  color: var(--ct-pr-1);
}
.ct-footer-3-top .right-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .ct-footer-3-top .right-content {
    flex-direction: column;
    align-items: start;
  }
}
.ct-footer-3-top .right-content .share-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 12px solid rgb(22, 22, 22);
  background-color: rgb(14, 86, 240);
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-footer-3-top .right-content .share-btn {
    width: 90px;
    height: 90px;
  }
}
.ct-footer-3-top .right-content .share-btn:hover {
  background-color: rgb(11, 72, 199);
}
.ct-footer-3-since {
  padding: 5px 30px;
  border-radius: 100px;
  border: 12px solid rgb(22, 22, 22);
}
.ct-footer-3-since .since-text {
  font-size: 80px;
  font-family: var(--urbanist);
  color: rgba(255, 255, 255, 0.169);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.875;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
  stroke: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  clip-path: polygon(48% 0, 48% 0, 48% 100%, 48% 100%);
  transition: all 1.6s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-footer-3-since .since-text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .ct-footer-3-since .since-text {
    font-size: 40px;
  }
}
.ct-footer-3-divider {
  width: 100%;
  height: 1px;
  background-color: rgb(22, 22, 22);
  margin-top: 65px;
}
.ct-footer-3-wrap {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 80px;
  padding-bottom: 45px;
}

.ct-footer-3-info .footer-logo {
  display: inline-block;
  max-width: 180px;
}
.ct-footer-3-info .disc {
  color: rgb(192, 192, 192);
  line-height: 1.474;
  font-size: 19px;
  margin-top: 20px;
}
.ct-footer-3-info .contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ct-footer-3-info .contact .icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
  font-size: 22px;
  color: #fff;
  flex: 0 0 auto;
}
.ct-footer-3-info .contact .icon:hover i {
  animation: zigzag 0.5s ease;
}
.ct-footer-3-info .contact .call-text {
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 500;
  display: block;
}
.ct-footer-3-info .contact .call-link {
  font-size: 28px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 800;
  display: inline-block;
  margin-top: 2px;
  transition: all 0.4s ease;
}
.ct-footer-3-info .contact .call-link:hover {
  color: var(--ct-pr-1);
}
.ct-footer-3-info .social-media {
  display: flex;
  align-items: center;
  gap: 22px;
}
.ct-footer-3-info .social-media .social-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ct-footer-3-info .social-media .social-item .icon {
  font-size: 18px;
  color: #fff;
  transition: all 0.4s ease;
}
.ct-footer-3-info .social-media .social-item .link-text {
  font-size: 21px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.ct-footer-3-info .social-media .social-item:hover .icon {
  transform: translateX(15px);
  opacity: 0;
}
.ct-footer-3-info .social-media .social-item:hover .link-text {
  transform: translateX(-15px);
  color: var(--ct-pr-1);
}
.ct-footer-3-link-wrap {
  flex: 0 0 auto;
}
.ct-footer-3-link-wrap .title {
  font-size: 27px;
  color: rgb(255, 255, 255);
  line-height: 1.1;
  font-weight: 900;
}
.ct-footer-3-link-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ct-footer-3-link-wrap ul li {
  display: flex;
  align-items: baseline;
  gap: 6px 5px;
}
.ct-footer-3-link-wrap ul li .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  background: var(--ct-gd-1);
  border-radius: 50%;
  transform: translateY(-3px);
}
.ct-footer-3-link-wrap ul li a {
  font-size: 19px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 98%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-footer-3-link-wrap ul li a:hover {
  color: var(--ct-pr-1);
  background-size: 100% 1px;
}
.ct-footer-3-pricing {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ct-footer-3-pricing .pricing-item {
  border-radius: 20px;
  background-color: rgb(0, 0, 0);
  border-radius: 20px;
  padding: 48px 36px 36px 36px;
  display: grid;
  grid-template-columns: 72px auto;
  gap: 15px;
  align-items: center;
}
@media (max-width: 575px) {
  .ct-footer-3-pricing .pricing-item {
    padding: 36px 20px;
  }
}
.ct-footer-3-pricing .pricing-item .pric-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--ct-gd-1);
  border-radius: 50%;
}
.ct-footer-3-pricing .pricing-item .pric-wrap .price {
  font-size: 15px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}
.ct-footer-3-pricing .pricing-item .pric-wrap .type {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 2px;
}
.ct-footer-3-pricing .pricing-item .content {
  max-width: 185px;
}
.ct-footer-3-pricing .pricing-item .content .title {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
.ct-footer-3-pricing .pricing-item .content .disc {
  font-size: 15px;
  color: rgb(191, 191, 191);
  line-height: 1.085;
  font-weight: 300;
  margin-top: 5px;
}
.ct-footer-3-copyright {
  background-color: rgb(1, 1, 1);
  text-align: center;
  padding: 24px 12px;
}
.ct-footer-3-copyright span {
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(169, 169, 169);
  line-height: 1.2;
}

/*
--- Footer_3 End ---
*/
/*
--- Footer_4 Start ---
*/
.ct-footer-4-area {
  padding-top: 140px;
  border-radius: 40px 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-4-area {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .ct-footer-4-area {
    border-radius: 20px 20px 0 0;
  }
}
.ct-footer-4-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 80px;
  flex-wrap: wrap;
}
.ct-footer-4-top-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.ct-footer-4-top-content .chat-images {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ct-footer-4-top-content .chat-images .item {
  width: 56px;
  height: 56px;
  overflow: hidden;
}
.ct-footer-4-top-content .chat-images .item img {
  mix-blend-mode: luminosity;
  transition: all 0.5s ease;
}
.ct-footer-4-top-content .chat-images .item:hover img {
  transform: scale(1.06) rotate(-2deg);
}
.ct-footer-4-top-content .title {
  font-family: var(--archivo);
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.ct-footer-4-top-content .title a {
  color: var(--ct-pr-3);
  position: relative;
}
.ct-footer-4-top-content .title a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--ct-pr-3);
  transition: all 0.5s ease;
}
.ct-footer-4-top-content .title a:hover::after {
  width: 100%;
}
.ct-footer-4-divider {
  width: 0%;
  height: 1px;
  background: #313E47;
  margin-top: 31px;
  transition: 2s var(--cube-1);
}
.ct-footer-4-divider:is(.active) {
  width: 100%;
}
.ct-footer-4-wrap {
  padding: 80px 0 60px 0;
  display: grid;
  grid-template-columns: 422px auto;
  gap: 60px 130px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-4-wrap {
    display: block;
  }
}
.ct-footer-4-wrap:is(.active) .ct-footer-4-shape {
  transform: translate(0px);
}
.ct-footer-4-shape {
  margin-bottom: -120px;
  transform: translateY(450px);
  transition: all 3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-4-shape {
    display: none;
  }
}
.ct-footer-4-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 120px;
}
.ct-footer-4-menu-item {
  flex: 0 0 auto;
}
.ct-footer-4-menu-item .title {
  font-family: var(--archivo);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.ct-footer-4-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ct-footer-4-list li {
  line-height: 1;
}
.ct-footer-4-list li a {
  font-family: var(--open-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.76);
  text-transform: capitalize;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: 0.4s var(--cube-1);
  -webkit-transition: 0.4s var(--cube-1);
}
.ct-footer-4-list li a:hover {
  background-size: 100% 1px;
}
.ct-footer-4-contact {
  max-width: 188px;
}
.ct-footer-4-contact .title {
  font-family: var(--archivo);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.ct-footer-4-contact-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ct-footer-4-contact-content .item a {
  font-family: var(--open-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.76);
  transition: all 0.3s ease;
}
.ct-footer-4-contact-content .item a:hover {
  color: var(--ct-pr-3);
}
.ct-footer-4-contact-content .item span {
  font-family: var(--open-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.76);
}
.ct-footer-4-bottom {
  background: #222D34;
  padding: 24px 0;
}
.ct-footer-4-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 50px;
  flex-wrap: wrap;
}
.ct-footer-4-bottom-wrap .copyright-text {
  font-family: var(--archivo);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 0;
  text-transform: capitalize;
}
.ct-footer-4-bottom-wrap .copyright-text span {
  font-weight: 500;
  color: #fff;
}
.ct-footer-4-bottom-wrap .social-media {
  display: flex;
  align-items: center;
  gap: 10px 48px;
  flex-wrap: wrap;
}
.ct-footer-4-bottom-wrap .social-media a {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  position: relative;
}
.ct-footer-4-bottom-wrap .social-media a .icon {
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.ct-footer-4-bottom-wrap .social-media a .icon-2 {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: var(--ct-pr-3);
  transition: all 0.5s ease;
  transform: translateY(30px);
}
.ct-footer-4-bottom-wrap .social-media a .icon-2:is(.facebook) {
  color: var(--ct-fb-color);
}
.ct-footer-4-bottom-wrap .social-media a .icon-2:is(.instagram) {
  color: var(--ct-ins-color);
}
.ct-footer-4-bottom-wrap .social-media a .icon-2:is(.twitter) {
  color: var(--ct-twit-color);
}
.ct-footer-4-bottom-wrap .social-media a .icon-2:is(.linkedin) {
  color: var(--ct-linke-color);
}
.ct-footer-4-bottom-wrap .social-media a .text {
  font-family: var(--archivo);
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.76);
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.ct-footer-4-bottom-wrap .social-media a:hover .icon {
  transform: translateY(30px);
}
.ct-footer-4-bottom-wrap .social-media a:hover .icon-2 {
  transform: translateY(0px);
}

/*
--- Footer_4 End ---
*/
/*
--- Footer_5 Start ---
*/
.ct-footer-5-area {
  padding-top: 58px;
}
.ct-footer-5-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 100px;
  justify-content: space-between;
}
.ct-footer-5-top-content {
  max-width: 480px;
}
.ct-footer-5-top-content .title {
  font-size: 40px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.3;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-footer-5-top-content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .ct-footer-5-top-content .title {
    font-size: 30px;
  }
}
.ct-footer-5-top-content .disc {
  color: rgb(227, 227, 227);
  line-height: 1.444;
  margin-top: 8px;
}
.ct-footer-5-top-newsletter {
  max-width: 685px;
}
.ct-footer-5-top-newsletter form {
  display: flex;
  align-items: center;
  gap: 15px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-5-top-newsletter form {
    flex-direction: column;
    align-items: start;
  }
}
.ct-footer-5-top-newsletter form input {
  width: 370px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 100px 0 0 100px;
  padding: 10px 28px;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: var(--urbanist);
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-5-top-newsletter form input {
    width: 100%;
    max-width: 350px;
    border-radius: 100px;
  }
}
.ct-footer-5-top-newsletter form input::placeholder {
  color: rgb(141, 141, 141);
}
.ct-footer-5-top-newsletter form button {
  background-color: transparent;
  height: 64px;
  padding: 10px 30px;
  flex: 0 0 auto;
  border-radius: 0 100px 100px 0;
  position: relative;
  overflow: hidden;
}
.ct-footer-5-top-newsletter form button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-2);
  transition: all 0.4s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-5-top-newsletter form button {
    border-radius: 100px;
  }
}
.ct-footer-5-top-newsletter form button span {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.ct-footer-5-top-newsletter form button:hover::after {
  filter: blur(3px);
}
.ct-footer-5-top-newsletter .bottom-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 500;
  margin-top: 20px;
}
.ct-footer-5-top-newsletter .bottom-text a {
  font-weight: 700;
  background: var(--ct-gd-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.ct-footer-5-top-newsletter .bottom-text a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--ct-gd-2);
  transition: all 0.4s ease;
}
.ct-footer-5-top-newsletter .bottom-text a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
.ct-footer-5-top-newsletter .bottom-text a:hover::after {
  width: 0%;
}
.ct-footer-5-top-newsletter .bottom-text a:hover::before {
  width: 100%;
}
.ct-footer-5-divider {
  margin: 45px 0 50px 0;
  width: 0%;
  height: 1px;
  background: var(--ct-gd-2);
  transition: 3s var(--cube-1);
}
.ct-footer-5-divider:is(.active) {
  width: 100%;
}
.ct-footer-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px 90px;
  align-items: center;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-footer-5-wrap {
    align-items: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-5-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-footer-5-right {
  display: flex;
  align-items: center;
  gap: 40px 60px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-5-right {
    align-items: start;
  }
}
.ct-footer-5-info .logo {
  display: inline-block;
}
.ct-footer-5-info .disc {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(226, 226, 226);
  line-height: 1.5;
  margin-top: 26px;
}
.ct-footer-5-info .call {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ct-footer-5-info .call .icon {
  display: inline-block;
}
.ct-footer-5-info .call .link {
  font-size: 24px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.083;
  transition: all 0.3s ease;
}
.ct-footer-5-info .call .link:hover {
  color: var(--ct-pr-4);
}
.ct-footer-5-menu-wrap {
  flex: 0 0 auto;
}
.ct-footer-5-menu-wrap .title {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
}

.ct-footer-5-list ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ct-footer-5-list li {
  position: relative;
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: baseline;
}
.ct-footer-5-list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 11px;
  background: url("../img/footer/f5-arrow.png");
  transform: translateY(8px);
}
.ct-footer-5-list li:not(:last-child) {
  border-bottom: 1px solid rgb(43, 43, 43);
}
.ct-footer-5-list li a {
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(213, 213, 213);
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
  padding: 3px 0;
  transition: all 0.3s ease;
}
.ct-footer-5-list li a:hover {
  transform: translateX(4px);
  color: #fff;
}
.ct-footer-5-contact .title {
  font-size: 30px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-transform: capitalize;
  font-weight: 200;
  margin-bottom: 0;
}
.ct-footer-5-contact .email {
  font-size: 40px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-footer-5-contact .email {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ct-footer-5-contact .email {
    font-size: 24px;
  }
}
.ct-footer-5-contact .social-media {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.ct-footer-5-contact .social-media .social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.ct-footer-5-contact .social-media .social-link .icon {
  display: inline-block;
}
.ct-footer-5-contact .social-media .social-link .text, .ct-footer-5-contact .social-media .social-link .text-2 {
  font-size: 21px;
  font-family: var(--urbanist);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  transition: all 0.4s ease;
}
.ct-footer-5-contact .social-media .social-link .text {
  color: rgb(255, 255, 255);
}
.ct-footer-5-contact .social-media .social-link .text-2 {
  position: absolute;
  right: 0;
  color: var(--ct-pr-4);
  transform: translateY(25px);
}
.ct-footer-5-contact .social-media .social-link:hover .text {
  transform: translateY(-25px);
}
.ct-footer-5-contact .social-media .social-link:hover .text-2 {
  transform: translateY(0px);
}
.ct-footer-5-gallery {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-5-gallery {
    flex-wrap: wrap;
  }
}
.ct-footer-5-gallery .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-footer-5-gallery .item {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-footer-5-gallery .item {
    flex-basis: 50%;
  }
}
.ct-footer-5-gallery .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: 0.5s ease;
}
.ct-footer-5-gallery .item img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-footer-5-gallery .item .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--ct-gd-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transform: scale(2);
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition-delay: 0.3s;
}
@media (max-width: 575px) {
  .ct-footer-5-gallery .item .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.ct-footer-5-gallery .item:hover::after {
  transform: scaleX(1);
}
.ct-footer-5-gallery .item:hover .icon {
  opacity: 1;
  transform: scale(1);
}
.ct-footer-5-copyright {
  background-color: #000;
  padding: 25px 20px 20px 20px;
  text-align: center;
}
.ct-footer-5-copyright span {
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(242, 242, 242);
  line-height: 1.1;
}

/*
--- Footer_5 End ---
*/
/*
--- Search Start ---
*/
.ct-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  align-items: center;
  transition: 500ms var(--cube-1);
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.ct-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: #f1f1f1;
  color: var(--ct-pr-1);
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 575px) {
  .ct-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.ct-search-box-close:hover {
  background: var(--ct-pr-1);
  color: #ffffff;
}
.ct-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.ct-search-box.active .ct-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.ct-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ct-search-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
  color: #0D0D0D;
}
.ct-search-form {
  position: relative;
  z-index: 1;
}
.ct-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 400;
  padding: 3px 10px;
  background: transparent;
}
.ct-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;
}
.ct-search-tag {
  gap: 8px;
  justify-content: center;
}
.ct-search-tag-title {
  font-size: 16px;
  font-weight: 500;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.ct-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--ct-pr-1);
  border: 1px solid #b2ccff;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.ct-search-tag-item:hover {
  background: var(--ct-pr-1);
  color: #ffffff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: none;
}
.overlay:is(.active) {
  display: block;
}

/*
--- Search End ---
*/
/* 
  offcanvas-start
*/
.txa-offcanvas-box {
  position: fixed;
  right: 20px;
  top: 20px;
  background: #fff;
  z-index: 9;
  max-width: 720px;
  width: 100%;
  height: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow-y: scroll;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .txa-offcanvas-box {
    right: 0px;
    top: 0px;
    height: 100vh;
  }
}
.txa-offcanvas-box::-webkit-scrollbar {
  display: none;
}
.txa-offcanvas-box-close {
  display: flex;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  background: #000000;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .txa-offcanvas-box-close {
    width: 46px;
    height: 46px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
.txa-offcanvas-box-close:hover {
  background: var(--ct-pr-1);
}
.txa-offcanvas-box-container {
  padding: 80px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 575px) {
  .txa-offcanvas-box-container {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-box-container {
    padding: 80px 40px;
  }
}
.txa-offcanvas-box .offcanvas-slideup {
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
}
.txa-offcanvas-box:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.txa-offcanvas-box:is(.active) .offcanvas-slideup {
  transform: translateY(0%);
  transition-delay: 0.3s;
}
.txa-offcanvas-services-title {
  font-size: 16px;
  color: #0d0d0d;
  margin-bottom: 14px;
  font-weight: 600;
}
.txa-offcanvas-services li {
  overflow: hidden;
  line-height: 1.5;
}
.txa-offcanvas-services li:not(:last-child) {
  margin-bottom: 20px;
}
.txa-offcanvas-services-item {
  font-size: 32px;
  font-weight: 600;
  color: #5D5D5D;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  transform: translateX(-28px);
  transition: all 0.4s ease-in-out;
}
.txa-offcanvas-services-item i {
  font-size: 20px;
  transform: translateY(-3px) translateX(0px);
  color: #000;
}
.txa-offcanvas-services-item:hover {
  color: #000;
  transform: translateX(0px);
}
.txa-offcanvas-content {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .txa-offcanvas-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-content {
    flex-wrap: nowrap;
  }
}
.txa-offcanvas-content-box-title {
  font-size: 16px;
  font-weight: 600;
  color: #888888;
  margin-bottom: 14px;
}
.txa-offcanvas-contact li {
  font-size: 16px;
  line-height: 22px;
  color: #0d0d0d;
  font-weight: 500;
  display: flex;
  gap: 12px;
  align-items: center;
}
.txa-offcanvas-contact li:not(:last-child) {
  margin-bottom: 10px;
}
.txa-offcanvas-contact li span {
  display: flex;
  gap: 11px;
  align-items: center;
}
.txa-offcanvas-contact li a {
  display: flex;
  gap: 11px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-contact li a:hover {
  color: var(--ct-pr-1);
}
.txa-offcanvas-contact li .email {
  text-transform: lowercase;
}
.txa-offcanvas-social li {
  overflow: hidden;
  margin-bottom: 7px;
}
.txa-offcanvas-social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 1.5;
  transform: translateX(-25px);
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-social-item i {
  width: 15px;
}
.txa-offcanvas-social-item:hover {
  transform: translateX(0);
  color: #0d0d0d;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 40px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.progress-wrap:is(.active-progress) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  color: var(--ct-pr-1);
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  font-weight: 700;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 13px;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap .progress-circle path {
  stroke: var(--ct-pr-1);
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*
--- Mobile_Menu Start ---
*/
.mobile-menu {
  position: fixed;
  left: -500px;
  top: 0;
  width: 100%;
  max-width: 470px;
  height: 100%;
  z-index: 9;
  transition: 0.5s;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}
.mobile-menu:is(.mobile_menu_on) {
  left: 0;
}
.mobile-menu:is(.mobile_menu_on) .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.mobile-menu-logo-wrap .mobile-menu-logo {
  max-width: 220px;
}

.mobile-menu-close {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.mobile-menu-close i {
  line-height: 1;
  display: inline-block;
  transition: 300ms ease-in-out;
}
.mobile-menu-close:hover {
  color: var(--ct-pr-1);
}

.mobile-menu-wrap {
  height: 100%;
  padding: 80px 50px;
  overflow-y: scroll;
  background: #000;
}

.mobile-menu-search-form-1 {
  position: relative;
  z-index: 1;
}
.mobile-menu-search-form-1 input {
  height: 45px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
}
.mobile-menu-search-form-1 .form-btn {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  transition: 300ms var(--cube-1);
  text-transform: capitalize;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 0;
}
.mobile-menu-search-form-1 .form-btn:hover {
  color: var(--ct-pr-1);
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile-main-navigation .navbar-nav li {
  position: relative;
}
.mobile-main-navigation .navbar-nav li:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-main-navigation .navbar-nav li a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--urbanist);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.mobile-main-navigation .navbar-nav li a:hover {
  color: var(--ct-pr-1);
}
.mobile-main-navigation .navbar-nav li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  transition: 400ms ease-in-out;
  border-radius: 5px;
}
.mobile-main-navigation .navbar-nav li .dropdown-btn:hover {
  background-color: var(--ct-pr-1);
}
.mobile-main-navigation .navbar-nav li .dropdown-btn:is(.active) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: var(--ct-pr-1);
}
.mobile-main-navigation .navbar-nav li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.mobile-main-navigation .navbar-nav li .dropdown-menu li {
  padding-left: 30px;
  margin-bottom: 0;
}
.mobile-main-navigation .navbar-nav li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation .navbar-nav li .dropdown-menu li .dropdown-btn {
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .mobile-menu-wrap {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-menu-wrap {
    padding: 80px 30px;
  }
}
/*
--- Mobile_Menu End ---
*/
/*
--- Pagination Start ---
*/
.ct-pagination {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  gap: 10px 0;
}
.ct-pagination ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #EFEFF0;
  border-radius: 100px;
  padding: 8px;
  gap: 8px;
}
.ct-pagination ul li a, .ct-pagination .current{
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 100px;
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #888888;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ct-pagination ul li a span {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-pagination ul li a i {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-pagination .current{

  background: var(--ct-gd-3);
}
.ct-pagination ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--ct-gd-3);
  transition: all 0.4s ease;
  transform: scale(0);
  z-index: -1;
}
.ct-pagination ul li a:is(.active), .ct-pagination .current {
  color: #fff;
}
.ct-pagination ul li a:is(.active)::after {
  transform: scale(1);
}
.ct-pagination ul li a:hover{
  color: #fff;
}
.ct-pagination ul li a:hover::after {
  transform: scale(1);
}
.ct-pagination .dot-wrap {
  padding: 0 24px;
  display: flex;
  gap: 5px;
}
.ct-pagination .dot-wrap span {
  font-family: var(--urbanist);
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #717171;
}

/*
--- Pagination End ---
*/
/*
--- Blog_Sidebar Start ---
*/
.blog-sidebar {
  background: #FFFFFF;
  border: 1px solid rgba(108, 108, 108, 0.2);
  border-radius: 12px;
  padding: 40px 32px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .blog-sidebar {
    padding: 40px 20px;
  }
}
.blog-sidebar .sidebar-box {
  position: relative;
}
.blog-sidebar .sidebar-box:not(:last-child) {
  padding-bottom: 40px;
}
.blog-sidebar .sidebar-box:not(:first-child)::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 1000px;
  height: 1px;
  background: #DFE1E5;
}
.blog-sidebar .sidebar-box:not(:first-child) .sidebar-box-title {
  padding-top: 35px;
}
.blog-sidebar .sidebar-box .sidebar-box-title {
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: #1C1C1C;
}
.blog-sidebar .sidebar-box .sidebar-search-box {
  position: relative;
  display: grid;
  grid-template-columns: auto 54px;
  gap: 0;
  height: 54px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .blog-sidebar .sidebar-box .sidebar-search-box {
    display: flex;
  }
}
.blog-sidebar .sidebar-box .sidebar-search-box .search-input {
  height: 100%;
  background: #F4F5F5;
  border: none;
  outline: none;
  padding: 5px 20px;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #717171;
}
@media (max-width: 575px) {
  .blog-sidebar .sidebar-box .sidebar-search-box .search-input {
    max-width: 200px;
  }
}
.blog-sidebar .sidebar-box .sidebar-search-box .search-input::placeholder {
  color: rgba(113, 113, 113, 0.48);
}
.blog-sidebar .sidebar-box .sidebar-search-box .search-btn {
  height: 100%;
  background: var(--ct-gd-3);
  border-radius: 0px 5px 5px 0px;
  position: relative;
  width: 54px;
}
.blog-sidebar .sidebar-box .sidebar-search-box .search-btn i {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.blog-sidebar .sidebar-box .sidebar-category li a, .blog-sidebar .sidebar-box li a {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.blog-sidebar .sidebar-box .sidebar-category li a::after, .blog-sidebar .sidebar-box li a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--ct-inner-color-2);
  transition: all 0.8s ease;
}
.blog-sidebar .sidebar-box .sidebar-category li a::before, .blog-sidebar .sidebar-box li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DFE1E5;
}
.blog-sidebar .sidebar-box .sidebar-category li a .text, .blog-sidebar .sidebar-box li a .text {
  transition: all 0.4s ease;
}
.blog-sidebar .sidebar-box .sidebar-category li a .number, .blog-sidebar .sidebar-box li a .number {
  transition: all 0.4s ease;
}
.blog-sidebar .sidebar-box .sidebar-category li a:hover::after, .blog-sidebar .sidebar-box li a:hover::after {
  width: 100%;
}
.blog-sidebar .sidebar-box .sidebar-category li a:hover .text, .blog-sidebar .sidebar-box li a:hover .text {
  transform: translateX(5px);
  color: var(--ct-inner-color-2);
}
.blog-sidebar .sidebar-box .sidebar-category li a:hover .number, .blog-sidebar .sidebar-box li a:hover .number {
  color: var(--ct-inner-color-2);
}
.blog-sidebar .sidebar-box .latest-post-item-wrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item {
  display: grid;
  grid-template-columns: 112px auto;
  gap: 14px;
  align-items: center;
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .img {
  max-width: 112px;
  border-radius: 4px;
  overflow: hidden;
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item img {
  height: 123px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .img {
    height: 100%;
  }
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .img .img-cover {
  transition: all 0.5s ease;
}
@media (max-width: 575px) {
  .blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .img .img-cover {
    height: 100%;
  }
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .img:hover .img-cover {
  transform: scale(1.1);
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .content .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 0;
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .content .date .icon {
  width: 16px;
  margin-right: 6px;
  display: inline-block;
  transform: translateY(-2px);
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .content .title {
  margin-top: 6px;
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .content .title {
    line-height: 25px;
  }
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .content .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.blog-sidebar .sidebar-box .latest-post-item-wrap .latest-post-item .content .title a:hover {
  background-size: 100% 1px;
}
.blog-sidebar .sidebar-box .sidebar-tag, .blog-sidebar .sidebar-box .tagcloud {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-sidebar .sidebar-box .sidebar-tag a, .blog-sidebar .sidebar-box .tagcloud a{
  padding: 8px 16px;
  background: #F4F5F5;
  border-radius: 2px;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px;
  color: #717171;
  transition: all 0.4s ease;
}
.blog-sidebar .sidebar-box .sidebar-tag a:hover {
  background: var(--ct-inner-color-2);
  color: #fff;
}
.blog-sidebar .sidebar-box .sidebar-social {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-sidebar .sidebar-box .sidebar-social .social-link {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.blog-sidebar .sidebar-box .sidebar-social .social-link i {
  position: relative;
  z-index: 2;
}
.blog-sidebar .sidebar-box .sidebar-social .social-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-3);
  transition: all 0.4s ease;
  opacity: 0;
}
.blog-sidebar .sidebar-box .sidebar-social .social-link:hover {
  color: #fff;
}
.blog-sidebar .sidebar-box .sidebar-social .social-link:hover::after {
  opacity: 1;
}

/*
--- Blog_Sidebar End ---
*/
/*
--- Hero_1 Start ---
*/
.ct-hero-1-area {
  position: relative;
  padding-top: 272px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-1-area {
    padding-top: 185px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-1-area {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .ct-hero-1-area {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.ct-hero-1-bg-img {
  position: absolute;
  width: 100%;
  height: 800px;
  z-index: -1;
  top: 0;
  left: 0;
}
.ct-hero-1-section-title-wrap {
  display: grid;
  grid-template-columns: 1.42fr 1fr;
  gap: 55px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-1-section-title-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ct-hero-1-section-title-wrap .hero-title {
  font-size: 75px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-1-section-title-wrap .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-1-section-title-wrap .hero-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-1-section-title-wrap .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .ct-hero-1-section-title-wrap .hero-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-1-section-title-wrap .hero-title {
    font-size: 35px;
    line-height: 42px;
  }
}
.ct-hero-1-section-title-wrap .disc {
  color: rgb(211, 211, 211);
}
.ct-hero-1-wrap {
  margin-top: 60px;
  position: relative;
}
.ct-hero-1-wrap .main-img {
  overflow: hidden;
}
.ct-hero-1-wrap .main-img img {
  border-radius: 30px;
  animation: hero_1_anim 30s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-1-wrap .card-wrap {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 100px;
  }
}
.ct-hero-1-card-left {
  position: absolute;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 54px 0px rgba(18, 18, 18, 0.07);
  position: absolute;
  left: -130px;
  top: 72px;
  max-width: 293px;
  padding: 40px 30px 30px 40px;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-hero-1-card-left {
    left: -60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-1-card-left {
    left: -30px;
    top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-1-card-left {
    position: static;
    padding: 40px 30px;
  }
}
.ct-hero-1-card-left .title {
  font-size: 22px;
  line-height: 1.3;
}
.ct-hero-1-card-left .content {
  border-top: 1px solid rgb(236, 236, 236);
  padding-top: 15px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ct-hero-1-card-left .content .item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.ct-hero-1-card-left .content .item .number {
  border-radius: 50%;
  background: var(--ct-gd-1);
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  font-family: var(--urbanist);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
}
.ct-hero-1-card-left .content .item .text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  flex: 0 0 auto;
}
.ct-hero-1-card-right {
  position: absolute;
  top: 132px;
  right: -205px;
  border-radius: 30px;
  background-color: rgb(26, 26, 26);
  box-shadow: 0px 0px 54px 0px rgba(18, 18, 18, 0.07);
  max-width: 345px;
  padding: 50px 40px 19px 54px;
  z-index: 2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-hero-1-card-right {
    right: -145px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-hero-1-card-right {
    right: -60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-1-card-right {
    right: -30px;
    top: auto;
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-1-card-right {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 50px 40px 19px 45px;
  }
}
.ct-hero-1-card-right .title {
  font-size: 21px;
  font-family: var(--inter);
  color: rgb(255, 255, 255);
  line-height: 1.286;
  font-weight: 900;
}
.ct-hero-1-card-right .card-icon {
  position: absolute;
  top: -40px;
  left: -40px;
  border-radius: 50%;
  background: var(--ct-gd-1);
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .ct-hero-1-card-right .card-icon {
    top: -50px;
    left: -8px;
  }
}
.ct-hero-1-card-right .card-icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-hero-1-card-right .content {
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.247);
  border-bottom: 1px solid rgba(255, 255, 255, 0.247);
  margin-top: 15px;
}
.ct-hero-1-card-right .content .item {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.ct-hero-1-card-right .content .item .icon-1 {
  border-radius: 50%;
  background: var(--ct-gd-1);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  flex: 0 0 auto;
}
.ct-hero-1-card-right .content .item .text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  flex: 0 0 auto;
  color: #fff;
}
.ct-hero-1-card-right .link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ct-hero-1-card-right .link-wrap .link {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-family: var(--inter);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.ct-hero-1-card-right .link-wrap .link:hover {
  color: var(--ct-pr-1);
  letter-spacing: 0.3px;
}
.ct-hero-1-pagination {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  bottom: 35px !important;
}
@media (max-width: 575px) {
  .ct-hero-1-pagination {
    bottom: 10px !important;
  }
}
.ct-hero-1-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
}
.ct-hero-1-pagination .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  background: var(--ct-gd-1);
}

.ct_hero_1_active {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.ct_hero_1_active .swiper-wrapper .swiper-slide:nth-child(even) .main-img img {
  animation: hero_1_anim 30s linear infinite backwards;
}

@keyframes hero_1_anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*
--- Hero_1 End ---
*/
/*
--- Hero_2 Start ---
*/
.ct-hero-2-area {
  position: relative;
  overflow: hidden;
}
.ct-hero-2-shape-1 {
  position: absolute;
  left: -10px;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-shape-1 {
    display: none;
  }
}
.ct-hero-2-shape-2 {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-2-shape-2 {
    max-width: 150px;
    bottom: -10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-shape-2 {
    display: none;
  }
}
.ct-hero-2-shape-3 {
  position: absolute;
  right: 0;
  bottom: -110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-2-shape-3 {
    max-width: 60px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-shape-3 {
    display: none;
  }
}
.ct-hero-2-shape-4 {
  position: absolute;
  right: 0;
  bottom: -100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-hero-2-shape-4 {
    max-width: 750px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-2-shape-4 {
    max-width: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-2-shape-4 {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-2-shape-4 {
    max-width: 400px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-shape-4 {
    display: none;
  }
}
.ct-hero-2-sec-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-top: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-2-sec-wrap {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-sec-wrap {
    padding-top: 100px;
  }
}
.ct-hero-2-shape-line {
  position: absolute;
  left: 28%;
  top: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 1.5s ease;
}
.ct-hero-2-shape-line:is(.active) {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-hero-2-shape-line {
    left: 23.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-hero-2-shape-line {
    left: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-2-shape-line {
    left: 19%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-2-shape-line {
    left: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-shape-line {
    display: none;
  }
}
.ct-hero-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.ct-hero-2-main-img {
  display: flex;
  align-items: end;
  transform: translateY(800px);
  transition: all 1s ease;
  transition-delay: 1s;
}
.ct-hero-2-main-img:is(.active) {
  transform: translateY(0);
}
.ct-hero-2-content {
  margin-top: 50px;
}
.ct-hero-2-content:is(.active) .hero-top .rating {
  opacity: 1;
  transform: translateX(0px);
}
.ct-hero-2-content:is(.active) .hero-top .hero-title-1 {
  transform: translateX(0px);
}
.ct-hero-2-content .hero-subtitle {
  font-size: 43px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-content .hero-subtitle {
    font-size: 35px;
  }
}
.ct-hero-2-content .hero-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-content .hero-top {
    flex-wrap: wrap;
  }
}
.ct-hero-2-content .hero-top .rating {
  background-color: #eeda00;
  border-radius: 100px;
  padding: 24.5px 32px;
  transform: translateX(200px);
  opacity: 0;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-2-content .hero-top .rating {
    padding: 16px 30px;
  }
}
.ct-hero-2-content .hero-top .rating .rating-text {
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.ct-hero-2-content .hero-top .rating .rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  color: #000;
}
.ct-hero-2-content .hero-top .hero-title-1 {
  font-size: 136px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 0.8;
  font-weight: 900;
  margin-bottom: 0;
  flex: 0 0 auto;
  transform: translateX(-200px);
  transition: all 0.8s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-2-content .hero-top .hero-title-1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-2-content .hero-top .hero-title-1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-2-content .hero-top .hero-title-1 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-2-content .hero-top .hero-title-1 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .ct-hero-2-content .hero-top .hero-title-1 {
    font-size: 65px;
  }
}
.ct-hero-2-content .hero-title-2 {
  font-size: 107px;
  font-family: var(--urbanist);
  color: transparent;
  text-transform: uppercase;
  line-height: 0.85;
  font-weight: 900;
  background: var(--ct-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-2-content .hero-title-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-2-content .hero-title-2 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-2-content .hero-title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-2-content .hero-title-2 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .ct-hero-2-content .hero-title-2 {
    font-size: 60px;
  }
}
.ct-hero-2-content .hero-title-3 {
  font-size: 88px;
  font-family: var(--urbanist);
  color: #fff;
  text-transform: uppercase;
  line-height: 0.85;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-2-content .hero-title-3 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-2-content .hero-title-3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-2-content .hero-title-3 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-2-content .hero-title-3 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .ct-hero-2-content .hero-title-3 {
    font-size: 50px;
  }
}
.ct-hero-2-content .disc {
  color: rgb(255, 255, 255);
  margin-top: 10px;
  max-width: 485px;
}
.ct-hero-2-content .btn-wrap {
  margin-top: 30px;
}

/*
--- Hero_2 End ---
*/
/*
--- Hero_3 Start ---
*/
.ct-hero-3-area {
  padding: 265px 0 220px 0;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-3-area {
    overflow: hidden;
  }
}
.ct-hero-3-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 330px;
  background-color: rgba(0, 0, 0, 0.6);
  filter: blur(250px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-3-area {
    padding: 200px 0 100px 0;
  }
}
.ct-hero-3-wrap {
  position: relative;
  z-index: 2;
}
.ct-hero-3-wrap:is(.active) .ct-hero-3-subtitle {
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
}
.ct-hero-3-wrap:is(.active) .ct-hero-3-title-1 {
  clip-path: polygon(6% 0, 100% 0, 100% 81%, 0% 100%);
}
.ct-hero-3-wrap:is(.active) .ct-hero-3-title-2 {
  clip-path: polygon(6% 14%, 94% 0, 100% 100%, 0% 100%);
}
.ct-hero-3-wrap:is(.active) .ct-hero-3-service-card {
  transform: translate(0px);
}
.ct-hero-3-wrap:is(.active) .ct-hero-3-shape {
  transform: rotate(0deg);
}
.ct-hero-3-service-card {
  position: absolute;
  left: 0px;
  bottom: -310px;
  border-radius: 30px;
  background-color: rgb(26, 26, 26);
  box-shadow: 0px 0px 54px 0px rgba(18, 18, 18, 0.07);
  max-width: 345px;
  padding: 50px 40px 19px 54px;
  z-index: 2;
  transform: translateY(-200px);
  transition: all 2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-3-service-card {
    transform: translateX(-100px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-3-service-card {
    left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-3-service-card {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-3-service-card {
    position: relative;
    left: 40px;
    bottom: auto;
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .ct-hero-3-service-card {
    position: relative;
    left: 0px;
    bottom: auto;
    margin-top: 100px;
    padding: 60px 30px 19px 30px;
  }
}
.ct-hero-3-service-card .title {
  font-size: 21px;
  font-family: var(--inter);
  color: rgb(255, 255, 255);
  line-height: 1.286;
  font-weight: 900;
}
.ct-hero-3-service-card .card-icon {
  position: absolute;
  top: -40px;
  left: -40px;
  border-radius: 50%;
  background: var(--ct-gd-1);
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .ct-hero-3-service-card .card-icon {
    top: -50px;
    left: -8px;
  }
}
.ct-hero-3-service-card .card-icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-hero-3-service-card .content {
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.247);
  border-bottom: 1px solid rgba(255, 255, 255, 0.247);
  margin-top: 15px;
}
.ct-hero-3-service-card .content .item {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.ct-hero-3-service-card .content .item .icon-1 {
  border-radius: 50%;
  background: var(--ct-gd-1);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  flex: 0 0 auto;
}
.ct-hero-3-service-card .content .item .text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  flex: 0 0 auto;
  color: #fff;
}
.ct-hero-3-service-card .link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ct-hero-3-service-card .link-wrap .link {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-family: var(--inter);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.ct-hero-3-service-card .link-wrap .link:hover {
  color: var(--ct-pr-1);
  letter-spacing: 0.3px;
}
.ct-hero-3-shape {
  position: absolute;
  left: 328px;
  bottom: -110px;
  transform: rotate(-85deg);
  transform-origin: top center;
  transition: 1s var(--cube-2);
  transition-delay: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-3-shape {
    left: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-3-shape {
    bottom: 300px;
    left: auto;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .ct-hero-3-shape {
    display: none;
  }
}
.ct-hero-3-content {
  max-width: 565px;
  margin: 0 60px 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-3-content {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-3-content {
    margin: 0;
  }
}
.ct-hero-3-content .disc {
  margin-top: 15px;
  color: rgb(221, 221, 221);
}
.ct-hero-3-content .btn-wrap {
  margin-top: 22px;
}
.ct-hero-3-subtitle {
  font-size: 23px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 0 50px;
  background: var(--ct-gd-1);
  display: inline-block;
  text-transform: capitalize;
  padding: 11px 20px 8px 20px;
  clip-path: polygon(0 0, 100% 30%, 100% 30%, 0% 0%);
  transition: 500ms ease-in-out;
}
@media (max-width: 575px) {
  .ct-hero-3-subtitle {
    font-size: 18px;
    margin: 0 0 0 20px;
  }
}
.ct-hero-3-title-1 {
  font-size: 96px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0;
  background: var(--ct-gd-1);
  display: inline-block;
  text-transform: capitalize;
  padding: 1px 60px 14px 50px;
  clip-path: polygon(6% 0, 100% 0, 100% 0%, 0% 0%);
  transition: 500ms ease-in-out;
  transition-delay: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-3-title-1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-3-title-1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-3-title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-3-title-1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ct-hero-3-title-1 {
    font-size: 38px;
    padding: 1px 30px 14px 30px;
  }
}
.ct-hero-3-title-2 {
  font-size: 96px;
  font-family: var(--urbanist);
  color: rgb(20, 21, 21);
  line-height: 1;
  font-weight: 900;
  margin: -18px 0 0 0;
  background: #fff;
  display: inline-block;
  text-transform: capitalize;
  padding: 15px 50px 8px 50px;
  clip-path: polygon(6% 14%, 92% 0, 92% 0%, 0% 15%);
  transition: 500ms ease-in-out;
  transition-delay: 1s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-3-title-2 {
    font-size: 80px;
    margin: -15px 0 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-3-title-2 {
    font-size: 75px;
    margin: -15px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-3-title-2 {
    font-size: 60px;
    margin: -12px 0 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-3-title-2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ct-hero-3-title-2 {
    font-size: 38px;
    margin: -10px 0 0 0;
    padding: 10px 30px 6px 30px;
  }
}

/*
--- Hero_3 End ---
*/
/*
--- Hero_4 Start ---
*/
.ct-hero-4-area {
  background-color: #121C23;
}
.ct-hero-4-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.ct-hero-4-item {
  position: relative;
  padding: 300px 0 230px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-4-item {
    padding: 200px 0 160px 0;
  }
}
.ct-hero-4-item .main-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: all 8s ease;
  transform: scale(1.1);
}
.ct-hero-4-content {
  max-width: 615px;
  position: relative;
  z-index: 2;
}
.ct-hero-4-content .btn-wrap {
  margin-top: 40px;
}
.ct-hero-4-title {
  font-family: "Archivo";
  font-weight: 700;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-4-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-4-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-4-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-4-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .ct-hero-4-title {
    font-size: 35px;
    line-height: 38px;
  }
}
.ct-hero-4-title .primary-color {
  color: var(--ct-sd-3);
  display: inline-block !important;
}
.ct-hero-4-title .split-line {
  overflow: hidden;
}
.ct-hero-4-title .split-line > div, .ct-hero-4-title .split-line span {
  display: inline;
  transform: translateY(80px);
  transition: all 800ms ease;
  transition-delay: 0.3s;
}
.ct-hero-4-bar-shapes {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.ct-hero-4-bar-shapes .bar {
  width: 122px;
  height: 122px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-4-bar-shapes .bar {
    display: none;
  }
}
.ct-hero-4-bar-shapes .bar-1 {
  background: #32546A;
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  transition-delay: 0.7s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-4-bar-shapes .bar-1 {
    display: none;
  }
}
.ct-hero-4-bar-shapes .bar-2 {
  background: #263037;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  transition-delay: 0.7s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-4-bar-shapes .bar-2 {
    display: none;
  }
}
.ct-hero-4-bar-shapes .bar-3 {
  background: var(--ct-pr-3);
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition-delay: 0.6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-4-bar-shapes .bar-3 {
    display: none;
  }
}
.ct-hero-4-bar-shapes .bar-4 {
  background: #F6F6F6;
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  transition-delay: 0.5s;
}
.ct-hero-4-bar-shapes .bar-5 {
  background: #263037;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
  transition-delay: 0.7s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-4-bar-shapes .bar-5 {
    display: none;
  }
}
.ct-hero-4-bar-shapes .bar-6 {
  background: #32546A;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition-delay: 0.4s;
}
.ct-hero-4-bar-shapes .bar-7 {
  background: var(--ct-ac-3_1);
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 6;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
  transition-delay: 0.7s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-4-bar-shapes .bar-7 {
    display: none;
  }
}
.ct-hero-4-bar-shapes .bar-8 {
  background: #F6F6F6;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
  transition-delay: 0.5s;
}
.ct-hero-4-bar-shapes .bar-9 {
  width: 52px;
  height: 52px;
  background: #426882;
  position: absolute;
  right: 70px;
  bottom: 70px;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition-delay: 0.3s;
}
@media (max-width: 575px) {
  .ct-hero-4-bar-shapes .bar-9 {
    display: none;
  }
}
.ct-hero-4-bar-shapes .bar-10 {
  width: 36px;
  height: 36px;
  background: #6193B6;
  position: absolute;
  right: 34px;
  bottom: 34px;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition-delay: 0.2s;
}
.ct-hero-4-bar-shapes .bar-11 {
  width: 26px;
  height: 26px;
  background: #F6F6F6;
  position: absolute;
  right: 8px;
  bottom: 8px;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition-delay: 0.1s;
}
.ct-hero-4-bar-shapes .bar-12 {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 0.8s ease;
  filter: blur(5px);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
}
.ct-hero-4-shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-4-shape-left {
    display: none;
  }
}
.ct-hero-4-shape-left .shape-1 {
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1.5s ease;
  transition-delay: 0.5s;
}
.ct-hero-4-shape-left .shape-2 {
  transform: translateX(-100px);
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  transition: all 2s ease;
}
.ct-hero-4-slider {
  position: relative;
}
.ct-hero-4-slider-control {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
  gap: 24px;
  width: 56px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  z-index: 2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-hero-4-slider-control {
    left: 50px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-4-slider-control {
    top: auto;
    flex-direction: row;
    width: auto;
    padding: 20px 28px;
    height: 56px;
    background: #121c23;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-4-slider-control {
    left: 30%;
    bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-4-slider-control {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.ct-hero-4-slider-control .ct-hero-4-prev i, .ct-hero-4-slider-control .ct-hero-4-next i {
  color: #F6F6F6;
  font-size: 16px;
  transition: all 0.3s ease;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-4-slider-control .ct-hero-4-prev i, .ct-hero-4-slider-control .ct-hero-4-next i {
    transform: rotate(-90deg);
  }
}
.ct-hero-4-slider-control .ct-hero-4-prev i:hover, .ct-hero-4-slider-control .ct-hero-4-next i:hover {
  color: var(--ct-pr-3);
}
.ct-hero-4-slider-control .ct-hero-4-pagination {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-4-slider-control .ct-hero-4-pagination {
    flex-direction: row;
  }
}
.ct-hero-4-slider-control .ct-hero-4-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  background: transparent;
  opacity: 1;
  transition: all 0.4s ease;
}
.ct-hero-4-slider-control .ct-hero-4-pagination .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  background: var(--ct-pr-3);
  border-color: var(--ct-pr-3);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-item .main-img {
  transform: scale(1);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-content .ct-hero-4-title .split-line > div, .ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-content .ct-hero-4-title .split-line span {
  transform: translateY(0px);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-shape-left .shape-1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-shape-left .shape-2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-1 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-2 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-3 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-4 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-5 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-6 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-7 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-8 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-9 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-10 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-11 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.ct-hero-4-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-hero-4-bar-shapes .bar-12 {
  filter: blur(0px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

/*
--- Hero_4 End ---
*/
/*
--- Hero_5 Start ---
*/
.ct-hero-5-area {
  padding-top: 240px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-5-area {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-5-area {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .ct-hero-5-area {
    padding-top: 150px;
  }
}
.ct-hero-5-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 890px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-5-bg {
    height: 100%;
  }
}
.ct-hero-5-title {
  font-size: 72px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-5-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-5-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-5-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-5-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .ct-hero-5-title {
    font-size: 30px;
  }
}
.ct-hero-5-title .split-line {
  overflow: hidden;
}
.ct-hero-5-title .split-line > div, .ct-hero-5-title .split-line span {
  display: inline;
  transform: translateY(80px);
  transition: all 800ms ease;
  transition-delay: 0.3s;
}
.ct-hero-5-title-wrap {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ct-hero-5-title-wrap:is(.active) .ct-hero-5-title .split-line > div, .ct-hero-5-title-wrap:is(.active) .ct-hero-5-title .split-line span {
  transform: translateY(0px);
}
.ct-hero-5-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-5-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-hero-5-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-hero-5-wrap:is(.active) .hero-img img {
  transform: scale(1);
}
.ct-hero-5-wrap:is(.active) .hero-img .shapes .shape {
  transform: scaleX(0);
}
.ct-hero-5-wrap:is(.active) .hero-img-2::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.ct-hero-5-wrap .hero-img {
  position: relative;
  overflow: hidden;
}
.ct-hero-5-wrap .hero-img img {
  transform: scale(1.1);
  transition: all 5s ease;
  transition-delay: 0.6s;
}
.ct-hero-5-wrap .hero-img .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.ct-hero-5-wrap .hero-img .shapes .shape {
  background-color: #fff;
  transition: all 0.8s ease;
}
.ct-hero-5-wrap .hero-img .shapes .shape:nth-child(even) {
  transition-delay: 0.3s;
}
.ct-hero-5-mid-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ct-hero-5-mid-item .hero-img-2 {
  position: relative;
}
.ct-hero-5-mid-item .hero-img-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.3s ease;
  transition-delay: 0.3s;
}
.ct-hero-5-mid-content {
  background: var(--ct-gd-2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 30px 50px;
}
@media (max-width: 575px) {
  .ct-hero-5-mid-content {
    padding: 35px 30px;
  }
}
.ct-hero-5-mid-content .hero-subtitle {
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
.ct-hero-5-mid-content .title {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-5-mid-content .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-hero-5-mid-content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ct-hero-5-mid-content .title {
    font-size: 28px;
  }
}

/*
--- Hero_5 End ---
*/
/*
--- Feature-1 Start ---
*/
.ct-feature-1-area {
  padding: 100px 0 108px 0;
}
.ct-feature-1-area .section-title-wrap {
  max-width: 815px;
  margin: 0 auto;
  text-align: center;
}
.ct-feature-1-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-feature-1-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-feature-1-card .card-img {
  border-radius: 30px;
  overflow: hidden;
}
.ct-feature-1-card .card-img img {
  transition: all 0.6s ease;
}
.ct-feature-1-card .content {
  margin-top: -50px;
  position: relative;
  text-align: center;
  padding: 0 35px;
}
@media (max-width: 575px) {
  .ct-feature-1-card .content {
    padding: 0 25px;
  }
}
.ct-feature-1-card .content .icon {
  border-radius: 50%;
  background: var(--ct-gd-1);
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ct-feature-1-card .content .icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-feature-1-card .content .title {
  font-size: 27px;
  font-weight: 900;
  color: rgb(28, 28, 28);
  line-height: 1.25;
  margin-top: 20px;
}
.ct-feature-1-card .content .disc {
  color: rgb(115, 115, 115);
  margin-top: 8px;
}
.ct-feature-1-card:hover .card-img img {
  transform: rotate(-4deg) scale(1.1);
}

/*
--- Feature-1 End ---
*/
/*
--- Feature-4 Start ---
*/
.ct-feature-4-area {
  padding: 140px 0;
  overflow: hidden;
}
.ct-feature-4-main-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.ct-feature-4-main-wrap:is(.with-services-2) .ct-feature-4-main-img::after {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(246, 246, 246, 0) 100%);
}
.ct-feature-4-main-wrap:is(.with-services-2) .ct-feature-4-main-img::before {
  background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #FFFFFF 100%);
}
.ct-feature-4-main-wrap:is(.with-services-2) .ct-feature-4-shape-1 {
  background: var(--ct-gd-3);
  opacity: 0.04;
  right: 29px;
}
.ct-feature-4-main-wrap:is(.with-services-2) .ct-feature-4-shape-2, .ct-feature-4-main-wrap:is(.with-services-2) .ct-feature-4-shape-3, .ct-feature-4-main-wrap:is(.with-services-2) .ct-feature-4-shape-4 {
  background: #EDF1F4;
  opacity: 0.4;
}
.ct-feature-4-main-img {
  position: absolute;
  left: 0;
  bottom: -156px;
  z-index: -1;
}
.ct-feature-4-main-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
}
.ct-feature-4-main-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 100%;
  background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
}
.ct-feature-4-shape-1 {
  position: absolute;
  width: 152px;
  height: 152px;
  background: #FFFFFF;
  top: 20px;
  right: 0px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-4-shape-1 {
    display: none;
  }
}
.ct-feature-4-shape-2 {
  position: absolute;
  width: 128px;
  height: 128px;
  background: #FFFFFF;
  right: 40.42%;
  bottom: 0px;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-feature-4-shape-2 {
    right: 38.2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-feature-4-shape-2 {
    right: 36.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-feature-4-shape-2 {
    right: 42.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-4-shape-2 {
    display: none;
  }
}
.ct-feature-4-shape-3 {
  position: absolute;
  width: 128px;
  height: 128px;
  background: #FFFFFF;
  right: 23.96%;
  bottom: 152px;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-feature-4-shape-3 {
    right: 18.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-feature-4-shape-3 {
    right: 14%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-feature-4-shape-3 {
    right: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-4-shape-3 {
    display: none;
  }
}
.ct-feature-4-shape-4 {
  position: absolute;
  width: 152px;
  height: 152px;
  background: #FFFFFF;
  right: 152px;
  bottom: -35px;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-4-shape-4 {
    display: none;
  }
}
.ct-feature-4-title-wrap {
  max-width: 860px;
  margin-bottom: 28px;
}
.ct-feature-4-wrap {
  max-width: 948px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-feature-4-wrap {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-4-wrap {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 40px;
  }
}
.ct-feature-4-wrap:is(.active) .ct-feature-4-item:nth-child(2) {
  transform: translateY(0px);
}
.ct-feature-4-wrap:is(.active) .ct-feature-4-item:nth-child(3) {
  transform: translateY(0px);
}
.ct-feature-4-item {
  background-color: #E7E9EE;
  padding: 40px;
  transition: transform 1.2s ease, background-color 0.4s ease;
}
.ct-feature-4-item:nth-child(1) {
  margin-top: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-4-item:nth-child(1) {
    margin-top: 0;
  }
}
.ct-feature-4-item:nth-child(2) {
  transform: translateY(160px);
  transition-delay: translate 0.4s;
}
.ct-feature-4-item:nth-child(3) {
  align-self: flex-start;
  transform: translateY(320px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-4-item:nth-child(3) {
    align-self: auto;
  }
}
.ct-feature-4-item:is(.active) {
  background-color: var(--ct-ac-3);
}
.ct-feature-4-item:is(.active) .title {
  color: #fff;
  transition: all 0.4s ease;
}
.ct-feature-4-item:is(.active) .disc {
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.ct-feature-4-item:is(.active) .icon svg {
  animation: bounceIn 0.8s linear;
}
.ct-feature-4-item:is(.active) .icon svg path {
  fill: #fff;
}
.ct-feature-4-item:is(.with-pr-font) .title {
  font-family: var(--urbanist);
}
.ct-feature-4-item:is(.with-pr-font) .disc {
  font-family: var(--urbanist);
}
.ct-feature-4-item .icon {
  display: inline-block;
  margin-bottom: 34px;
}
.ct-feature-4-item .icon svg path {
  fill: #000000;
  transition: all 0.4s ease;
}
.ct-feature-4-item .title {
  font-size: 24px;
  line-height: 28px;
}
.ct-feature-4-item .disc {
  margin-top: 24px;
}

/*
--- Feature-4 End ---
*/
/*
--- Feature-5 Start ---
*/
.ct-feature-5-area {
  padding: 60px 0 80px 0;
  overflow: hidden;
}
.ct-feature-5-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-feature-5-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-feature-5-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.ct-feature-5-wrap:is(.active) .ct-feature-5-card {
  box-shadow: none;
}
.ct-feature-5-wrap:is(.active) .ct-feature-5-card:nth-child(1) {
  transform: translateX(0px);
}
.ct-feature-5-wrap:is(.active) .ct-feature-5-card:nth-child(3) {
  transform: translateX(0px);
}
.ct-feature-5-card {
  border-radius: 20px;
  background-color: rgb(234, 238, 237);
  padding: 30px 40px;
  position: relative;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  transition: all 1s ease;
}
.ct-feature-5-card:nth-child(1) {
  transform: translateX(255px);
  z-index: 3;
}
.ct-feature-5-card:nth-child(2) {
  z-index: 2;
}
.ct-feature-5-card:nth-child(3) {
  transform: translateX(-260px);
}
@media (max-width: 575px) {
  .ct-feature-5-card {
    padding: 30px 25px;
  }
}
.ct-feature-5-card .number {
  position: absolute;
  top: 22px;
  right: 25px;
  font-size: 110px;
  color: rgba(110, 110, 110, 0.11);
  font-weight: 800;
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-feature-5-card .number {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-feature-5-card .number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-feature-5-card .number {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .ct-feature-5-card .number {
    font-size: 60px;
  }
}
.ct-feature-5-card .title {
  font-size: 28px;
  color: rgb(37, 38, 40);
  line-height: 1.25;
  font-weight: 900;
}
.ct-feature-5-card .disc {
  color: rgb(110, 110, 110);
  line-height: 28px;
  margin-top: 15px;
}

/*
--- Feature-5 End ---
*/
/*
--- Services_1 Start ---
*/
.ct-services-1-area {
  padding: 96px 0 110px 0;
  overflow: hidden;
}
.ct-services-1-area .section-title-wrap {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.ct-services-1-wrap {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-1-wrap {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 35px auto 0;
  }
}
.ct-services-1-left {
  position: relative;
}
.ct-services-1-left .main-img {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.ct-services-1-left .user {
  position: absolute;
  left: 38px;
  bottom: 40px;
  display: grid;
  grid-template-columns: 72px auto;
  gap: 12px;
  align-items: center;
}
.ct-services-1-left .user .user-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.ct-services-1-left .user .name {
  font-size: 27px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.3;
}
.ct-services-1-left .user .designation {
  border-radius: 14px;
  background: var(--ct-gd-1);
  padding: 5px 10px 5px 40px;
  font-size: 15px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  transform: translateX(-40px);
  display: inline-block;
}
.ct-services-1-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-1-right {
    gap: 25px;
  }
}
.ct-services-1-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  border-radius: 70px;
  padding: 26px 39px 26px 33px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-services-1-card {
    border-radius: 50px;
  }
}
@media (max-width: 575px) {
  .ct-services-1-card {
    border-radius: 20px;
    padding: 25px;
  }
}
.ct-services-1-card .left {
  max-width: 452px;
  display: grid;
  grid-template-columns: 90px auto;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-services-1-card .left {
    max-width: 390px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-1-card .left {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.ct-services-1-card .left .icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(235, 245, 255);
}
.ct-services-1-card .left .icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-services-1-card .left .title {
  font-size: 26px;
  color: rgb(0, 0, 0);
  font-weight: 800;
  line-height: 1.2;
}
.ct-services-1-card .left .disc {
  font-size: 17px;
  color: rgb(115, 115, 115);
  line-height: 25px;
  margin-top: 5px;
}
.ct-services-1-card .link {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(249, 249, 249);
  font-size: 17px;
  color: #000;
  position: relative;
  transition: all 0.4s ease;
}
.ct-services-1-card .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--ct-gd-1);
  transform: scale(0);
  transition: all 0.4s ease;
}
.ct-services-1-card .link i {
  position: relative;
  z-index: 2;
}
.ct-services-1-card .link:hover {
  color: #fff;
}
.ct-services-1-card .link:hover::after {
  transform: scale(1);
}

/*
--- Services_1 End ---
*/
/*
--- Services_2 Start ---
*/
.ct-services-2-area {
  padding: 125px 0 90px 0;
  background-color: #f5f9fc;
}
.ct-services-2-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px 55px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-2-top {
    grid-template-columns: 1fr;
  }
}
.ct-services-2-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-services-2-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-2-wrap {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 50px auto 0;
  }
}
.ct-services-2-card .main-icon {
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
}
.ct-services-2-card .main-icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-services-2-card .title {
  margin-top: 16px;
  font-size: 24px;
  color: rgb(49, 49, 49);
  font-weight: 800;
  line-height: 1.25;
}
.ct-services-2-card .link-icon {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 38px;
  height: 38px;
  font-size: 16px;
  transition: all 0.4s ease;
  position: relative;
}
.ct-services-2-card .link-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--ct-gd-1);
  transform: scale(0);
  transition: all 0.4s ease;
}
.ct-services-2-card .link-icon i {
  color: #000;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.ct-services-2-card .link-icon:hover::after {
  transform: scale(1);
}
.ct-services-2-card .link-icon:hover i {
  color: #fff;
  transform: rotate(-45deg);
}

/*
--- Services_2 End ---
*/
/*
--- Forensic Services_2 Start ---
*/
.ct-for-services-2-divider {
  background-color: rgb(240, 240, 240);
  max-width: 1250px;
  height: 1px;
  margin: 0 auto;
}

.ct-for-services-2-wrap:is(.active) .ct-for-services-2-img {
  transform: translateX(0px);
}
.ct-for-services-2-img {
  margin-left: -252px;
  transform: translateX(-100px);
  transition: all 2.2s ease;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-for-services-2-img {
    margin-left: -135px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-for-services-2-img {
    margin-left: -55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-for-services-2-img {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-for-services-2-img {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-for-services-2-content {
    margin: 0 auto;
  }
}
.ct-for-services-2-content .disc {
  color: rgb(113, 113, 113);
  margin-top: 20px;
}
.ct-for-services-2-content .feature {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
}
.ct-for-services-2-content .feature .feature-img {
  box-shadow: 0px 0px 54px 0px rgba(18, 18, 18, 0.07);
  border-radius: 20px;
  overflow: hidden;
}
.ct-for-services-2-content .feature ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ct-for-services-2-content .feature ul li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
}
.ct-for-services-2-content .feature ul li .icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
  color: #fff;
  font-size: 14px;
  transform: translateY(-1px);
  flex: 0 0 auto;
}
.ct-for-services-2-content .btn-wrap {
  margin-top: 45px;
}
@media (max-width: 575px) {
  .ct-for-services-2-content .btn-wrap {
    margin-top: 30px;
  }
}

/*
--- Forensic Services_2 End ---
*/
/*
--- Services_3 Start ---
*/
.ct-services-3-area {
  padding: 160px 0 120px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-3-area {
    padding: 100px 0;
  }
}
.ct-services-3-title-wrap {
  text-align: center;
}
.ct-services-3-title {
  font-size: 60px;
  font-family: var(--urbanist);
  color: rgb(20, 19, 19);
  font-weight: 700;
  line-height: 1.167;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-services-3-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-services-3-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-services-3-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-services-3-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .ct-services-3-title {
    font-size: 30px;
  }
}
.ct-services-3-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-3-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-services-3-card {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px 30px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  padding: 55px 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-3-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .ct-services-3-card {
    padding: 40px 25px;
  }
}
.ct-services-3-card .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
}
.ct-services-3-card .title {
  font-size: 30px;
  font-family: var(--urbanist);
  color: rgb(49, 49, 49);
  line-height: 1.2;
}
.ct-services-3-card .disc {
  font-size: 17px;
  color: rgb(115, 115, 115);
  line-height: 1.471;
  margin-top: 12px;
}
.ct-services-3-card:hover .icon img {
  animation: bounceIn 0.8s linear;
}

/*
--- Services_3 End ---
*/
/*
--- Services_4 Start ---
*/
.ct-services-4-area {
  padding: 150px 0 140px 0;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-area {
    padding: 120px 0;
  }
}
.ct-services-4-main-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.ct-services-4-title-wrap {
  max-width: 650px;
  margin-bottom: 55px;
}
.ct-services-4-title-wrap:is(.with-inner-page) {
  max-width: 680px;
}
.ct-services-4-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 96px 32px;
  margin-bottom: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-services-4-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-wrap {
    grid-template-columns: 1fr;
    gap: 60px 32px;
  }
}
.ct-services-4-item {
  position: relative;
  transform: translateX(100px);
  transition: all 0.5s ease;
}
.ct-services-4-item:is(.active) {
  transform: translate(0px);
}
.ct-services-4-item:nth-child(2) {
  margin-top: 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-item:nth-child(2) {
    margin-top: 0;
  }
}
.ct-services-4-item:nth-child(3) {
  margin-top: 192px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-item:nth-child(3) {
    margin-top: 0;
  }
}
.ct-services-4-item:nth-child(4) {
  margin-top: -192px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-item:nth-child(4) {
    margin-top: 0;
  }
}
.ct-services-4-item:nth-child(5) {
  margin-top: -96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-item:nth-child(5) {
    margin-top: 0;
  }
}
.ct-services-4-item::after {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  left: 20px;
  top: 20px;
  background: #E7E9EE;
  z-index: -1;
}
.ct-services-4-item:is(.with-pr-font) .content .title {
  font-family: var(--urbanist);
}
.ct-services-4-item:is(.with-pr-font) .content .disc {
  font-family: var(--urbanist);
}
.ct-services-4-item .icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.ct-services-4-item .icon svg path {
  fill: var(--ct-pr-3);
}
.ct-services-4-item .content {
  margin: 20px 0 0 68px;
}
@media (max-width: 575px) {
  .ct-services-4-item .content {
    margin: 20px 0 0 48px;
  }
}
.ct-services-4-item .content .title {
  font-size: 28px;
  line-height: 32px;
  color: #202020;
}
.ct-services-4-item .content .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: 0.4s var(--cube-1);
  -webkit-transition: 0.4s var(--cube-1);
}
.ct-services-4-item .content .title a:hover {
  background-size: 100% 1px;
}
.ct-services-4-item .content .disc {
  margin-top: 14px;
}
.ct-services-4-item:hover .icon svg {
  animation: bounceIn 1s linear;
}
.ct-services-4-divider {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.ct-services-4-bottom-cont {
  padding: 32px 0;
  text-align: center;
}
.ct-services-4-bottom-cont .disc {
  color: #202020;
  margin-bottom: 8px;
}
.ct-services-4-bottom-cont .link {
  color: var(--ct-pr-3);
  font-family: var(--archivo);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration-line: underline;
  display: inline-block;
  transition: all 0.4s ease;
}
.ct-services-4-bottom-cont .link:hover {
  letter-spacing: 0.3px;
}
.ct-services-4-shapes {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-services-4-shapes:is(.active) .shape-1 {
  opacity: 1;
  transform: translate(0px);
}
.ct-services-4-shapes:is(.active) .shape-2 {
  opacity: 1;
  transform: translate(0px);
}
.ct-services-4-shapes:is(.active) .shape-3 {
  opacity: 1;
  transform: translate(0px);
}
.ct-services-4-shapes .shape {
  width: 122px;
  height: 122px;
  background: #F0F0F0;
}
.ct-services-4-shapes .shape-1 {
  position: absolute;
  right: 244px;
  top: 94px;
  transform: translate(122px, -122px);
  transition: transform 1s ease, opacity 0.2s ease;
  opacity: 0;
  transition-delay: 1.1s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-shapes .shape-1 {
    display: none;
  }
}
.ct-services-4-shapes .shape-2 {
  width: 122px;
  height: 122px;
  background: #B3FC6A;
  position: absolute;
  top: -28px;
  right: 122px;
  transform: translate(122px, -122px);
  transition: transform 1s ease, opacity 0.2s ease;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-shapes .shape-2 {
    display: none;
  }
}
.ct-services-4-shapes .shape-3 {
  position: absolute;
  top: 94px;
  right: 0;
  transform: translate(-122px, -122px);
  transition: transform 1s ease, opacity 0.2s ease;
  opacity: 0;
  transition-delay: 1.1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-shapes .shape-3 {
    display: none;
  }
}
.ct-services-4-shapes .shape-4 {
  position: absolute;
  top: -150px;
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-4-shapes .shape-4 {
    display: none;
  }
}

@keyframes svgAnimation {
  0% {
    stroke-dashoffset: 2500;
    fill: #000;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill: var(--ct-pr-3);
  }
}
/*
--- Services_4 End ---
*/
/*
--- Services_5 Start ---
*/
.ct-services-5-area {
  background-color: #EDF1F4;
  padding: 140px 0;
}
.ct-services-5-title-wrap {
  max-width: 640px;
}
.ct-services-5-wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-5-wrap {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
}
.ct-services-5-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 22px;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  border-radius: 70px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-services-5-card {
    border-radius: 50px;
  }
}
@media (max-width: 575px) {
  .ct-services-5-card {
    border-radius: 20px;
    padding: 25px;
  }
}
.ct-services-5-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-3);
  transition: all 0.6s ease;
  opacity: 0;
}
.ct-services-5-card .left {
  max-width: 475px;
  display: grid;
  grid-template-columns: 88px auto;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-services-5-card .left {
    max-width: 390px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-5-card .left {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.ct-services-5-card .left .icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EDF1F4;
}
.ct-services-5-card .left .icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-services-5-card .left .title {
  font-size: 26px;
  color: #1c1c1c;
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.4s ease;
}
.ct-services-5-card .left .disc {
  font-size: 16px;
  color: #717171;
  line-height: 26px;
  margin-top: 5px;
  transition: all 0.4s ease;
}
.ct-services-5-card .link {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f9f9f9;
  font-size: 17px;
  color: #000;
  position: relative;
  transition: all 0.4s ease;
  z-index: 2;
}
.ct-services-5-card .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--ct-gd-1);
  transform: scale(0);
  transition: all 0.4s ease;
}
.ct-services-5-card .link i {
  position: relative;
  z-index: 2;
}
.ct-services-5-card .link:hover {
  color: #fff;
}
.ct-services-5-card .link:hover::after {
  transform: scale(1);
}
.ct-services-5-card:hover::after {
  opacity: 1;
}
.ct-services-5-card:hover .left .title {
  color: #fff;
}
.ct-services-5-card:hover .left .disc {
  color: #fff;
}

/*
--- Services_5 End ---
*/
/*
--- Service_Details Start ---
*/
.ct-services-hero-area {
  position: relative;
  padding: 216px 0 80px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-services-hero-area {
    padding: 180px 0 80px 0;
  }
}
@media (max-width: 575px) {
  .ct-services-hero-area {
    padding: 140px 0 80px 0;
  }
}
.ct-services-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 664px;
  background-color: var(--ct-inner-color-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) {
  .ct-services-hero-bg {
    height: 550px;
  }
}
.ct-services-hero-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.42fr;
  gap: 50px 32px;
  margin-top: 92px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-hero-wrap {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.ct-services-hero-left {
  padding: 40px 0 70px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-hero-left {
    padding: 0px;
    gap: 10px;
  }
}
.ct-services-hero-left .disc {
  font-weight: 400;
  color: #717171;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-services-hero-left .disc {
    color: #fff;
  }
}
.ct-services-hero-right {
  position: relative;
}
.ct-services-hero-right:is(.active)::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.ct-services-hero-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.3s ease;
  transition-delay: 0.3s;
}
.ct-services-hero-breadcrumb {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  transition: all 0.4s ease;
}
.ct-services-hero-breadcrumb::after {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ct-inner-back-color);
  transition: all 0.4s ease;
}
.ct-services-hero-breadcrumb:hover {
  color: var(--ct-inner-back-color);
}

.ct-sd-area {
  overflow: hidden;
  padding-bottom: 180px;
}

.ct-sd-wrap p {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #717171;
  margin-bottom: 20px;
}
.ct-sd-wrap h4 {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #1C1C1C;
  margin: 50px 0 25px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-sd-wrap h4 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .ct-sd-wrap h4 {
    font-size: 26px;
  }
}
.ct-sd-wrap ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-left: 30px;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1C1C1C;
}
.ct-sd-wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ct-sd-wrap ul li::after {
  content: "";
  position: absolute;
  background: url("../img/sd-check-icon.svg");
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}
.ct-sd-feature {
  display: grid;
  grid-template-columns: 1.21fr 1fr;
  gap: 35px 26px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-sd-feature {
    grid-template-columns: 1fr;
  }
}
.ct-sd-feature .feature-img {
  border-radius: 4px;
  overflow: hidden;
}
.ct-sd-video {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 55px -154px 40px -154px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-sd-video {
    margin: 55px 0px 40px 0px;
  }
}
@media (max-width: 575px) {
  .ct-sd-video {
    height: 350px;
  }
}
.ct-sd-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ct-sd-video .popup-video {
  position: absolute;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-sd-video .popup-video {
    width: 60px;
    height: 60px;
  }
}
.ct-sd-video .popup-video .icon {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: var(--ct-play-color-1);
}
.ct-sd-video .popup-video::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.2;
  animation: ct-plybtn-1 2s linear infinite;
}
.ct-sd-video .popup-video::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  animation: ct-plybtn-1 4s linear infinite;
}
.ct-sd-review-wrap h4 {
  letter-spacing: -1px;
}
.ct-sd-review-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-sd-review-card-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-sd-review-card {
  padding: 40px 32px;
  background: #F6F6F6;
  border-radius: 12px;
}
.ct-sd-review-card .disc {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.88);
  margin: 28px 0 0 0;
}
.ct-sd-review-client {
  display: grid;
  grid-template-columns: 64px auto;
  gap: 12px;
  align-items: center;
}
.ct-sd-review-client .client-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.ct-sd-review-client .client-cont .name {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.ct-sd-review-client .client-cont .position {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.ct-sd-review-rating {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ct-sd-review-rating i {
  font-size: 16px;
  color: var(--ct-rating-star-color);
}
.ct-sd-faq-wrap .accordion .accordion-item {
  background-color: #fff;
  border-top: 1px solid #DFE1E5;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ct-sd-faq-wrap .accordion .accordion-item:nth-child(1) {
  border-radius: 0px;
}
.ct-sd-faq-wrap .accordion .accordion-item:last-child {
  border-bottom: 1px solid #DFE1E5;
  border-radius: 0px;
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  padding: 32px 0;
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
  transform: rotate(90deg);
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon svg path {
  fill: var(--ct-pr-3);
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button .icon {
  margin-right: 28px;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button .icon {
    margin-right: 12px;
  }
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-header .accordion-button .icon svg path {
  fill: #000;
  transition: all 0.4s ease;
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0 0 28px 0;
}
.ct-sd-faq-wrap .accordion .accordion-item .accordion-body p {
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(113, 113, 113, 0.72);
  margin-bottom: 0;
}

/*
--- Service_Details End ---
*/
/*
--- About-1 Start ---
*/
.ct-about-1-area {
  padding: 140px 0 115px 0;
}
.ct-about-1-wrap {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 64px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-1-wrap {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.ct-about-1-left {
  position: relative;
}
.ct-about-1-left .disc {
  margin-top: 25px;
  color: rgb(113, 113, 113);
}
.ct-about-1-left ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 34px;
}
.ct-about-1-left ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
}
.ct-about-1-left ul li .icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
  color: #fff;
  font-size: 14px;
  transform: translateY(-1px);
  flex: 0 0 auto;
}
.ct-about-1-left .btn-wrap {
  margin-top: 40px;
}
.ct-about-1-right {
  position: relative;
}
.ct-about-1-right .certificate {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-about-1-right .certificate {
    left: -30px;
  }
}
@media (max-width: 575px) {
  .ct-about-1-right .certificate {
    left: 0px;
    max-width: 100px;
  }
}
.ct-about-1-right .main-img {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.ct-about-1-right .content {
  position: absolute;
  left: 35px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
}
@media (max-width: 575px) {
  .ct-about-1-right .content {
    left: 20px;
    bottom: 40px;
    max-width: 250px;
  }
}
.ct-about-1-right .content .content-text {
  background: var(--ct-gd-1);
  padding: 12px 30px;
  border-radius: 100px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-family: var(--inter);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .ct-about-1-right .content .content-text {
    font-size: 25px;
  }
}
.ct-about-1-right .content .content-text .small-text {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .ct-about-1-right .content .content-text .small-text {
    font-size: 18px;
  }
}

.ct-about-1-bottom .about-card {
  border: 4px solid rgba(228, 228, 227, 0.43);
  border-radius: 20px;
  background-color: rgba(242, 0, 233, 0);
  padding: 33px 27px 33px 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-1-bottom .about-card {
    flex-wrap: wrap;
  }
}
.ct-about-1-bottom .about-card .card-img {
  max-width: 119px;
  border-radius: 60px;
  overflow: hidden;
  flex: 0 0 auto;
}
.ct-about-1-bottom .about-card .card-img img {
  transition: all 0.6s ease;
}
.ct-about-1-bottom .about-card .mid-content {
  max-width: 225px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-1-bottom .about-card .mid-content {
    max-width: 300px;
  }
}
.ct-about-1-bottom .about-card .mid-content .title {
  font-size: 35px;
  color: rgb(0, 0, 0);
  line-height: 1.286;
  font-weight: 900;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-1-bottom .about-card .mid-content .title {
    font-size: 30px;
  }
}
.ct-about-1-bottom .about-card .mid-content .card-btn {
  display: inline-flex;
  margin-top: 35px;
  align-items: center;
  gap: 10px;
}
.ct-about-1-bottom .about-card .mid-content .card-btn .btn-text {
  font-size: 17px;
  font-family: var(--urbanist);
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1.2;
  background: var(--ct-gd-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
  margin-left: -27px;
}
.ct-about-1-bottom .about-card .mid-content .card-btn .btn-icon-2, .ct-about-1-bottom .about-card .mid-content .card-btn .btn-icon-1 {
  font-size: 17px;
  background: var(--ct-gd-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
}
.ct-about-1-bottom .about-card .mid-content .card-btn .btn-icon-1 {
  opacity: 0;
}
.ct-about-1-bottom .about-card .mid-content .card-btn:hover .btn-text {
  margin-left: 0;
}
.ct-about-1-bottom .about-card .mid-content .card-btn:hover .btn-icon-1 {
  opacity: 1;
}
.ct-about-1-bottom .about-card .mid-content .card-btn:hover .btn-icon-2 {
  opacity: 0;
}
.ct-about-1-bottom .about-card ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 auto;
}
.ct-about-1-bottom .about-card ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 0 0 auto;
}
.ct-about-1-bottom .about-card ul li .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #eeeeee;
  font-size: 14px;
  color: #00c3ff;
  flex: 0 0 auto;
}
.ct-about-1-bottom .about-card ul li .text {
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.ct-about-1-bottom .about-card:hover .card-img img {
  transform: scale(1.08);
}
.ct-about-1-bottom .about-info blockquote {
  font-size: 40px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-about-1-bottom .about-info blockquote {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .ct-about-1-bottom .about-info blockquote {
    font-size: 30px;
  }
}
.ct-about-1-bottom .about-info blockquote .gradient-text {
  background: var(--ct-gd-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-about-1-bottom .about-info .about-achive {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  padding: 17.5px 0 17.5px 50px;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .ct-about-1-bottom .about-info .about-achive {
    flex-wrap: wrap;
    border-radius: 20px;
    gap: 20px;
  }
}
.ct-about-1-bottom .about-info .about-achive .icon-main {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--ct-gd-1);
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px;
}
.ct-about-1-bottom .about-info .about-achive .icon-main:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-about-1-bottom .about-info .about-achive .award .number {
  font-size: 40px;
  color: rgb(40, 40, 40);
  line-height: 1;
  font-weight: 900;
}
.ct-about-1-bottom .about-info .about-achive .award .text {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(40, 40, 40);
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.ct-about-1-bottom .about-info .about-achive .rating {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: var(--ct-gd-1);
  border-radius: 0 100px 100px 0;
  padding: 10px 65px 10px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 575px) {
  .ct-about-1-bottom .about-info .about-achive .rating {
    position: static;
    padding: 10px 30px;
    border-radius: 100px;
  }
}
.ct-about-1-bottom .about-info .about-achive .rating .text {
  font-size: 16px;
  font-family: var(--urbanist);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.ct-about-1-bottom .about-info .about-achive .rating .rating-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
}

/*
--- About-1 End ---
*/
/*
--- About-2 Start ---
*/
.ct-about-2-area {
  padding: 140px 0 0px 0;
}
.ct-about-2-wrap {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 64px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-2-wrap {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.ct-about-2-left {
  position: relative;
}
.ct-about-2-left .disc {
  margin-top: 25px;
  color: rgb(113, 113, 113);
}
.ct-about-2-right {
  position: relative;
}
.ct-about-2-right .certificate {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-about-2-right .certificate {
    left: -30px;
  }
}
@media (max-width: 575px) {
  .ct-about-2-right .certificate {
    left: 0px;
    max-width: 100px;
  }
}
.ct-about-2-right .main-img {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.ct-about-2-feature {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 204px auto;
  gap: 30px 36px;
  align-items: center;
}
@media (max-width: 575px) {
  .ct-about-2-feature {
    grid-template-columns: 1fr;
  }
}
.ct-about-2-feature .img-wrap {
  max-width: 204px;
  border-radius: 20px;
  overflow: hidden;
}
.ct-about-2-feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-2-feature ul {
    grid-template-columns: 1fr;
  }
}
.ct-about-2-feature ul li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
}
.ct-about-2-feature ul li .icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
  color: #fff;
  font-size: 14px;
  transform: translateY(-1px);
  flex: 0 0 auto;
}
.ct-about-2-feature .feature-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 25px;
}
.ct-about-2-feature .feature-bottom .trustpilot .title {
  font-size: 16px;
  color: rgb(17, 17, 17);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.ct-about-2-feature .feature-bottom .trustpilot .title i {
  color: #23a66f;
}
.ct-about-2-feature .feature-bottom .trustpilot .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.ct-about-2-feature .feature-bottom .trustpilot .rating .icon {
  background-color: #23a66f;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ct-about-2-btn {
  display: inline-block;
  padding: 14px 38px;
  border: 1px solid var(--ct-pr-1);
  border-radius: 100px;
  transition: all 0.4s ease;
}
.ct-about-2-btn .btn-text {
  font-size: 14px;
  font-family: var(--urbanist);
  color: var(--ct-pr-1);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.ct-about-2-btn:hover {
  background-color: var(--ct-pr-1);
}
.ct-about-2-btn:hover .btn-text {
  color: #fff;
}

/*
--- About-2 End ---
*/
/*
--- About-3 Start ---
*/
.ct-about-3-area {
  padding: 180px 0 165px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-3-area {
    padding: 120px 0;
  }
}
.ct-about-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.38fr;
  gap: 60px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-3-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-about-3-left {
  max-width: 600px;
}
.ct-about-3-left .disc {
  color: rgb(113, 113, 113);
  margin-top: 10px;
}
.ct-about-3-left .btn-wrap {
  margin-top: 45px;
}
.ct-about-3-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-3-feature {
    gap: 30px 40px;
  }
}
.ct-about-3-item {
  display: grid;
  grid-template-columns: 52px auto;
  gap: 15px 20px;
  max-width: 200px;
}
.ct-about-3-item .icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ct-gd-1);
  border-radius: 50%;
}
.ct-about-3-item .icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-about-3-item .number {
  font-size: 57px;
  color: rgb(25, 25, 23);
  font-weight: 800;
  line-height: 0.8;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-3-item .number {
    font-size: 50px;
  }
}
.ct-about-3-item .title {
  font-size: 19px;
  color: rgb(55, 55, 51);
  line-height: 22px;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
}
.ct-about-3-right {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-about-3-right {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .ct-about-3-right {
    grid-template-columns: 1fr;
  }
}
.ct-about-3-right .main-img {
  overflow: hidden;
  border-radius: 20px;
}
.ct-about-3-right .img-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 575px) {
  .ct-about-3-right .img-group {
    gap: 30px;
  }
}
.ct-about-3-right .img-group .img-2 {
  box-shadow: 0px 0px 68px 0px rgba(18, 18, 18, 0.13);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  background-color: #f7f9fb;
}
.ct-about-3-po-wrap {
  position: relative;
  overflow: hidden;
}
.ct-about-3-po-wrap .img-3 {
  overflow: hidden;
  border-radius: 20px;
}
.ct-about-3-po-wrap .popup-video {
  position: absolute;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-3-po-wrap .popup-video {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
}

/*
--- About-3 End ---
*/
/*
--- About-4 Start ---
*/
.ct-about-4-area {
  background: rgba(255, 115, 61, 0.08);
  overflow: hidden;
}
.ct-about-4-main-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.ct-about-4-main-wrap::after {
  content: "";
  position: absolute;
  width: 1056px;
  height: 595px;
  left: 0;
  top: 0px;
  background: #FFFFFF;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-about-4-main-wrap::after {
    width: 800px;
    height: 650px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-about-4-main-wrap::after {
    width: 672px;
    height: 600px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-main-wrap::after {
    display: none;
  }
}
.ct-about-4-main-wrap:is(.active) .ct-about-4-shape-2 {
  transform: translate(0px, 0px);
}
.ct-about-4-main-wrap:is(.active) .ct-about-4-shape-3 {
  opacity: 1;
  transform: translate(0px, 0px);
}
.ct-about-4-main-wrap:is(.active) .ct-about-4-shape-4 {
  transform: translate(0px, 0px);
}
.ct-about-4-main-wrap:is(.active) .ct-about-4-shape-5 {
  opacity: 1;
  transform: translate(0px, 0px);
}
.ct-about-4-shape-1 {
  position: absolute;
  width: 56px;
  height: 55px;
  left: 0px;
  top: 0px;
  background: #F6F6F6;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-shape-1 {
    display: none;
  }
}
.ct-about-4-shape-2 {
  position: absolute;
  width: 56px;
  height: 55px;
  left: 56px;
  top: 55px;
  background: #F6F6F6;
  z-index: 2;
  transform: translate(-56px, -55px);
  transition: all 1s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-shape-2 {
    display: none;
  }
}
.ct-about-4-shape-3 {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 136px;
  top: 28px;
  background: #F6F6F6;
  transform: translate(54px, 54px);
  transition: transform 1s ease, opacity 0.5s ease;
  transition-delay: 1.1s;
  opacity: 0;
}
.ct-about-4-shape-4 {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 82px;
  top: 82px;
  background: #F6F6F6;
  transform: translate(54px, -54px);
  transition: all 1s ease;
}
.ct-about-4-shape-5 {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 28px;
  top: 136px;
  background: #F6F6F6;
  transform: translate(-54px, -54px);
  transition: transform 1s ease, opacity 0.5s ease;
  transition-delay: 1.1s;
  opacity: 0;
}
@media (max-width: 575px) {
  .ct-about-4-shape-5 {
    display: none;
  }
}
.ct-about-4-shape-6 {
  position: absolute;
  width: 82px;
  height: 82px;
  right: 0px;
  top: 0px;
  background: #F6F6F6;
}
.ct-about-4-wrap {
  padding: 130px 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-wrap {
    padding: 150px 0 80px 0;
  }
}
.ct-about-4-wrap .about-left-side {
  max-width: 592px;
  display: flex;
  flex-direction: column;
  gap: 160px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-about-4-wrap .about-left-side {
    max-width: 510px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-wrap .about-left-side {
    gap: 60px;
  }
}
.ct-about-4-main-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-about-4-main-img {
    max-width: 800px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-main-img {
    position: relative;
    left: 0;
  }
}
.ct-about-4-main-img:is(.active) .img-wrap img {
  transform: scale(1);
}
.ct-about-4-main-img:is(.active) .img-shape-2 {
  transform: translate(0px, 0px);
}
.ct-about-4-main-img:is(.active) .img-shape-4 {
  transform: translate(0px, 0px);
}
.ct-about-4-main-img .img-shape-1 {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  z-index: 2;
}
.ct-about-4-main-img .img-shape-2 {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 72px;
  top: 72px;
  background: #FFFFFF;
  z-index: 2;
  transform: translate(-42px, -42px);
  transition: all 1s ease;
}
.ct-about-4-main-img .img-shape-3 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  bottom: 0px;
  background: #F0F0F0;
  z-index: 2;
}
@media (max-width: 575px) {
  .ct-about-4-main-img .img-shape-3 {
    display: none;
  }
}
.ct-about-4-main-img .img-shape-4 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 80px;
  bottom: 80px;
  background: #F0F0F0;
  z-index: 2;
  transform: translate(-80px, 0px);
  transition: all 1s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-main-img .img-shape-4 {
    display: none;
  }
}
.ct-about-4-main-img .img-shape-5 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  bottom: 160px;
  background: #F0F0F0;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-main-img .img-shape-5 {
    display: none;
  }
}
.ct-about-4-main-img .img-wrap {
  position: relative;
}
.ct-about-4-main-img .img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 88, 119, 0.212);
}
.ct-about-4-main-img .img-wrap img {
  filter: grayscale(1);
  transform: scale(1.1);
  transition: all 3s ease-in-out;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-main-img .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.ct-about-4-title-wrap .disc {
  margin-top: 31px;
}
.ct-about-4-title-wrap .btn-wrap {
  margin-top: 38px;
}
.ct-about-4-list ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ct-about-4-list ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-left: 32px;
  font-family: var(--open-sans);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #202020;
}
.ct-about-4-list ul li::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 6px;
  background: url("../img/about/a4-list-icon.svg");
  height: 22px;
  width: 22px;
  display: block;
  background-repeat: no-repeat;
}
.ct-about-4-experience {
  position: absolute;
  top: 245px;
  right: 32px;
  display: flex;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-about-4-experience {
    top: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-about-4-experience {
    top: 355px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-experience {
    margin-top: 60px;
    position: static;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 0;
  }
}
.ct-about-4-experience .number-top {
  font-family: var(--archivo);
  font-weight: 900;
  font-size: 260px;
  line-height: 0.75;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #E0E0E0;
  stroke: #E0E0E0;
  color: transparent;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: -68px;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-experience .number-top {
    display: none;
  }
}
.ct-about-4-experience .main-counter {
  position: relative;
  margin-left: 33px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-experience .main-counter {
    margin-left: 0;
  }
}
.ct-about-4-experience .main-counter .number-1 {
  font-family: var(--archivo);
  font-weight: 900;
  font-size: 220px;
  line-height: 0.75;
  color: #FF733D;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-about-4-experience .main-counter .number-1 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-about-4-experience .main-counter .number-1 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-about-4-experience .main-counter .number-1 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .ct-about-4-experience .main-counter .number-1 {
    font-size: 80px;
  }
}
.ct-about-4-experience .title {
  font-family: var(--open-sans);
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FF733D;
  flex: 0 0 auto;
  margin-top: 60px;
  margin-bottom: 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-experience .title {
    flex: auto;
    margin-top: 0px;
  }
}
.ct-about-4-experience-2 {
  position: absolute;
  top: -93px;
  left: 242px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-about-4-experience-2 {
    left: 98px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-4-experience-2 {
    display: none;
  }
}
.ct-about-4-experience-2 .number-2 {
  font-family: var(--archivo);
  font-weight: 900;
  font-size: 220px;
  line-height: 0.75;
  margin-bottom: 0;
  color: #FFFFFF;
}

/*
--- About-4 End ---
*/
/*
--- About-5 Start ---
*/
.ct-about-5-area {
  padding: 125px 0 45px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-5-area {
    padding: 120px 0 45px 0;
  }
}
.ct-about-5-wrap {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 120px 42px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-about-5-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-about-5-left {
  padding-right: 42px;
  position: relative;
}
@media (max-width: 575px) {
  .ct-about-5-left {
    padding-right: 0;
  }
}
.ct-about-5-left:is(.active) .ct-about-5-experience {
  transform: translateX(0px);
}
.ct-about-5-left .main-img {
  border-radius: 25px;
  overflow: hidden;
}
.ct-about-5-experience {
  position: absolute;
  right: 0;
  bottom: -42px;
  border-radius: 20px;
  overflow: hidden;
  transform: translateX(-140px);
  transition: all 2.4s ease;
}
@media (max-width: 575px) {
  .ct-about-5-experience {
    bottom: -60px;
    max-width: 280px;
  }
}
.ct-about-5-experience .counter-wrap {
  position: absolute;
  bottom: 20px;
  right: 18px;
}
.ct-about-5-experience .counter-wrap .number {
  font-size: 55px;
  font-family: var(--unbounded);
  color: rgb(0, 0, 0);
  line-height: 0.8;
  font-weight: 900;
  background: var(--ct-gd-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ct-about-5-experience .counter-wrap .title {
  font-size: 13px;
  font-family: var(--unbounded);
  color: rgb(0, 0, 0);
  line-height: 1.429;
  font-weight: 500;
  background: var(--ct-gd-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin: 3px 0 0 0;
}
.ct-about-5-right .disc {
  color: rgb(113, 113, 113);
  margin-top: 12px;
}
.ct-about-5-right .btn-wrap {
  margin-top: 42px;
}
.ct-about-5-list {
  margin-top: 30px;
}
.ct-about-5-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 25px;
}
.ct-about-5-list ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.ct-about-5-list ul li .icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-2);
  color: #fff;
  font-size: 15px;
  flex: 0 0 auto;
}

/*
--- About-5 End ---
*/
/*
--- Cta-1 Start ---
*/
.ct-cta-1-area {
  padding: 158px 0 0 0;
  height: 955px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-1-area {
    height: auto;
    padding: 120px 0 100px 0;
  }
}
.ct-cta-1-wrap {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 46px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-1-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.ct-cta-1-wrap .shape-1 {
  position: absolute;
  right: 90px;
  top: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-cta-1-wrap .shape-1 {
    right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-1-wrap .shape-1 {
    right: 0px;
    top: -80px;
  }
}
.ct-cta-1-wrap .content {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-1-wrap .content {
    max-width: 400px;
    gap: 30px;
  }
}
.ct-cta-1-wrap .content .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.ct-cta-1-wrap .content .images:is(.active) .img-wrap:nth-child(2) {
  transform: translateX(0px);
}
.ct-cta-1-wrap .content .images:is(.active) .img-wrap:nth-child(3) {
  transform: translateX(0px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-1-wrap .content .images {
    display: flex;
    flex-wrap: wrap;
  }
}
.ct-cta-1-wrap .content .images .img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.ct-cta-1-wrap .content .images .img-wrap:nth-child(2) {
  transform: translateX(-80px);
  transition: all 0.8s ease;
}
.ct-cta-1-wrap .content .images .img-wrap:nth-child(3) {
  transform: translateX(-150px);
  transition: all 0.8s ease;
}
.ct-cta-1-wrap .content .disc {
  color: rgb(180, 180, 180);
}
.ct-cta-1-wrap .title-wrap .btn-wrap {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-1-wrap .title-wrap .btn-wrap {
    margin-top: 30px;
  }
}
.ct-cta-1-card {
  position: relative;
  margin-top: 92px;
  border-radius: 30px;
  overflow: hidden;
}
.ct-cta-1-card .card-bg {
  position: absolute;
  height: 100%;
}
.ct-cta-1-card .content-wrap {
  position: relative;
  max-width: 654px;
  padding: 115px 0 90px 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-cta-1-card .content-wrap {
    padding: 100px 40px 80px 40px;
  }
}
@media (max-width: 575px) {
  .ct-cta-1-card .content-wrap {
    padding: 100px 20px 80px 20px;
  }
}
.ct-cta-1-card .content-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: var(--ct-gd-1);
}
.ct-cta-1-card .content-wrap .content {
  position: relative;
  z-index: 2;
}
.ct-cta-1-card .content-wrap .content .subtitle-text-2-white {
  position: relative;
}
.ct-cta-1-card .content-wrap .content .ct-section-title-1 {
  max-width: 435px;
  position: relative;
}
.ct-cta-1-card .content-wrap .content form .mc4wp-form-fields{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0;
  height: 64px;
  max-width: 485px;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-1-card .content-wrap .content form .mc4wp-form-fields{
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .ct-cta-1-card .content-wrap .content form .mc4wp-form-fields{
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 0;
    gap: 10px;
  }
}
.ct-cta-1-card .content-wrap .content form .mc4wp-form-fields input {
  height: 64px;
  padding: 5px 10px 5px 20px;
  outline: none;
  border: none;
  background-color: #fff;
  font-size: 15px;
  font-family: var(--urbanist);
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 575px) {
  .ct-cta-1-card .content-wrap .content form .mc4wp-form-fields input {
    border-radius: 50px;
  }
}
.ct-cta-1-card .content-wrap .content form .mc4wp-form-fields input::placeholder {
  color: rgb(215, 215, 215);
}
.ct-cta-1-card .content-wrap .content form .mc4wp-form-fields button {
  height: 100%;
  padding: 10px 22px;
  font-size: 14px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background: var(--ct-gd-1);
}
.ct-cta-1-card .content-wrap .content form .mc4wp-form-fields button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0B1123;
  transition: all 0.4s ease;
  opacity: 0;
}
@media (max-width: 575px) {
  .ct-cta-1-card .content-wrap .content form .mc4wp-form-fields button {
    border-radius: 50px;
    height: 50px;
  }
}
.ct-cta-1-card .content-wrap .content form .mc4wp-form-fields button span {
  position: relative;
  z-index: 2;
}
.ct-cta-1-card .content-wrap .content form .mc4wp-form-fields button:hover::after {
  opacity: 1;
}

/*
--- Cta-1 End ---
*/
/*
--- Cta-2 Start ---
*/
.ct-cta-2-wrap {
  padding: 0 65px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 45px;
  align-items: end;
  margin-bottom: -135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-2-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .ct-cta-2-wrap {
    padding: 0 25px;
  }
}
.ct-cta-2-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85.6%;
  background: var(--ct-gd-1);
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-2-wrap::after {
    height: 100%;
  }
}
.ct-cta-2-wrap .shape-2 {
  position: absolute;
  left: -25px;
  top: 48px;
  z-index: 2;
  animation: cta_2_anim_1 7s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-2-wrap .shape-2 {
    top: -30px;
  }
}
.ct-cta-2-wrap:is(.active) .ct-cta-2-main-img .img-wrap img {
  transform: translateY(0px);
}
.ct-cta-2-wrap:is(.active) .ct-cta-2-main-img .shape-1 {
  opacity: 1;
  transform: scale(1);
}
.ct-cta-2-main-img {
  position: relative;
  z-index: 2;
}
.ct-cta-2-main-img .img-wrap {
  overflow: hidden;
}
.ct-cta-2-main-img .img-wrap img {
  transform: translateY(200px);
  transition: all 2s ease;
}
.ct-cta-2-main-img .shape-1 {
  position: absolute;
  top: 155px;
  right: 0;
  z-index: 2;
  transition: all 1s ease;
  transform: scale(0.5);
  opacity: 0;
  transition-delay: 1s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-cta-2-main-img .shape-1 {
    top: 0px;
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .ct-cta-2-main-img .shape-1 {
    top: 0px;
    max-width: 80px;
  }
}
.ct-cta-2-content {
  margin-bottom: 50px;
  padding-top: 140px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-2-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-cta-2-content {
    margin-bottom: 0;
  }
}
.ct-cta-2-content .cta-title {
  font-size: 50px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-cta-2-content .cta-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-cta-2-content .cta-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .ct-cta-2-content .cta-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-cta-2-content .cta-title {
    font-size: 35px;
  }
}
.ct-cta-2-content .disc {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 15px;
}
.ct-cta-2-content .customer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ct-cta-2-content .customer span {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.111;
}
.ct-cta-2-content .btn-wrap {
  margin-top: 30px;
}
.ct-cta-2-btn {
  display: inline-block;
  border-radius: 100px;
  padding: 13px 35px;
  position: relative;
  transition: all 0.4s ease;
  background-color: transparent;
}
.ct-cta-2-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  border-radius: 100px;
  transition: all 0.4s ease;
}
.ct-cta-2-btn .btn-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-cta-2-btn:hover {
  background-color: #fff;
}
.ct-cta-2-btn:hover::after {
  opacity: 0;
}
.ct-cta-2-btn:hover .btn-text {
  color: var(--ct-pr-1);
}

@keyframes cta_2_anim_1 {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.7) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
/*
--- Cta-2 End ---
*/
/*
--- Testimonial_1 Start ---
*/
.ct-testimonial-1-area {
  padding: 285px 0 105px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-testimonial-1-area {
    padding: 360px 0 105px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-1-area {
    padding: 120px 0 105px 0;
  }
}
.ct-testimonial-1-area:is(.pt-reduce-1) {
  padding: 160px 0 105px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-1-area:is(.pt-reduce-1) {
    padding: 120px 0 105px 0;
  }
}
.ct-testimonial-1-area:is(.ct-py-1) {
  padding: 160px 0 180px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-1-area:is(.ct-py-1) {
    padding: 120px 0 180px 0;
  }
}
.ct-testimonial-1-area .section-title-wrap {
  position: relative;
  max-width: 660px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-testimonial-1-area .section-title-wrap {
    max-width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-testimonial-1-area .section-title-wrap {
    max-width: 500px;
  }
}
.ct-testimonial-1-item {
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-testimonial-1-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    padding: 40px 50px 0 50px;
    align-items: center;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .ct-testimonial-1-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    padding: 40px 20px 0 20px;
    align-items: center;
    margin-top: 40px;
  }
}
.ct-testimonial-1-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63.7%;
  background-color: #eeda00;
  z-index: -1;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-1-item::after {
    height: 100%;
  }
}
.ct-testimonial-1-item .left-content {
  position: relative;
  overflow: hidden;
}
.ct-testimonial-1-item .left-content .main-img {
  transform: translateY(700px);
  transition: 0.8s var(--cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-1-item .left-content .main-img {
    max-width: 350px;
  }
}
.ct-testimonial-1-item .left-content .rating {
  position: absolute;
  right: 0;
  bottom: 105px;
  background-color: #fff;
  padding: 22px 31px;
  border-radius: 48px;
  transform: translateX(-100px);
  transition: all 0.8s ease;
  opacity: 0;
  transition-delay: 0.8s;
}
.ct-testimonial-1-item .left-content .rating .title {
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.ct-testimonial-1-item .left-content .rating .rating-icons {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 18px;
  color: #000;
}
.ct-testimonial-1-item blockquote {
  font-size: 40px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 95px;
  transform: translateX(200px);
  opacity: 0;
  transition: all 1.2s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-testimonial-1-item blockquote {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-testimonial-1-item blockquote {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-1-item blockquote {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .ct-testimonial-1-item blockquote {
    font-size: 25px;
    margin-bottom: 0;
  }
}

.ct_testimonial_1_active {
  margin-top: -190px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct_testimonial_1_active {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct_testimonial_1_active {
    margin-top: 0px;
  }
}
.ct_testimonial_1_active .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-1-item .left-content .main-img {
  transform: translateY(0px);
}
.ct_testimonial_1_active .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-1-item .left-content .rating {
  opacity: 1;
  transform: translateX(0px);
}
.ct_testimonial_1_active .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-1-item blockquote {
  opacity: 1;
  transform: translateX(0);
}
.ct_testimonial_1_active .slider-navigation {
  position: absolute;
  bottom: 42px;
  right: 100px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct_testimonial_1_active .slider-navigation {
    bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct_testimonial_1_active .slider-navigation {
    bottom: 25px;
    right: 40px;
  }
}
.ct_testimonial_1_active .slider-navigation .ct-1-prev, .ct_testimonial_1_active .slider-navigation .ct-1-next {
  border-radius: 50%;
  background-color: rgb(229, 229, 229);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  position: relative;
  transition: all 0.4s ease;
}
.ct_testimonial_1_active .slider-navigation .ct-1-prev i, .ct_testimonial_1_active .slider-navigation .ct-1-next i {
  position: relative;
  z-index: 2;
}
.ct_testimonial_1_active .slider-navigation .ct-1-prev::after, .ct_testimonial_1_active .slider-navigation .ct-1-next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--ct-pr-1);
  transform: scale(0);
  transition: all 0.4s ease;
}
.ct_testimonial_1_active .slider-navigation .ct-1-prev:hover, .ct_testimonial_1_active .slider-navigation .ct-1-next:hover {
  color: #fff;
}
.ct_testimonial_1_active .slider-navigation .ct-1-prev:hover::after, .ct_testimonial_1_active .slider-navigation .ct-1-next:hover::after {
  transform: scale(1);
}

/*
--- Testimonial_1 End ---
*/
/*
--- Testimonial_4 Start ---
*/
.ct-testimonial-4-area {
  padding: 140px 0 110px 0;
  overflow: hidden;
}
.ct-testimonial-4-title-wrap {
  max-width: 752px;
  margin: 0 auto;
  text-align: center;
}
.ct-testimonial-4-title-wrap.title-wrap-epand {
  max-width: 935px;
}
.ct-testimonial-4-slider {
  margin-top: 40px;
  margin-right: -330px;
  padding: 30px 0;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-4-slider {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-4-slider {
    max-width: 750px;
    margin: 40px auto 0;
    padding: 30px 20px;
  }
}
.ct-testimonial-4-item {
  padding: 48px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-4-item {
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .ct-testimonial-4-item {
    padding: 35px 25px;
  }
}
.ct-testimonial-4-item:is(.with-pr-font) blockquote {
  font-family: var(--urbanist);
}
.ct-testimonial-4-item:is(.with-pr-font) .disc {
  font-family: var(--urbanist);
}
.ct-testimonial-4-item:is(.with-pr-font) .customer .customer-cont .name {
  font-family: var(--urbanist);
}
.ct-testimonial-4-item:is(.with-pr-font) .customer .customer-cont .position {
  font-family: var(--urbanist);
}
.ct-testimonial-4-item .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ct-testimonial-4-item .rating i {
  color: var(--ct-ac-3_1);
  font-size: 18px;
}
.ct-testimonial-4-item blockquote {
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin: 32px 0 14px 0;
}
.ct-testimonial-4-item .customer {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 64px auto;
  gap: 12px;
  align-items: center;
}
.ct-testimonial-4-item .customer .customer-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.ct-testimonial-4-item .customer .customer-cont {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ct-testimonial-4-item .customer .customer-cont .name {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #202020;
  margin-bottom: 0px;
}
.ct-testimonial-4-item .customer .customer-cont .position {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(32, 32, 32, 0.64);
}
.ct-testimonial-4-slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 64px;
  margin-left: -330px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-4-slider-control {
    margin-left: 0;
  }
}
.ct-testimonial-4-pagination {
  max-width: 60px;
  text-align: center;
  font-family: var(--open-sans);
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #B1B0B0;
}
.ct-testimonial-4-pagination .swiper-pagination-current {
  color: #202020;
}
.ct-testimonial-4-prev, .ct-testimonial-4-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #F6F6F6;
  border: 1px solid #A0A4A7;
  border-radius: 8px;
  color: #4B5258;
  transition: all 0.4s ease;
}
.ct-testimonial-4-prev:hover, .ct-testimonial-4-next:hover {
  background: var(--ct-pr-3);
  color: #ffffff;
  border-color: var(--ct-pr-3);
}
.ct-testimonial-4-prev i {
  transform: rotate(45deg);
}
.ct-testimonial-4-next i {
  transform: rotate(45deg);
}

/*
--- Testimonial_4 End ---
*/
/*
--- Testimonial_5 Start ---
*/
.ct-testimonial-5-area {
  padding-top: 135px;
}
.ct-testimonial-5-title-wrap {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
.ct-testimonial-5-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
.ct-testimonial-5-slider {
  padding-top: 45px;
}
.ct-testimonial-5-slider .swiper-wrapper {
  height: 540px;
  margin-left: -147px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-testimonial-5-slider .swiper-wrapper {
    height: 500px;
    margin-left: -75px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-testimonial-5-slider .swiper-wrapper {
    height: 500px;
    margin-left: -65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-testimonial-5-slider .swiper-wrapper {
    height: 400px;
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-5-slider .swiper-wrapper {
    height: 350px;
    margin-left: 0px;
  }
}
.ct-testimonial-5-slider .swiper-wrapper .swiper-slide {
  transition: all 1s ease;
  transform-origin: right;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1800px) {
  .ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
    width: 800px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
    width: 600px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
    width: 550px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
    width: 450px !important;
  }
}
.ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-5-item {
  height: 540px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-5-item {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-5-item {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-5-item {
    height: 350px;
  }
}
.ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-5-item::after {
  opacity: 1;
}
.ct-testimonial-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .ct-testimonial-5-item .content {
  transform: translateY(0px);
}
.ct-testimonial-5-slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -26.5px;
  position: relative;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-5-slider-control {
    margin-top: 30px;
  }
}
.ct-testimonial-5-slider-control .ct-testimonial-5-prev, .ct-testimonial-5-slider-control .ct-testimonial-5-next {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b6b6b6;
  color: #fff;
  position: relative;
}
.ct-testimonial-5-slider-control .ct-testimonial-5-prev:is(.bg-gd-3)::after, .ct-testimonial-5-slider-control .ct-testimonial-5-next:is(.bg-gd-3)::after {
  background: var(--ct-gd-3);
}
.ct-testimonial-5-slider-control .ct-testimonial-5-prev::after, .ct-testimonial-5-slider-control .ct-testimonial-5-next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-2);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: scale(0);
}
.ct-testimonial-5-slider-control .ct-testimonial-5-prev i, .ct-testimonial-5-slider-control .ct-testimonial-5-next i {
  position: relative;
  z-index: 2;
}
.ct-testimonial-5-slider-control .ct-testimonial-5-prev:hover::after, .ct-testimonial-5-slider-control .ct-testimonial-5-next:hover::after {
  transform: scale(1);
}
.ct-testimonial-5-item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 485px;
  width: 100%;
  transition: all 1s ease;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-testimonial-5-item {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-testimonial-5-item {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-5-item {
    height: 350px;
  }
}
.ct-testimonial-5-item .main-img {
  height: 100%;
}
.ct-testimonial-5-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.473);
  filter: blur(20px);
  --webkit-filter: blur(20px);
  opacity: 0;
  transition: all 1s ease;
}
.ct-testimonial-5-item .content {
  position: absolute;
  bottom: 75px;
  left: 0;
  padding: 20px 60px 0px 60px;
  z-index: 2;
  transform: translateX(-850px);
  transition: all 0.8s ease;
  transition-delay: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-5-item .content {
    transition-delay: 0.6s;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-5-item .content {
    padding: 20px 40px 0px 40px;
    bottom: 40px;
  }
}
.ct-testimonial-5-item .content .category {
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  background: var(--ct-gd-2);
  font-weight: 500;
  border-radius: 20px;
  padding: 8px 15px;
}
.ct-testimonial-5-item .content .category:is(.bg-gd-3) {
  background: var(--ct-gd-3);
}
.ct-testimonial-5-item .content .title {
  font-size: 35px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-testimonial-5-item .content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-testimonial-5-item .content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-5-item .content .title {
    font-size: 26px;
  }
}

/*
--- Testimonial_5 End ---
*/
/*
--- Testimonial-Review Start ---
*/
.ct-testimonial-rev-area {
  padding-bottom: 180px;
}
.ct-testimonial-rev-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-testimonial-rev-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-testimonial-rev-item {
  padding: 52px;
  background: #F9F9F9;
  border-radius: 16px;
  transition: all 0.6s ease;
}
@media (max-width: 575px) {
  .ct-testimonial-rev-item {
    padding: 35px 20px;
  }
}
.ct-testimonial-rev-item .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ct-testimonial-rev-item .rating i {
  font-size: 20px;
  color: var(--ct-ac-3_1);
}
.ct-testimonial-rev-item blockquote {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #555454;
  margin: 26px 0 0 0;
}
.ct-testimonial-rev-item .customer {
  display: grid;
  grid-template-columns: 64px auto;
  gap: 12px;
  align-items: center;
  margin-top: 35px;
}
.ct-testimonial-rev-item .customer-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.ct-testimonial-rev-item .customer-cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ct-testimonial-rev-item .customer-cont .name {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #202020;
  margin-bottom: 0px;
}
.ct-testimonial-rev-item .customer-cont .position {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(32, 32, 32, 0.64);
}
.ct-testimonial-rev-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}

/*
--- Testimonial-Review End ---
*/
/*
--- Testimonial_6 Start ---
*/
.ct-testimonial-6-area {
  background: rgba(237, 241, 244, 0.7);
  padding: 140px 0;
}

/*
--- Testimonial_6 End ---
*/
/*
--- Testimonial_Career Start ---
*/
.ct-testimonial-ca-area {
  padding: 128px 0 140px 0;
  background: #F4F5F5;
}
.ct-testimonial-ca-title-wrap {
  max-width: 845px;
}
.ct-testimonial-ca-wrap {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px 65px 32px 32px;
  display: grid;
  grid-template-columns: 320px auto;
  gap: 35px 68px;
  align-items: center;
  max-width: 1167px;
  margin: 52px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-testimonial-ca-wrap {
    grid-template-columns: 1fr;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .ct-testimonial-ca-wrap {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.ct-testimonial-ca-wrap .main-img {
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}
.ct-testimonial-ca-wrap .content {
  position: relative;
}
.ct-testimonial-ca-wrap .content blockquote {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .ct-testimonial-ca-wrap .content blockquote {
    font-size: 24px;
    line-height: 1.4;
  }
}
.ct-testimonial-ca-wrap .content .auth-name {
  margin: 38px 0 15px 0;
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1C1C1C;
}
.ct-testimonial-ca-wrap .content .auth-role {
  display: block;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #717171;
}
.ct-testimonial-ca-wrap .content .icon {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -31px;
}
@media (max-width: 575px) {
  .ct-testimonial-ca-wrap .content .icon {
    max-width: 70px;
    bottom: 0;
  }
}

/*
--- Testimonial_Career End ---
*/
/*
--- Project-1 Start ---
*/
.ct-project-1-area {
  overflow: hidden;
}
.ct-project-1-area .section-title-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ct-project-1-card-wrap {
  display: flex;
  gap: 56px;
  align-items: end;
}
.ct-project-1-item {
  flex: 0 0 auto;
  transform: translateY(73px);
  max-width: 462px;
  overflow: hidden;
  transition: all 0.6s ease;
}
@media (max-width: 575px) {
  .ct-project-1-item {
    max-width: 300px;
  }
}
.ct-project-1-item .main-img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
.ct-project-1-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0 23px 0;
  position: relative;
  transform: translateY(200px);
  transition: all 0.6s ease;
}
.ct-project-1-item .content::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: var(--ct-gd-1);
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
}
.ct-project-1-item .content .title {
  font-size: 25px;
  line-height: 1.2;
  background: var(--ct-gd-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}
.ct-project-1-item .content .link {
  font-size: 20px;
  color: var(--ct-pr-1);
  transition: all 0.4s ease;
}
.ct-project-1-item .content .link:hover {
  transform: rotate(-45deg);
  color: #000;
}
.ct-project-1-item:hover {
  transform: translateY(0px);
}
.ct-project-1-item:hover .main-img {
  border-radius: 30px 30px 0 0;
}
.ct-project-1-item:hover .content {
  transform: translateY(0);
}
.ct-project-1-item:hover .content::after {
  width: 100%;
}

/*
--- Project-1 End ---
*/
/*
--- Project-2 Start ---
*/
.ct-project-2-main-wrap {
  overflow: hidden;
  margin: -55px auto 0;
  max-width: 1920px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .ct-project-2-main-wrap {
    margin: 0 auto;
    padding-top: 80px;
  }
}
.ct-project-2-sec-wrap {
  margin: 0px -12px 0 auto;
  max-width: 1610px;
  position: relative;
  z-index: 2;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-project-2-sec-wrap {
    margin: 0px auto;
  }
}
.ct-project-2-wrap {
  display: flex;
  padding: 25px 0 0 28px;
  background-color: #fff;
  gap: 40px 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-project-2-wrap {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
  }
}
@media (max-width: 575px) {
  .ct-project-2-wrap {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(223, 223, 223, 0.35);
  }
}
.ct-project-2-card {
  overflow: hidden;
  height: 460px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-project-2-card {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .ct-project-2-card {
    height: 350px;
  }
}
.ct-project-2-card .card-img {
  position: relative;
  height: 100%;
}
.ct-project-2-card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px 30px 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  transition: all 1s ease;
  transform: translateY(470px);
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-project-2-card .content {
    padding: 10px 20px 30px 20px;
  }
}
.ct-project-2-card .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ct-gd-1);
  opacity: 0.8;
  z-index: -1;
}
.ct-project-2-card .content .category {
  font-size: 14px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 500;
  background-color: #000;
  padding: 6px 16px;
  border-radius: 50px;
}
.ct-project-2-card .content .title {
  font-size: 35px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.143;
  margin-top: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-project-2-card .content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-project-2-card .content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-project-2-card .content .title {
    font-size: 26px;
  }
}
.ct-project-2-card .content .link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  background: var(--ct-gd-1);
  position: relative;
  transition: all 0.4s ease;
}
.ct-project-2-card .content .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all 0.4s ease;
}
.ct-project-2-card .content .link i {
  position: relative;
  z-index: 2;
}
.ct-project-2-card .content .link:hover {
  color: var(--ct-pr-1);
}
.ct-project-2-card .content .link:hover::after {
  transform: scale(1);
}
.ct-project-2-card:hover .content {
  transform: translateY(0);
}

/*
--- Project-2 End ---
*/
/*
--- Project-5 Start ---
*/
.ct-project-5-area {
  padding-bottom: 145px;
}
.ct-project-5-title-wrap {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
}
.ct-project-5-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ct-project-5-item {
  display: flex;
  border-radius: 30px;
  background-color: #f6f6f6;
  padding: 20px 40px 20px 25px;
  gap: 25px 40px;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
@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), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-project-5-item {
    padding: 20px 25px;
  }
}
@media (max-width: 575px) {
  .ct-project-5-item {
    padding: 35px 25px;
    border-radius: 20px;
  }
}
.ct-project-5-item .main-img {
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 auto;
}
.ct-project-5-item .main-img img {
  transition: all 0.6s ease;
  height: 150px !important;
}
.ct-project-5-item .title-wrap {
  max-width: 432px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-project-5-item .title-wrap {
    max-width: 325px;
  }
}
@media (max-width: 575px) {
  .ct-project-5-item .title-wrap {
    flex: auto;
  }
}
.ct-project-5-item .title-wrap .title {
  font-size: 32px;
  font-family: var(--urbanist);
  color: rgb(31, 40, 51);
  line-height: 1.406;
  font-weight: 900;
  text-transform: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-project-5-item .title-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .ct-project-5-item .title-wrap .title {
    font-size: 25px;
  }
}
.ct-project-5-item .meta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 0 0 auto;
  gap: 2px;
  padding: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-project-5-item .meta {
    padding: 0px;
  }
}
.ct-project-5-item .meta::after {
  content: "";
  position: absolute;
  left: 0;
  top: -48px;
  width: 100%;
  height: 185%;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-project-5-item .meta::after {
    display: none;
  }
}
.ct-project-5-item .meta .date, .ct-project-5-item .meta .auth {
  background-color: #1f2833;
  padding: 1px 18px;
  border-radius: 20px;
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 2;
}
.ct-project-5-item:hover .main-img img {
  transform: scale(1.1) rotate(-3deg);
}
.ct-project-5-btn {
  border: 2px solid rgb(31, 40, 51);
  border-radius: 100px;
  display: inline-block;
  padding: 10px 46px;
  position: relative;
  transition: all 0.4s ease;
}
.ct-project-5-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--ct-gd-2);
  opacity: 0;
  transition: all 0.4s ease;
}
.ct-project-5-btn .btn-text {
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--urbanist);
  color: rgb(49, 49, 49);
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-project-5-btn:hover {
  border-color: transparent;
}
.ct-project-5-btn:hover::after {
  opacity: 1;
}
.ct-project-5-btn:hover .btn-text {
  color: #fff;
}

/*
--- Project-5 End ---
*/
/*
--- Experience-1 Start ---
*/
.ct-experience-1-area {
  padding: 135px 0 105px 0;
}
.ct-experience-1-wrap {
  display: grid;
  grid-template-columns: 1.27fr 1fr;
  gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-experience-1-right .divider {
  width: 100%;
  height: 1px;
  background-color: rgb(202, 228, 243);
  margin-top: 30px;
}
.ct-experience-1-right .disc {
  color: rgb(110, 110, 110);
  line-height: 28px;
  margin-top: 20px;
}
.ct-experience-1-right .action {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.ct-experience-1-right .action .icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--ct-gd-1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.ct-experience-1-right .action .icon:hover i {
  animation: zigzag 0.5s ease;
}
.ct-experience-1-right .action .action-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ct-experience-1-right .action .action-content span {
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 600;
}
.ct-experience-1-right .action .action-content a {
  font-size: 28px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 800;
  transition: all 0.4s ease;
}
.ct-experience-1-right .action .action-content a:hover {
  color: var(--ct-pr-1);
}
.ct-experience-1-counter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 170px;
  margin-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-experience-1-counter {
    gap: 40px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-experience-1-counter {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-experience-1-counter {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
    max-width: 400px;
    margin: 35px auto 0;
  }
}
@media (max-width: 575px) {
  .ct-experience-1-counter {
    grid-template-columns: 1fr;
    gap: 30px 80px;
    max-width: 400px;
    margin: 35px auto 0;
  }
}
.ct-experience-1-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ct-experience-1-item:not(:last-child)::after {
  content: "";
  background-color: rgb(243, 243, 243);
  position: absolute;
  right: -85px;
  width: 2px;
  height: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-experience-1-item:not(:last-child)::after {
    right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-1-item:not(:last-child)::after {
    display: none;
  }
}
.ct-experience-1-item .number {
  font-size: 150px;
  font-family: var(--urbanist);
  color: rgba(0, 0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke-width: 4px;
  stroke-width: 4px;
  -webkit-text-stroke-color: #eeeeee;
  stroke: #eeeeee;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-1-item .number {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .ct-experience-1-item .number {
    font-size: 90px;
  }
}
.ct-experience-1-item .title {
  font-size: 28px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 900;
  position: absolute;
}
@media (max-width: 575px) {
  .ct-experience-1-item .title {
    font-size: 24px;
  }
}

/*
--- Experience-1 End ---
*/
/*
--- Experience-2 Start ---
*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-experience-2-area {
    padding: 100px 0 55px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-2-area {
    padding: 100px 0 0px 0;
  }
}
.ct-experience-2-wrap {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-experience-2-wrap {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-2-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.ct-experience-2-wrap:is(.active) .ct-experience-2-img img {
  transform: translateY(0);
}
.ct-experience-2-img {
  margin-top: -90px;
  overflow: hidden;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-2-img {
    margin-top: 0;
  }
}
.ct-experience-2-img img {
  transform: translateY(200px);
  transition: all 2.5s ease;
}
.ct-experience-2-content {
  padding: 100px 0 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-2-content {
    padding: 0px 0 0px 0;
  }
}
.ct-experience-2-content .disc {
  color: rgb(166, 166, 166);
  margin-top: 20px;
  max-width: 500px;
}
.ct-experience-2-content .counter-wrap {
  margin-top: 28px;
}
.ct-experience-2-content .counter-wrap .title {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
.ct-experience-2-content .counter-wrap .number {
  font-size: 80px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-experience-2-content .counter-wrap .number {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .ct-experience-2-content .counter-wrap .number {
    font-size: 50px;
  }
}
.ct-experience-2-content .btn-wrap {
  margin-top: 40px;
}

/*
--- Experience-2 End ---
*/
/*
--- Experience-4 Start ---
*/
.ct-experience-4-area {
  margin-top: 28px;
}
.ct-experience-4-main-wrap {
  background-color: var(--ct-sd-3);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.ct-experience-4-main-wrap:is(.active) .shape-3 {
  transform: translate(0px, 0px);
}
.ct-experience-4-main-wrap:is(.active) .shape-7 {
  transform: translate(0px, 0px);
}
.ct-experience-4-main-wrap:is(.active) .shape-8 {
  opacity: 1;
  transform: translate(0px, 0px);
}
.ct-experience-4-main-wrap:is(.active) .shape-9 {
  opacity: 1;
  transform: translate(0px, 0px);
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-4-shapes {
    display: none;
  }
}
.ct-experience-4-shapes .shape {
  width: 64px;
  height: 64px;
  background: #F6F6F6;
}
.ct-experience-4-shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 24px;
  background: #F6F6F6;
}
.ct-experience-4-shapes .shape-2 {
  position: absolute;
  top: 24px;
  left: 64px;
}
.ct-experience-4-shapes .shape-3 {
  position: absolute;
  top: 87px;
  left: 128px;
  transform: translate(-128px, 0);
  transition: all 1.2s ease;
}
.ct-experience-4-shapes .shape-4 {
  position: absolute;
  bottom: 64px;
  left: 64px;
}
.ct-experience-4-shapes .shape-5 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ct-experience-4-shapes .shape-6 {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-experience-4-shapes .shape-7 {
  position: absolute;
  top: 64px;
  right: 64px;
  transform: translate(64px, -64px);
  transition: all 1s ease;
}
.ct-experience-4-shapes .shape-8 {
  position: absolute;
  top: 128px;
  right: 128px;
  transform: translate(64px, -64px);
  transition: transform 1s ease, opacity 0.1s ease;
  opacity: 0;
  transition-delay: 1.1s;
}
.ct-experience-4-shapes .shape-9 {
  position: absolute;
  top: 192px;
  right: 192px;
  transform: translate(64px, -64px);
  transition: transform 1s ease, opacity 0.1s ease;
  opacity: 0;
  transition-delay: 2.1s;
}
.ct-experience-4-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 56px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-experience-4-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ct-experience-4-wrap {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }
}
.ct-experience-4-item {
  background: #ABF065;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0 0 0;
  max-height: 167px;
  overflow: hidden;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-4-item {
    max-height: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-experience-4-item {
    max-height: 140px;
  }
}
@media (max-width: 575px) {
  .ct-experience-4-item {
    max-height: 125px;
  }
}
.ct-experience-4-item:nth-child(even) .number {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #202020;
  stroke: #202020;
}
.ct-experience-4-item .title {
  font-family: var(--archivo);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 22px;
}
.ct-experience-4-item .number {
  font-family: var(--archivo);
  font-weight: 800;
  font-size: 160px;
  line-height: 0.8;
  text-align: center;
  letter-spacing: -0.01em;
  color: #202020;
  margin-bottom: 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-4-item .number {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-experience-4-item .number {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .ct-experience-4-item .number {
    font-size: 80px;
  }
}

/*
--- Experience-4 End ---
*/
/*
--- Blog-1 Start ---
*/
.ct-blog-1-area {
  padding: 165px 0 92px 0;
}
.ct-blog-1-area .section-title-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px 120px;
  flex-wrap: wrap;
  position: relative;
}
.ct-blog-1-area .section-title-wrap .subtitle-text-2 {
  position: relative;
  z-index: 2;
}
.ct-blog-1-area .section-title-wrap .ct-section-title-1 {
  position: relative;
  z-index: 2;
}
.ct-blog-1-wrap {
  margin-top: 62px;
}
.ct-blog-1-item {
  display: grid;
  grid-template-columns: 805px auto;
  gap: 40px 80px;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-blog-1-item {
    grid-template-columns: 680px auto;
    gap: 40px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-1-item {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
  }
}
.ct-blog-1-item:not(:last-child) {
  border-bottom: 1px solid rgb(181, 181, 181);
}
.ct-blog-1-item:first-child {
  padding-top: 0;
}
.ct-blog-1-item:last-child {
  padding-bottom: 0;
}
.ct-blog-1-item .content-left {
  display: flex;
  align-items: center;
  gap: 25px 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ct-blog-1-item .content-left .main {
  display: flex;
  gap: 34px;
  align-items: center;
}
@media (max-width: 575px) {
  .ct-blog-1-item .content-left .main {
    flex-wrap: wrap;
    gap: 25px 30px;
  }
}
.ct-blog-1-item .content-left .main .main-img {
  border-radius: 30px;
  overflow: hidden;
  flex: 0 0 auto;
  transition: all 0.6s ease;
}
.ct-blog-1-item .content-left .main .main-img img {
  height: 118px;
  object-fit: cover;
}
.ct-blog-1-item .content-left .main .title {
  font-size: 28px;
  line-height: 1.25;
  max-width: 355px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .ct-blog-1-item .content-left .main .title {
    max-width: 100%;
    font-size: 24px;
  }
}
.ct-blog-1-item .content-left .main .title a {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-blog-1-item .content-left .main .title a:hover {
  background-size: 100% 1px;
  color: var(--ct-pr-1);
}
.ct-blog-1-item .content-left .meta {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 3px;
}
.ct-blog-1-item .content-left .meta .date {
  background-color: rgb(31, 40, 51);
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(166, 169, 170);
  font-weight: 700;
  line-height: 1.2;
  padding: 7px 18px;
  border-radius: 35px;
  text-transform: capitalize;
}
.ct-blog-1-item .content-left .meta .auth {
  background-color: rgb(31, 40, 51);
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(166, 169, 170);
  font-weight: 700;
  line-height: 1.2;
  padding: 7px 18px;
  border-radius: 35px;
  text-transform: capitalize;
}
.ct-blog-1-item .content-left .meta .auth .name {
  color: #e13611;
}
.ct-blog-1-item:hover .content-left .main .main-img {
  transform: rotate(-10deg);
}
.ct-blog-1-btn {
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  padding: 10px 46px;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s ease;
}
.ct-blog-1-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--ct-gd-1);
  opacity: 0;
  transition: all 0.4s ease;
}
.ct-blog-1-btn .btn-text {
  font-size: 13px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.ct-blog-1-btn:hover {
  border-color: var(--ct-pr-1);
}
.ct-blog-1-btn:hover::after {
  opacity: 1;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*
--- Blog-1 End ---
*/
/*
--- Blog-2 Start ---
*/
.ct-blog-2-area {
  padding: 215px 0 130px 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) {
  .ct-blog-2-area {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-2-area {
    padding: 100px 0;
  }
}
.ct-blog-2-title-wrap {
  max-width: 815px;
  margin: 0 auto;
  text-align: center;
}
.ct-blog-2-wrap {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 94px;
}
.ct-blog-2-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-blog-2-card {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-2-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .ct-blog-2-card {
    gap: 30px;
  }
}
.ct-blog-2-card:nth-child(even) {
  grid-template-columns: 1fr 1.1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-blog-2-card:nth-child(even) {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-2-card:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
  }
}
.ct-blog-2-card:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -47px;
  left: 0;
  background-color: rgb(232, 232, 232);
  width: 100%;
  height: 1px;
}
.ct-blog-2-card .blog-card-img {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .ct-blog-2-card .blog-card-img {
    border-radius: 15px;
  }
}
.ct-blog-2-card .blog-card-img img {
  transition: all 0.8s ease;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
}
.ct-blog-2-card .blog-card-img:hover img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.ct-blog-2-card .card-content .card-top {
  display: grid;
  grid-template-columns: 82px auto;
  gap: 15px 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .ct-blog-2-card .card-content .card-top {
    grid-template-columns: 1fr;
  }
}
.ct-blog-2-card .card-content .card-top .date {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ct-gd-1);
  border-radius: 50%;
  padding: 15px;
}
.ct-blog-2-card .card-content .card-top .date span {
  font-size: 19px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.053;
  text-align: center;
}
.ct-blog-2-card .card-content .card-top .title {
  font-size: 40px;
  line-height: 1.125;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-blog-2-card .card-content .card-top .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .ct-blog-2-card .card-content .card-top .title {
    font-size: 25px;
  }
}
.ct-blog-2-card .card-content .card-top .title a {
  color: rgb(38, 37, 36);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1.2px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-blog-2-card .card-content .card-top .title a:hover {
  background-size: 100% 1.2px;
}
.ct-blog-2-card .card-content .meta {
  background-color: rgb(241, 241, 241);
  display: inline-flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  border-radius: 50px;
  padding: 10px 24px;
  margin-top: 20px;
}
.ct-blog-2-card .card-content .meta .item {
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(38, 37, 36);
  font-weight: bold;
  line-height: 1.2;
}
.ct-blog-2-card .card-content .meta .item i {
  margin-right: 3px;
}
.ct-blog-2-card .card-content .disc {
  margin-top: 20px;
  color: rgb(68, 68, 68);
  max-width: 480px;
}
.ct-blog-2-card .card-content .btn-wrap {
  margin-top: 30px;
}
.ct-blog-2-btn {
  display: inline-block;
  border-radius: 100px;
  padding: 13px 35px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.4s ease;
}
.ct-blog-2-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  transition: all 0.4s ease;
  border-radius: 100px;
}
.ct-blog-2-btn .btn-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-blog-2-btn:hover {
  border-color: var(--ct-pr-1);
}
.ct-blog-2-btn:hover::after {
  opacity: 0;
}
.ct-blog-2-btn:hover .btn-text {
  color: var(--ct-pr-1);
}
.ct-blog-2-bottom-text {
  color: rgb(38, 37, 36);
  text-align: center;
  margin-top: 62px;
}
.ct-blog-2-bottom-text a {
  font-weight: 800;
  transition: all 0.3s ease;
}
.ct-blog-2-bottom-text a:hover {
  color: var(--ct-pr-1);
}

/*
--- Blog-2 End ---
*/
/*
--- Blog-3 Start ---
*/
.ct-blog-3-area {
  padding: 280px 0 145px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-3-area {
    padding: 150px 0 120px 0;
  }
}
.ct-blog-3-title-wrap {
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ct-blog-3-title-wrap .ct-bg-text {
  left: auto;
  top: -35px;
}
.ct-blog-3-title-wrap .disc {
  color: rgb(100, 100, 100);
  margin-top: 10px;
}
.ct-blog-3-wrap {
  display: grid;
  grid-template-columns: 1.14fr 1fr;
  gap: 50px 32px;
  max-width: 1178px;
  margin: 45px auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-3-wrap {
    grid-template-columns: 1fr;
    max-width: 650px;
  }
}
.ct-blog-3-latest-card {
  position: relative;
}
.ct-blog-3-latest-card .card-img {
  border-radius: 30px;
  overflow: hidden;
}
.ct-blog-3-latest-card .card-img img {
  transition: all 0.8s ease;
  height: 510px !important;
}
.ct-blog-3-latest-card .meta {
  position: absolute;
  top: 35px;
  left: 37px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: start;
}
.ct-blog-3-latest-card .meta .item {
  background: var(--ct-gd-1);
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 22px;
}
.ct-blog-3-latest-card .content {
  padding: 0 35px;
}
@media (max-width: 575px) {
  .ct-blog-3-latest-card .content {
    padding: 0 20px;
  }
}
.ct-blog-3-latest-card .content .title-wrap {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 101px 0px rgba(18, 18, 18, 0.03);
  padding: 42px 50px 38px 50px;
  margin-top: -92px;
  position: relative;
}
@media (max-width: 575px) {
  .ct-blog-3-latest-card .content .title-wrap {
    padding: 30px 20px;
  }
}
.ct-blog-3-latest-card .content .title-wrap .title {
  font-size: 28px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 900;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .ct-blog-3-latest-card .content .title-wrap .title {
    font-size: 23px;
  }
}
.ct-blog-3-latest-card .content .title-wrap .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-blog-3-latest-card .content .title-wrap .title a:hover {
  background-size: 100% 1px;
}
.ct-blog-3-latest-card:hover .card-img img {
  transform: scale(1.1) rotate(-4deg);
}
.ct-blog-3-items {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 575px) {
  .ct-blog-3-items {
    border-radius: 15px;
  }
}
.ct-blog-3-item {
  display: flex;
  align-items: center;
  gap: 26px;
  position: relative;
  padding: 0 28px;
}
@media (max-width: 575px) {
  .ct-blog-3-item {
    flex-wrap: wrap;
  }
}
.ct-blog-3-item:not(:last-child) {
  margin-bottom: 25px;
}
.ct-blog-3-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -36.5px;
  width: 100%;
  height: 1px;
  background-color: rgb(230, 230, 230);
}
.ct-blog-3-item .item-img {
  max-width: 228px;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.ct-blog-3-item .item-img img {
  transition: all 0.6s ease;
  height: 130px;
}
.ct-blog-3-item .title {
  font-size: 23px;
  font-family: var(--urbanist);
  color: rgb(61, 61, 61);
  line-height: 1.13;
  font-weight: 900;
  margin: 8px 0 0 0;
}
.ct-blog-3-item .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-blog-3-item .title a:hover {
  background-size: 100% 1px;
}
.ct-blog-3-item .date {
  font-size: 13px;
  font-family: var(--urbanist);
  color: rgb(31, 40, 51);
  font-weight: 700;
  line-height: 1.467;
  background-color: rgb(246, 246, 246);
  padding: 6.5px 13.5px;
  border-radius: 20px;
}
.ct-blog-3-item:hover .item-img img {
  transform: scale(1.08) rotate(-3deg);
}
.ct-blog-3-btn-wrap {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}

/*
--- Blog-3 End ---
*/
/*
--- Blog-Grid-1 Start ---
*/
.ct-blog-grid-1-area {
  padding: 140px 0 180px 0;
}
.ct-blog-grid-1-latest {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px 60px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-grid-1-latest {
    grid-template-columns: 1fr;
  }
}
.ct-blog-grid-1-latest-img {
  border-radius: 16px;
  overflow: hidden;
}
.ct-blog-grid-1-latest-img img {
  transition: all 1s ease;
}
.ct-blog-grid-1-latest-img:hover img {
  transform: scale(1.06);
}
.ct-blog-grid-1-latest-content .author {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 16px;
  align-items: center;
}
.ct-blog-grid-1-latest-content .author .auth-cont {
  display: flex;
  flex-direction: column;
}
.ct-blog-grid-1-latest-content .author .auth-cont .name {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #1C1C1C;
  margin-bottom: 0;
  text-transform: capitalize;
}
.ct-blog-grid-1-latest-content .author .auth-cont .role {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  background: var(--ct-gd-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: capitalize;
}
.ct-blog-grid-1-latest-content .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C1C;
  margin: 30px 0 22px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-blog-grid-1-latest-content .title {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-blog-grid-1-latest-content .title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .ct-blog-grid-1-latest-content .title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.ct-blog-grid-1-latest-content .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.ct-blog-grid-1-latest-content .title a:hover {
  background-size: 100% 1px;
}
.ct-blog-grid-1-latest-content .disc {
  font-weight: 400;
  color: #717171;
}
.ct-blog-grid-1-latest-content .btn-wrap {
  margin-top: 35px;
}
.ct-blog-grid-1-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-blog-grid-1-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-grid-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-blog-grid-1-item {
  background: #F9F9F9;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
.ct-blog-grid-1-item:is(.grid-item-2) .item-content {
  position: relative;
  z-index: 2;
}
.ct-blog-grid-1-item:is(.grid-item-2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--ct-inner-color-2);
  border-radius: 12px;
  transition: all 0.4s ease;
  opacity: 0;
}
.ct-blog-grid-1-item .item-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  background: var(--ct-gd-3);
  position: relative;
}
.ct-blog-grid-1-item .item-img-wrap .item-img-1 {
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ct-blog-grid-1-item .item-img-wrap .item-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-blog-grid-1-item .item-img-wrap .item-img-2 img {
  mix-blend-mode: luminosity;
}
.ct-blog-grid-1-item .item-content {
  padding: 24px 8px 0 8px;
}
.ct-blog-grid-1-item .item-content .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 25px;
  align-items: center;
}
.ct-blog-grid-1-item .item-content .meta .auth {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 12px;
  align-items: center;
}
.ct-blog-grid-1-item .item-content .meta .auth .name {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
}
.ct-blog-grid-1-item .item-content .meta .publish .icon {
  margin-right: 6px;
  width: 18px;
  transform: translateY(-2px);
  display: inline-block;
}
.ct-blog-grid-1-item .item-content .meta .publish .date {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1C1C1C;
}
.ct-blog-grid-1-item .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1C1C1C;
  margin-top: 18px;
}
.ct-blog-grid-1-item .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-blog-grid-1-item .title a:hover {
  background-size: 100% 1px;
}
.ct-blog-grid-1-item .btn-wrap {
  margin-top: 20px;
}
.ct-blog-grid-1-item:hover .item-img-wrap .item-img-1 {
  opacity: 0;
}
.ct-blog-grid-1-item:hover::after {
  opacity: 1;
}

/*
--- Blog-Grid-1 End ---
*/
/*
--- Blog-Grid-2 Start ---
*/
.ct-blog-grid-2-area {
  padding: 140px 0 180px 0;
}
.ct-blog-grid-2-area .row {
  --bs-gutter-x: 2rem;
}
.ct-blog-grid-2-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-grid-2-wrap {
    grid-template-columns: 1fr;
  }
}

/*
--- Blog-Grid-2 End ---
*/
/*
--- Blog-List Start ---
*/
.ct-blog-list-area {
  padding: 140px 0 180px 0;
}
.ct-blog-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ct-blog-list-card {
  overflow: hidden;
  background: #F9F9F9;
  border-radius: 16px;
  padding: 32px 32px 40px 32px;
}
@media (max-width: 575px) {
  .ct-blog-list-card {
    padding: 0 0 32px 0;
  }
}
.ct-blog-list-card .blog-list-slider-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 575px) {
  .ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item {
    height: 150px;
  }
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  height: 300px;
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item .ct-plybtn-1 {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--ct-inner-color-2);
  transition: all 0.4s ease;
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item .ct-plybtn-1::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.2;
  animation: ct-plybtn-1 2s linear infinite;
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item .ct-plybtn-1::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  animation: ct-plybtn-1 4s linear infinite;
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item .ct-plybtn-1 i {
  position: relative;
  z-index: 2;
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item .ct-plybtn-1:hover {
  color: var(--ct-pr-1);
}
.ct-blog-list-card .blog-list-slider-wrap .blog-list-slide-item:hover img {
  transform: scale(1.05);
}
.ct-blog-list-card .blog-list-slider-wrap .ct-blog-slider-navigation .ct_blog_list_prev {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(5.5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 40px;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-blog-list-card .blog-list-slider-wrap .ct-blog-slider-navigation .ct_blog_list_prev {
    left: 15px;
  }
}
.ct-blog-list-card .blog-list-slider-wrap .ct-blog-slider-navigation .ct_blog_list_prev:hover {
  color: var(--ct-inner-color-2);
  background-color: #fff;
}
.ct-blog-list-card .blog-list-slider-wrap .ct-blog-slider-navigation .ct_blog_list_next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(5.5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 40px;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-blog-list-card .blog-list-slider-wrap .ct-blog-slider-navigation .ct_blog_list_next {
    right: 15px;
  }
}
.ct-blog-list-card .blog-list-slider-wrap .ct-blog-slider-navigation .ct_blog_list_next:hover {
  color: var(--ct-pr-1);
  background-color: #fff;
}
.ct-blog-list-card .card-content {
  padding: 32px 12px 0 12px;
}
@media (max-width: 575px) {
  .ct-blog-list-card .card-content {
    padding: 32px 15px 0 15px;
  }
}
.ct-blog-list-card .card-content .meta-data {
  display: flex;
  align-items: center;
  gap: 15px 40px;
  flex-wrap: wrap;
}
.ct-blog-list-card .card-content .meta-data .item .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.ct-blog-list-card .card-content .meta-data .item .img img {
  overflow: hidden;
  border-radius: 50%;
}
.ct-blog-list-card .card-content .meta-data .item .icon {
  display: inline-block;
  margin-right: 6px;
}
.ct-blog-list-card .card-content .meta-data .item .name {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1C1C1C;
}
.ct-blog-list-card .card-content .title {
  font-size: 32px;
  line-height: 40px;
  color: #1C1C1C;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .ct-blog-list-card .card-content .title {
    font-size: 26px;
    line-height: 32px;
  }
}
.ct-blog-list-card .card-content .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-blog-list-card .card-content .title a:hover {
  background-size: 100% 1px;
}
.ct-blog-list-card .card-content .disc {
  color: #717171;
  margin-top: 16px;
}
.ct-blog-list-card .card-content .btn-wrap {
  margin-top: 22px;
}

/*
--- Blog-List End ---
*/
/*
--- Blog-Details Start ---
*/
.ct-blog-details-area {
  position: relative;
  padding: 216px 0 180px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-blog-details-area {
    padding: 180px 0;
  }
}
@media (max-width: 575px) {
  .ct-blog-details-area {
    padding: 140px 0 160px 0;
  }
}
.ct-blog-details-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 844px;
  background-color: var(--ct-inner-color-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-blog-details-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .ct-blog-details-bg {
    height: 650px;
  }
}
.ct-blog-details-top-wrap {
  position: relative;
  z-index: 2;
  max-width: 1068px;
  margin: 100px auto 0;
}
@media (max-width: 575px) {
  .ct-blog-details-top-wrap {
    margin: 60px auto 0;
  }
}
.ct-blog-details-top-wrap .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-details-top-wrap .meta {
    gap: 15px 20px;
  }
}
.ct-blog-details-top-wrap .meta .item .icon {
  display: inline-block;
  transform: translateY(-2px);
}
.ct-blog-details-top-wrap .meta .item .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.ct-blog-details-top-wrap .meta .item .img img {
  border-radius: 50%;
}
.ct-blog-details-top-wrap .meta .item .text {text-transform: capitalize;}
.ct-blog-details-top-wrap .meta .item .text {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 6px;
  display: inline-block;
}
.ct-blog-details-top-wrap .hero-title {
  font-family: var(--urbanist);
  font-weight: 900;
  font-size: 64px;
  line-height: 72px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-blog-details-top-wrap .hero-title {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-blog-details-top-wrap .hero-title {
    font-size: 55px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-blog-details-top-wrap .hero-title {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-blog-details-top-wrap .hero-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .ct-blog-details-top-wrap .hero-title {
    font-size: 35px;
    line-height: 1.2;
  }
}
.ct-blog-details-thumbails {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 65px;
}
.ct-blog-details-content {
  max-width: 730px;
  margin: 72px auto 0;
}
.ct-blog-details-content p {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #717171;
  margin-bottom: 26px;
}
.ct-blog-details-content .en_con p:nth-child(1)::first-letter {
  font-weight: 600;
  font-size: 40px;
  line-height: 28px;
}
.ct-blog-details-content h4 {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #1C1C1C;
  margin: 50px 0 28px 0;
}
@media (max-width: 575px) {
  .ct-blog-details-content h4 {
    font-size: 26px;
  }
}
.ct-blog-details-content ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ct-blog-details-content ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-left: 24px;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #717171;
}
.ct-blog-details-content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/bd-pin.svg");
  transform: translateY(6px);
}
.ct-blog-details-content .tag-wrap {
  padding: 28px 0px;
  border-top: 1px solid #DFE1E5;
  border-bottom: 1px solid #DFE1E5;
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 30px;
  flex-wrap: wrap;
}
.ct-blog-details-content .tag-wrap .tag .title {
  font-size: 20px;
  line-height: 26px;
  color: #0D0D0D;
}
.ct-blog-details-content .tag-wrap .tag .tag-items {
  margin-top: 15px;
  flex: 0 0 auto;
}
.ct-blog-details-content .tag-wrap .tag .tag-items a {
  padding: 10px 18px;
  background: #F7F7F8;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
  transition: all 0.4s ease;
}
.ct-blog-details-content .tag-wrap .tag .tag-items a:hover {
  background-color: var(--ct-inner-color-2);
  color: #fff;
}
.ct-blog-details-content .tag-wrap .share-wrap {
  flex: 0 0 auto;
}
.ct-blog-details-content .tag-wrap .share-wrap .title {
  font-size: 20px;
  line-height: 26px;
  color: #0D0D0D;
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s ease;
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media a:hover {
  transform: scale(0.9);
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media .facebook {
  background-color: #3A5897;
  color: #fff;
  font-size: 20px;
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media .twitter {
  background-color: #000000;
  color: #fff;
  font-size: 20px;
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media .wshatsapp {
  background-color: #29A71A;
  color: #fff;
  font-size: 22px;
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media .linkedin {
  background-color: #007BB5;
  color: #fff;
  font-size: 18px;
}
.ct-blog-details-content .tag-wrap .share-wrap .social-media .share {
  background-color: #DFE1E5;
  color: #000000;
  font-size: 12px;
}
.ct-blog-details-content .comment-wrap {
  margin-top: 64px;
  padding: 32px;
  display: grid;
  grid-template-columns: 140px auto;
  align-items: center;
  gap: 28px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .ct-blog-details-content .comment-wrap {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.ct-blog-details-content .comment-wrap .user-img {
  width: 137px;
  height: 137px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}
.ct-blog-details-content .comment-wrap .content .name {
  font-size: 22px;
  line-height: 26px;
  color: #0D0D0D;
}
.ct-blog-details-content .comment-wrap .content p {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0D0D0D;
  margin: 12px 0 0 0;
}
.ct-blog-details-content .comment-form-wrap {
  margin-top: 64px;
  border: 1px solid #DFE1E5;
  border-radius: 15px;
  padding: 40px;
}
@media (max-width: 575px) {
  .ct-blog-details-content .comment-form-wrap {
    padding: 30px 25px;
  }
}
.ct-blog-details-content .comment-form-wrap .title {
  font-size: 32px;
  line-height: 26px;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .ct-blog-details-content .comment-form-wrap .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.ct-blog-details-content .comment-form-wrap form {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ct-blog-details-content .comment-form-wrap form .item {
  position: relative;
}
.ct-blog-details-content .comment-form-wrap form .item:focus-within label {
  color: var(--ct-inner-color-2);
}
.ct-blog-details-content .comment-form-wrap form .item:focus-within::after {
  width: 100%;
}
.ct-blog-details-content .comment-form-wrap form .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  z-index: 2;
  transition: all 0.5s ease;
}
.ct-blog-details-content .comment-form-wrap form .item label {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #1C1C1C;
  display: block;
  transition: color 0.3s ease;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ct-blog-details-content .comment-form-wrap form .item input {
  border: none;
  background-color: transparent;
  position: relative;
  outline: none;
  border-bottom: 1px solid #CED3CA;
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #1C1C1C;
  width: 100%;
  height: 50px;
}
.ct-blog-details-content .comment-form-wrap form .item input::placeholder {
  font-weight: 400;
  color: rgba(28, 28, 28, 0.56);
}
.ct-blog-details-content .comment-form-wrap form .item textarea {
  border: none;
  background-color: transparent;
  position: relative;
  outline: none;
  border-bottom: 1px solid #CED3CA;
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
  width: 100%;
  margin-top: 10px;
  height: 74px;
  min-height: 74px;
  max-height: 100px;
}
.ct-blog-details-content .comment-form-wrap form .item textarea::placeholder {
  font-weight: 400;
  color: rgba(28, 28, 28, 0.56);
}
.ct-blog-details-content .comment-form-wrap form .item:nth-last-child(2)::after {
  bottom: 10px;
}
.ct-blog-details-content .comment-form-wrap form .btn {
  align-self: self-start;
}
.egx-blog-details-content blockquote {
  margin-top: 55px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background: #F7F7F8;
  border-radius: 8px;
}
.egx-blog-details-content blockquote p{
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .egx-blog-details-content blockquote {
    padding: 35px 25px;
  }
}
.egx-blog-details-content blockquote::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ct-gd-3);
}
.egx-blog-details-content blockquote .icon {
  position: absolute;
  top: 24px;
  left: 32px;
}
.egx-blog-details-content blockquote blockquote {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1C1C1C;
  margin-bottom: 16px;
}
.egx-blog-details-content blockquote .name-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.egx-blog-details-content blockquote .name-wrap .line {
  width: 62px;
  height: 2px;
  background: var(--ct-gd-3);
}
@media (max-width: 575px) {
  .egx-blog-details-content blockquote .name-wrap .line {
    width: 40px;
  }
}
.egx-blog-details-content blockquote .name-wrap .name {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1C1C1C;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
  margin: 64px -261px 0 -261px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-details-feature {
    margin: 64px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-blog-details-feature {
    grid-template-columns: 1fr;
  }
}
.ct-blog-details-feature .item {
  border-radius: 12px;
  overflow: hidden;
}
.comment-reply-title {
  font-size: 32px;
  line-height: 26px;
  color: #1C1C1C;
  font-family: var(--urbanist);
  font-weight: 700;
}
p.comment-form-cookies-consent {
  display: none;
}
.ct-blog-details-content .form-submit {
  display: none;
}
/*
--- Blog-Details End ---
*/
/*
--- Faq-1 Start ---
*/
.ct-faq-1-area {
  padding: 105px 0 195px 0;
}
.ct-faq-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.94fr;
  gap: 55px 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-faq-1-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.ct-faq-1-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-faq-1-left {
    flex-direction: row;
  }
}
.ct-faq-1-action-card {
  padding: 104px 50px 44px 50px;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .ct-faq-1-action-card {
    padding: 90px 25px 40px 25px;
  }
}
.ct-faq-1-action-card .title {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.125;
}
@media (max-width: 575px) {
  .ct-faq-1-action-card .title {
    font-size: 32px;
  }
}
.ct-faq-1-action-card .disc {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
.ct-faq-1-action-card .btn-wrap {
  margin-top: 20px;
}
.ct-faq-1-action-btn {
  padding: 11px 38px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  display: inline-block;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s ease;
}
.ct-faq-1-action-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--ct-gd-1);
  transition: all 0.4s ease;
}
.ct-faq-1-action-btn .btn-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-faq-1-action-btn:hover {
  border-color: #fff;
}
.ct-faq-1-action-btn:hover::after {
  opacity: 0;
}
.ct-faq-1-contact-card {
  border: 4px solid rgba(228, 228, 227, 0.43);
  border-radius: 30px;
  padding: 40px 0 33px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-faq-1-contact-card {
    min-width: 310px;
  }
}
.ct-faq-1-contact-card .card-content {
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}
.ct-faq-1-contact-card .card-content .icon {
  display: inline-block;
}
.ct-faq-1-contact-card .card-content .title {
  font-size: 28px;
  color: rgb(2, 16, 129);
  line-height: 1.3;
  font-weight: 900;
  margin-top: 6px;
}
.ct-faq-1-contact-card .card-content .disc {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.25;
  color: rgb(96, 101, 105);
}
.ct-faq-1-contact-card .card-content .btn-wrap {
  margin-top: 18px;
}
.ct-faq-1-call-btn {
  padding: 7px 38px;
  display: inline-block;
  border-radius: 100px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  transition: all 0.4s ease;
  position: relative;
}
.ct-faq-1-call-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  border-radius: 100px;
  transition: all 0.4s ease;
}
.ct-faq-1-call-btn .btn-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-faq-1-call-btn:hover {
  border-color: var(--ct-pr-1);
}
.ct-faq-1-call-btn:hover::after {
  opacity: 0;
}
.ct-faq-1-call-btn:hover .btn-text {
  color: var(--ct-pr-1);
}
.ct-footer-1-info, .ct-footer-1-location-card, .ct-footer-1-action {
  min-height: 320px;
}
.ct-faq-1-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-faq-1-accordion .accordion .accordion-item {
  border: none;
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding: 21px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 50px;
  background: #f7f7f7;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 18px 20px;
    border-radius: 20px;
    gap: 20px;
  }
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button .btn-text {
  font-size: 22px;
  font-family: var(--urbanist);
  font-weight: bold;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  transition: all 0.1s ease;
}
@media (max-width: 575px) {
  .ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button .btn-text {
    font-size: 20px;
  }
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button .arrow-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(134, 134, 134);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  flex: 0 0 auto;
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 30px 30px 0 0;
  background: var(--ct-gd-1);
  box-shadow: none;
  padding: 24px 42px;
}
@media (max-width: 575px) {
  .ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    padding: 18px 20px;
    border-radius: 20px 20px 0 0;
  }
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .btn-text {
  color: rgb(255, 255, 255);
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .arrow-icon {
  background-color: #fff;
  color: #000;
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-body {
  background-color: #f7f7f7;
  border-radius: 0 0 30px 30px;
  padding: 28px 90px 35px 42px;
}
@media (max-width: 575px) {
  .ct-faq-1-accordion .accordion .accordion-item .accordion-body {
    border-radius: 0 0 20px 20px;
    padding: 22px 50px 25px 20px;
  }
}
.ct-faq-1-accordion .accordion .accordion-item .accordion-body .disc {
  color: rgb(110, 110, 110);
  line-height: 1.556;
}

.ct-faq-ser-1-area {
  padding: 285px 0 195px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-faq-ser-1-area {
    padding: 120px 0 195px 0;
  }
}

/*
--- Faq-1 End ---
*/
/*
--- Faq-2 Start ---
*/
.ct-faq-2-area {
  padding: 150px 0 180px 0;
}
.ct-faq-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 50px 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-faq-2-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-faq-2-wrap .is-faq-2 {
  margin-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-faq-2-wrap .is-faq-2 {
    margin-top: 0;
  }
}

/*
--- Faq-2 End ---
*/
/*
--- Faq-4 Start ---
*/
.ct-faq-4-area {
  padding: 140px 0 180px 0;
}
.ct-faq-4-title-wrap {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.ct-faq-4-title-wrap .disc {
  margin-top: 20px;
  font-weight: 400;
  color: #717171;
}
.ct-faq-4-wrap {
  max-width: 1058px;
  margin: 55px auto 0;
}
.ct-faq-4-wrap .accordion {
  --bs-accordion-border-radius: 0px;
}
.ct-faq-4-wrap .accordion .accordion-item {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #DBDBDB;
}
.ct-faq-4-wrap .accordion .accordion-item:not(:last-child) {
  border-bottom: 0;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button {
  padding: 30px 0px;
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
  }
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #1C1C1C;
  font-size: 14px;
  color: #1C1C1C;
  transition: all 0.4s ease;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  font-weight: 600;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
  color: var(--ct-inner-color-2);
  border-color: var(--ct-inner-color-2);
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-body {
  padding-bottom: 30px;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-body .job-type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 120px;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-body .job-type .item .name {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #0D0D0D;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-body .job-type .item .cont {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #717171;
}
.ct-faq-4-wrap .accordion .accordion-item .accordion-body .disc {
  margin: 30px 0 30px 0;
  color: #717171;
}

/*
--- Faq-4 End ---
*/
/*
--- Client-2 Start ---
*/
.ct-client-2-area {
  padding: 75px 0 150px 0;
}
.ct-client-2-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-client-2-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .ct-client-2-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}
.ct-client-2-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.ct-client-2-item:hover {
  filter: brightness(0.5);
}

/*
--- Client-2 End ---
*/
/*
--- Client-4 Start ---
*/
.ct-client-area {
  overflow: hidden;
}
.ct-client-area:is(.pb-expand-1) {
  padding-bottom: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-client-area:is(.pb-expand-1) {
    padding-bottom: 140px;
  }
}

.ct-client-4-area {
  padding-top: 52px;
  overflow: hidden;
}
.ct-client-4-wrap {
  display: flex;
  gap: 0;
  border-top: 1px solid #A8B0B7;
  border-bottom: 1px solid #A8B0B7;
  border-left: 1px solid #A8B0B7;
}
.ct-client-4-item {
  width: 312px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  flex: 0 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-client-4-item {
    width: 200px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .ct-client-4-item {
    width: 150px;
    height: 80px;
  }
}
.ct-client-4-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #A8B0B7;
}

/*
--- Client-4 End ---
*/
/*
--- Client-5 Start ---
*/
.ct-client-5-area {
  padding: 140px 0 180px 0;
}
.ct-client-5-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-client-5-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-client-5-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ct-client-5-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.ct-client-5-item {
  position: relative;
  height: 120px;
  border: 1px solid #F3F3F3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.6s ease;
  overflow: hidden;
}
.ct-client-5-item .img-1 {
  transition: all 0.6s ease;
}
.ct-client-5-item .img-2 {
  position: absolute;
  opacity: 0;
  transition: all 0.6s ease;
}
.ct-client-5-item:hover {
  border-color: var(--ct-inner-color-2);
}
.ct-client-5-item:hover .img-1 {
  opacity: 0;
  transform: scale(1.1);
}
.ct-client-5-item:hover .img-2 {
  opacity: 1;
  transform: scale(1.1);
}

/*
--- Client-5 End ---
*/
/*
--- Business-2 Start ---
*/
.ct-business-2-area {
  padding: 86px 0 88px 0;
}
.ct-business-2-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-2-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-business-2-pricing {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-2-pricing {
    grid-template-columns: 1fr;
  }
}
.ct-business-2-pricing-left {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-2-pricing-left {
    flex-direction: column-reverse;
  }
}
.ct-business-2-pricing-btn-wrap {
  background: var(--ct-gd-1);
  padding: 50px 30px 40px 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .ct-business-2-pricing-btn-wrap {
    padding: 50px 20px 40px 20px;
  }
}
.ct-business-2-pricing-btn-wrap .tab-btn {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  background-color: transparent;
  text-align: left;
  font-weight: 900;
  padding: 10.5px 20px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .ct-business-2-pricing-btn-wrap .tab-btn {
    padding: 10.5px 10px;
  }
}
.ct-business-2-pricing-btn-wrap .tab-btn:is(.active) {
  background-color: #363dd8;
}
.ct-business-2-pricing-btn-wrap .tab-btn .icon {
  font-size: 20px;
  margin-right: 3px;
}
.ct-business-2-pricing-btn-wrap .tab-btn .icon i {
  transform: rotate(45deg);
}
.ct-business-2-pricing-right:is(.active) .main-img img {
  transform: scale(1);
}
.ct-business-2-pricing-right .main-img {
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.ct-business-2-pricing-right .main-img img {
  transition: all 1.4s ease;
  transform: scale(1.15);
}
.ct-business-2-counter {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ct-business-2-counter-item {
  display: grid;
  grid-template-columns: 67px auto;
  gap: 10px;
  align-items: center;
}
.ct-business-2-counter-item .icon {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ct-gd-1);
  border-radius: 50%;
}
.ct-business-2-counter-item .icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-business-2-counter-item .icon img {
  max-width: 30px;
}
.ct-business-2-counter-item .number {
  font-size: 50px;
  color: rgb(0, 0, 0);
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 575px) {
  .ct-business-2-counter-item .number {
    font-size: 40px;
  }
}
.ct-business-2-counter-item .counter-title {
  font-size: 19px;
  font-family: var(--urbanist);
  color: rgb(113, 113, 113);
  line-height: 1.2;
}
.ct-business-2-tab-item {
  border-radius: 30px;
  border: 1px solid var(--ct-pr-1);
  padding: 35px 20px 20px 0;
}
.ct-business-2-tab-item .title {
  padding-left: 40px;
  font-size: 32px;
  color: rgb(14, 25, 30);
  line-height: 1.2;
  font-weight: 900;
}
.ct-business-2-tab-item .pricing {
  background: var(--ct-gd-1);
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 30px 8px 40px;
  border-radius: 0 50px 50px 0;
  margin-top: 15px;
  display: inline-block;
}
.ct-business-2-tab-item .disc {
  color: rgb(113, 113, 113);
  line-height: 1.389;
  padding-left: 40px;
  margin-top: 15px;
}
.ct-business-2-right {
  position: relative;
}
.ct-business-2-right .disc {
  color: rgb(113, 113, 113);
  margin-top: 20px;
}
.ct-business-2-right .btn-wrap {
  margin-top: 35px;
}

/*
--- Business-2 End ---
*/
/*
--- Business-3 Start ---
*/
.ct-business-3-area {
  padding: 100px 0 95px 0;
}
.ct-business-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.17fr;
  gap: 55px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-3-wrap {
    display: flex;
    flex-direction: column-reverse;
    max-width: 650px;
    margin: 0 auto;
  }
}
.ct-business-3-form-wrap {
  border-radius: 30px;
  background-color: #fff;
  padding: 58px 38px 52px 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-3-form-wrap {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .ct-business-3-form-wrap {
    padding: 45px 20px;
  }
}
.ct-business-3-form-wrap .title {
  font-size: 28px;
  font-family: var(--urbanist);
  color: rgb(40, 40, 38);
  font-weight: 800;
  line-height: 1.2;
}
.ct-business-3-form-wrap .disc {
  color: rgb(40, 40, 38);
  margin-top: 10px;
}
.ct-business-3-form-wrap {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ct-business-3-form-wrap .nice-select {
  border-radius: 50px;
  background-color: rgb(244, 244, 244);
  height: 67px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(40, 40, 38);
  line-height: 1.2;
  font-weight: 500;
  outline: none;
  padding: 10px 35px;
  border: none;
}
@media (max-width: 575px) {
  .ct-business-3-form-wrap .nice-select {
    height: 55px;
    padding: 15px 20px;
  }
}
.ct-business-3-form-wrap .nice-select::after {
  right: 35px;
  width: 10px;
  height: 10px;
  top: 46%;
}
@media (max-width: 575px) {
  .ct-business-3-form-wrap .nice-select::after {
    right: 20px;
  }
}
.ct-business-3-form-wrap .nice-select .nice-select {
  padding: 0px 0px;
}
.ct-business-3-form-wrap .nice-select .nice-select::after {
  display: none;
}
.ct-business-3-form-wrap .input-gp-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-3-form-wrap .input-gp-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-business-3-form-wrap input {
  border-radius: 50px;
  background-color: rgb(244, 244, 244);
  height: 67px;
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(40, 40, 38);
  line-height: 1.2;
  font-weight: 500;
  outline: none;
  padding: 10px 35px;
  border: none;
  width: 100%;
}
@media (max-width: 575px) {
  .ct-business-3-form-wrap input {
    height: 55px;
    padding: 15px 20px;
  }
}
.ct-business-3-form-wrap textarea {
  border-radius: 30px;
  background-color: rgb(244, 244, 244);
  height: 150px;
  min-height: 100px;
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(40, 40, 38);
  line-height: 1.2;
  font-weight: 500;
  outline: none;
  padding: 25px 35px;
  border: none;
}
@media (max-width: 575px) {
  .ct-business-3-form-wrap textarea {
    height: 130px;
    border-radius: 20px;
    padding: 15px 20px;
  }
}
.ct-business-3-form-wrap button {
  margin-top: 22px;
  border-radius: 50px;
  padding: 13.5px 20px;
  position: relative;
  background: linear-gradient(-20deg, rgb(15, 93, 251) 0%, rgb(1, 12, 122) 100%);
  transition: all 0.4s ease;
}
.ct-business-3-form-wrap button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  border-radius: 50px;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-business-3-form-wrap button {
    padding: 13.5px 15px;
  }
}
.ct-business-3-form-wrap button .btn-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .ct-business-3-form-wrap button .btn-text {
    font-size: 17px;
    font-weight: 700;
  }
}
.ct-business-3-form-wrap button:hover::after {
  opacity: 0;
}
.ct-business-3-content .disc {
  color: rgb(209, 209, 209);
  margin-top: 32px;
}
.ct-business-3-content .community {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 445px;
}
.ct-business-3-content .community .commu-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ct-business-3-content .community .commu-left .community-img {
  flex: 0 0 auto;
}
.ct-business-3-content .community .commu-left .community-text {
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.111;
}
.ct-business-3-content .community .commu-left .community-text a {
  display: inline-block;
  position: relative;
}
.ct-business-3-content .community .commu-left .community-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.ct-business-3-content .community .link {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background: var(--ct-gd-1);
  transition: all 0.4s ease;
  position: relative;
}
.ct-business-3-content .community .link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: scale(0);
}
.ct-business-3-content .community .link i {
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-business-3-content .community .link:hover::after {
  transform: scale(1);
}
.ct-business-3-content .community .link:hover i {
  color: var(--ct-pr-1);
  transform: rotate(-45deg);
}

/*
--- Business-3 End ---
*/
/*
--- Business-4 Start ---
*/
.ct-business-4-area {
  padding: 140px 0 100px 0;
}
.ct-business-4-wrap {
  position: relative;
}
.ct-business-4-title-wrap {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-4-title-wrap {
    position: static;
    margin-bottom: 40px;
  }
}
.ct-business-4-title-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-4-title-wrap .title-wrap {
    gap: 0;
  }
}
.ct-business-4-title {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 72px;
  line-height: 69px;
  color: #1C1C1C;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  display: inline;
  padding: 0 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-business-4-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-business-4-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-business-4-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-business-4-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .ct-business-4-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.ct-business-4-content {
  max-width: 1037px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 40px 60px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-4-content {
    grid-template-columns: 1fr;
  }
}
.ct-business-4-content .main-img {
  border-radius: 16px;
  overflow: hidden;
}
.ct-business-4-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-business-4-item-wrap {
    gap: 40px;
  }
}
.ct-business-4-item .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #1C1C1C;
}
.ct-business-4-item .disc {
  font-weight: 400;
  color: #717171;
  margin-top: 10px;
}

/*
--- Business-4 End ---
*/
/*
--- Contact-2 Start ---
*/
.ct-contact-2-area {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-contact-2-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-2-area {
    padding-top: 100px;
  }
}
.ct-contact-2-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 610px;
  background: var(--ct-gd-1);
  top: 142px;
  left: 0;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-2-area::after {
    top: 0;
    height: 100%;
  }
}
.ct-contact-2-sec-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.ct-contact-2-bg-shape {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  .ct-contact-2-bg-shape {
    max-width: 1280px;
    top: 150px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-contact-2-bg-shape {
    max-width: 1160px;
    top: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-contact-2-bg-shape {
    max-width: 950px;
    top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-contact-2-bg-shape {
    top: 0;
    left: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-2-bg-shape {
    display: none;
  }
}
.ct-contact-2-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ct-contact-2-img:is(.active) img {
  transform: translateY(0px);
}
.ct-contact-2-img img {
  transform: translateY(200px);
  transition: all 2.5s ease;
  height: 100% !important;
}
.ct-contact-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: 1150px;
  margin: 0 auto;
  align-items: end;
  min-height: 752px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-2-wrap {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-2-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }
}
.ct-contact-2-content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-2-content {
    margin-bottom: 0;
  }
}
.ct-contact-2-content .disc {
  font-size: 20px;
  color: rgb(161, 161, 161);
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-2-content .disc {
    color: #fff;
  }
}
.ct-contact-2-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ct-contact-2-form .from-input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 575px) {
  .ct-contact-2-form .from-input-group {
    grid-template-columns: 1fr;
  }
}
.ct-contact-2-form input {
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.102);
  height: 67px;
  border-radius: 30px;
  padding: 5px 15px 5px 35px;
  font-size: 15px;
  font-family: var(--urbanist);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  width: 100%;
}
@media (max-width: 575px) {
  .ct-contact-2-form input {
    height: 60px;
  }
}
.ct-contact-2-form button {
  margin-top: 10px;
  height: 57px;
  border-radius: 28px;
  position: relative;
  background: linear-gradient(-20deg, rgb(15, 93, 251) 0%, rgb(1, 12, 122) 100%);
  transition: all 0.4s ease;
}
.ct-contact-2-form button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  border-radius: 28px;
  transition: all 0.6s ease;
}
.ct-contact-2-form button .btn-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-contact-2-form button:hover::after {
  opacity: 0;
}
.ct-contact-2-form button:hover .btn-text {
  letter-spacing: 0.6px;
}

/*
--- Contact-2 End ---
*/
/*
--- Contact-4 Start ---
*/
.ct-contact-4-area {
  padding: 28px 0;
  overflow: hidden;
}
.ct-contact-4-shape-img {
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  height: 100%;
  max-width: 212px;
  flex: 0 0 auto;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-shape-img {
    display: none;
  }
}
.ct-contact-4-wrap {
  display: grid;
  grid-template-columns: 1.09fr 1fr;
  gap: 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-wrap {
    grid-template-columns: 1fr;
    max-width: 850px;
    margin: 0 auto;
  }
}
.ct-contact-4-left {
  display: flex;
  gap: 28px;
  margin-left: -301px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-left {
    margin-left: 0;
  }
}
.ct-contact-4-form {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 68px 80px 80px 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-contact-4-form {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .ct-contact-4-form {
    padding: 30px 20px;
  }
}
.ct-contact-4-form:is(.with-pr-font) .title, .ct-contact-4-form:is(.with-pr-font) .subtitle {
  font-family: var(--urbanist);
}
.ct-contact-4-form:is(.with-pr-font) form .services .service-radio span {
  font-family: var(--urbanist);
}
.ct-contact-4-form:is(.with-pr-font) form .input-fields .item label {
  font-family: var(--urbanist);
}
.ct-contact-4-form:is(.with-pr-font) form .input-fields .item input {
  font-family: var(--urbanist);
}
.ct-contact-4-form:is(.with-pr-font) form .input-fields .item textarea {
  font-family: var(--urbanist);
}
.ct-contact-4-form .title {
  font-family: var(--archivo);
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -1px;
  color: #202020;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-contact-4-form .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .ct-contact-4-form .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.ct-contact-4-form .subtitle {
  font-family: var(--archivo);
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #202020;
}
.ct-contact-4-form form {
  margin-top: 20px;
}
.ct-contact-4-form form .services {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ct-contact-4-form form .services .wpcf7-list-item {
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}

.ct-contact-4-form form .services .service-radio input {
  display: none;
}
.ct-contact-4-form form .services .service-radio input:checked ~ .wpcf7-list-item-label {
  background: var(--ct-pr-3);
  color: #fff;
}
.ct-contact-4-form form .services .service-radio .wpcf7-list-item-label {
  padding: 9.5px 16px;
  background: #F0F0F0;
  border-radius: 4px;
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #202020;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ct-contact-4-form form .input-fields {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ct-contact-4-form form .input-fields .item {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.ct-contact-4-form form .input-fields .item label {
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #202020;
}
.ct-contact-4-form form .input-fields .item input {
  border: none;
  outline: none;
  height: 46px;
  border-bottom: 1px solid #DDDEE2;
  font-family: var(--archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #202020;
}
.ct-contact-4-form form .input-fields .item input::placeholder {
  color: rgba(94, 94, 94, 0.72);
}
.ct-contact-4-form form .input-fields .item textarea {
  border: none;
  outline: none;
  height: 67px;
  min-height: 67px;
  border-bottom: 1px solid #DDDEE2;
  font-family: var(--archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #202020;
  margin-top: 12px;
}
.ct-contact-4-form form .input-fields .item textarea::placeholder {
  color: rgba(94, 94, 94, 0.72);
}
.ct-contact-4-form form .btn-wrap {
  margin-top: 40px;
}
.ct-contact-4-form form .btn-wrap .ct-btn-1 {
  background-color: transparent;
}
.ct-contact-4-right {
  border-radius: 16px;
  background-color: #E7E9EE;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  margin-right: -272px;
  overflow: hidden;
  min-height: 850px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-contact-4-right {
    margin-right: -200px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right {
    margin-right: 0px;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right {
    display: block;
  }
  .ct-contact-4-right{
    min-height: auto;
  }
}
.ct-contact-4-right:is(.active) .main-img::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.ct-contact-4-right:is(.active) .shapes .shape-2 {
  transform: translate(0px, 0px);
}
.ct-contact-4-right:is(.active) .shapes .shape-4 {
  transform: translate(0px, 0px);
}
.ct-contact-4-right:is(.active) .shapes .shape-5 {
  height: 600px;
}
.ct-contact-4-right:is(.active) .shapes .shape-6 {
  width: 630px;
}
.ct-contact-4-right .main-img {
  max-width: 678px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right .main-img {
    max-width: 100%;
  }
}
.ct-contact-4-right .main-img::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  background-color: #E7E9EE;
  left: -1px;
  top: 0;
  transition: all 1s ease;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-contact-4-right .shapes .shape-1 {
  position: absolute;
  width: 127px;
  height: 125px;
  left: 0px;
  top: 0px;
  background: var(--ct-pr-3);
}
.ct-contact-4-right .shapes .shape-2 {
  position: absolute;
  width: 52px;
  height: 52px;
  left: 75px;
  top: 205px;
  background: #F6F6F6;
  transform: translate(52px, -52px);
  transition: all 1s ease;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right .shapes .shape-2 {
    display: none;
  }
}
.ct-contact-4-right .shapes .shape-3 {
  position: absolute;
  width: 81px;
  height: 80px;
  left: 127px;
  top: 125px;
  background: #F6F6F6;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right .shapes .shape-3 {
    display: none;
  }
}
.ct-contact-4-right .shapes .shape-4 {
  position: absolute;
  width: 52px;
  height: 52px;
  left: 208px;
  top: 73px;
  background: #F6F6F6;
  transform: translate(-52px, 52px);
  transition: all 1s ease;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right .shapes .shape-4 {
    display: none;
  }
}
.ct-contact-4-right .shapes .shape-5 {
  position: absolute;
  width: 1px;
  height: 0px;
  left: 75px;
  top: 250px;
  background: #F6F6F6;
  transition: all 3s ease;
  transition-delay: 1s;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right .shapes .shape-5 {
    display: none;
  }
}
.ct-contact-4-right .shapes .shape-6 {
  position: absolute;
  width: 0px;
  height: 1px;
  left: 250px;
  top: 73px;
  background: #F6F6F6;
  transition: all 3s ease;
  transition-delay: 1s;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-4-right .shapes .shape-6 {
    display: none;
  }
}

/*
--- Contact-4 End ---
*/
/*
--- Contact-5 Start ---
*/
.ct-contact-5-area {
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-5-area {
    padding: 100px 0;
  }
}
.ct-contact-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px 100px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-contact-5-wrap {
    gap: 60px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-contact-5-wrap {
    gap: 60px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-5-wrap {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto;
  }
}
.ct-contact-5-left {
  position: relative;
  margin-left: -332px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-contact-5-left {
    margin-left: -250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ct-contact-5-left {
    margin-left: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-contact-5-left {
    margin-left: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-5-left {
    margin-left: 0;
  }
}
.ct-contact-5-left:is(.active) .main-img::after {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.ct-contact-5-left:is(.active) .ct-contact-5-content {
  transform: translateX(0px);
}
.ct-contact-5-left .main-img {
  position: relative;
}
.ct-contact-5-left .main-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition: all 1.3s ease;
  transition-delay: 0.2s;
}
.ct-contact-5-content {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 395px;
  background: var(--ct-gd-2);
  border-radius: 20px 0 0 0;
  padding: 20px 30px 60px 50px;
  overflow: hidden;
  transform: translateX(395px);
  transition: all 1.8s ease;
  transition-delay: 1s;
}
@media (max-width: 575px) {
  .ct-contact-5-content {
    padding: 20px 30px 40px 20px;
    margin: 40px auto 0;
    position: static;
    border-radius: 20px;
    max-width: 100%;
  }
}
.ct-contact-5-content .subtitle {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  margin-bottom: 0;
}
.ct-contact-5-content .subtitle::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 115%;
  height: 1px;
}
.ct-contact-5-content .number {
  font-size: 110px;
  color: rgb(255, 255, 255);
  line-height: 0.8;
  font-weight: 900;
  margin-top: 82px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-contact-5-content .number {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-contact-5-content .number {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-contact-5-content .number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-contact-5-content .number {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .ct-contact-5-content .number {
    font-size: 50px;
  }
}
.ct-contact-5-content .title {
  font-size: 35px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.286;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-contact-5-content .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .ct-contact-5-content .title {
    font-size: 25px;
  }
}
.ct-contact-5-right {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-5-right {
    padding: 0px;
  }
}
.ct-contact-5-right .disc {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(161, 161, 161);
  margin-top: 12px;
}
.ct-contact-5-right .top-content {
  max-width: 570px;
}
.ct-contact-5-right .top-content .ct-subtitle-text-4 {
  margin-bottom: 10px;
}
.ct-contact-5-form form {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ct-contact-5-form .item-group {
  display: flex;
  gap: 15px;
}
@media (max-width: 575px) {
  .ct-contact-5-form .item-group {
    flex-direction: column;
  }
}
.ct-contact-5-form .item-group input {
  flex-basis: 50%;
  height: 67px;
  border: none;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 20px 10px 45px;
  outline: none;
  font-size: 14px;
  font-family: var(--urbanist);
  font-weight: 500;
  color: #282826;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-contact-5-form .item-group input {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .ct-contact-5-form .item-group input {
    padding: 15px 20px;
  }
}
.ct-contact-5-form textarea {
  height: 120px;
  min-height: 100px;
  max-height: 200px;
  border: none;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 25px 20px 10px 45px;
  outline: none;
  font-size: 14px;
  font-family: var(--urbanist);
  font-weight: 500;
  color: #282826;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-contact-5-form textarea {
    padding: 20px 20px 10px 20px;
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .ct-contact-5-form textarea {
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
  }
}

/*
--- Contact-5 End ---
*/
/*
--- Contact-Details Start ---
*/
.ct-contact-details-area {
  padding: 32px 0;
}
.ct-contact-details-main-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ct-contact-details-shape-left {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  mix-blend-mode: luminosity;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-details-shape-left {
    display: none;
  }
}
.ct-contact-details-shape-right {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  mix-blend-mode: luminosity;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-details-shape-right {
    display: none;
  }
}
.ct-contact-details-wrap {
  border-radius: 16px;
  overflow: hidden;
  padding: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
  margin: 0 -60px 0 -60px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-details-wrap {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-contact-details-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-contact-details-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .ct-contact-details-wrap {
    padding: 30px 20px;
  }
}
.ct-contact-details-item {
  padding: 32px 32px 35px 32px;
  background: #FFFFFF;
  border-radius: 12px;
}
.ct-contact-details-item .icon {
  display: inline-block;
}
.ct-contact-details-item .icon:hover {
  animation: zigzag 0.6s ease;
}
.ct-contact-details-item .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #1C1C1C;
  margin: 24px 0 10px 0;
}
.ct-contact-details-item .disc {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #717171;
}
.ct-contact-details-item .link-wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 2px 25px;
  flex-wrap: wrap;
}
.ct-contact-details-item .link-wrap a {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #313030;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .ct-contact-details-item .link-wrap a {
    font-size: 16px;
  }
}
.ct-contact-details-item .link-wrap a:hover {
  color: var(--ct-inner-color-2);
}
.ct-contact-details-item .link-wrap span {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #313030;
}

/*
--- Contact-Details End ---
*/
/*
--- Google-Map Start ---
*/
.ct-google-map-area {
  overflow: hidden;
  padding-bottom: 60px;
}
.ct-google-map-wrap {
  width: 100%;
  height: 752px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-google-map-wrap {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .ct-google-map-wrap {
    height: 350px;
  }
}
.ct-google-map-wrap iframe {
  width: 100%;
  height: 100%;
}

/*
--- Google-Map End ---
*/
/*
--- Team-3 Start ---
*/
.ct-team-3-area {
  padding: 150px 0 160px 0;
}
.ct-team-3-area-2 {
  padding: 140px 0;
}
.ct-team-3-wrap-1 {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 50px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-wrap-1 {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }
}
.ct-team-3-wrap-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-wrap-3 {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }
}
.ct-team-3-content-1 {
  padding-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-content-1 {
    padding-right: 0;
  }
}
.ct-team-3-content-1 .disc {
  color: rgb(100, 100, 100);
  margin-top: 20px;
}
.ct-team-3-content-1 .btn-wrap {
  margin-top: 30px;
}
.ct-team-3-content-3 {
  padding-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-content-3 {
    padding-right: 0;
  }
}
.ct-team-3-content-3 .disc {
  color: #1C1C1C;
  margin-top: 22px;
}
.ct-team-3-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-card-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.ct-team-3-card-wrap-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-team-3-card-wrap-2 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-card-wrap-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
.ct-team-3-card-wrap-2 .ct-team-3-card:nth-child(even) {
  background-color: #EFEFEF;
}
.ct-team-3-card-wrap-2 .ct-team-3-card:nth-child(odd) {
  background-color: #DEDDDD;
}
.ct-team-3-card {
  position: relative;
  max-width: 320px;
  overflow: hidden;
}
.ct-team-3-card:nth-child(odd) {
  background-color: #EFEFEF;
}
.ct-team-3-card:nth-child(even) {
  background-color: #DEDDDD;
}
.ct-team-3-card:is(.active) .card-content {
  transform: translateY(0px);
}
.ct-team-3-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  transform: translateY(250px);
  transition: all 0.8s ease;
}
.ct-team-3-card .card-content .content-wrap {
  background: var(--ct-gd-1);
  border-radius: 10px;
  padding: 16px 20px 28px 35px;
}
.ct-team-3-card .card-content .content-wrap .social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  flex-wrap: wrap;
}
.ct-team-3-card .card-content .content-wrap .social-media a {
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease;
}
.ct-team-3-card .card-content .content-wrap .social-media a:hover {
  color: #000;
}
.ct-team-3-card .card-content .content-wrap .hello-text {
  font-size: 25px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 200;
  margin-bottom: 2px;
}
.ct-team-3-card .card-content .content-wrap .name {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
.ct-team-3-card .card-content .content-wrap .designation {
  font-size: 13px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 6.5px 20px;
  margin-top: 10px;
  position: relative;
}
.ct-team-3-card .card-content .content-wrap .designation::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
}
.ct-team-3-card .card-content .content-wrap .rating {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.ct-team-3-card .card-content .content-wrap .rating i {
  font-size: 15px;
  color: #fff;
}
.ct-team-3-wrap-2 {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 50px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-wrap-2 {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 30px auto 0;
  }
}
.ct-team-3-content-2 {
  padding-left: 108px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-team-3-content-2 {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-3-content-2 {
    padding-left: 0;
    max-width: 600px;
  }
}
.ct-team-3-content-2 .content-top {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px 22px;
  align-items: center;
}
@media (max-width: 575px) {
  .ct-team-3-content-2 .content-top {
    grid-template-columns: 1fr;
  }
}
.ct-team-3-content-2 .content-top .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
}
.ct-team-3-content-2 .content-top .icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-team-3-content-2 .content-top .title {
  font-size: 35px;
  color: rgb(0, 0, 0);
  font-weight: 800;
  line-height: 1.143;
}
@media (max-width: 575px) {
  .ct-team-3-content-2 .content-top .title {
    font-size: 28px;
  }
}
.ct-team-3-content-2 .disc {
  margin-top: 25px;
  color: rgb(100, 100, 100);
}
.ct-team-3-content-2 .divider {
  background-color: rgb(192, 192, 192);
  max-width: 389px;
  height: 1px;
  margin: 28px 0 25px 0;
}
.ct-team-3-content-2 .quote {
  max-width: 420px;
  display: flex;
  gap: 10px 15px;
}
.ct-team-3-content-2 .quote .icon {
  flex: 0 0 auto;
}
.ct-team-3-content-2 .quote blockquote {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(100, 100, 100);
  line-height: 1.5;
  margin-bottom: 0;
}
.ct-team-3-content-2 .quote blockquote .blod-text {
  font-weight: 800;
}
.ct-team-3-bottom {
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
  padding: 35px 0 38px 0;
  margin-top: 64px;
  text-align: center;
}
.ct-team-3-bottom .disc {
  line-height: 28px;
  text-transform: capitalize;
  color: #1C1C1C;
}
.ct-team-3-bottom a {
  font-family: var(--archivo);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-decoration-line: underline;
  text-transform: uppercase;
  background: var(--ct-gd-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
.ct-team-3-bottom a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--ct-gd-3);
  transition: all 0.4s ease;
}
.ct-team-3-bottom a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--ct-inner-color-2);
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
.ct-team-3-bottom a:hover::before {
  width: 100%;
}
.ct-team-3-bottom a:hover::after {
  width: 0%;
}

/*
--- Team-3 End ---
*/
/*
--- Team-4 Start ---
*/
.ct-team-4-area {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.ct-team-4-shape-1 {
  position: absolute;
  right: 0;
  bottom: 259px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-team-4-shape-1 {
    max-width: 140px;
    bottom: 340px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-4-shape-1 {
    display: none;
  }
}
.ct-team-4-title-wrap {
  max-width: 526px;
}
.ct-team-4-title-wrap .disc {
  margin-top: 22px;
}
.ct-team-4-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: -175px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-4-wrap {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-4-wrap {
    gap: 60px;
  }
}
.ct-team-4-item {
  max-width: 640px;
  display: grid;
  grid-template-columns: 208px auto;
  gap: 40px;
  transition: all 1.4s ease;
}
@media (max-width: 575px) {
  .ct-team-4-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.ct-team-4-item:is(.slide-active):nth-child(1) {
  transform: translate(0px);
}
.ct-team-4-item:is(.slide-active):nth-child(2) {
  transform: translate(0px);
}
.ct-team-4-item:is(.slide-active):nth-child(3) {
  transform: translate(0px);
}
.ct-team-4-item:nth-child(1) {
  align-self: flex-end;
  transform: translateX(140px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-4-item:nth-child(1) {
    align-self: center;
  }
}
.ct-team-4-item:nth-child(2) {
  align-self: center;
  margin-top: -168px;
  position: relative;
  z-index: 2;
  transform: translateX(-140px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-4-item:nth-child(2) {
    margin-top: 0;
  }
}
.ct-team-4-item:nth-child(3) {
  position: relative;
  z-index: 3;
  margin-top: -168px;
  transform: translateX(-140px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-4-item:nth-child(3) {
    align-self: center;
    margin-top: 0;
  }
}
.ct-team-4-item.active .ct-team-4-main-img {
  background-color: var(--ct-ac-3_1);
}
.ct-team-4-main-img {
  position: relative;
  display: flex;
  justify-content: center;
  background: #E7E9EE;
  border-radius: 12px;
  transition: all 0.6s ease;
}
.ct-team-4-main-img .item-bg {
  position: absolute;
  top: 22px;
}
.ct-team-4-main-img .main-img {
  position: relative;
  z-index: 2;
}
.ct-team-4-content .name {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #202020;
}
.ct-team-4-content .designation {
  font-family: var(--open-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #555454;
  text-transform: capitalize;
  margin-top: 2px;
}
.ct-team-4-content .social-media {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ct-team-4-content .social-media a {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202020;
  transition: all 0.4s ease;
}
.ct-team-4-content .social-media a:hover {
  background-color: var(--ct-ac-3_2);
  color: #fff;
}
.ct-team-4-content .social-media a:hover:is(.facebook) {
  background-color: var(--ct-fb-color);
}
.ct-team-4-content .social-media a:hover:is(.linkedin) {
  background-color: var(--ct-linke-color);
}
.ct-team-4-content .social-media a:hover:is(.instagram) {
  background-color: var(--ct-ins-color);
}
.ct-team-4-bottom {
  max-width: 460px;
  margin: -145px 0 0 auto;
  position: relative;
  text-align: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-4-bottom {
    margin: 50px auto 0;
    text-align: center;
  }
}
.ct-team-4-bottom .disc {
  font-family: var(--archivo);
  color: #202020;
  text-transform: capitalize;
}
.ct-team-4-bottom .btn-wrap {
  margin-top: 33px;
}

/*
--- Team-4 End ---
*/
/*
--- Team-5 Start ---
*/
.ct-team-5-area {
  padding: 150px 0 140px 0;
}
.ct-team-5-title-wrap {
  max-width: 570px;
}
.ct-team-5-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-team-5-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-team-5-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-5-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.ct-team-5-card {
  position: relative;
  max-width: 320px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-5-card {
    margin: 0 auto;
  }
}
.ct-team-5-card:nth-child(odd) {
  background-color: #EFEFEF;
}
.ct-team-5-card:nth-child(even) {
  background-color: #DEDDDD;
}
.ct-team-5-card:nth-child(5) {
  background-color: #DEDDDD;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-5-card:nth-child(5) {
    background-color: #EFEFEF;
  }
}
.ct-team-5-card:nth-child(6) {
  background-color: #EFEFEF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-5-card:nth-child(6) {
    background-color: #DEDDDD;
  }
}
.ct-team-5-card:nth-child(7) {
  background-color: #DEDDDD;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-5-card:nth-child(7) {
    background-color: #EFEFEF;
  }
}
.ct-team-5-card:nth-child(8) {
  background-color: #EFEFEF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-team-5-card:nth-child(8) {
    background-color: #DEDDDD;
  }
}
.ct-team-5-card:is(.active) .card-content .content-wrap {
  transform: translateY(0px);
}
.ct-team-5-card:is(.active) .card-content .content-wrap-2 {
  transform: translateY(100px);
}
.ct-team-5-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}
.ct-team-5-card .card-content .content-wrap {
  background: var(--ct-gd-1);
  border-radius: 10px;
  padding: 16px 20px 28px 35px;
  transform: translateY(250px);
  transition: all 0.8s ease;
}
.ct-team-5-card .card-content .content-wrap .social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  flex-wrap: wrap;
}
.ct-team-5-card .card-content .content-wrap .social-media a {
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease;
}
.ct-team-5-card .card-content .content-wrap .social-media a:hover {
  color: #000;
}
.ct-team-5-card .card-content .content-wrap .hello-text {
  font-size: 25px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 200;
  margin-bottom: 2px;
}
.ct-team-5-card .card-content .content-wrap .name {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
.ct-team-5-card .card-content .content-wrap .designation {
  font-size: 13px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 6.5px 20px;
  margin-top: 10px;
  position: relative;
}
.ct-team-5-card .card-content .content-wrap .designation::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
}
.ct-team-5-card .card-content .content-wrap .rating {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.ct-team-5-card .card-content .content-wrap .rating i {
  font-size: 15px;
  color: #fff;
}
.ct-team-5-card .card-content .content-wrap-2 {
  position: relative;
  transform: translateY(0px);
  transition: all 0.8s ease;
}
.ct-team-5-card .card-content .content-wrap-2 .content {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  text-align: center;
  padding: 11px 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ct-team-5-card .card-content .content-wrap-2 .content .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #1C1C1C;
}
.ct-team-5-card .card-content .content-wrap-2 .content .position {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  background: var(--ct-gd-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 4px 0 0 0;
}

/*
--- Team-5 End ---
*/
/*
--- Team-Hero Start ---
*/
.ct-td-hero-area {
  position: relative;
  padding: 216px 0 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-td-hero-area {
    padding: 180px 0 120px 0;
  }
}
@media (max-width: 575px) {
  .ct-td-hero-area {
    padding: 140px 0 100px 0;
  }
}
.ct-td-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 664px;
  background-color: var(--ct-inner-color-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-td-hero-bg {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .ct-td-hero-bg {
    height: 550px;
  }
}
.ct-td-hero-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 50px 68px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-hero-wrap {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.ct-td-hero-left {
  background: #EFEFEF;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 30px;
  position: relative;
}
.ct-td-hero-left:is(.active)::after {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.ct-td-hero-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition: all 1.3s ease;
  transition-delay: 0.3s;
}
.ct-td-hero-right {
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  gap: 175px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-td-hero-right {
    gap: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-hero-right {
    padding-top: 0;
    gap: 20px;
  }
}
.ct-td-hero-right .subtitle {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--ct-inner-subtitle-color-2);
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-hero-right .ct-td-title {
    color: #000;
  }
}
.ct-td-hero-right p {
  font-size: 18px;
  font-family: var(--urbanist);
  font-weight: 400;
  line-height: 30px;
  color: #717171;
  margin-bottom: 0;
}
.ct-td-hero-right .info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ct-td-hero-right .info .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct-td-hero-right .info .item .name {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1C1C1C;
  margin-bottom: 0;
  text-transform: capitalize;
  flex-basis: 18%;
}
.ct-td-hero-right .info .item .value {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(28, 28, 28, 0.72);
}
.ct-td-hero-right .social-media {
  margin-top: 30px;
}
.ct-td-hero-right .social-media .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
}
.ct-td-hero-right .social-media .social-icons {
  display: inline-flex;
  align-items: center;
  gap: 0;
  filter: drop-shadow(-12px 12px 36px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  margin-top: 15px;
}
.ct-td-hero-right .social-media .social-icons a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #1C1C1C;
  transition: all 0.4s ease;
}
.ct-td-hero-right .social-media .social-icons a:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.ct-td-hero-right .social-media .social-icons a:hover {
  color: var(--ct-inner-color-2);
}

/*
--- Team-Hero End ---
*/
/*
--- Team-Details Start ---
*/
.ct-td-area {
  padding: 0 25px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-area {
    padding: 0;
  }
}
.ct-td-main-wrap {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 150px 0 180px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-main-wrap {
    padding: 120px 0 180px 0;
  }
}
.ct-td-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  overflow: hidden;
  height: 885px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-bg {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .ct-td-bg {
    height: 100%;
  }
}
.ct-td-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.14fr 1fr;
  gap: 50px 145px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-content {
    grid-template-columns: 1fr;
  }
}
.ct-td-content .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.ct-td-content .disc {
  margin-top: 25px;
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
.ct-td-progress {
  border-radius: 24px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.ct-td-progress-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 5px;
}
.ct-td-progress-title {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}
.ct-td-progress-bar {
  width: 0;
  left: 0;
  float: left;
  height: 10px;
  position: relative;
  border-radius: 24px;
  background-color: var(--ct-inner-color-2);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
.ct-td-progress-bar::after {
  position: absolute;
  content: "";
  right: 0;
  width: 8px;
  height: 20px;
  border-radius: 30px;
  background-color: var(--ct-inner-color-2);
  z-index: 2;
}
.ct-td-progress-item span {
  font-family: var(--roboto);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--ct-inner-color-2);
  display: inline-block;
  transform: translateY(-40px);
}
@media (max-width: 575px) {
  .ct-td-progress-item span {
    font-size: 16px;
  }
}
.ct-td-contact {
  background: #F6F6F6;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  gap: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-contact {
    grid-template-columns: 1fr;
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .ct-td-contact {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.ct-td-contact-left {
  padding: 55px 0 59px 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-contact-left {
    padding: 0;
  }
}
.ct-td-contact-left .title {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  color: #1C1C1C;
  margin-bottom: 0;
}
.ct-td-contact-form {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ct-td-contact-form .item {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.ct-td-contact-form .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000000;
  transition: all 1s ease;
}
.ct-td-contact-form .item:focus-within label span {
  color: var(--ct-inner-color-2);
}
.ct-td-contact-form .item:focus-within::after {
  width: 100%;
}
.ct-td-contact-form .item span {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(73, 73, 73, 0.56);
  display: block;
  text-transform: capitalize;
}
.ct-td-contact-form .item input {
  width: 100%;
  height: 40px;
  outline: none;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  background-color: transparent;
  border: none;
}
.ct-td-contact-form .item input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.ct-td-contact-form .item textarea {
  width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 120px;
  outline: none;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  background-color: transparent;
  border: none;
  padding-top: 12px;
}
.ct-td-contact-form .item textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.ct-td-contact-form .btn-wrap {
  margin-top: 5px;
}
.ct-td-contact-form .btn-wrap button {
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-td-contact-right {
    display: none;
  }
}

/*
--- Team-Details End ---
*/
/*
--- Pricing-3 Start ---
*/
.ct-pricing-3-area {
  position: relative;
}
.ct-pricing-3-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.ct-pricing-3-bg img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pricing-3-bg {
    height: 70%;
  }
}
.ct-pricing-3-title-wrap {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ct-pricing-3-title-wrap .ct-bg-text {
  left: auto;
  top: -35px;
}
.ct-pricing-3-title-wrap .disc {
  color: rgb(100, 100, 100);
  margin-top: 12px;
}
.ct-pricing-3-wrap {
  margin-top: 48px;
  padding: 0 64px 78px 64px;
  border-radius: 10px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pricing-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-pricing-3-wrap {
    padding: 0 34px 48px 34px;
  }
}
@media (max-width: 575px) {
  .ct-pricing-3-wrap {
    padding: 0 15px 20px 15px;
  }
}
.ct-pricing-3-wrap .tab-pane {
  height: 100%;
}
.ct-pricing-3-tab-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-pricing-3-nav-link {
  border: 2px solid rgb(240, 240, 240);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  padding: 40px 40px 38px 25px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.ct-pricing-3-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-1);
  transition: all 0.4s ease;
  opacity: 0;
}
.ct-pricing-3-nav-link:is(.active)::after {
  opacity: 1;
}
.ct-pricing-3-nav-link:is(.active) .left-content .radio-btn::after {
  opacity: 1;
}
.ct-pricing-3-nav-link:is(.active) .left-content .title-wrap .title {
  color: #fff;
}
.ct-pricing-3-nav-link:is(.active) .left-content .title-wrap .disc {
  color: #fff;
}
.ct-pricing-3-nav-link:is(.active) .pricing-3-monthly .price, .ct-pricing-3-nav-link:is(.active) .pricing-3-yearly .price {
  color: #fff;
}
.ct-pricing-3-nav-link:is(.active) .pricing-3-monthly .type, .ct-pricing-3-nav-link:is(.active) .pricing-3-yearly .type {
  color: #fff;
}
.ct-pricing-3-nav-link .left-content {
  display: flex;
  align-items: center;
  gap: 15px 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .ct-pricing-3-nav-link .left-content {
    flex-direction: column;
    align-items: start;
  }
}
.ct-pricing-3-nav-link .left-content .radio-btn {
  flex: 0 0 auto;
  border: 2px solid rgb(240, 240, 240);
  background-color: #fff;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ct-pricing-3-nav-link .left-content .radio-btn::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: var(--ct-gd-1);
  border-radius: 50%;
  transition: all 0.4s ease;
  opacity: 0;
}
.ct-pricing-3-nav-link .left-content .title-wrap {
  max-width: 270px;
}
.ct-pricing-3-nav-link .left-content .title-wrap .title {
  font-size: 32px;
  color: rgb(28, 28, 28);
  line-height: 1.2;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .ct-pricing-3-nav-link .left-content .title-wrap .title {
    font-size: 28px;
  }
}
.ct-pricing-3-nav-link .left-content .title-wrap .disc {
  color: rgb(117, 117, 117);
  line-height: 1.444;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.ct-pricing-3-nav-link .pricing-3-monthly, .ct-pricing-3-nav-link .pricing-3-yearly {
  position: relative;
  z-index: 2;
  display: none;
}
.ct-pricing-3-nav-link .pricing-3-monthly:is(.active), .ct-pricing-3-nav-link .pricing-3-yearly:is(.active) {
  display: block;
}
.ct-pricing-3-nav-link .pricing-3-monthly .price, .ct-pricing-3-nav-link .pricing-3-yearly .price {
  font-size: 48px;
  color: rgb(28, 28, 28);
  line-height: 1.2;
  font-weight: 800;
  transition: all 0.3s ease;
}
.ct-pricing-3-nav-link .pricing-3-monthly .price .dollar, .ct-pricing-3-nav-link .pricing-3-yearly .price .dollar {
  font-weight: 200;
}
.ct-pricing-3-nav-link .pricing-3-monthly .type, .ct-pricing-3-nav-link .pricing-3-yearly .type {
  font-size: 18px;
  color: rgb(92, 92, 92);
  line-height: 26px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.ct-pricing-3-tab-cont {
  height: 100%;
  border-radius: 20px;
  padding: 48px 56px 38px 56px;
}
@media (max-width: 575px) {
  .ct-pricing-3-tab-cont {
    padding: 30px 20px;
  }
}
.ct-pricing-3-tab-cont .form-switch {
  padding: 12px 20px;
  border: 2px solid rgb(80, 80, 87);
  background-color: rgb(29, 29, 32);
  border-radius: 50px;
}
.ct-pricing-3-tab-cont .form-switch .switch-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  position: relative;
  padding: 9px 21px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}
.ct-pricing-3-tab-cont .form-switch .switch-text:is(.active) {
  background: var(--ct-gd-1);
}
.ct-pricing-3-tab-cont .form-switch input {
  display: none;
}
.ct-pricing-3-tab-cont .pricing-3-monthly-list, .ct-pricing-3-tab-cont .pricing-3-yearly-list {
  margin: 35px 0 34px 12px;
  display: none;
}
.ct-pricing-3-tab-cont .pricing-3-monthly-list:is(.active), .ct-pricing-3-tab-cont .pricing-3-yearly-list:is(.active) {
  display: block;
}
@media (max-width: 575px) {
  .ct-pricing-3-tab-cont .pricing-3-monthly-list, .ct-pricing-3-tab-cont .pricing-3-yearly-list {
    margin: 35px 0 34px 0px;
  }
}
.ct-pricing-3-tab-cont .pricing-3-monthly-list ul, .ct-pricing-3-tab-cont .pricing-3-yearly-list ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ct-pricing-3-tab-cont .pricing-3-monthly-list ul li, .ct-pricing-3-tab-cont .pricing-3-yearly-list ul li {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.ct-pricing-3-tab-cont .pricing-3-monthly-list ul li .text, .ct-pricing-3-tab-cont .pricing-3-yearly-list ul li .text {
  font-size: 19px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
}
.ct-pricing-3-tab-cont .pricing-3-monthly-list ul li .icon, .ct-pricing-3-tab-cont .pricing-3-yearly-list ul li .icon {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  background: var(--ct-gd-1);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  transform: translateY(-2px);
}
.ct-pricing-3-tab-cont .pricing-3-monthly-list ul li .icon-2, .ct-pricing-3-tab-cont .pricing-3-yearly-list ul li .icon-2 {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transform: translateY(-2px);
}
.ct-pricing-3-btn {
  display: block;
  background: var(--ct-gd-1);
  text-align: center;
  border-radius: 30px;
  padding: 15px 20px;
}
.ct-pricing-3-btn .btn-text {
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.ct-pricing-3-experience {
  padding: 100px 0 90px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 75px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-pricing-3-experience {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pricing-3-experience {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
}
.ct-pricing-3-experience-item {
  max-width: 290px;
}
.ct-pricing-3-experience-item .number {
  font-size: 80px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-pricing-3-experience-item .number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-pricing-3-experience-item .number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-pricing-3-experience-item .number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-pricing-3-experience-item .number {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ct-pricing-3-experience-item .number {
    font-size: 45px;
  }
}
.ct-pricing-3-experience-item .content {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.ct-pricing-3-experience-item .content .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-gd-1);
}
.ct-pricing-3-experience-item .content .icon img {
  max-width: 30px;
}
.ct-pricing-3-experience-item .content .icon:hover img {
  animation: bounceIn 0.8s linear;
}
.ct-pricing-3-experience-item .content .title {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

/*
--- Pricing-3 End ---
*/
/*
--- Pricing-5 Start ---
*/
.ct-pricing-5-area {
  padding: 120px 0 125px 0;
}
.ct-pricing-5-title-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.ct-pricing-5-wrap {
  max-width: 1200px;
  margin: 40px auto 0;
}
.ct-pricing-5-wrap .tab-pane:is(.show) .ct-pricing-5-content .price::after {
  width: 150px;
}
.ct-pricing-5-wrap .tab-pane:is(.show) .ct-pricing-5-tab-content .main-img::after {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 99%);
}
.ct-pricing-5-wrap .tab-pane:is(.show) .ct-pricing-5-tab-content .main-img img {
  transform: scale(1);
}
.ct-pricing-5-tab-btn {
  font-size: 16px;
  font-family: var(--urbanist);
  color: rgb(34, 30, 34);
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 26px;
  border-radius: 100px;
  text-transform: capitalize;
  background: transparent;
  border: 2px solid rgb(154, 154, 154);
  position: relative;
}
.ct-pricing-5-tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-2);
  border-radius: 100px;
  transition: all 0.3s ease;
  opacity: 0;
}
.ct-pricing-5-tab-btn span {
  position: relative;
  z-index: 2;
}
.ct-pricing-5-tab-btn:is(.active) {
  background: var(--ct-gd-2);
  border: none;
  padding: 16px 28px;
  color: #fff;
}
.ct-pricing-5-tab-btn:hover::after {
  opacity: 1;
}
.ct-pricing-5-tab-btn-wrap {
  max-width: 800px;
  margin: 0 auto 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.ct-pricing-5-tab-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px 80px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pricing-5-tab-content {
    grid-template-columns: 1fr;
  }
}
.ct-pricing-5-tab-content .main-img {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pricing-5-tab-content .main-img {
    border-radius: 20px;
  }
}
.ct-pricing-5-tab-content .main-img img {
  transform: scale(1.08);
  transition: all 6s ease;
  transition-delay: 0.4s;
}
.ct-pricing-5-tab-content .main-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-2);
  transition: all 0.8s ease;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ct-pricing-5-content .price {
  font-size: 50px;
  font-family: var(--urbanist);
  color: rgb(34, 30, 34);
  line-height: 1;
  margin-bottom: 0;
  font-weight: 800;
  position: relative;
}
.ct-pricing-5-content .price::after {
  content: "";
  background: var(--ct-gd-1);
  position: absolute;
  left: -185px;
  top: 25px;
  width: 0px;
  height: 1px;
  transition: all 1s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pricing-5-content .price::after {
    display: none;
  }
}
.ct-pricing-5-content .price .dollar {
  font-weight: 400;
}
.ct-pricing-5-content .price .type {
  font-size: 20px;
  text-transform: capitalize;
}
.ct-pricing-5-content .disc {
  color: rgb(110, 110, 110);
  margin-top: 15px;
}
.ct-pricing-5-content .btn-wrap {
  margin-top: 28px;
}
.ct-pricing-5-list {
  margin-top: 30px;
}
.ct-pricing-5-list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ct-pricing-5-list ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-left: 25px;
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(39, 38, 38);
  font-weight: 800;
  line-height: 1.2;
}
.ct-pricing-5-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/ct-5-sub-icon.png");
  width: 14px;
  height: 14px;
  transform: translateY(7px);
}

/*
--- Pricing-5 End ---
*/
.ct-pricing-inner-area {
  padding-top: 160px;
}

/*
--- Integration-3 Start ---
*/
.ct-integration-3-area {
  padding-bottom: 142px;
}
.ct-integration-3-title-wrap {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
}
.ct-integration-3-wrap {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 100px;
  position: relative;
}
@media (max-width: 575px) {
  .ct-integration-3-wrap {
    gap: 30px 45px;
  }
}
.ct-integration-3-wrap:is(.active)::after {
  transform: scaleX(1);
}
.ct-integration-3-wrap:is(.active) .integration .item-wrap-2::before {
  transform: scale(1);
}
.ct-integration-3-wrap:is(.active) .integration .item-wrap-2::after {
  transform: scaleY(1);
}
.ct-integration-3-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(236, 236, 236);
  z-index: -1;
  transform: scaleX(0);
  transition: 2s var(--cube-1);
}
.ct-integration-3-wrap .integration {
  display: flex;
  align-items: center;
  gap: 30px 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-integration-3-wrap .integration {
    flex-direction: column;
  }
}
.ct-integration-3-wrap .integration .item-wrap-2 {
  display: flex;
  flex-direction: column;
  gap: 90px;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-integration-3-wrap .integration .item-wrap-2 {
    gap: 30px;
  }
}
.ct-integration-3-wrap .integration .item-wrap-2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgb(236, 236, 236);
  z-index: -1;
  transform: scaleY(0);
  transition: all 2s ease;
  transition-delay: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-integration-3-wrap .integration .item-wrap-2::after {
    display: none;
  }
}
.ct-integration-3-wrap .integration .item-wrap-2::before {
  content: "";
  border-radius: 50%;
  background-color: rgb(255, 13, 169);
  position: absolute;
  width: 15px;
  height: 15px;
  transform: scale(0);
  transition: all 0.3s ease;
  transition-delay: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-integration-3-wrap .integration .item-wrap-2::before {
    display: none;
  }
}

/*
--- Integration-3 End ---
*/
/*
--- Work-1 Start ---
*/
.ct-work-1-area {
  padding: 140px 0 180px 0;
  overflow: hidden;
}
.ct-work-1-title-wrap {
  max-width: 485px;
}
.ct-work-1-main-img {
  max-width: 1038px;
  margin: 50px 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.ct-work-1-wrap {
  margin: 107px auto 0;
  max-width: 1038px;
  position: relative;
}
.ct-work-1-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--ct-gd-3);
  left: 506px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-1-wrap::after {
    display: none;
  }
}
.ct-work-1-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-1-item {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .ct-work-1-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.ct-work-1-item:not(:last-child) {
  margin-bottom: 64px;
}
.ct-work-1-item:nth-child(even) .circle {
  right: auto;
  left: -75.5px;
}
.ct-work-1-item:nth-child(even) .item-img img:nth-child(even) {
  transform: translateX(-50px);
}
.ct-work-1-item:is(.active) .item-img img {
  transform: translate(0px);
}
.ct-work-1-item:is(.active) .item-img img:nth-child(even) {
  transform: translate(0px);
}
.ct-work-1-item .item-img {
  position: relative;
}
.ct-work-1-item .item-img img {
  transform: translateX(40px);
  transition: all 1s ease;
}
.ct-work-1-item .circle {
  position: absolute;
  bottom: 85px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--ct-inner-color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  right: -50px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-1-item .circle {
    display: none;
  }
}
.ct-work-1-item .circle::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ct-inner-color-2);
}
.ct-work-1-item-cont .number {
  font-family: var(--urbanist);
  font-weight: 900;
  font-size: 60px;
  line-height: 0.8;
  color: #EDF1F4;
  margin-bottom: 0;
  transform: translate(-38px, 20px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-1-item-cont .number {
    transform: translate(0);
    margin-bottom: 10px;
  }
}
.ct-work-1-item-cont .main-cont {
  position: relative;
  z-index: 2;
}
.ct-work-1-item-cont .main-cont .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #1C1C1C;
  margin-bottom: 18px;
}
.ct-work-1-item-cont .main-cont .disc {
  font-weight: 400;
  line-height: 28px;
  color: #717171;
}

/*
--- Work-1 End ---
*/
/*
--- Work-2 Start ---
*/
.ct-work-2-area {
  padding: 140px 0 120px 0;
}
.ct-work-2-title-wrap {
  max-width: 711px;
}
.ct-work-2-wrap {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-work-2-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-2-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-work-2-card {
  background: #FFFFFF;
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 8px;
  padding: 40px 40px 32px 40px;
}
@media (max-width: 575px) {
  .ct-work-2-card {
    padding: 30px 20px 28px 20px;
  }
}
.ct-work-2-card .icon {
  display: inline-block;
}
.ct-work-2-card .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #1C1C1C;
  margin-top: 22px;
}
.ct-work-2-card .disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #717171;
  margin-top: 12px;
}
.ct-work-2-card:hover .icon img {
  animation: bounceIn 0.8s ease;
}

/*
--- Work-2 End ---
*/
/*
--- Work-4 Start ---
*/
.ct-work-4-area {
  background-color: #121C23;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-4-shapes {
    display: none;
  }
}
.ct-work-4-shapes:is(.active) .shape-1 {
  opacity: 1;
  transform: translate(0px);
}
.ct-work-4-shapes:is(.active) .shape-2 {
  transform: translate(0px);
}
.ct-work-4-shapes:is(.active) .shape-4 {
  opacity: 1;
  transform: translate(0px);
}
.ct-work-4-shapes .shape {
  width: 107px;
  height: 107px;
  background: rgba(255, 255, 255, 0.08);
}
@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) {
  .ct-work-4-shapes .shape {
    width: 70px;
    height: 70px;
  }
}
.ct-work-4-shapes .shape-1 {
  position: absolute;
  top: 0;
  right: 214px;
  transform: translate(107px, 107px);
  transition: transform 1s ease, opacity 0.2s ease;
  opacity: 0;
  transition-delay: 1.1s;
}
@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) {
  .ct-work-4-shapes .shape-1 {
    right: 140px;
  }
}
.ct-work-4-shapes .shape-2 {
  position: absolute;
  top: 107px;
  right: 107px;
  transform: translate(107px, -107px);
  transition: all 1s ease;
}
@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) {
  .ct-work-4-shapes .shape-2 {
    top: 70px;
    right: 70px;
  }
}
.ct-work-4-shapes .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-work-4-shapes .shape-4 {
  position: absolute;
  top: 214px;
  right: 0;
  transform: translate(-107px, -107px);
  transition: transform 1s ease, opacity 0.2s ease;
  opacity: 0;
  transition-delay: 1.1s;
}
@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) {
  .ct-work-4-shapes .shape-4 {
    top: 140px;
  }
}
.ct-work-4-wrap {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 80px;
  align-items: center;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-4-wrap {
    padding: 100px 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), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-work-4-wrap {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .ct-work-4-wrap {
    display: block;
  }
}
.ct-work-4-content {
  display: flex;
  flex-direction: column;
  gap: 124px;
  padding: 32px 0;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-4-content {
    gap: 80px;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .ct-work-4-content {
    margin-top: 60px;
  }
}
.ct-work-4-slider {
  max-width: 480px;
  border-radius: 12px;
}
.ct-work-4-slider-wrap {
  position: relative;
  max-width: 605px;
}
.ct-work-4-slide-item {
  background-color: #273137;
  padding: 44px;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 575px) {
  .ct-work-4-slide-item {
    padding: 30px 25px;
  }
}
.ct-work-4-slide-item:is(.with-pr-font) .title {
  font-family: var(--urbanist);
}
.ct-work-4-slide-item:is(.with-pr-font) .disc {
  font-family: var(--urbanist);
}
.ct-work-4-slide-item .number {
  position: absolute;
  top: 28px;
  right: 28px;
  font-family: var(--archivo);
  font-weight: 800;
  font-size: 80px;
  line-height: 0.8;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
}
.ct-work-4-slide-item .icon {
  display: inline-block;
  background-color: #121C23;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.ct-work-4-slide-item .icon svg path {
  fill: var(--ct-sd-3);
}
.ct-work-4-slide-item .icon:hover svg {
  animation: bounceIn 0.8s linear;
}
.ct-work-4-slide-item .title {
  margin-top: 46px;
  font-family: var(--archivo);
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
}
.ct-work-4-slide-item .disc {
  color: #E7E9EE;
  margin-top: 18px;
}
.ct-work-4-main-img {
  padding: 32px 0;
  margin-left: -268px;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ct-work-4-main-img {
    margin-left: -112px;
  }
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-4-main-img {
    margin-left: 0px;
    padding: 0;
  }
}
.ct-work-4-main-img:is(.active)::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.ct-work-4-main-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 64px);
  background-color: #23333f;
  left: 0;
  top: 32px;
  border-radius: 24px;
  transition: all 1s ease;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-4-main-img::after {
    top: 0;
    height: 100%;
  }
}
.ct-work-4-main-img img {
  border-radius: 24px;
}
.ct-work-4-title-wrap .ct-subtitle-3::after {
  background: #121C23;
}
.ct-work-4-title-wrap .ct-subtitle-3::before {
  background: #121C23;
}
.ct-work-4-title-wrap .disc {
  color: #FFFFFF;
  margin-top: 22px;
}
.ct-work-4-navigator {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-4-navigator {
    position: relative;
    margin-top: 35px;
    flex-direction: row;
    max-width: 480px;
    justify-content: center;
    gap: 20px;
  }
}
.ct-work-4-navigator::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48.3%;
  background: #4B5258;
  top: 84px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-4-navigator::after {
    display: none;
  }
}
.ct-work-4-navigator .ct-work-4-prev, .ct-work-4-navigator .ct-work-4-next {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4B5258;
  border-radius: 8px;
  color: #4B5258;
  font-size: 24px;
  transition: all 0.4s ease;
}
.ct-work-4-navigator .ct-work-4-prev:hover, .ct-work-4-navigator .ct-work-4-next:hover {
  background-color: var(--ct-sd-3);
}
.ct-work-4-navigator .ct-work-4-prev i {
  transform: rotate(40deg);
}
.ct-work-4-navigator .ct-work-4-next i {
  transform: rotate(40deg);
}

/*
--- Work-4 End ---
*/
/*
--- Work-5 Start ---
*/
.ct-work-5-area {
  padding-top: 110px;
}
@media (max-width: 575px) {
  .ct-work-5-area {
    padding-top: 80px;
  }
}
.ct-work-5-title-wrap {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
.ct-work-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.13fr;
  gap: 50px 70px;
  align-items: start;
  max-width: 1115px;
  margin: 45px auto 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-5-wrap {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}
.ct-work-5-left {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.ct-work-5-left:is(.active)::after {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.ct-work-5-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition: all 1.1s ease;
}
.ct-work-5-right {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: end;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-5-right {
    align-items: center;
    gap: 40px;
  }
}
.ct-work-5-line {
  background: var(--ct-sd-4);
  position: absolute;
  left: 6.2px;
  top: 107px;
  width: 3px;
  height: 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-work-5-line {
    left: 52.2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-5-line {
    display: none;
  }
}
.ct-work-5-card {
  border-radius: 20px;
  background-color: rgb(234, 238, 237);
  padding: 50px 35px 70px 35px;
  max-width: 470px;
  position: relative;
}
@media (max-width: 575px) {
  .ct-work-5-card {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-work-5-card {
    max-width: 420px;
  }
}
.ct-work-5-card:nth-child(2) .circle {
  border: 2px solid var(--ct-sd-4);
}
.ct-work-5-card:nth-child(2) .circle::after {
  background: var(--ct-gd-2);
}
.ct-work-5-card::after {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: -20px;
  top: 60px;
  width: 39px;
  height: 38px;
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .ct-work-5-card::after {
    display: none;
  }
}
.ct-work-5-card::before {
  content: "";
  background-color: rgb(230, 230, 230);
  position: absolute;
  left: -26px;
  top: 61px;
  width: 39px;
  height: 38px;
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .ct-work-5-card::before {
    display: none;
  }
}
.ct-work-5-card .circle {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: -102px;
  top: 55px;
  width: 52px;
  height: 52px;
  border: 2px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-5-card .circle {
    display: none;
  }
}
.ct-work-5-card .circle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d6d6d6;
}
.ct-work-5-card .line {
  background-color: rgb(213, 213, 213);
  position: absolute;
  left: -77px;
  top: 107px;
  width: 1px;
  height: 105%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-work-5-card .line {
    display: none;
  }
}
.ct-work-5-card .number {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: var(--ct-gd-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.ct-work-5-card .title {
  font-size: 36px;
  color: rgb(49, 49, 49);
  font-weight: bold;
  line-height: 1.167;
  font-weight: 800;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-work-5-card .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ct-work-5-card .title {
    font-size: 26px;
  }
}
.ct-work-5-card .disc {
  font-size: 20px;
  color: rgb(110, 110, 110);
  line-height: 1.6;
  margin-top: 5px;
}

/*
--- Work-5 End ---
*/
/*
--- Video_4 Start ---
*/
.ct-video-4-wrap {
  max-height: 860px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-video-4-wrap {
    height: 520px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-video-4-wrap {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .ct-video-4-wrap {
    height: 450px;
  }
}
.ct-video-4-wrap:is(.top-color-mixed)::after {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(246, 246, 246, 0) 100%);
}
.ct-video-4-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 266px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
}
.ct-video-4-wrap .bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.ct-video-4-wrap .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 88, 119, 0.212);
}
.ct-video-4-wrap .bg-img img {
  filter: grayscale(1);
}
.ct-video-4-wrap .popup-video {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-video-4-wrap .popup-video {
    width: 80px;
    height: 80px;
  }
}
.ct-video-4-wrap .popup-video .icon {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: var(--ct-pr-3);
}
.ct-video-4-wrap .popup-video::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.2;
  animation: ct-plybtn-1 2s linear infinite;
}
.ct-video-4-wrap .popup-video::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  animation: ct-plybtn-1 4s linear infinite;
}

/*
--- Video_4 End ---
*/
/*
--- Portfolio-1 Start ---
*/
.ct-portfolio-1-area {
  padding: 140px 0 180px 0;
}
.ct-portfolio-1-title-wrap {
  max-width: 735px;
}
.ct-portfolio-1-wrap {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-1-wrap {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}
.ct-portfolio-1-card {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-1-card {
    height: 500px;
  }
}
.ct-portfolio-1-card .main-img {
  width: 100%;
  height: 100%;
}
.ct-portfolio-1-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 36px 0 28px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 1.2s ease;
  transform: translateY(300px);
}
@media (max-width: 575px) {
  .ct-portfolio-1-card .content {
    padding: 36px 0 28px 20px;
    flex-direction: column;
    align-items: start;
  }
}
.ct-portfolio-1-card .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--ct-gd-3);
  opacity: 0.2;
  width: 0%;
  height: 2px;
  transition: all 0.8s ease;
  transition-delay: 1.2s;
}
.ct-portfolio-1-card .content .category {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: var(--ct-gd-3);
  border-radius: 100px;
  padding: 9px 17px;
}
.ct-portfolio-1-card .content .title {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  color: #1C1C1C;
  margin: 14px 0 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-portfolio-1-card .content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-portfolio-1-card .content .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .ct-portfolio-1-card .content .title {
    font-size: 25px;
  }
}
.ct-portfolio-1-card .content .link {
  width: 72px;
  height: 72px;
  background: linear-gradient(180deg, rgba(15, 93, 251, 0.08) 0%, rgba(1, 12, 122, 0.08) 100%);
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .ct-portfolio-1-card .content .link {
    align-self: end;
  }
}
.ct-portfolio-1-card .content .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-3);
  opacity: 0;
  transition: all 0.6s ease;
}
.ct-portfolio-1-card .content .link .icon {
  font-size: 22px;
  color: var(--ct-inner-color-2);
  transform: rotate(-45deg) translateX(2px);
  transition: all 0.6s ease;
  position: relative;
  z-index: 2;
}
.ct-portfolio-1-card .content .link:hover::after {
  opacity: 1;
}
.ct-portfolio-1-card .content .link:hover .icon {
  color: #fff;
}
.ct-portfolio-1-card:hover .content {
  transform: translateY(0px);
}
.ct-portfolio-1-card:hover .content::after {
  width: 100%;
}

/*
--- Portfolio-1 End ---
*/
/*
--- Portfolio-2 Start ---
*/
.ct-portfolio-2-area {
  padding: 140px 0;
}
.ct-portfolio-2-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 32px;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-portfolio-2-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-2-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-portfolio-2-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-portfolio-2-card {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .ct-portfolio-2-card {
    height: 400px;
  }
}
.ct-portfolio-2-card:nth-child(1) {
  border-radius: 16px;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-2-card:nth-child(1) {
    grid-row-end: 2;
  }
}
.ct-portfolio-2-card:nth-child(6) {
  border-radius: 16px;
}
.ct-portfolio-2-card:nth-child(7) {
  border-radius: 16px;
  grid-column: 2/span 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-2-card:nth-child(7) {
    grid-column: auto;
  }
}
.ct-portfolio-2-card .main-img {
  width: 100%;
  height: 100%;
}
.ct-portfolio-2-card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 1.2s ease;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}
.ct-portfolio-2-card .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-3);
  opacity: 0.8;
  border-radius: 12px;
}
.ct-portfolio-2-card .content .category {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 4px 12px;
  background: #1C1C1C;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 10px;
}
.ct-portfolio-2-card .content .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ct-portfolio-2-card .content .title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.ct-portfolio-2-card .content .link {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 26px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ct-portfolio-2-card .content .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--ct-gd-3);
  transition: all 0.4s ease;
}
.ct-portfolio-2-card .content .link i {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ct-portfolio-2-card .content .link:hover::after {
  opacity: 0;
}
.ct-portfolio-2-card .content .link:hover i {
  color: var(--ct-inner-color-2);
}
.ct-portfolio-2-card:hover .content {
  transform: translateY(0%);
}

/*
--- Portfolio-2 End ---
*/
/*
--- Portfolio-3 Start ---
*/
.ct-portfolio-3-area {
  padding: 140px 0 180px 0;
}
.ct-portfolio-3-title-wrap {
  max-width: 890px;
}
.ct-portfolio-3-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 68px;
}

/*
--- Portfolio-3 End ---
*/
/*
--- Portfolio-4 Start ---
*/
.ct-portfolio-4-area {
  padding-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-4-area {
    padding: 100px 0;
  }
}
.ct-portfolio-4-title-wrap {
  max-width: 755px;
}
.ct-portfolio-4-wrap {
  margin-top: 68px;
  position: relative;
}
@media (max-width: 575px) {
  .ct-portfolio-4-wrap {
    margin-top: 50px;
  }
}
.ct-portfolio-4-item {
  background-color: #F6F6F6;
  width: 100%;
}
.ct-portfolio-4-item:nth-child(even) {
  background-color: #F6F4F3;
}
.ct-portfolio-4-item:is(.is-separate) {
  background-color: #ffffff;
}
.ct-portfolio-4-item:is(.is-separate):not(:first-child) {
  position: static;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.ct-portfolio-4-item:is(.is-separate):nth-child(even) {
  background-color: #ffffff;
}
.ct-portfolio-4-item:is(.is-separate) .content .content-top .number {
  font-family: var(--urbanist);
}
.ct-portfolio-4-item:is(.is-separate) .content .content-top .title {
  font-family: var(--urbanist);
}
.ct-portfolio-4-item:is(.is-separate) .content .content-top .tag a {
  font-family: var(--urbanist);
}
.ct-portfolio-4-item:is(.is-separate) .content .content-bottom .ct-btn-4-outline {
  border-color: var(--ct-inner-color-2);
}
.ct-portfolio-4-item:is(.is-separate) .content .content-bottom .ct-btn-4-outline .btn-text, .ct-portfolio-4-item:is(.is-separate) .content .content-bottom .ct-btn-4-outline .btn-icon {
  color: var(--ct-inner-color-2);
  font-family: var(--urbanist);
}
.ct-portfolio-4-item:is(.is-separate) .content .content-bottom .ct-btn-4-outline:hover .btn-icon, .ct-portfolio-4-item:is(.is-separate) .content .content-bottom .ct-btn-4-outline:hover .btn-text {
  color: #fff;
}
.ct-portfolio-4-item:not(:first-child) {
  position: absolute;
  top: 0;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-4-item:not(:first-child) {
    position: static;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    margin-top: 50px;
  }
}
.ct-portfolio-4-item:nth-child(2) {
  z-index: 2;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 160px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 80px;
  top: 80px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-3 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 160px;
  top: 0px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-4 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 285px;
  bottom: 95px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-5 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 190px;
  bottom: 0px;
  background: var(--ct-sd-3);
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-6 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 190px;
  bottom: 95px;
  background: var(--ct-sd-3);
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-7 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 190px;
  bottom: 190px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-8 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 95px;
  bottom: 0px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-9 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 95px;
  bottom: 95px;
  background: var(--ct-sd-3);
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-10 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 95px;
  bottom: 285px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-11 {
  display: block;
  position: absolute;
  width: 95px;
  height: 95px;
  right: 0px;
  bottom: 190px;
  background: #DFE2FF;
}
.ct-portfolio-4-item:nth-child(2) .main-img-wrap .shapes .shape-12 {
  display: block;
  position: absolute;
  width: 95px;
  height: 95px;
  right: 0px;
  bottom: 0px;
  background: #DFE2FF;
}
.ct-portfolio-4-item:nth-child(3) {
  z-index: 3;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 40px;
  top: 40px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-3 {
  position: absolute;
  width: 140px;
  height: 140px;
  left: 120px;
  top: 120px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-4 {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 140px;
  bottom: 414px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-5 {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 140px;
  bottom: 136px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-6 {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 0px;
  bottom: 0px;
  background: var(--ct-ac-3_1);
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-7 {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 0px;
  bottom: 276px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-8 {
  display: none;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-9 {
  display: none;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-10 {
  display: none;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-11 {
  display: none;
}
.ct-portfolio-4-item:nth-child(3) .main-img-wrap .shapes .shape-12 {
  display: none;
}
.ct-portfolio-4-item:nth-child(4) {
  z-index: 4;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 160px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 80px;
  top: 80px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-3 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 160px;
  top: 0px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-4 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 285px;
  bottom: 285px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-5 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 285px;
  bottom: 95px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-6 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 190px;
  bottom: 190px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-7 {
  position: absolute;
  width: 95px;
  height: 95px;
  right: 95px;
  bottom: 285px;
  background: #F6F6F6;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-8 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 190px;
  height: 190px;
  background: #EDEFFF;
}
.ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-9, .ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-10, .ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-11, .ct-portfolio-4-item:nth-child(4) .main-img-wrap .shapes .shape-12 {
  display: none;
}
.ct-portfolio-4-item .item-main-wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.ct-portfolio-4-item .item-wrap {
  max-width: 1616px;
  display: grid;
  grid-template-columns: auto 580px;
  gap: 30px 92px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-portfolio-4-item .item-wrap {
    grid-template-columns: auto 500px;
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-4-item .item-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-1 {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-2 {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-3 {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-4 {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-5 {
  clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-6 {
  clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-7 {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-8 {
  clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-9 {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-portfolio-4-item:is(.active) .main-img-wrap .shapes .shape-10 {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ct-portfolio-4-item .main-img-wrap {
  position: relative;
}
.ct-portfolio-4-item .main-img-wrap .main-img {
  position: relative;
}
.ct-portfolio-4-item .main-img-wrap .main-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 96, 161, 0.281);
}
.ct-portfolio-4-item .main-img-wrap .main-img img {
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-4-item .main-img-wrap .shapes {
    display: none;
  }
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 79px;
  background: #F6F6F6;
  z-index: 2;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 80px;
  top: 0px;
  background: #F6F6F6;
  z-index: 2;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.1s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-3 {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 512px;
  bottom: 352px;
  background: var(--ct-pr-3);
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.5s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-4 {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 432px;
  bottom: 272px;
  background: var(--ct-pr-3);
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.4s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-5 {
  position: absolute;
  width: 192px;
  height: 192px;
  right: 240px;
  bottom: 80px;
  background: var(--ct-pr-3);
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.3s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-6 {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 120px;
  bottom: 272px;
  background: #F6F6F6;
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.3s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-7 {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 160px;
  bottom: 0px;
  background: #F6F6F6;
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-8 {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 80px;
  bottom: 80px;
  background: #F6F6F6;
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.1s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-9 {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0px;
  bottom: 160px;
  background: #F6F6F6;
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-10 {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0px;
  bottom: 0px;
  background: var(--ct-pr-3);
  z-index: 2;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 1s ease;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-11 {
  display: none;
  position: absolute;
  z-index: 2;
}
.ct-portfolio-4-item .main-img-wrap .shapes .shape-12 {
  display: none;
  position: absolute;
  z-index: 2;
}
.ct-portfolio-4-item .content {
  display: flex;
  flex-direction: column;
  gap: 232px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-4-item .content {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-portfolio-4-item .content {
    max-width: 900px;
    padding: 0 20px;
  }
}
.ct-portfolio-4-item .content .content-top .number {
  font-family: var(--open-sans);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #B1B0B0;
  margin-bottom: 14px;
}
.ct-portfolio-4-item .content .content-top .active {
  color: var(--ct-ac-3_1);
}
.ct-portfolio-4-item .content .content-top .title {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #202020;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-portfolio-4-item .content .content-top .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-portfolio-4-item .content .content-top .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-portfolio-4-item .content .content-top .title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-portfolio-4-item .content .content-top .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .ct-portfolio-4-item .content .content-top .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.ct-portfolio-4-item .content .content-top .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}
.ct-portfolio-4-item .content .content-top .tag a {
  display: inline-block;
  padding: 8px 16px;
  background: #E7E9EE;
  border-radius: 4px;
  font-family: var(--archivo);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #202020;
  transition: all 0.3s ease;
}
.ct-portfolio-4-item .content .content-top .tag a:hover {
  background: var(--ct-pr-3);
  color: #fff;
}
.ct-portfolio-4-item .content .content-bottom .btn-wrap {
  margin-top: 40px;
}

/*
--- Portfolio-4 End ---
*/
/*
--- Portfolio-Details Start ---
*/
.ct-pd-area {
  position: relative;
  padding: 216px 0 180px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-pd-area {
    padding: 180px 0;
  }
}
@media (max-width: 575px) {
  .ct-pd-area {
    padding: 140px 0 160px 0;
  }
}
.ct-pd-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 844px;
  background-color: var(--ct-inner-color-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-pd-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .ct-pd-bg {
    height: 650px;
  }
}
.ct-pd-hero-wrap {
  position: relative;
  z-index: 2;
}
.ct-pd-hero-wrap .title-wrap {
  max-width: 610px;
  margin-top: 118px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-pd-hero-wrap .title-wrap {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pd-hero-wrap .title-wrap {
    margin-top: 60px;
  }
}
.ct-pd-hero-wrap .main-img {
  margin-top: 72px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-pd-hero-wrap .main-img {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pd-hero-wrap .main-img {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .ct-pd-hero-wrap .main-img {
    height: 250px;
  }
}
.ct-pd-hero-wrap .meta {
  margin: -60px auto 0;
  max-width: 1110px;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  padding: 23px 24px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 100px;
  border-bottom: 1px solid var(--ct-inner-color-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pd-hero-wrap .meta {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    border: 1px solid var(--ct-inner-color-2);
  }
}
.ct-pd-hero-wrap .meta .item {
  position: relative;
}
.ct-pd-hero-wrap .meta .item::after {
  content: "";
  position: absolute;
  right: -50px;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pd-hero-wrap .meta .item::after {
    display: none;
  }
}
.ct-pd-hero-wrap .meta .item .meta-title {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #1C1C1C;
  margin-bottom: 2px;
}
.ct-pd-hero-wrap .meta .item .meta-value {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #717171;
}
.ct-pd-content-wrap {
  max-width: 730px;
  margin: 74px auto 0;
}
.ct-pd-content-wrap p {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #717171;
  margin-bottom: 15px;
}
.ct-pd-content-wrap h4 {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #1C1C1C;
  margin: 52px 0 25px 0;
}
.ct-pd-content-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 15px;
}
.ct-pd-content-wrap ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #717171;
  padding-left: 30px;
}
.ct-pd-content-wrap ul li::after {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/portfolio/list-pin.svg");
  width: 18px;
  height: 18px;
  transform: translateY(5px);
}
.ct-pd-content-wrap .mid-img {
  margin: 60px -153px 0 -153px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pd-content-wrap .mid-img {
    margin: 60px 0 0 0;
  }
}
.ct-pd-gallery {
  margin: 0 -164px 0 -164px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pd-gallery {
    margin: 0;
    justify-content: start;
  }
}
.ct-pd-gallery .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-pd-gallery .item {
    flex-basis: 47%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-pd-gallery .item {
    flex-basis: 100%;
  }
}
.ct-pd-gallery .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: 0.5s ease;
}
.ct-pd-gallery .item img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-pd-gallery .item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--ct-gd-3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transform: scale(2);
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition-delay: 0.3s;
}
@media (max-width: 575px) {
  .ct-pd-gallery .item .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.ct-pd-gallery .item:hover::after {
  transform: scaleX(1);
}
.ct-pd-gallery .item:hover .icon {
  opacity: 1;
  transform: scale(1);
}

/*
--- Portfolio-Details End ---
*/
/*
--- Newsletter-5 Start ---
*/
.ct-newsletter-5-area {
  position: relative;
  padding: 125px 0 150px 0;
  overflow: hidden;
}
.ct-newsletter-5-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-newsletter-5-bg {
    height: 600px;
  }
}
.ct-newsletter-5-title-wrap {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.ct-newsletter-5-title-wrap .ct-subtitle-5 {
  position: relative;
  z-index: 2;
}
.ct-newsletter-5-wrap {
  border-radius: 40px;
  background-color: #eaeeed;
  padding: 64px 90px 64px 115px;
  display: grid;
  grid-template-columns: 1.33fr 1fr;
  gap: 50px;
  position: relative;
  margin-top: 45px;
  align-items: 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) {
  .ct-newsletter-5-wrap {
    padding: 60px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-newsletter-5-wrap {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-newsletter-5-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-newsletter-5-images {
  display: grid;
  grid-template-columns: 1.82fr 1fr;
  gap: 10px;
}
.ct-newsletter-5-images .img-1 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.ct-newsletter-5-images .img-1::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  visibility: hidden;
  opacity: 1;
}
.ct-newsletter-5-images .img-1:hover::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.ct-newsletter-5-images .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-newsletter-5-images .item .img-2 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.ct-newsletter-5-images .item .img-2::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  visibility: hidden;
  opacity: 1;
}
.ct-newsletter-5-images .item .img-2:hover::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.ct-newsletter-5-content .title {
  font-size: 40px;
  font-family: var(--urbanist);
  color: rgb(22, 24, 23);
  font-weight: 800;
  line-height: 1.25;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-newsletter-5-content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ct-newsletter-5-content .title {
    font-size: 28px;
  }
}
.ct-newsletter-5-content .disc {
  color: rgb(64, 65, 65);
  line-height: 1.556;
  margin-top: 10px;
}
.ct-newsletter-5-form {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .ct-newsletter-5-form {
    display: block;
  }
}
.ct-newsletter-5-form input {
  height: 72px;
  width: 100%;
  border-radius: 100px;
  outline: none;
  border: 2px solid rgb(22, 24, 23);
  padding: 10px 175px 10px 35px;
}
@media (max-width: 575px) {
  .ct-newsletter-5-form input {
    padding: 10px 20px;
  }
}
.ct-newsletter-5-form .newsletter-5-btn {
  position: absolute;
  right: 8px;
  background-color: transparent;
  margin-top:6px
}
@media (max-width: 575px) {
  .ct-newsletter-5-form .newsletter-5-btn {
    position: relative;
    right: auto;
    margin-top: 15px;
  }
}

/*
--- Newsletter-5 End ---
*/
/*
--- Breadcrumb-1 Start ---
*/
.ct-breadcrumb-1-area {
  padding-top: 307px;
  background-color: var(--ct-inner-color-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-breadcrumb-1-area {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-breadcrumb-1-area {
    padding-top: 150px;
  }
}
.ct-breadcrumb-1-wrap {
  display: flex;
  flex-direction: column;
  gap: 162px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-breadcrumb-1-wrap {
    gap: 100px;
  }
}
@media (max-width: 575px) {
  .ct-breadcrumb-1-wrap {
    gap: 80px;
  }
}
.ct-breadcrumb-1-wrap:is(.active) .ct-breadcrumb-1-title .split-line > div, .ct-breadcrumb-1-wrap:is(.active) .ct-breadcrumb-1-title .split-line span {
  display: inline;
  transform: translateY(0px);
}
.ct-breadcrumb-1-title .split-line {
  overflow: hidden;
}
.ct-breadcrumb-1-title .split-line > div, .ct-breadcrumb-1-title .split-line span {
  display: inline;
  transform: translateY(80px);
  transition: all 800ms ease;
  transition-delay: 0.3s;
}
.ct-breadcrumb-1-content {
  max-width: 610px;
}
.ct-breadcrumb-1-content .disc {
  font-weight: 400;
  color: #FFFFFF;
  max-width: 550px;
  margin-top: 20px;
}
.ct-breadcrumb-1-content .btn-wrap {
  margin-top: 40px;
}
.ct-breadcrumb-1-action {
  align-self: flex-end;
  padding: 19px 25px;
  background: #E5EAE9;
}
.ct-breadcrumb-1-action .breadcrumb-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  line-height: normal;
}
.ct-breadcrumb-1-action .breadcrumb-list .item {
  position: relative;
  display: flex;
  align-items: center;
}
.ct-breadcrumb-1-action .breadcrumb-list .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  background: url("../img/b1-arrow.svg");
  width: 20px;
  height: 20px;
}
.ct-breadcrumb-1-action .breadcrumb-list .item a {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.ct-breadcrumb-1-action .breadcrumb-list .item a:hover {
  color: var(--ct-pr-1);
}
.ct-breadcrumb-1-action .breadcrumb-list .item span {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #B1B1B1;
  text-transform: capitalize;
}

/*
--- Breadcrumb-1 End ---
*/
/*
--- Shop-Hero-1 Start ---
*/
.ct-shop-hero-1-area {
  background: linear-gradient(180deg, #666EBE 0%, #F5F4FF 100%);
}
.ct-shop-hero-1-main-wrap {
  padding-top: 129px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ct-shop-hero-1-main-wrap:is(.active) .ct-shop-hero-1-earphone {
  transform: translateY(0px);
}
.ct-shop-hero-1-main-wrap:is(.active) .ct-shop-hero-1-hand {
  transform: translateX(0px);
}
.ct-shop-hero-1-main-wrap:is(.active) .ct-shop-hero-1-big-text .split-line div div {
  transform: translate(0px) scale(1);
}
.ct-shop-hero-1-hand {
  position: absolute;
  bottom: 15px;
  left: 0;
  mix-blend-mode: luminosity;
  z-index: 2;
  transform: translateX(-300px);
  transition: all 1.5s ease;
  transition-delay: 1s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-shop-hero-1-hand {
    display: none;
  }
}
.ct-shop-hero-1-earphone {
  position: absolute;
  left: 57px;
  bottom: 65px;
  z-index: 1;
  transform: translateY(-150px);
  transition: all 1.5s ease;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-shop-hero-1-earphone {
    display: none;
  }
}
.ct-shop-hero-1-big-text {
  font-family: var(--anton);
  font-weight: 400;
  font-size: 242px;
  line-height: 0.85;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(28, 28, 28);
  opacity: 0.04;
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
  margin: 0;
  transform: rotate(180deg);
}
@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-shop-hero-1-big-text {
    display: none;
  }
}
.ct-shop-hero-1-big-text .split-line div div {
  transition: all 0.6s ease;
  transform: translateX(-200px) scale(0.4);
}
.ct-shop-hero-1-big-text .split-line div div:nth-child(1) {
  transition-delay: 2.4s;
}
.ct-shop-hero-1-big-text .split-line div div:nth-child(2) {
  transition-delay: 2.2s;
}
.ct-shop-hero-1-big-text .split-line div div:nth-child(3) {
  transition-delay: 2s;
}
.ct-shop-hero-1-big-text .split-line div div:nth-child(4) {
  transition-delay: 1.8s;
}
.ct-shop-hero-1-big-text .split-line div div:nth-child(5) {
  transition-delay: 1.6s;
}
.ct-shop-hero-1-big-text .split-line div div:nth-child(6) {
  transition-delay: 1.4s;
}
.ct-shop-hero-1-big-text .split-line div div:nth-child(7) {
  transition-delay: 1.2s;
}
.ct-shop-hero-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px 70px;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-shop-hero-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-shop-hero-1-wrap:is(.active) .ct-breadcrumb-1-title .split-line > div, .ct-shop-hero-1-wrap:is(.active) .ct-breadcrumb-1-title .split-line span {
  transform: translateY(0px);
}
.ct-shop-hero-1-content {
  max-width: 546px;
}
.ct-shop-hero-1-content .disc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #313030;
}
.ct-shop-hero-1-content .btn-wrap {
  margin-top: 40px;
}
.ct-shop-hero-1-main-img {
  display: flex;
  justify-content: center;
}

/*
--- Shop-Hero-2 End ---
*/
/*
--- Dedicate-1 Start ---
*/
.ct-dedicate-1-area {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-dedicate-1-area {
    padding: 0px;
  }
}
.ct-dedicate-1-main-wrap {
  background-color: #EDF1F4;
  padding: 135px 0 140px 0;
}
.ct-dedicate-1-title-wrap {
  max-width: 950px;
}
.ct-dedicate-1-wrap {
  margin-top: 68px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px 76px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-dedicate-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-dedicate-1-left {
  border-radius: 16px;
  overflow: hidden;
}
.ct-dedicate-1-right {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-dedicate-1-right {
    gap: 40px;
  }
}
.ct-dedicate-1-right .disc {
  color: #1C1C1C;
}
.ct-dedicate-1-card {
  padding: 44px 32px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  transform: translateX(-100px);
  transition: all 1s ease;
}
.ct-dedicate-1-card:nth-child(2) {
  transition-delay: 0.2s;
}
.ct-dedicate-1-card .title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1C1C1C;
  margin-top: 40px;
}
.ct-dedicate-1-card .card-disc {
  color: #717171;
  margin-top: 15px;
  font-weight: 400;
}
.ct-dedicate-1-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-left: -175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-dedicate-1-card-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-dedicate-1-card-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-dedicate-1-card-wrap:is(.active) .ct-dedicate-1-card {
  transform: translateX(0px);
}
.ct-dedicate-1-exper {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 104px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-dedicate-1-exper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-dedicate-1-exper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ct-dedicate-1-exper-item:is(.active) .divider {
  width: 100%;
}
.ct-dedicate-1-exper-item .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #1C1C1C;
}
.ct-dedicate-1-exper-item .divider {
  height: 2px;
  width: 0%;
  border: 1px dashed var(--ct-inner-color-2);
  margin: 37px 0 40px 0;
  transition: all 1.3s ease;
}
.ct-dedicate-1-exper-item .number {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 92px;
  line-height: 0.8;
  background: var(--ct-gd-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-dedicate-1-exper-item .number {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-dedicate-1-exper-item .number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-dedicate-1-exper-item .number {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .ct-dedicate-1-exper-item .number {
    font-size: 50px;
  }
}
.ct-dedicate-1-exper-item .disc {
  color: #717171;
  font-weight: 400;
}

/*
--- Dedicate-1 End ---
*/
/*
--- Mission-1 Start ---
*/
.ct-mission-1-area {
  padding-bottom: 80px;
}
.ct-mission-1-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 112px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-mission-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-mission-1-content .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #101010;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-mission-1-content .title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-mission-1-content .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .ct-mission-1-content .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.ct-mission-1-content .disc, .ct-mission-1-content .disc-2 {
  font-weight: 400;
  color: #4F4F4F;
}
.ct-mission-1-content .disc-2 {
  margin-top: 18px;
}

/*
--- Mission-1 End ---
*/
/*
--- Gallery-1 Start ---
*/
.ct-gallery-1-main-wrap {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.ct-gallery-1-wrap {
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-gallery-1-wrap {
    gap: 20px;
  }
}
.ct-gallery-1-wrap .item {
  flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-gallery-1-wrap .item {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .ct-gallery-1-wrap .item {
    height: 320px;
  }
}

/*
--- Gallery-1 End ---
*/
/*
--- Awards-1 Start ---
*/
.ct-awards-1-area {
  padding-bottom: 180px;
  overflow: hidden;
}
.ct-awards-1-title-wrap {
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
}
.ct-awards-1-wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  gap: 60px 87px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-awards-1-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-awards-1-left {
  background: var(--ct-gd-3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-awards-1-right {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ct-awards-1-right::-webkit-scrollbar {
  display: none;
}
.ct-awards-1-table {
  width: 100%;
}
.ct-awards-1-table tbody tr {
  transition: all 0.4s ease;
}
.ct-awards-1-table tbody tr:nth-child(1) {
  padding: 0 0 10px 0;
}
.ct-awards-1-table tbody tr:not(:first-child):hover {
  background: #E9EDF7;
}
.ct-awards-1-table tbody tr:not(:first-child):hover td:nth-child(1) {
  transform: translateX(20px);
}
.ct-awards-1-table tbody tr th {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DFE1E5;
  font-family: var(--roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #939191;
}
.ct-awards-1-table tbody tr td {
  padding: 30px 0;
  border-bottom: 1px solid #DFE1E5;
  transition: all 0.4s ease;
}
.ct-awards-1-table tbody tr td:nth-child(1) {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #1C1C1C;
  margin-bottom: 0;
  text-transform: capitalize;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .ct-awards-1-table tbody tr td:nth-child(1) {
    font-size: 20px;
  }
}
.ct-awards-1-table tbody tr td:nth-child(2) {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #1C1C1C;
  margin-bottom: 0;
  text-transform: capitalize;
  padding-right: 30px;
}
.ct-awards-1-table tbody tr td:nth-child(3) {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #1C1C1C;
  margin-bottom: 0;
}

/*
--- Awards-1 End ---
*/
/*
--- Career-Hero Start ---
*/
.ct-career-single-hero-area {
  position: relative;
  padding: 210px 0 100px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-career-single-hero-area {
    padding: 140px 0 100px 0;
  }
}
.ct-career-single-hero-overley {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-career-single-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ct-career-single-hero-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ct-inner-color-1);
  opacity: 0.5;
}
.ct-career-single-hero-title-wrap {
  position: relative;
  z-index: 3;
  max-width: 660px;
  margin-top: 118px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-career-single-hero-title-wrap {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-career-single-hero-title-wrap {
    margin-top: 60px;
  }
}

/*
--- Career-Hero End ---
*/
/*
--- Career-Details Start ---
*/
.ct-career-details-area {
  padding: 130px 0 180px 0;
}
@media (max-width: 575px) {
  .ct-career-details-area {
    padding: 100px 0 180px 0;
  }
}
.ct-career-details-wrap {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 60px 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-career-details-wrap {
    gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-career-details-wrap {
    grid-template-columns: 1fr;
  }
}
.ct-career-details-wrap .career-left-content h3 {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #1C1C1C;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-career-details-wrap .career-left-content h3 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-career-details-wrap .career-left-content h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .ct-career-details-wrap .career-left-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.ct-career-details-wrap .career-left-content h3:not(:first-child) {
  margin-top: 50px;
}
.ct-career-details-wrap .career-left-content p {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1C1C1C;
  margin-bottom: 0;
}
.ct-career-details-wrap .career-left-content ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.ct-career-details-wrap .career-left-content ul li {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1C1C1C;
  position: relative;
  padding-left: 24px;
}
.ct-career-details-wrap .career-left-content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/career/cs-check.svg");
  width: 16px;
  height: 16px;
  transform: translateY(6px);
}
.ct-career-details-wrap .career-right-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ct-career-details-wrap .career-right-content .job-info {
  background: #F7F7F8;
  border-radius: 8px;
  padding: 40px;
}
.ct-career-details-wrap .career-right-content .job-info .item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
  padding: 20px 0;
}
.ct-career-details-wrap .career-right-content .job-info .item:nth-child(1) {
  padding-top: 0;
}
.ct-career-details-wrap .career-right-content .job-info .item .title {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0D0D0D;
  margin-bottom: 0;
}
.ct-career-details-wrap .career-right-content .job-info .item .title img {
  margin-right: 10px;
  transform: translateY(-2px);
}
.ct-career-details-wrap .career-right-content .job-form {
  position: relative;
  background: var(--ct-gd-3);
  border-radius: 12px;
  padding: 48px 36px 40px 36px;
  overflow: hidden;
}
.ct-career-details-wrap .career-right-content .job-form .job-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-career-details-wrap .career-right-content .job-form .icon-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 92px;
  height: 92px;
  background: var(--ct-gd-3);
  border-radius: 46px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ct-career-details-wrap .career-right-content .job-form .icon-1:hover img {
  animation: bounceIn 0.8s ease;
}
.ct-career-details-wrap .career-right-content .job-form form {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.ct-career-details-wrap .career-right-content .job-form form .item label {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.56);
  display: block;
  transition: color 0.3s ease;
}
.ct-career-details-wrap .career-right-content .job-form form .item input {
  border: none;
  background-color: transparent;
  position: relative;
  outline: none;
  border-bottom: 1px solid #CED3CA;
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  width: 100%;
  padding-bottom: 6px;
}
.ct-career-details-wrap .career-right-content .job-form form .item input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.ct-career-details-btn {
  margin-top: 12px;
  box-shadow: none;
  border: none;
  outline: none;
  background: var(--ct-gd-3);
  border-radius: 100px;
  padding: 12px 20px;
  transition: all 0.4s ease;
}
.ct-career-details-btn .btn-text {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-align: center;
}
.ct-career-details-btn:hover {
  box-shadow: 0px 0px 4px 2px var(--ct-inner-color-2);
}

/*
--- Career-Details End ---
*/
/*
--- Career-Page Hero Start ---
*/
.ct-career-p-hero-area {
  position: relative;
  padding-top: 216px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-career-p-hero-area {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .ct-career-p-hero-area {
    padding-top: 140px;
  }
}
.ct-career-p-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 904px;
  background-color: var(--ct-inner-color-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-career-p-hero-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .ct-career-p-hero-bg {
    height: 650px;
  }
}
.ct-career-p-hero-wrap {
  position: relative;
  z-index: 3;
  max-width: 928px;
}
.ct-career-p-hero-wrap .disc {
  max-width: 517px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
}
.ct-career-p-hero-wrap .btn-wrap {
  margin-top: 32px;
}
.ct-career-p-hero-wrap:is(.active) .ct-breadcrumb-1-title .split-line > div, .ct-career-p-hero-wrap:is(.active) .ct-breadcrumb-1-title .split-line span {
  display: inline;
  transform: translateY(0px);
}
.ct-career-p-hero-img-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 35px 60px;
  margin-top: -210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-career-p-hero-img-wrap {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-career-p-hero-img-wrap {
    margin-top: 50px;
    flex-direction: column;
    align-items: stretch;
  }
}
.ct-career-p-hero-img-wrap:is(.active) .img-wrap-2::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.ct-career-p-hero-img-wrap:is(.active) .img-wrap {
  transform: translateY(0px);
}
.ct-career-p-hero-img-wrap .img-wrap {
  border-radius: 16px;
  overflow: hidden;
  transform: translateY(80px);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.ct-career-p-hero-img-wrap .img-wrap-2 {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.ct-career-p-hero-img-wrap .img-wrap-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.3s ease;
  transition-delay: 0.3s;
}

/*
--- Career-Page Hero End ---
*/
/*
--- Oops Start ---
*/
.ct-oops-area {
  padding: 280px 0 160px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-oops-area {
    padding: 180px 0 120px 0;
  }
}
.ct-oops-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 177px;
  background-color: var(--ct-inner-color-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-oops-area::after {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-oops-area::after {
    height: 85px;
  }
}
@media (max-width: 575px) {
  .ct-oops-area::after {
    height: 75px;
  }
}
.ct-oops-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 177px;
  left: 0;
}
.ct-oops-wrap {
  display: flex;
  align-items: center;
  gap: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ct-oops-wrap {
    flex-direction: column;
  }
}
.ct-oops-wrap .main-img {
  flex: 0 0 auto;
}
.ct-oops-wrap .content {
  max-width: 548px;
}
.ct-oops-wrap .content .subtitle {
  font-family: var(--urbanist);
  font-weight: 300;
  font-size: 64px;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: #717171;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-oops-wrap .content .subtitle {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .ct-oops-wrap .content .subtitle {
    font-size: 40px;
  }
}
.ct-oops-wrap .content .title {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: var(--ct-oops-title);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-oops-wrap .content .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .ct-oops-wrap .content .title {
    font-size: 40px;
  }
}
.ct-oops-wrap .content .disc {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #4F4F4F;
  margin-top: 20px;
}
.ct-oops-wrap .content .btn-wrap {
  margin-top: 30px;
}

/*
--- Oops End ---
*/

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