/*
    root-veriable-start
*/
:root {
  scroll-behavior: inherit;
  --fti-pr-font: "Mulish", "sans-serif";
  --lexend: "Lexend", "sans-serif";
  --outfit: "Outfit", "sans-serif";
  --teko: "Teko", "sans-serif";
  --monda: "Monda", "sans-serif";
  --epilogue: "Epilogue", sans-serif;
  --urbanist: "Urbanist", sans-serif;
  --ubuntu: "Ubuntu", sans-serif;
  --fti-pr-1: #EC6C06;
  --fti-pr-2: #EA5501;
  --fti-pr-3: #ff5317;
  --fti-heading-1: #101010;
  --fti-heading-2: #1F1F1F;
  --fti-para-1: #4F4E4E;
  --fti-para-2: #555555;
  --fti-para-3: #444444;
  --cube-1: cubic-bezier(.25,.46,.45,.50);
  --cube-2: cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

/*
    root-veriable-end
*/
/*
    global-css-start
*/
body {
  font-family: var(--epilogue);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--fti-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;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

/* scroll bar */
::-webkit-scrollbar {
  width: 10px;
  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(--fti-pr-1);
  border-radius: 30px;
}

/*
    global-css-start
*/
/*
    margin-&-padding_veriable-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_veriable-end
*/
/*
    all-common-class-start
*/
@media (min-width: 1300px) {
  .container.fti-container-1 {
    max-width: 1380px;
  }
  .container.fti-container-2 {
    max-width: 1528px;
  }
  .container.fti-container-3 {
    max-width: 1254px;
  }
  .container.fti-container-4 {
    max-width: 1302px;
  }
  .container.fti-container-5 {
    max-width: 1342px;
  }
  .container.fti-container-6 {
    max-width: 1390px;
  }
  .container.fti-container-7 {
    max-width: 1404px;
  }
  .container.fti-container-8 {
    max-width: 1274px;
  }
  .container.fti-container-9 {
    max-width: 1284px;
  }
}
.fix {
  overflow: hidden;
}

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

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

.z-index-3 {
  position: relative;
  z-index: 3;
}

.fti-split-text {
  text-transform: unset !important;
  letter-spacing: -0.1px;
  overflow: hidden;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.fti-split-text .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.fti-pr-font {
  font-family: var(--fti-pr-font);
}

.fti-para-font {
  font-family: var(--fti-pr-font);
}

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

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

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

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

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

.fti-font-900 {
  font-weight: 900;
}

.fti-color-white {
  color: #fff;
}

.fti-color-pr {
  color: var(--fti-pr-color);
}

.h2-body-bg {
  background-color: #FFFDFB;
}

/*
    all-common-class-end
*/
/*
    heading-paragraph-css-start
*/
.fti-heading-1 {
  font-family: var(--fti-pr-font);
  line-height: 1.2;
  font-weight: 700;
  color: var(--fti-heading-1);
  text-transform: capitalize;
  margin-bottom: 0px;
}
.fti-heading-1:is(.has-color-white) {
  color: #fff;
}

.fti-heading-2 {
  font-family: var(--teko);
  line-height: 1.2;
  color: var(--fti-heading-2);
  text-transform: capitalize;
  margin-bottom: 0px;
}
.fti-heading-2:is(.has-color-white) {
  color: #fff;
}

.fti-heading-3 {
  font-family: var(--urbanist);
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.fti-heading-3:is(.has-color-white) {
  color: #fff;
}

.fti-subtitle-1 {
  font-family: var(--fti-pr-font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  height: 34px;
  background: #FBEDE3;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--fti-pr-1);
  margin-bottom: 14px;
}
.fti-subtitle-1:is(.has-color-pr) {
  color: var(--fti-pr-1);
}
.fti-subtitle-1:is(.has-color-white) {
  color: #fff;
}

.fti-subtitle-2 {
  padding: 5px 20px;
  background: #61574F;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--fti-pr-1);
  font-family: var(--fti-pr-font);
  display: inline-block;
  margin-bottom: 15px;
}

.fti-subtitle-3 {
  font-family: var(--teko);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fti-pr-2);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .fti-subtitle-3 {
    font-size: 18px;
  }
}
.fti-subtitle-3:is(.has-both-line) {
  justify-content: center;
}
.fti-subtitle-3 .line {
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, var(--fti-pr-2) 0%, #FFFFFF 100%);
  border-radius: 5px;
  display: inline-flex;
  margin-top: -2px;
}
.fti-subtitle-3 .line:is(.has-black) {
  background: linear-gradient(90deg, var(--fti-pr-2) 0%, #222223 100%);
}
.fti-subtitle-3 .line-2 {
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, #FFFFFF 0%, var(--fti-pr-2) 100%);
  border-radius: 5px;
  display: inline-flex;
  margin-top: -2px;
}

.fti-subtitle-4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--fti-pr-3);
  font-family: var(--epilogue);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fti-subtitle-4 {
    margin-bottom: 8px;
  }
}

.fti-subtitle-5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--fti-pr-3);
  font-family: var(--urbanist);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fti-subtitle-5 {
    margin-bottom: 8px;
  }
}
.fti-subtitle-5:is(.has-color-white) {
  color: #fff;
}

.fti-para-1 {
  font-family: var(--fti-pr-font);
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: var(--fti-para-1);
  margin-bottom: 0px;
}
.fti-para-1:is(.has-color-white) {
  color: #fff;
}

.fti-para-1-small {
  font-family: var(--fti-pr-font);
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
  color: var(--fti-para-1);
  margin-bottom: 0px;
}
.fti-para-1-small:is(.has-color-white) {
  color: #fff;
}

.fti-para-1-large {
  font-family: var(--fti-pr-font);
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  color: var(--fti-para-1);
  margin-bottom: 0px;
}
.fti-para-1-large:is(.has-color-white) {
  color: #fff;
}
.fti-para-1-large:is(.font-xs-18) {
  font-size: 18px;
}

.fti-para-2 {
  font-family: var(--monda);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--fti-para-2);
  margin-bottom: 0;
}

.fti-para-2-small {
  font-family: var(--monda);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--fti-para-2);
  margin-bottom: 0;
}

.fti-para-3 {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--fti-para-3);
  margin-bottom: 0;
}

.fti-para-3-small {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--fti-para-3);
  margin-bottom: 0;
}

.fti-para-4 {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: rgb(66, 66, 66);
  margin-bottom: 0;
}

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

.fti-section-title-2 {
  font-family: var(--fti-pr-font);
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  color: var(--fti-heading-1);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-section-title-2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-section-title-2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-section-title-2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .fti-section-title-2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-section-title-2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.fti-section-title-2:is(.has-color-white) {
  color: #fff;
}

.fti-section-title-3 {
  font-weight: 600;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 0.01em;
  font-family: var(--teko);
  color: var(--fti-heading-2);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-section-title-3 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-section-title-3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-section-title-3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .fti-section-title-3 {
    font-size: 35px;
    line-height: 38px;
  }
}
.fti-section-title-3:is(.has-color-white) {
  color: #fff;
}

.fti-section-title-4 {
  font-size: 55px;
  color: #000000;
  line-height: 1.2;
  font-weight: 900;
  font-family: var(--urbanist);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-section-title-4 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-section-title-4 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-section-title-4 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .fti-section-title-4 {
    font-size: 30px;
    line-height: 38px;
  }
}
.fti-section-title-4:is(.has-color-white) {
  color: #fff;
}

.fti-section-title-5 {
  font-size: 55px;
  color: rgb(31, 31, 31);
  line-height: 1.091;
  font-weight: 800;
  font-family: var(--urbanist);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-section-title-5 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-section-title-5 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-section-title-5 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .fti-section-title-5 {
    font-size: 30px;
    line-height: 38px;
  }
}
.fti-section-title-5:is(.has-color-white) {
  color: #fff;
}
.fti-section-title-5:is(.has-size-50) {
  font-size: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-section-title-5:is(.has-size-50) {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-section-title-5:is(.has-size-50) {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-section-title-5:is(.has-size-50) {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .fti-section-title-5:is(.has-size-50) {
    font-size: 28px;
    line-height: 36px;
  }
}
.fti-section-title-5:is(.has-size-60) {
  font-size: 60px;
  line-height: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-section-title-5:is(.has-size-60) {
    font-size: 50px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-section-title-5:is(.has-size-60) {
    font-size: 46px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-section-title-5:is(.has-size-60) {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .fti-section-title-5:is(.has-size-60) {
    font-size: 38px;
    line-height: 44px;
  }
}
.fti-section-title-5:is(.has-size-65) {
  font-size: 65px;
  line-height: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-section-title-5:is(.has-size-65) {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-section-title-5:is(.has-size-65) {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-section-title-5:is(.has-size-65) {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .fti-section-title-5:is(.has-size-65) {
    font-size: 38px;
    line-height: 44px;
  }
}

/*
    heading-paragraph-css-end
*/
/*
button start
*/
.fti-btn-pr-1 {
  padding: 18px 10px 18px 20px;
  background: var(--fti-pr-1);
  display: inline-flex;
  align-items: center;
  transition: var(--cube-1) 0.4s;
}
@media (max-width: 767px) {
  .fti-btn-pr-1 {
    padding: 14px 8px 14px 16px;
  }
}
.fti-btn-pr-1 .btn-text {
  font-family: var(--fti-pr-font);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-pr-1 .icon-1 {
  color: #fff;
  font-size: 17px;
  margin-bottom: -5px;
  margin-right: 10px;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-pr-1 .icon-2 {
  color: #fff;
  font-size: 17px;
  margin-bottom: -5px;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-pr-1:hover {
  padding-right: 20px;
  padding-left: 10px;
  background-color: #000;
}
@media (max-width: 767px) {
  .fti-btn-pr-1:hover {
    padding-right: 16px;
    padding-left: 8px;
  }
}
.fti-btn-pr-1:hover .icon-1 {
  visibility: hidden;
  opacity: 0;
}
.fti-btn-pr-1:hover .icon-2 {
  opacity: 1;
  visibility: visible;
}

.fti-btn-se-1 {
  padding: 18px 10px 18px 20px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--fti-pr-1);
  transition: var(--cube-1) 0.4s;
}
.fti-btn-se-1 .btn-text {
  font-family: var(--fti-pr-font);
  text-transform: uppercase;
  color: var(--fti-pr-1);
  font-weight: 700;
  font-size: 16px;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-se-1 .icon-1 {
  color: var(--fti-pr-1);
  font-size: 17px;
  margin-bottom: -5px;
  margin-right: 10px;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-se-1 .icon-2 {
  color: var(--fti-pr-1);
  font-size: 17px;
  margin-bottom: -5px;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-se-1:hover {
  padding-right: 20px;
  padding-left: 10px;
  background-color: var(--fti-pr-1);
}
.fti-btn-se-1:hover .icon-1 {
  visibility: hidden;
  opacity: 0;
  color: #fff;
}
.fti-btn-se-1:hover .icon-2 {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.fti-btn-se-1:hover .btn-text {
  color: #fff;
}

.fti-btn-pr-2 {
  padding: 18px 10px 18px 20px;
  background: #000;
  display: inline-flex;
  align-items: center;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-pr-2 .btn-text {
  font-family: var(--fti-pr-font);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-pr-2 .icon-1 {
  color: #fff;
  font-size: 17px;
  margin-bottom: -5px;
  margin-right: 10px;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-pr-2 .icon-2 {
  color: #fff;
  font-size: 17px;
  margin-bottom: -5px;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--cube-1) 0.4s;
}
.fti-btn-pr-2:hover {
  padding-right: 20px;
  padding-left: 10px;
  background-color: #fff;
}
.fti-btn-pr-2:hover .icon-1 {
  visibility: hidden;
  opacity: 0;
}
.fti-btn-pr-2:hover .icon-2 {
  opacity: 1;
  visibility: visible;
  color: var(--fti-pr-1);
}
.fti-btn-pr-2:hover .btn-text {
  color: var(--fti-pr-1);
}

.fti-header-1-btn {
  border-radius: 100px;
  padding: 18px 30px;
  background: transparent;
  border: 1px solid var(--fti-pr-1);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: var(--cube-1) 0.4s;
}
.fti-header-1-btn .btn-text {
  font-family: var(--fti-pr-font);
  text-transform: uppercase;
  color: var(--fti-pr-1);
  font-weight: 700;
  font-size: 16px;
  transition: var(--cube-1) 0.4s;
}
.fti-header-1-btn .icon-1 {
  color: var(--fti-pr-1);
  font-size: 17px;
  margin-bottom: -5px;
  margin-right: 10px;
  transition: var(--cube-1) 0.4s;
}
.fti-header-1-btn:hover {
  background-color: var(--fti-pr-1);
}
.fti-header-1-btn:hover .icon-1 {
  color: #fff;
  transform: rotate(45deg);
}
.fti-header-1-btn:hover .btn-text {
  color: #fff;
}

.fti-btn-pr-3 {
  border-radius: 0px 20px 0px 0px;
  border: 2px solid var(--fti-pr-2);
  padding: 20px 0 20px 35px;
  display: inline-flex;
  align-items: center;
  gap: 35px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.fti-btn-pr-3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background-color: var(--fti-pr-2);
  transition: 0.6s ease;
}
.fti-btn-pr-3:is(.text-c-pr-2) .btn-text {
  color: var(--fti-pr-2);
}
.fti-btn-pr-3 .btn-text {
  font-family: var(--teko);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin-top: 3px;
}
.fti-btn-pr-3 .btn-icon {
  font-size: 24px;
  color: #fff;
  padding: 10px 15px;
  background-color: var(--fti-pr-2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
  z-index: 2;
  transition: 0.6s ease;
}
.fti-btn-pr-3 .btn-icon i {
  display: flex;
  margin-top: -2px;
}
.fti-btn-pr-3:is(.has-pr-text) .btn-text {
  color: var(--fti-pr-2);
  transition: 0.6s ease;
}
.fti-btn-pr-3:is(.fti-header-2-btn) {
  border: 0;
  border-radius: 100px;
}
.fti-btn-pr-3:is(.fti-header-2-btn)::after {
  border-radius: 90px 0 0 90px;
}
.fti-btn-pr-3:is(.fti-header-2-btn)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: 2px solid var(--fti-pr-2);
  border-radius: 100px;
}
.fti-btn-pr-3:hover::after {
  width: 92%;
}
.fti-btn-pr-3:hover .btn-icon {
  background-color: #fff;
  color: var(--fti-pr-2);
}
.fti-btn-pr-3:hover:is(.has-pr-text) .btn-text {
  color: #fff;
}

.fti-header-2-btn {
  border-radius: 100px;
}
.fti-header-2-btn .btn-icon {
  border-radius: 0px 100% 100% 0px;
}

.services-2-btn {
  height: 56px;
  background: var(--fti-pr-2);
  border-width: 0px 1px 1.5px 1px;
  border-style: solid;
  border-color: #1F1F1F;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 82px;
}
.services-2-btn .btn-text {
  font-family: var(--teko);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 4px;
}
.services-2-btn .icon {
  font-size: 26px;
  display: inline-flex;
  color: #fff;
}
.services-2-btn .icon i {
  display: inline-flex;
}

.fti-btn-pr-4 {
  padding: 19px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media (max-width: 767px) {
  .fti-btn-pr-4 {
    padding: 14px 24px;
  }
}
.fti-btn-pr-4::after {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  background-color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.fti-btn-pr-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-color: var(--fti-pr-3);
  z-index: 1;
}
.fti-btn-pr-4:is(.has-bg-white)::after {
  background-color: #fff;
}
.fti-btn-pr-4:is(.team-d-submit-btn) {
  padding: 13px 34px;
}
.fti-btn-pr-4:is(.team-d-submit-btn) .btn-text {
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
}
.fti-btn-pr-4 .btn-text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--urbanist);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fti-btn-pr-4 .btn-text {
    font-size: 16.5px;
  }
}
.fti-btn-pr-4 .btn-icon {
  color: #fff;
  position: relative;
  z-index: 2;
}
.fti-btn-pr-4 .btn-icon i {
  display: inline-flex;
  margin-top: 7px;
}
.fti-btn-pr-4:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.fti-btn-pr-4:hover:is(.has-bg-white) .btn-text {
  color: var(--fti-pr-3);
}
.fti-btn-pr-4:hover:is(.has-bg-white) .btn-icon {
  color: var(--fti-pr-3);
}

.fti-btn-pr-5 {
  background-color: var(--fti-pr-3);
  border-radius: 50px;
  padding: 15px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fti-btn-pr-5 {
    padding: 14px 30px;
  }
}
.fti-btn-pr-5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  background-color: #000;
  transition: all 0.4s ease;
}
.fti-btn-pr-5 .btn-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.778;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .fti-btn-pr-5 .btn-text {
    font-size: 16.5px;
  }
}
.fti-btn-pr-5 .btn-icon {
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.fti-btn-pr-5:hover::after {
  width: 100%;
}
.fti-btn-pr-5:hover .btn-text {
  color: var(--fti-pr-3);
}
.fti-btn-pr-5:hover .btn-icon {
  color: var(--fti-pr-3);
}
.fti-btn-pr-5:is(.header-btn-4)::after {
  border-radius: 0;
}

.fti-btn-pr-6 {
  background-color: var(--fti-pr-3);
  padding: 19px 39px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fti-btn-pr-6 {
    padding: 14px 24px;
  }
}
.fti-btn-pr-6:is(.has-bg-black)::after {
  background-color: #000;
}
.fti-btn-pr-6:is(.has-bg-black)::before {
  background-color: #000;
}
.fti-btn-pr-6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 50%;
  background-color: #fff;
  transition: all 0.4s ease;
}
.fti-btn-pr-6::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 50%;
  background-color: #fff;
  transition: all 0.4s ease;
}
.fti-btn-pr-6 .btn-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.778;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .fti-btn-pr-6 .btn-text {
    font-size: 16.5px;
  }
}
.fti-btn-pr-6 .btn-icon {
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.fti-btn-pr-6:hover::after {
  width: 100%;
}
.fti-btn-pr-6:hover::before {
  width: 100%;
}
.fti-btn-pr-6:hover .btn-icon {
  color: var(--fti-pr-3);
}
.fti-btn-pr-6:hover .btn-text {
  color: var(--fti-pr-3);
}
.fti-btn-pr-6:is(.submit-btn-5) {
  width: 100%;
  justify-content: center;
  padding: 13px 20px;
}
.fti-btn-pr-6:is(.submit-btn-5) .btn-text {
  text-transform: capitalize;
  font-size: 17px;
}
.fti-btn-pr-6:is(.submit-btn-5) .btn-icon i {
  display: flex;
  font-size: 24px;
}

/*
button end
*/

/*
  new-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;
}
.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(--fti-pr-1);
}
.mobile-menu-disc {
  color: #fff;
  opacity: 85%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mobile-menu-disc {
    display: none;
  }
}
.mobile-menu-wrap {
  height: 100%;
  padding: 80px 50px;
  overflow-y: scroll;
  background: #000;
}
@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;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu-wrap .mobile-menu-navigation {
    display: none;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu-wrap .mobile-menu-search-bar {
    display: none;
  }
}

.mobile-menu-contact {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mobile-menu-contact {
    display: none;
  }
}
.mobile-menu-contact .icon {
  display: inline-block;
  color: var(--fti-pr-1);
  font-size: 22px;
  transform: translateY(2px);
}
.mobile-menu-contact .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
  font-family: var(--urbanist);
}
.mobile-menu-contact .disc {
  font-size: 16px;
  color: #fff;
  opacity: 85%;
}
.mobile-menu-contact li {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.mobile-menu-contact li:not(:last-child) {
  margin-bottom: 24px;
}
.mobile-menu-contact li a {
  transition: 0.3s;
}
.mobile-menu-contact li a:hover {
  color: var(--fti-pr-1);
}

.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: white;
  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(--fti-pr-1);
}

.mobile-menu-social-1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mobile-menu-social-1 {
    display: none;
  }
}
.mobile-menu-social-1 a {
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: 300ms var(--cube-1);
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.mobile-menu-social-1 a:hover {
  background: var(--fti-pr-1);
  color: #fff;
}

.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(--fti-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(--fti-pr-1);
}
.mobile-main-navigation .navbar-nav li .dropdown-btn:is(.active) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: var(--fti-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;
}

/*
  new-menu-end
*/
/*
mobile-menu-css-start
*/
/* ======= 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;
}

.fti-threed-box {
  perspective: 2000px;
  transform-style: preserve-3d;
}

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

@keyframes fti_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 fti-roated-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fti-roated-reverse-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@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);
  }
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.scroll-top::after {
  content: "\f062";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--fti-pr-1);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--fti-pr-1);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top:is(.show) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scroll-top svg {
  color: var(--fti-pr-1);
  border-radius: 50%;
  background: #fff;
}
.scroll-top .progress-circle path {
  stroke: var(--fti-pr-1);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*
serarch start
*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.popup-search-box:is(.active) {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.popup-search-box:is(.active) form {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.popup-search-box form input {
  font-size: 18px;
  font-family: var(--fti-pr-font);
  height: 70px;
  width: 100%;
  border: 2px solid var(--fti-pr-1);
  background-color: transparent;
  padding: 0 70px 0 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.popup-search-box .search-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid var(--fti-pr-1);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--fti-pr-1);
}
.popup-search-box .search-close:hover {
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
serarch end
*/
/*
	preloader-css-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: #000;
  transition: 1000ms var(--cube-1);
}
#preloader .preloader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#preloader .preloader-wrap .loading {
  text-align: center;
}
#preloader .preloader-wrap .icon-ani {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#preloader:is(.preloaded) {
  transform: translateY(-100%);
}

.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  color: #ff5317;
  background: radial-gradient(farthest-side, currentColor calc(100% - 6.7px), rgba(0, 0, 0, 0) calc(100% - 5.6px) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 14.6px), #000 calc(100% - 13.4px));
  border-radius: 50%;
  animation: spinner-sm4bhi 2s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  background: linear-gradient(currentColor 0 0) center, linear-gradient(currentColor 0 0) center;
  background-size: 100% 11.2px, 11.2px 100%;
  background-repeat: no-repeat;
}

.spinner::after {
  transform: rotate(45deg);
}

@keyframes spinner-sm4bhi {
  100% {
    transform: rotate(1turn);
  }
}
/*
	preloader-css-end
*/
/*
header-1-css-start
*/
.fti-header-1-area {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  background: transparent;
  height: 92px;
  display: flex;
  align-items: center;
}
.fti-header-1-area::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 100%;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-1-area::after {
    display: none;
  }
}
.fti-header-1-area .bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-1-area .bg-img {
    display: none;
  }
}
.fti-header-1-area .bg-img img {
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-header-1-area .bg-img img {
    position: absolute;
    left: -100px;
  }
}
.fti-header-1-area .fti-menu-btn-1 {
  background-color: transparent;
  width: 40px;
}
.fti-header-1-area .fti-menu-btn-1 .svg-path {
  fill: none;
  stroke: var(--fti-pr-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fti-header-1-container {
  max-width: 1730px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-header-1-container {
    padding: 0 70px;
  }
}
.fti-header-1-wrap {
  margin-left: 50px;
  margin-right: -50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-1-wrap {
    margin: 0 auto;
  }
}
.fti-header-1-navigation-bar {
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-header-1-navigation-bar {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-header-1-navigation-bar {
    gap: 0;
  }
}
.fti-header-1-navigation-bar .btn-wrap {
  transform: translateX(93px);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-1-navigation-bar .btn-wrap {
    display: none;
  }
}
.fti-header-1-action {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-header-1-action {
    gap: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-header-1-action {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-1-action {
    display: none;
  }
}
.fti-header-1-search-btn {
  border: 1px solid #FFD7CA;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  outline: none;
  background-color: #fff;
  position: relative;
}
.fti-header-1-search-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--fti-pr-1);
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.4s ease;
}
.fti-header-1-search-btn i {
  color: var(--fti-pr-1);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.fti-header-1-search-btn:hover i {
  color: #fff;
}
.fti-header-1-search-btn:hover::after {
  transform: scale(1);
}
.fti-header-1-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.fti-header-1-contact .icon-1 {
  border: 1px solid #FFD7CA;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fti-pr-1);
  transition: all 0.4s ease;
  position: relative;
}
.fti-header-1-contact .icon-1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.4s ease;
}
.fti-header-1-contact .icon-1 i {
  display: flex;
  font-size: 24px;
  color: #fff;
  animation: fti_zigzag 1s ease-out infinite;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.fti-header-1-contact .icon-1:hover {
  background-color: #fff;
}
.fti-header-1-contact .icon-1:hover::after {
  transform: scale(1);
}
.fti-header-1-contact .icon-1:hover i {
  color: var(--fti-pr-1);
}
.fti-header-1-contact .question {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
}
.fti-header-1-contact .number {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  transition: 0.3s ease;
}
.fti-header-1-contact .number:hover {
  color: var(--fti-pr-1);
}

.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: 20px;
  }
}
.main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.main-navigation .navbar-nav li:is(.dropdown) > a::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 400ms var(--cube-2);
}
.main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--fti-pr-font);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 35px 12px;
  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: 1px;
  background-color: var(--fti-pr-1);
  position: absolute;
  left: 0;
  bottom: 0;
  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(--fti-pr-1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  position: absolute;
  background: #000;
  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);
}
.main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  position: relative;
}
.main-navigation .navbar-nav li .dropdown-menu li a {
  color: #fff;
  width: 100%;
  font-weight: 500;
  display: block;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
}
.main-navigation .navbar-nav li .dropdown-menu li a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: var(--fti-pr-2);
  left: 0;
  top: 18px;
}
.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);
}
.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(--fti-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(--fti-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-css-end
*/
/*
header-2 start
*/
.fti-header-2-area {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-2-area {
    height: auto;
  }
}
.fti-header-2-area .fti-menu-btn-2 {
  background-color: transparent;
  width: 40px;
}
.fti-header-2-area .fti-menu-btn-2 .svg-path {
  fill: none;
  stroke: var(--fti-pr-1);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fti-header-2-wrap {
  background: #1F1F1F;
  padding: 0 20px 0 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-2-wrap {
    padding: 20px;
  }
}
.fti-header-2-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--fti-pr-2);
  border-left: 1px solid var(--fti-pr-2);
  border-right: 1px solid var(--fti-pr-2);
  border-radius: 0px 0px 30px 30px;
  z-index: 1;
}
.fti-header-2-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 260px;
  background-color: #fff;
  clip-path: polygon(0 1%, 100% 0%, 80% 100%, 0% 100%);
  border-radius: 0 0 0 30px;
}
@media (max-width: 767px) {
  .fti-header-2-wrap::after {
    width: 170px;
  }
}
.fti-header-2-wrap .fti-header-2-row {
  position: relative;
  z-index: 2;
}
.fti-header-2-logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fti-header-2-logo {
    max-width: 100px;
  }
}

/*
header-2 end
*/
/*
header-3 start
*/
.fti-header-3-area {
  background-color: #fff;
}
.fti-header-3-container {
  max-width: 1920px;
  padding: 0;
}
.fti-header-3-wrap {
  display: flex;
  justify-content: space-between;
  height: 110px;
}
@media (max-width: 767px) {
  .fti-header-3-wrap {
    height: 75px;
  }
}
.fti-header-3-wrap .header-left {
  display: flex;
  gap: 80px;
}
@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) {
  .fti-header-3-wrap .header-left {
    gap: 25px;
  }
}
.fti-header-3-wrap .header-left .has-menu-3 {
  display: flex;
  align-items: center;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav {
  display: inherit;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li {
  display: inline-block;
  position: relative;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li:not(:last-child) {
    margin-right: 20px;
  }
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li:is(.dropdown) > a::before {
  content: "\f107";
  font-size: 15px;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li a {
  font-family: var(--epilogue);
  color: #1c1b1b;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li a::after {
  background-color: var(--fti-pr-3);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li .dropdown-menu {
  border-top: 2px solid var(--fti-pr-3);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  position: relative;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li .dropdown-menu li a {
  color: #fff;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li .dropdown-menu li a::after {
  background-color: var(--fti-pr-3);
}
.fti-header-3-wrap .header-left .has-menu-3 .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);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--fti-pr-3);
  padding-left: 12px;
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  opacity: 1;
  width: 10px;
  transform: translateY(-2px);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li:hover > a {
  color: var(--fti-pr-3);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li:hover > a::before {
  transform: translateY(-50%) rotate(360deg);
}
.fti-header-3-wrap .header-left .has-menu-3 .main-navigation .navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}
.fti-header-3-logo {
  background-color: var(--fti-pr-3);
  width: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-header-3-logo {
    width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-3-logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .fti-header-3-logo {
    max-width: 140px;
  }
  .fti-header-3-logo img {
    max-width: 100px;
  }
}
.fti-header-3-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .fti-header-3-action {
    margin-right: 12px;
  }
}
.fti-header-3-action .search-btn {
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-3-action .search-btn {
    display: none;
  }
}
.fti-header-3-action .header-btn-3 {
  height: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-3-action .header-btn-3 {
    display: none;
  }
}
.fti-header-3-action .header-btn-3 .btn-text {
  font-size: 16px;
}
.fti-header-3-action .fti-menu-btn-3 {
  border: 0;
  outline: 0;
  background-color: transparent;
}
.fti-header-3-action .fti-menu-btn-3 i {
  font-size: 28px;
}

/*
header-3 edn
*/
/*
header 4 start
*/
.fti-header-4-area {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .fti-header-4-logo img {
    max-width: 140px;
  }
}
.fti-header-4-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.fti-header-4-wrap .header-left {
  display: grid;
  grid-template-columns: 195px auto;
  gap: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  .fti-header-4-wrap .header-left {
    display: block;
  }
}
.fti-header-4-wrap .header-left .has-menu-4 .main-navigation .navbar-nav li:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-header-4-wrap .header-left .has-menu-4 .main-navigation .navbar-nav li:not(:last-child) {
    margin-right: 20px;
  }
}
.fti-header-4-wrap .header-left .has-menu-4 .main-navigation .navbar-nav li a {
  font-size: 17px;
  font-family: var(--urbanist);
  font-weight: 800;
}
.fti-header-4-wrap .header-left .has-menu-4 .main-navigation .navbar-nav li:is(.dropdown) > a::before {
  content: "\f107";
  font-size: 12px;
}
.fti-header-4-wrap .header-left .has-menu-4 .main-navigation .navbar-nav li .dropdown-menu li {
  margin-right: 0px;
}
.fti-header-4-wrap .header-left .has-menu-4 .main-navigation .navbar-nav li .dropdown-menu li a {
  font-size: 16px;
}
.fti-header-4-action {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-header-4-action {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .fti-header-4-action {
    gap: 15px;
  }
}
.fti-header-4-action .cart {
  position: relative;
  display: flex;
  justify-content: center;
}
.fti-header-4-action .cart i {
  font-size: 30px;
  color: #fff;
}
.fti-header-4-action .cart .number {
  position: absolute;
  bottom: -8px;
  background-color: var(--fti-pr-3);
  font-size: 12px;
  font-family: var(--epilogue);
  line-height: 1;
  padding: 5px;
  border-radius: 50%;
  height: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
}
.fti-header-4-action .header-btn-4 {
  border-radius: 0;
  padding: 19px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-4-action .header-btn-4 {
    display: none;
  }
}
.fti-header-4-action .fti-menu-btn-4 {
  background-color: transparent;
  width: 40px;
}
.fti-header-4-action .fti-menu-btn-4 .svg-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*
header 4 end
*/
/*
header-3 start
*/
.fti-header-5-area {
  background-color: #fff;
}
.fti-header-5-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 68px 15px 46px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-5-top {
    display: none;
  }
}
.fti-header-5-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(234, 234, 234);
  z-index: 1;
}
.fti-header-5-top .info {
  display: flex;
  align-items: center;
  gap: 50px;
}
.fti-header-5-top .info .item {
  position: relative;
  display: flex;
  align-items: center;
}
.fti-header-5-top .info .item::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgb(64, 61, 60);
  position: absolute;
  right: -25px;
}
.fti-header-5-top .info .item, .fti-header-5-top .info .action {
  font-weight: 800;
  font-family: var(--urbanist);
  color: rgb(32, 32, 32);
  transition: all 0.2s ease;
}
.fti-header-5-top .info .item .icon, .fti-header-5-top .info .action .icon {
  font-size: 13px;
  margin-right: 4px;
}
.fti-header-5-top .info .item .text, .fti-header-5-top .info .action .text {
  font-size: 15px;
}
.fti-header-5-top .info .action:hover {
  color: var(--fti-pr-3);
}
.fti-header-5-top .social-media {
  display: flex;
  align-items: center;
  gap: 18px;
}
.fti-header-5-top .social-media .link {
  font-size: 14px;
  color: rgb(26, 26, 26);
  transition: all 0.3s ease;
}
.fti-header-5-top .social-media .link:hover {
  color: var(--fti-pr-3);
}
.fti-header-5-container {
  max-width: 1920px;
  padding: 0;
}
.fti-header-5-wrap {
  display: flex;
  justify-content: space-between;
  height: 110px;
}
@media (max-width: 767px) {
  .fti-header-5-wrap {
    height: 75px;
  }
}
.fti-header-5-wrap .header-left {
  display: flex;
  gap: 195px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-5-wrap .header-left {
    gap: 25px;
  }
}
.fti-header-5-wrap .header-left .has-menu-5 {
  display: flex;
  align-items: center;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav {
  display: inherit;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li {
  display: inline-block;
  position: relative;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li:not(:last-child) {
    margin-right: 20px;
  }
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li:is(.dropdown) > a::before {
  content: "\f107";
  font-size: 15px;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li a {
  font-family: var(--urbanist);
  color: #1f1e1e;
  font-weight: 900;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li a::after {
  background-color: var(--fti-pr-3);
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li .dropdown-menu {
  border-top: 2px solid var(--fti-pr-3);
  background-color: #fff;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  position: relative;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li .dropdown-menu li a {
  color: #1f1e1e;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li .dropdown-menu li a::after {
  background-color: var(--fti-pr-3);
}
.fti-header-5-wrap .header-left .has-menu-5 .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);
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--fti-pr-3);
  padding-left: 12px;
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  opacity: 1;
  width: 10px;
  transform: translateY(-2px);
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li:hover > a {
  color: var(--fti-pr-3);
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li:hover > a::before {
  transform: translateY(-50%) rotate(360deg);
}
.fti-header-5-wrap .header-left .has-menu-5 .main-navigation .navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}
.fti-header-5-logo {
  background-color: var(--fti-pr-3);
  width: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-header-5-logo {
    width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-5-logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .fti-header-5-logo {
    max-width: 140px;
  }
  .fti-header-5-logo img {
    max-width: 100px;
  }
}
.fti-header-5-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  margin-right: 68px;
}
@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) {
  .fti-header-5-action {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-header-5-action {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .fti-header-5-action {
    margin-right: 12px;
  }
}
.fti-header-5-action .search-btn {
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(250, 114, 56);
  border: 8px solid rgb(255, 224, 211);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-5-action .search-btn {
    display: none;
  }
}
.fti-header-5-action .header-btn-5 {
  padding: 14px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-header-5-action .header-btn-5 {
    display: none;
  }
}
.fti-header-5-action .header-btn-5 .btn-text {
  font-size: 18px;
  text-transform: capitalize;
}
.fti-header-5-action .fti-menu-btn-5 {
  background-color: transparent;
  width: 40px;
}
.fti-header-5-action .fti-menu-btn-5 .svg-path {
  fill: none;
  stroke: var(--fti-pr-3);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*
header-3 edn
*/
/*
hero 1 start
*/
.fti-hero-1-area {
  position: relative;
  background-color: #000;
}
.fti-hero-1-item {
  padding: 200px 0 380px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-item {
    padding: 170px 0 90px 0;
  }
}
@media (max-width: 767px) {
  .fti-hero-1-item {
    padding: 120px 0 100px 0;
  }
}
.fti-hero-1-item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1.1);
  transition: 7s ease-in-out;
}
.fti-hero-1-item .bg-img img {
  width: 100%;
  height: 100%;
}
.fti-hero-1-item .angle-wrap-left {
  position: absolute;
  left: -500px;
  top: 0;
  z-index: 2;
  transition: 1500ms var(--cube-1);
}
@media (max-width: 767px) {
  .fti-hero-1-item .angle-wrap-left {
    display: none;
  }
}
.fti-hero-1-item .angle-wrap-right {
  position: absolute;
  right: -500px;
  top: -52px;
  z-index: 2;
  transition: 1500ms var(--cube-1);
}
@media (max-width: 767px) {
  .fti-hero-1-item .angle-wrap-right {
    display: none;
  }
}
.fti-hero-1-title {
  font-weight: 900;
  font-size: 74px;
  line-height: 80px;
  color: #FFFFFF;
  opacity: 0;
  transform: translateX(-100px);
  transition: 1500ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-1-title {
    font-size: 58px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .fti-hero-1-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
  }
}
.fti-hero-1-title-wrap {
  max-width: 601px;
  position: relative;
  z-index: 2;
}
.fti-hero-1-title-wrap .disc {
  transform: translateX(-100px);
  transition: 1500ms ease;
  transition-delay: 0.2s;
}
.fti-hero-1-title-wrap .btn-wrap {
  transform: translateX(-100px);
  transition: 1500ms ease;
  transition-delay: 0.4s;
}
.fti-hero-1-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--fti-pr-1);
  padding: 110px 327px 64px 62px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-content {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-1-content {
    margin: 50px 100px 0 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-hero-1-content {
    margin: 50px 28px 0 28px !important;
  }
}
@media (max-width: 767px) {
  .fti-hero-1-content {
    padding: 115px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    margin: 50px 12px 0 12px;
  }
}
.fti-hero-1-content .blockquite-text {
  font-family: var(--lexend);
  letter-spacing: -0.02em;
  max-width: 505px;
  opacity: 0;
  transform: translateX(-220px);
  transition: 800ms var(--cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-1-content .blockquite-text {
    max-width: 380px;
  }
}
.fti-hero-1-content .icon-wrap {
  position: absolute;
  left: 40px;
  top: -5px;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 1s var(--cube-1);
}
.fti-hero-1-content .img-wrap {
  position: absolute;
  right: 12px;
  top: -69px;
  transform: translateY(330px);
  transition: 600ms var(--cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-content .img-wrap {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .fti-hero-1-content .img-wrap {
    position: static;
  }
}
.fti-hero-1-work {
  position: absolute;
  right: 80px;
  bottom: 124px;
  z-index: 2;
  display: flex;
  gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-1-work {
    right: 40px;
    bottom: 108px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-work {
    display: none;
  }
}
.fti-hero-1-work .icon-wrap img {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 1s var(--cube-1);
}
.fti-hero-1-work .img-wrap {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.2s var(--cube-1);
}
.fti-hero-1-pagination-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 532px;
  gap: 15px;
  z-index: 3;
  position: absolute;
  right: 484px;
  background: #FFF6EF;
  bottom: 0;
  padding: 38px 20px 20px 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-hero-1-pagination-slider-btn {
    right: 182px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-pagination-slider-btn {
    right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-pagination-slider-btn {
    width: 432px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-1-pagination-slider-btn {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .fti-hero-1-pagination-slider-btn {
    width: 100%;
    bottom: 10px;
  }
}
.fti-hero-1-pagination-slider-btn .swiper-horizontal > .swiper-pagination-bullets, .fti-hero-1-pagination-slider-btn .swiper-pagination-bullets {
  width: auto !important;
}
.fti-hero-1-pagination {
  display: flex;
  align-items: baseline;
}
.fti-hero-1-pagination span {
  flex: 0 0 auto;
  font-family: var(--outfit);
  font-size: 40px;
  font-weight: 500;
  color: var(--fti-para-1);
  background: transparent;
  opacity: 1;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 200ms var(--cube-1);
  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) {
  .fti-hero-1-pagination span {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .fti-hero-1-pagination span {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.fti-hero-1-pagination span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--fti-pr-1);
  transform: scale(0);
  border-radius: 100%;
  z-index: -1;
  transition: 200ms var(--cube-1);
}
.fti-hero-1-pagination span:is(.swiper-pagination-bullet-active) {
  font-weight: 600;
  color: #FFFFFF;
}
.fti-hero-1-pagination span:is(.swiper-pagination-bullet-active)::after {
  transform: scale(1);
}
.fti-hero-1-next {
  transform: rotate(180deg);
  color: var(--fti-para-1);
  font-size: 34px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .fti-hero-1-next {
    font-size: 25px;
  }
}
.fti-hero-1-next:hover {
  color: var(--fti-pr-1);
}
.fti-hero-1-prev {
  color: var(--fti-para-1);
  font-size: 34px;
  transition: all 0.3s ease;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .fti-hero-1-prev {
    font-size: 25px;
  }
}
.fti-hero-1-prev:hover {
  color: var(--fti-pr-1);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-content .img-wrap {
  transform: translateY(0);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-content .blockquite-text {
  opacity: 1;
  transform: translateX(0px);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-content .icon-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-item .angle-wrap-left {
  left: 0;
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-item .angle-wrap-right {
  right: 0;
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-item .bg-img {
  transform: scale(1);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-title {
  opacity: 1;
  transform: translateX(0px);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-title-wrap .disc {
  transform: translateX(0px);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-title-wrap .btn-wrap {
  transform: translateX(0px);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-work .icon-wrap img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.fti-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-1-work .img-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*
hero 1 end
*/
/*
hero 2 start
*/
.fti-hero-2-area {
  position: relative;
  background-color: #000000;
}
.fti-hero-2-area .shape-1 {
  position: absolute;
  top: -82px;
  left: -297px;
}
@media (max-width: 767px) {
  .fti-hero-2-area .shape-1 {
    top: 0px;
    left: -170px;
    max-width: 300px;
  }
}
.fti-hero-2-area .shape-1 img {
  animation: fti-roated-1 30s linear infinite;
}
.fti-hero-2-title {
  font-family: var(--teko);
  font-weight: 600;
  font-size: 85px;
  line-height: 85px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-2-title {
    font-size: 70px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-2-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-2-title {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .fti-hero-2-title {
    font-size: 45px;
    line-height: 45px;
  }
}
.fti-hero-2-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 160px;
  margin-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-2-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .fti-hero-2-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-hero-2-item {
  position: relative;
  padding: 145px 0 30px 0;
}
.fti-hero-2-item .main-shape {
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: translate(-1000px, 800px);
  transition: 1500ms var(--cube-1);
}
.fti-hero-2-left {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-2-left {
    margin-top: 0;
  }
}
.fti-hero-2-left .hero-2-subtitle {
  transform: translateX(200px);
  opacity: 0;
  transition: 1500ms ease;
}
.fti-hero-2-left .hero-2-title {
  transform: translateX(200px);
  opacity: 0;
  transition: 1500ms ease;
  transition-delay: 0.2s;
}
.fti-hero-2-left .disc {
  color: #F7F7F7;
  transform: translateX(200px);
  opacity: 0;
  transition: 1500ms ease;
  transition-delay: 0.4s;
}
.fti-hero-2-left .btn-wrap {
  margin-top: 40px;
  transform: translateX(200px);
  opacity: 0;
  transition: 1500ms ease;
  transition-delay: 0.6s;
}
.fti-hero-2-right {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-2-right {
    display: flex;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .fti-hero-2-right {
    max-width: 296px;
  }
}
.fti-hero-2-right .img-shape-1 {
  position: absolute;
  right: -39px;
  bottom: -10px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-hero-2-right .img-shape-1 {
    right: 57px;
    bottom: 7px;
    z-index: -1;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-2-right .img-shape-1 {
    right: 69px;
    bottom: 7px;
    max-width: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-2-right .img-shape-1 {
    right: 70px;
    bottom: -6px;
    max-width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-2-right .img-shape-1 {
    right: 8px;
    bottom: -5px;
    max-width: 195px;
  }
}
.fti-hero-2-right .main-img {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-2-right .main-img {
    max-width: 380px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-2-right .main-img {
    max-width: 304px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-2-right .main-img {
    max-width: 265px;
  }
}
.fti-hero-2-right .main-img img {
  transform: translateY(700px);
  transition: 700ms var(--cube-1);
}
.fti-hero-2-pagination-btn {
  position: absolute;
  right: 110px;
  z-index: 2;
  width: 25px;
}
@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: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .fti-hero-2-pagination-btn {
    right: 25px;
  }
}
.fti-hero-2-pagination-btn .fti-hero-2-pagination {
  display: flex;
  flex-direction: column;
  gap: 92px;
}
.fti-hero-2-pagination-btn .fti-hero-2-pagination span {
  background-color: transparent;
  font-family: var(--teko);
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #F7F7F7;
  position: relative;
  opacity: 1;
}
.fti-hero-2-pagination-btn .fti-hero-2-pagination span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 68px;
  background-color: #555555;
  bottom: -20.5px;
  left: 11px;
  transform: translateY(100%);
}
.fti-hero-2-pagination-btn .fti-hero-2-pagination span:is(.swiper-pagination-bullet-active) {
  color: var(--fti-pr-2);
}
.fti-hero-2-pagination-btn .fti-hero-2-pagination span:is(.swiper-pagination-bullet-active)::after {
  background-color: var(--fti-pr-2);
}
.fti-hero-2-slider .fti_hero_2_active {
  position: relative;
  display: flex;
  align-items: center;
}
.fti-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-2-item .main-shape {
  transform: translateY(0);
}
.fti-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-2-right .main-img img {
  transform: translateY(0);
}
.fti-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-2-left .hero-2-subtitle {
  opacity: 1;
  transform: translateX(0);
}
.fti-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-2-left .hero-2-title {
  opacity: 1;
  transform: translateX(0);
}
.fti-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-2-left .disc {
  opacity: 1;
  transform: translateX(0);
}
.fti-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-2-left .btn-wrap {
  opacity: 1;
  transform: translateX(0);
}
.fti-hero-2-marquee {
  overflow: hidden;
  margin-left: 342px;
}
.fti-hero-2-marquee-wrap {
  position: absolute;
  left: 0;
  bottom: 30px;
  max-width: 1910px;
  z-index: 3;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-hero-2-marquee {
    margin-left: 185px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-hero-2-marquee {
    margin-left: 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), (max-width: 767px) {
  .fti-hero-2-marquee {
    margin-left: 0px;
  }
}
.fti-hero-2-marquee .logo-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .fti-hero-2-marquee .logo-wrap {
    gap: 20px;
  }
}
.fti-hero-2-marquee .logo-wrap .logo {
  height: 90px;
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #CACACA;
  border-radius: 20px;
  padding: 20px;
  transition: 500ms var(--cube-1);
  -webkit-transition: 500ms var(--cube-1);
}
@media (max-width: 767px) {
  .fti-hero-2-marquee .logo-wrap .logo {
    width: 120px;
    height: 65px;
    border-radius: 10px;
  }
}
.fti-hero-2-marquee .logo-wrap .logo img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: 500ms var(--cube-1);
  -webkit-transition: 500ms var(--cube-1);
}
.fti-hero-2-marquee .logo-wrap .logo:hover {
  background: var(--fti-pr-2);
  border: 2px solid var(--fti-pr-2);
}
.fti-hero-2-marquee .logo-wrap .logo:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*
hero 2 end
*/
/*
hero 3 start
*/
.fti-hero-3-area {
  position: relative;
  background-color: #000;
}
.fti-hero-3-item {
  position: relative;
}
.fti-hero-3-item .main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1);
  -webkit-transition: all 9s ease-out 0s;
  transition: all 9s ease-out 0s;
}
.fti-hero-3-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.fti-hero-3-item .overlay img {
  width: 100%;
  height: 100%;
}
.fti-hero-3-item .disc {
  color: #fff;
  transform: translateX(100px);
  opacity: 0;
  transition: 1000ms ease-out;
}
.fti-hero-3-item .hero-3-subtitle {
  transform: translateY(-100px);
  opacity: 0;
  transition: 1000ms ease-out;
}
.fti-hero-3-item .btn-wrap {
  overflow: hidden;
}
.fti-hero-3-item .btn-wrap .fti-btn-pr-4 {
  transform: translateY(100px);
  opacity: 0;
  transition: 1000ms ease-out;
}
.fti-hero-3-title {
  font-size: 85px;
  font-weight: 800;
  color: #fff;
  transform: translateX(-200px);
  opacity: 0;
  transition: 1000ms ease-out;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-3-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-3-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fti-hero-3-title {
    font-size: 35px;
  }
}
.fti-hero-3-title .title-overley-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fti-hero-3-title .title-overley-wrap .title-overley {
  background-color: #fff;
  transform: scaleX(1);
  transition: 1000ms ease;
  transition-delay: 400ms;
}
.fti-hero-3-wrap {
  padding: 285px 0 195px 0;
  max-width: 710px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-3-wrap {
    padding: 200px 0 195px 80px;
  }
}
@media (max-width: 767px) {
  .fti-hero-3-wrap {
    padding: 100px 0 195px 0px;
  }
}
.fti-hero-3-wrap .btn-wrap {
  margin-top: 35px;
}
.fti-hero-3-action {
  display: grid;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0;
  transform: rotate(180deg);
  width: 80px;
  height: 100%;
}
@media (max-width: 767px) {
  .fti-hero-3-action {
    display: none;
  }
}
.fti-hero-3-action .social-media {
  background-color: rgb(25, 25, 25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 34px 0 54px 0;
  border-bottom: 1px solid #8f8f8f;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-3-action .social-media {
    padding: 25px 0 25px 0;
  }
}
.fti-hero-3-action .social-media .icon {
  transform: rotate(180deg);
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-hero-3-action .social-media .icon:hover {
  color: var(--fti-pr-3);
}
.fti-hero-3-action .email {
  background-color: rgb(25, 25, 25);
  display: flex;
  justify-content: center;
  padding: 35px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-3-action .email {
    padding: 25px 0;
  }
}
.fti-hero-3-action .email a {
  writing-mode: vertical-rl;
  font-size: 18px;
  color: #fff;
  font-family: var(--epilogue);
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-hero-3-action .email a:hover {
  color: var(--fti-pr-3);
}
.fti-hero-3-action .call {
  background-color: rgb(38, 38, 38);
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-3-action .call {
    padding: 30px 0;
  }
}
.fti-hero-3-action .call a {
  writing-mode: vertical-lr;
  font-size: 18px;
  color: #fff;
  font-family: var(--epilogue);
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-hero-3-action .call a:hover {
  color: var(--fti-pr-3);
}
.fti-hero-3-navigation-btn {
  position: absolute;
  bottom: 35px;
  right: 85px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.fti-hero-3-navigation-btn .fti-hero-3-next, .fti-hero-3-navigation-btn .fti-hero-3-prev {
  width: 78px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .fti-hero-3-navigation-btn .fti-hero-3-next, .fti-hero-3-navigation-btn .fti-hero-3-prev {
    width: 65px;
    height: 68px;
  }
}
.fti-hero-3-navigation-btn .fti-hero-3-next i, .fti-hero-3-navigation-btn .fti-hero-3-prev i {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 767px) {
  .fti-hero-3-navigation-btn .fti-hero-3-next i, .fti-hero-3-navigation-btn .fti-hero-3-prev i {
    font-size: 18px;
  }
}
.fti-hero-3-navigation-btn .fti-hero-3-next:hover, .fti-hero-3-navigation-btn .fti-hero-3-prev:hover {
  background-color: var(--fti-pr-3);
}
.fti-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-3-item .main-bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.fti-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-3-item .hero-3-subtitle {
  transform: translateX(0%);
  opacity: 1;
}
.fti-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-3-item .fti-hero-3-title {
  transform: translateX(0px);
  opacity: 1;
}
.fti-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-3-item .title-overley {
  transform: scaleX(0);
}
.fti-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-3-item .disc {
  transform: translateX(0px);
  opacity: 1;
}
.fti-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-3-item .btn-wrap .fti-btn-pr-4 {
  transform: translateY(0px);
  opacity: 1;
}

/*
hero 3 end
*/
/*
hero 4 start
*/
.fti-hero-4-area {
  padding: 250px 0 484px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-4-area {
    padding: 200px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .fti-hero-4-area {
    padding: 150px 0 40px 0;
  }
}
.fti-hero-4-title-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 95px;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-4-title-wrap {
    grid-template-columns: 1fr;
    gap: 45px;
    max-width: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-4-title-wrap .hero-4-title {
    max-width: 500px;
  }
}
.fti-hero-4-title-wrap .content {
  display: grid;
  grid-template-columns: 205px auto;
  gap: 45px;
}
@media (max-width: 767px) {
  .fti-hero-4-title-wrap .content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.fti-hero-4-title-wrap .content .counter-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fti-hero-4-title-wrap .content .counter-wrap .number {
  font-size: 105px;
  font-family: var(--epilogue);
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 2px var(--fti-pr-3);
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-4-title-wrap .content .counter-wrap .number {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-4-title-wrap .content .counter-wrap .number {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-4-title-wrap .content .counter-wrap .number {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .fti-hero-4-title-wrap .content .counter-wrap .number {
    font-size: 60px;
  }
}
.fti-hero-4-title-wrap .content .counter-wrap .counter-title {
  font-size: 22.563px;
  font-family: var(--epilogue);
  color: var(--fti-pr-3);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .fti-hero-4-title-wrap .content .counter-wrap .counter-title {
    font-size: 20px;
  }
}
.fti-hero-4-title-wrap .content .disc {
  color: #dbdbdb;
}
.fti-hero-4-slider {
  max-width: 1583px;
  margin: 0 auto;
}
.fti-hero-4-slider .fti_hero_4_active {
  margin-left: -165px;
  padding-right: 165px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-4-slider .fti_hero_4_active {
    padding-right: 0;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-4-slider .fti_hero_4_active {
    padding-right: 0;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-4-slider .fti_hero_4_active {
    padding-right: 0;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .fti-hero-4-slider .fti_hero_4_active {
    padding: 0 12px;
    width: 100%;
    margin: 0 auto;
  }
}
.fti-hero-4-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-4-item .bg-overley {
  gap: 50px;
}
.fti-hero-4-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-4-item .bg-overley .overley-item {
  transform: scaleX(0);
}
.fti-hero-4-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-4-item .main-img {
  transform: scale(1);
}
.fti-hero-4-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-4-item .disc {
  transform: translateY(0);
}
.fti-hero-4-item {
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-4-item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .fti-hero-4-item {
    height: 350px;
  }
}
.fti-hero-4-item .bg-overley {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.fti-hero-4-item .bg-overley .overley-item {
  background-color: #fff;
  transform: scaleX(1);
  transition: 1000ms ease;
  transition-delay: 100ms;
}
.fti-hero-4-item .main-img {
  transform: scale(1.2);
  transition: all 3s linear;
  transition-delay: 100ms;
}
.fti-hero-4-item .disc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--fti-pr-3) 70%, rgba(255, 255, 255, 0) 100%);
  padding: 5px 50px;
  font-size: 17px;
  font-family: var(--urbanist);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.882;
  text-align: center;
  transform: translateY(100px);
  transition: all 1s ease;
  transition-delay: 700ms;
}
.fti-hero-4-item .disc .underline {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .fti-hero-4-item .disc {
    bottom: 100px;
    padding: 5px 40px;
  }
}
.fti-hero-4-pagination-wrap {
  position: absolute;
  z-index: 2;
  right: 200px;
  bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-4-pagination-wrap {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-4-pagination-wrap {
    right: 20px;
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .fti-hero-4-pagination-wrap {
    bottom: 15px;
    right: 20px;
  }
}
.fti-hero-4-pagination-wrap .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 39px;
  height: 10px;
  border-radius: 0;
  opacity: 1;
}
.fti-hero-4-pagination-wrap .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  background-color: var(--fti-pr-3);
}
@media (max-width: 767px) {
  .fti-hero-4-pagination-wrap .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
  }
}

/*
hero 4 end
*/
/*
hero 5 start
*/
.fti-hero-5-area {
  background-color: #000;
}
.fti-hero-5-item {
  position: relative;
}
.fti-hero-5-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.63);
}
.fti-hero-5-item .main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fti-hero-5-item .bg-overley-wrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0;
  position: absolute;
  z-index: 3;
}
.fti-hero-5-item .bg-overley-wrap .overley-item {
  position: relative;
}
.fti-hero-5-item .bg-overley-wrap .overley-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s var(--cube-1);
}
.fti-hero-5-item .bg-overley-wrap .overley-item:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s var(--cube-1);
}
.fti-hero-5-wrap {
  padding: 240px 0 290px 0;
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-5-wrap {
    padding: 200px 0 250px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-5-wrap {
    padding: 160px 0 250px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-5-wrap {
    padding: 130px 0 200px 0;
  }
}
@media (max-width: 767px) {
  .fti-hero-5-wrap {
    padding: 100px 0 200px 0;
  }
}
.fti-hero-5-wrap .subtitle-wrap {
  overflow: hidden;
}
.fti-hero-5-wrap .subtitle-wrap .fti-subtitle-5 {
  transform: skew(15deg, 15deg) translateY(100px);
  transition: all 0.8s ease;
  transition-delay: 0.5s;
}
.fti-hero-5-wrap .title-wrap {
  overflow: hidden;
}
.fti-hero-5-wrap .title-wrap .fti-hero-5-title {
  font-size: 100px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  transform: skew(25deg, 25deg) translateY(400px);
  transition: all 0.8s ease;
  transition-delay: 1s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-hero-5-wrap .title-wrap .fti-hero-5-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-hero-5-wrap .title-wrap .fti-hero-5-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-hero-5-wrap .title-wrap .fti-hero-5-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-5-wrap .title-wrap .fti-hero-5-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .fti-hero-5-wrap .title-wrap .fti-hero-5-title {
    font-size: 40px;
  }
}
.fti-hero-5-wrap .disc-wrap {
  overflow: hidden;
}
.fti-hero-5-wrap .disc-wrap .disc {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  max-width: 640px;
  margin: 0 auto;
  transform: skew(15deg, 15deg) translateY(200px);
  transition: all 0.8s ease;
  transition-delay: 1.5s;
}
.fti-hero-5-wrap .btn-wrap {
  margin-top: 45px;
  overflow: hidden;
}
.fti-hero-5-wrap .btn-wrap .fti-btn-pr-6 {
  transform: translateY(100px);
  transition: all 0.8s ease;
  transition-delay: 2s;
}
.fti-hero-5-slider .fti_hero_5_active {
  position: relative;
}
.fti-hero-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-5-item .bg-overley-wrap {
  visibility: hidden;
}
.fti-hero-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-5-item .bg-overley-wrap .overley-item::after {
  height: 0%;
}
.fti-hero-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-5-wrap .btn-wrap .fti-btn-pr-6 {
  transform: translateY(0px);
}
.fti-hero-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-5-wrap .subtitle-wrap .fti-subtitle-5 {
  transform: skew(0deg, 0deg) translateY(0px);
}
.fti-hero-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-5-wrap .title-wrap .fti-hero-5-title {
  transform: skew(0deg, 0deg) translateY(0px);
}
.fti-hero-5-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-hero-5-wrap .disc-wrap .disc {
  transform: skew(0deg, 0deg) translateY(0px);
}
.fti-hero-5-navigation-btn {
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-hero-5-navigation-btn {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .fti-hero-5-navigation-btn {
    bottom: 45px;
    justify-content: center;
    gap: 60px;
  }
}
.fti-hero-5-navigation-btn .fti-hero-5-prev, .fti-hero-5-navigation-btn .fti-hero-5-next {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .fti-hero-5-navigation-btn .fti-hero-5-prev, .fti-hero-5-navigation-btn .fti-hero-5-next {
    width: 50px;
    height: 50px;
  }
}
.fti-hero-5-navigation-btn .fti-hero-5-prev:hover, .fti-hero-5-navigation-btn .fti-hero-5-next:hover {
  background-color: var(--fti-pr-3);
}
.fti-hero-5-navigation-btn .fti-hero-5-prev:hover .icon-1, .fti-hero-5-navigation-btn .fti-hero-5-next:hover .icon-1 {
  transform: translateX(0px);
  font-size: 30px;
}
@media (max-width: 767px) {
  .fti-hero-5-navigation-btn .fti-hero-5-prev:hover .icon-1, .fti-hero-5-navigation-btn .fti-hero-5-next:hover .icon-1 {
    font-size: 20px;
  }
}
.fti-hero-5-navigation-btn .fti-hero-5-prev .icon-1 {
  color: #fff;
  font-size: 45px;
  transform: translateX(35px);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .fti-hero-5-navigation-btn .fti-hero-5-prev .icon-1 {
    font-size: 35px;
    transform: translateX(25px);
  }
}
.fti-hero-5-navigation-btn .fti-hero-5-next .icon-1 {
  color: #fff;
  font-size: 45px;
  transform: translateX(-35px);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .fti-hero-5-navigation-btn .fti-hero-5-next .icon-1 {
    font-size: 35px;
    transform: translateX(-25px);
  }
}
.fti-hero-5-pagination {
  position: absolute;
  bottom: 175px !important;
  z-index: 3;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-hero-5-pagination {
    bottom: 130px !important;
  }
}
@media (max-width: 767px) {
  .fti-hero-5-pagination {
    bottom: 30px !important;
  }
}
.fti-hero-5-pagination .swiper-pagination-bullet {
  background-color: rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 767px) {
  .fti-hero-5-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.fti-hero-5-pagination .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  background-color: transparent;
  border: 1px solid #fff;
}

/*
hero 5 end
*/
/*
about 1 start
*/
.fti-about-1-area {
  padding: 139px 0 174px 0;
  position: relative;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-about-1-area {
    padding: 80px 0 80px 0;
  }
}
.fti-about-1-area:is(.active) .fti-about-1-hand-img-wrap .fti-about-1-hand-img {
  transform: translate(0px, 0px);
}
.fti-about-1-area .fti-about-1-hand-img-wrap {
  position: absolute;
  right: 0;
  top: 319px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-1-area .fti-about-1-hand-img-wrap {
    display: none;
  }
}
.fti-about-1-area .fti-about-1-hand-img-wrap .fti-about-1-hand-img {
  transform: translate(150px, 150px);
  transition: 3000ms var(--cube-1);
}
.fti-about-1-area .fti-about-1-shape-1 {
  position: absolute;
  right: 0;
  bottom: -225px;
  z-index: -1;
}
.fti-about-1-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 70px;
  margin-left: -100px;
  padding-right: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-about-1-wrap {
    margin-left: auto;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-about-1-wrap {
    grid-template-columns: 1.3fr 1fr;
    margin-left: auto;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-1-wrap {
    grid-template-columns: 1fr;
    margin-left: auto;
    padding-right: 0px;
  }
}
.fti-about-1-left {
  display: flex;
  gap: 42px;
  justify-content: end;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-1-left {
    display: block;
  }
}
@media (max-width: 767px) {
  .fti-about-1-left {
    padding-bottom: 110px;
  }
}
.fti-about-1-left:is(.active) .img-wrap-1 img {
  --_i: 10%;
  filter: grayscale(0);
  transform: scale(1.6);
}
.fti-about-1-left:is(.active) .img-wrap-2 img {
  --_i: 10%;
  filter: grayscale(0);
  transform: scale(1.4);
}
.fti-about-1-left:is(.active) .img-wrap-3 img {
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .fti-about-1-left .img-wrap-1 {
    max-width: 200px;
  }
}
.fti-about-1-left .img-wrap-1 img {
  --_g: 10% /45% 45% no-repeat linear-gradient(#000 0 0);
  --m:
      left var(--_i, 0%) top var(--_g),
      bottom var(--_i, 0%) left var(--_g),
      top var(--_i, 0%) right var(--_g),
      right var(--_i, 0%) bottom var(--_g);
  -webkit-mask: var(--m);
  mask: var(--m);
  filter: grayscale(1);
  transition: 1s linear;
  scale: 0.7;
  transition-delay: 0.3s;
}
.fti-about-1-left .img-wrap-2 {
  position: absolute;
  right: 0;
  bottom: -42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-about-1-left .img-wrap-2 {
    bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-about-1-left .img-wrap-2 {
    position: static;
    margin-top: -125px;
    margin-left: 128px;
  }
}
@media (max-width: 767px) {
  .fti-about-1-left .img-wrap-2 {
    position: static;
    margin-top: -25px;
    margin-left: 18px;
    max-width: 270px;
  }
}
.fti-about-1-left .img-wrap-2 img {
  --_g: 10% /45% 45% no-repeat linear-gradient(#000 0 0);
  --m:
      left var(--_i, 0%) top var(--_g),
      bottom var(--_i, 0%) left var(--_g),
      top var(--_i, 0%) right var(--_g),
      right var(--_i, 0%) bottom var(--_g);
  -webkit-mask: var(--m);
  mask: var(--m);
  filter: grayscale(1);
  transition: 1s linear;
  scale: 0.8;
  transition-delay: 0.3s;
}
.fti-about-1-left .img-wrap-3 {
  position: absolute;
  left: 0;
  bottom: -42px;
  z-index: -1;
}
.fti-about-1-left .img-wrap-3 img {
  transform: translateX(-200px);
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}
.fti-about-1-left .exper {
  max-width: 207px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-about-1-left .exper {
    position: absolute;
    top: 0;
    right: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-about-1-left .exper {
    position: absolute;
    top: 0;
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-about-1-left .exper {
    position: absolute !important;
    top: 0 !important;
    right: 80px !important;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .fti-about-1-left .exper {
    position: absolute;
    bottom: -35px;
    top: auto;
    right: auto;
    left: 0;
  }
}
.fti-about-1-left .exper .number {
  font-weight: 900;
  font-size: 110px;
  line-height: 90px;
  color: var(--fti-pr-1);
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .fti-about-1-left .exper .number {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0px;
  }
}
.fti-about-1-left .exper .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.fti-about-1-right:is(.active) .feature-divider {
  width: 100% !important;
}
.fti-about-1-right .features {
  margin-top: 25px;
  margin-bottom: 35px;
}
.fti-about-1-right .features .feature {
  display: grid;
  align-items: start;
  grid-template-columns: 94px auto;
  position: relative;
}
@media (max-width: 767px) {
  .fti-about-1-right .features .feature {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.fti-about-1-right .features .feature .icon-1 {
  width: 94px;
  height: 94px;
  background: #FFF3E9;
  border: 1.5px solid var(--fti-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 50px;
  color: var(--fti-pr-1);
}
@media (max-width: 767px) {
  .fti-about-1-right .features .feature .icon-1 {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
.fti-about-1-right .features .feature .icon-1:hover {
  animation: fti_zigzag 400ms;
}
.fti-about-1-right .features .feature .title {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .fti-about-1-right .features .feature .title {
    margin-left: 0;
  }
}
.fti-about-1-right .features .feature .disc {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .fti-about-1-right .features .feature .disc {
    margin-left: 0;
  }
}
.fti-about-1-right .features .feature .feature-divider {
  width: 0%;
  height: 1.5px;
  border: 1px dashed var(--fti-pr-1);
  margin-top: 17px;
  margin-bottom: 15px;
  transition: 2000ms var(--cube-2);
}
.fti-about-1-right .features .feature:not(:last-child) {
  margin-bottom: 25px;
}
.fti-about-1-right .features-divider {
  width: 100%;
  height: 2px;
  background: #EBEBEB;
}
.fti-about-1-right .bottom-content {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap;
}
.fti-about-1-right .bottom-content .customer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fti-about-1-right .bottom-content .customer .number {
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  color: var(--fti-pr-1);
}
.fti-about-1-right .bottom-content .customer .dise {
  line-height: 28px;
}

@keyframes fti_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);
  }
}
/*
about 1 end
*/
/*
about 2 start
*/
.fti-about-2-area {
  padding: 100px 0 50px 0;
}

.fti-about-2-wrap .about-2-left .exper {
  display: grid;
  grid-template-columns: 162px auto;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-about-2-wrap .about-2-left .exper {
    grid-template-columns: 120px auto;
  }
}
@media (max-width: 767px) {
  .fti-about-2-wrap .about-2-left .exper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.fti-about-2-wrap .about-2-left .exper .main-icon {
  width: 162px;
  height: 162px;
  border-radius: 100%;
  background-color: var(--fti-pr-2);
  border: 2px dashed #F7F5F3;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  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), (max-width: 767px) {
  .fti-about-2-wrap .about-2-left .exper .main-icon {
    width: 120px;
    height: 120px;
  }
}
.fti-about-2-wrap .about-2-left .exper .main-icon .icon-1 {
  position: absolute;
  font-size: 52px;
  color: #fff;
}
.fti-about-2-wrap .about-2-left .exper .main-icon .img-wrap {
  position: absolute;
  animation: fti-roated-1 30s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-2-wrap .about-2-left .exper .main-icon .img-wrap {
    width: 105px;
  }
}
.fti-about-2-wrap .about-2-left .exper .list {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px 100px 100px 10px;
  padding: 24px 20px 24px 28px;
}
.fti-about-2-wrap .about-2-left .exper .list .list-item {
  font-weight: 700;
  color: #1F1F1F;
}
.fti-about-2-wrap .about-2-left .exper .list .list-item i {
  color: var(--fti-pr-2);
  display: inline-flex;
  margin-right: 6px;
}
.fti-about-2-wrap .about-2-left .exper .list span {
  display: block;
}
.fti-about-2-wrap .about-2-left .exper .list span:not(:last-child) {
  margin-bottom: 15px;
}
.fti-about-2-wrap .about-2-right .choose-progress .choose-set-percent {
  position: relative;
}
.fti-about-2-wrap .about-2-right .choose-progress .choose-set-percent .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.fti-about-2-wrap .about-2-right .choose-progress .choose-set-percent .progress {
  margin-top: 10px;
  height: 20px;
  background: #FFFDFB;
  border: 1px solid #BABABA;
  border-radius: 0px 100px 100px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fti-about-2-wrap .about-2-right .choose-progress .choose-set-percent .progress .progress-bar {
  width: 0;
  height: 12px;
  background: var(--fti-pr-2);
  border-radius: 0px 100px 100px 0px;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.fti-about-2-wrap .about-2-right .choose-progress .choose-set-percent .progress span {
  font-family: var(--teko);
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: var(--fti-pr-2);
  position: absolute;
  right: 0;
  top: 2px;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

/*
about 2 end
*/
/*
about 4 start
*/
.fti-about-4-area {
  padding-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-about-4-area {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .fti-about-4-area {
    padding-top: 100px;
  }
}
.fti-about-4-wrap {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-4-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.fti-about-4-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .fti-about-4-left {
    gap: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-about-4-left {
    gap: 30px !important;
  }
}
.fti-about-4-left .img-3 {
  position: absolute;
  right: 0;
  bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-about-4-left .img-3 {
    bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-about-4-left .img-3 {
    max-width: 310px !important;
  }
}
@media (max-width: 767px) {
  .fti-about-4-left .img-3 {
    bottom: 20px;
    max-width: 180px;
  }
}
.fti-about-4-left .img-1 {
  height: 615px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-4-left .img-1 {
    height: auto;
  }
}
.fti-about-4-right {
  margin-top: 10px;
}
.fti-about-4-right .disc {
  margin-top: 25px;
}
.fti-about-4-right .content {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fti-about-4-right .content {
    grid-template-columns: 120px auto;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .fti-about-4-right .content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .fti-about-4-right .content .certificate {
    max-width: 100px;
  }
}
.fti-about-4-right .content ul li {
  font-size: 19px;
  font-family: var(--urbanist);
  color: rgb(44, 44, 44);
  font-weight: 800;
  line-height: 1.2;
}
.fti-about-4-right .content ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-about-4-right .content ul li {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .fti-about-4-right .content ul li {
    font-size: 16px;
  }
}
.fti-about-4-right .content ul li i {
  color: var(--fti-pr-3);
  font-size: 15px;
  margin-right: 6px;
}
.fti-about-4-right .btn-wrap {
  margin-top: 30px;
}

/*
about 4 end
*/
/*
about 5 start
*/
.fti-about-5-area {
  padding: 230px 0 160px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-5-area {
    padding: 100px 0;
  }
}
.fti-about-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.16fr;
  gap: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-about-5-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-about-5-left:is(.active) .main-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.fti-about-5-left .main-img {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 1000ms var(--cube-1);
}
.fti-about-5-left .disc {
  color: rgb(16, 16, 16);
  line-height: 1.556;
  margin-top: 40px;
}

.fti-about-5-left .feature .item {
  display: grid;
  grid-template-columns: 52px auto;
  align-items: center;
  gap: 15px;
  position: relative;
}
.fti-about-5-left .feature .item:first-child::after {
  content: "";
  position: absolute;
  right: 20px;
  background-color: rgb(230, 230, 230);
  width: 2px;
  height: 60px;
  transform: rotate(-40deg);
}
@media (max-width: 767px) {
  .fti-about-5-left .feature .item:first-child::after {
    display: none;
  }
}
.fti-about-5-left .feature .item .title {
  font-size: 23px;
  font-family: var(--ubuntu);
  color: rgb(13, 12, 14);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .fti-about-5-left .feature .item .title {
    font-size: 20px;
  }
}
.fti-about-5-left .btn-wrap {
  margin-top: 48px;
}
.fti-about-5-right:is(.active) .main-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.fti-about-5-right .subtitle {
  font-size: 18px;
  font-family: var(--urbanist);
  color: var(--fti-pr-3);
  font-weight: 800;
  line-height: 1.778;
}
.fti-about-5-right .disc {
  margin-top: 28px;
  color: rgb(16, 16, 16);
  line-height: 1.556;
}
.fti-about-5-right .main-img {
  margin-top: 45px;
  transition: 1000ms var(--cube-1);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

/*
about 5 end
*/
/*
services 1 start
*/
.fti-services-1-area {
  margin-bottom: -405px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-1-area {
    margin-bottom: 0;
    padding: 80px 0 80px 0;
  }
}
.fti-services-1-area:is(.about-3) {
  padding-top: 100px;
}
.fti-services-1-title-wrap {
  max-width: 538px;
}
.fti-services-1-item {
  padding: 28px 32px 28px 28px;
  position: relative;
  background-color: #F3F3F3;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
.fti-services-1-item .fti-services-1-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.fti-services-1-item .fti-services-1-shape-2 {
  position: absolute;
  top: 193px;
  right: 0;
}
.fti-services-1-item .title {
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-1-item .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.fti-services-1-item .disc {
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
.fti-services-1-item .services-1-divider {
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  margin: 18px 0;
}
.fti-services-1-item .img-wrap {
  position: relative;
  margin-top: 42px;
}
.fti-services-1-item .img-wrap .icon-1 {
  position: absolute;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fti-pr-1);
  border-radius: 100%;
  color: #fff;
  font-size: 38px;
  left: 35px;
  top: -38px;
  border: 10px solid #F3F3F3;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
.fti-services-1-item .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.fti-services-1-item:hover {
  background-color: var(--fti-pr-1);
  filter: drop-shadow(0px 0px 25px rgba(236, 108, 6, 0.3));
}
.fti-services-1-item:hover .title {
  color: #fff;
}
.fti-services-1-item:hover .disc {
  color: #fff;
}
.fti-services-1-item:hover .img-wrap .icon-1 {
  border-color: var(--fti-pr-1);
  background-color: #fff;
  color: var(--fti-pr-1);
}
.fti-services-1-btn-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .fti-services-1-btn-wrap {
    gap: 12px;
  }
}
.fti-services-1-btn-divider-1 {
  width: 100%;
  height: 2px;
  background-color: var(--fti-pr-1);
}
.fti-services-1-btn-divider-2 {
  width: 100%;
  height: 2px;
  background-color: var(--fti-pr-1);
}
.fti-services-1-slider {
  position: relative;
  overflow: hidden;
  margin-top: -75px;
}
@media (max-width: 767px) {
  .fti-services-1-slider {
    max-width: 540px;
    margin: 0 auto;
  }
}
.fti-services-1-slider .fti_services_1_active {
  transform: translateX(308px);
  padding-top: 125px;
}
@media (max-width: 767px) {
  .fti-services-1-slider .fti_services_1_active {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-services-1-slider .fti_services_1_active {
    transform: translateX(155px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-services-1-slider .fti_services_1_active {
    transform: translateX(62px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-1-slider .fti_services_1_active {
    transform: translateX(0px);
  }
}
.fti-services-1-navigation {
  position: absolute;
  top: 0px;
  right: 615px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-services-1-navigation {
    right: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-services-1-navigation {
    right: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-services-1-navigation {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-1-navigation {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .fti-services-1-navigation {
    position: static;
    margin-top: 20px;
  }
}
.fti-services-1-navigation .fti_services_1_next {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px dashed var(--fti-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .fti-services-1-navigation .fti_services_1_next {
    width: 60px;
    height: 60px;
  }
}
.fti-services-1-navigation .fti_services_1_next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--fti-pr-1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.fti-services-1-navigation .fti_services_1_next i {
  font-size: 32px;
  color: var(--fti-pr-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .fti-services-1-navigation .fti_services_1_next i {
    font-size: 25px;
  }
}
.fti-services-1-navigation .fti_services_1_next:hover {
  border-style: solid;
}
.fti-services-1-navigation .fti_services_1_next:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.fti-services-1-navigation .fti_services_1_next:hover i {
  color: #fff;
}
.fti-services-1-navigation .fti_services_1_prev {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px dashed var(--fti-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .fti-services-1-navigation .fti_services_1_prev {
    width: 60px;
    height: 60px;
  }
}
.fti-services-1-navigation .fti_services_1_prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--fti-pr-1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.fti-services-1-navigation .fti_services_1_prev i {
  font-size: 32px;
  color: var(--fti-pr-1);
  transform: rotate(280deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .fti-services-1-navigation .fti_services_1_prev i {
    font-size: 25px;
  }
}
.fti-services-1-navigation .fti_services_1_prev:hover {
  border-style: solid;
}
.fti-services-1-navigation .fti_services_1_prev:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.fti-services-1-navigation .fti_services_1_prev:hover i {
  color: #fff;
}

/*
services 1 end
*/
/*
services 2 start
*/
.fti-services-2-area {
  padding: 100px 0px 0px 345px;
  position: relative;
  height: 870px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-services-2-area {
    padding: 100px 0px 0px 230px;
  }
}
@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) {
  .fti-services-2-area {
    padding: 100px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .fti-services-2-area {
    height: auto;
    padding: 100px 0;
  }
}
.fti-services-2-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1500px;
  background-color: #EAEBEC;
  width: 1575px;
  border-radius: 0px 500px 500px 0px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-2-area::after {
    width: 100%;
    border-radius: 0;
  }
}
.fti-services-2-area .highligt-text {
  position: absolute;
  left: -170px;
  top: 415px;
  font-weight: 700;
  font-size: 200px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #DFE1E2;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-services-2-area .highligt-text {
    left: -220px;
    font-size: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-2-area .highligt-text {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-services-2-wrap {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-services-2-wrap {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-2-wrap {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-services-2-wrap {
    max-width: 540px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .fti-services-2-wrap {
    max-width: 100%;
    padding: 0 12px;
  }
}
.fti-services-2-slider .fti_services_2_active {
  padding: 0 0 100px 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .fti-services-2-slider .fti_services_2_active {
    padding: 0;
  }
}
.fti-services-2-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(31, 31, 31, 0.06);
  border-radius: 20px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-item .main-img img {
  border-radius: 20px 20px 0 0;
}
.fti-services-2-item .content {
  padding: 44px 28px 31px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-item .content .content-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-item .content .content-bg img {
  margin-right: -20px;
  max-width: 322px;
}
.fti-services-2-item .content .icon-wrap {
  position: absolute;
  width: 100%;
  top: -88px;
}
.fti-services-2-item .content .icon-wrap .icon-1 {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fti-pr-2);
  border: 6px solid #FFFFFF;
  font-size: 54px;
  margin: 0 auto;
  border-radius: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.fti-services-2-item .content .icon-wrap .divider {
  width: 100%;
  height: 5px;
  background: var(--fti-pr-2);
  margin-top: -12px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-item .content .title-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}
.fti-services-2-item .content .title-wrap .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-transform: capitalize;
}
.fti-services-2-item .content .title-wrap .disc {
  margin-top: 15px;
}
.fti-services-2-item .content .btn-wrap {
  position: absolute;
  bottom: -25px;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-item:hover {
  background-color: #1F1F1F;
}
.fti-services-2-item:hover .content-bg {
  opacity: 0.1;
}
.fti-services-2-item:hover .content {
  padding: 44px 28px 53px 28px;
}
.fti-services-2-item:hover .content .title-wrap .title {
  color: #fff;
}
.fti-services-2-item:hover .content .title-wrap .disc {
  color: #fff;
}
.fti-services-2-item:hover .content .btn-wrap {
  opacity: 1;
}
.fti-services-2-item:hover .content .icon-wrap .icon-1 {
  color: var(--fti-pr-2);
  background-color: #1F1F1F;
  border-color: var(--fti-pr-2);
}
.fti-services-2-item:hover .content .icon-wrap .divider {
  margin-top: -2px;
}
.fti-services-2-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 150px;
  right: 345px;
  z-index: 2;
}
@media (max-width: 767px) {
  .fti-services-2-navigation {
    position: static;
    justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-2-navigation {
    right: 100px;
  }
}
.fti-services-2-navigation .fti_services_2_prev {
  width: 96px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-navigation .fti_services_2_prev i {
  transform: rotate(-180deg);
  font-size: 26px;
  display: inline-flex;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-navigation .fti_services_2_prev:hover {
  background-color: var(--fti-pr-2);
}
.fti-services-2-navigation .fti_services_2_prev:hover i {
  color: #fff;
}
.fti-services-2-navigation .fti_services_2_next {
  width: 96px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-navigation .fti_services_2_next i {
  font-size: 26px;
  display: inline-flex;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-services-2-navigation .fti_services_2_next:hover {
  background-color: var(--fti-pr-2);
}
.fti-services-2-navigation .fti_services_2_next:hover i {
  color: #fff;
}

/*
services 2 end
*/
/*
services 3 start
*/
.fti-services-3-area {
  padding: 135px 0;
}
@media (max-width: 767px) {
  .fti-services-3-area {
    padding: 80px 0;
  }
}
.fti-services-3-area .services-title-wrap {
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
}
.fti-services-3-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-3-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-services-3-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fti-services-3-wrap:is(.services-1) {
  margin-top: 0;
}
.fti-services-3-wrap:is(.services-1) .fti-services-3-item {
  background-color: rgb(242, 242, 242);
}
.fti-services-3-wrap:is(.services-1) .fti-services-3-item:nth-of-type(even) {
  background-color: rgb(249, 249, 249);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-3-wrap:is(.services-1) .fti-services-3-item:nth-child(2) {
    background-color: rgb(242, 242, 242);
  }
  .fti-services-3-wrap:is(.services-1) .fti-services-3-item:nth-child(1) {
    background-color: rgb(249, 249, 249);
  }
}
@media (max-width: 767px) {
  .fti-services-3-wrap:is(.services-1) .fti-services-3-item {
    background-color: rgb(249, 249, 249);
  }
  .fti-services-3-wrap:is(.services-1) .fti-services-3-item:nth-of-type(even) {
    background-color: rgb(242, 242, 242);
  }
}
.fti-services-3-item {
  padding: 60px 40px;
  background-color: rgb(249, 249, 249);
}
.fti-services-3-item:nth-of-type(even) {
  background-color: rgb(242, 242, 242);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-3-item:nth-child(3) {
    background-color: rgb(242, 242, 242);
  }
  .fti-services-3-item:nth-child(4) {
    background-color: rgb(249, 249, 249);
  }
}
.fti-services-3-item .title {
  margin: 20px 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}
@media (max-width: 767px) {
  .fti-services-3-item .title {
    font-size: 24px;
  }
}
.fti-services-3-item .disc {
  margin-bottom: 30px;
  line-height: 1.875;
}
.fti-services-3-item .services-3-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all 600ms ease;
}
.fti-services-3-item .services-3-btn .btn-icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--fti-pr-3);
  color: #fff;
}
.fti-services-3-item .services-3-btn .btn-icon i {
  display: flex;
}
.fti-services-3-item .services-3-btn .btn-icon-2 {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--fti-pr-3);
  color: #fff;
  opacity: 0;
  transform: translateX(-45px);
}
.fti-services-3-item .services-3-btn .btn-icon-2 i {
  display: flex;
}
.fti-services-3-item .services-3-btn .btn-text {
  font-size: 15px;
  font-family: var(--epilogue);
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 2;
}
.fti-services-3-item .services-3-btn:hover .btn-icon {
  opacity: 0;
}
.fti-services-3-item .services-3-btn:hover .btn-icon-2 {
  opacity: 1;
  transform: translateX(-35px);
}
.fti-services-3-item .services-3-btn:hover .btn-text {
  transform: translateX(-35px);
}
.fti-services-3-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.fti-services-3-bottom .men {
  display: grid;
  grid-template-columns: 76px auto;
  gap: 24px;
  max-width: 530px;
  align-items: center;
}
@media (max-width: 767px) {
  .fti-services-3-bottom .men {
    gap: 16px;
  }
}
.fti-services-3-bottom .men .disc .hightlight-text {
  font-weight: 700;
  text-decoration: underline;
}

/*
services 3 end
*/
/*
services 4 start
*/
.fti-services-4-area {
  position: relative;
  padding: 135px 0 130px 0;
}
.fti-services-4-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.fti-services-4-title-wrap {
  position: relative;
  z-index: 2;
  max-width: 785px;
  margin: 0 auto;
  text-align: center;
}
.fti-services-4-wrap {
  position: relative;
  z-index: 2;
  margin-top: 75px;
}
.fti-services-4-item {
  padding: 50px 20px 50px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 140px;
  border-bottom: 1px solid rgb(85, 85, 85);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-services-4-item {
    gap: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-services-4-item {
    gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-4-item {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .fti-services-4-item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 15px;
  }
}
.fti-services-4-item:first-child {
  border-top: 1px solid rgb(85, 85, 85);
}
.fti-services-4-item .content {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 50px;
  align-items: center;
  transition: 400ms var(--cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-services-4-item .content {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-4-item .content {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .fti-services-4-item .content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.fti-services-4-item .content .number {
  font-size: 16px;
  color: rgb(196, 196, 196);
  line-height: 2.125;
  font-weight: 900;
}
.fti-services-4-item .content .title-wrap .title {
  font-size: 26px;
  font-family: var(--epilogue);
  color: #ffffff;
  font-weight: 800;
  line-height: 1.308;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-services-4-item .content .title-wrap .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fti-services-4-item .content .title-wrap .title {
    font-size: 22px;
  }
}
.fti-services-4-item .content .title-wrap .location {
  font-size: 16px;
  color: rgb(196, 196, 196);
  line-height: 1.2;
  font-weight: 900;
  font-family: var(--urbanist);
  display: inline-block;
}
.fti-services-4-item .content .title-wrap .location .location-text {
  display: inline-block;
  font-weight: 700;
  margin-left: 8px;
}
.fti-services-4-item .disc {
  color: rgb(177, 174, 174);
  font-weight: 700;
  line-height: 1.778;
}
.fti-services-4-item .img-wrap {
  position: absolute;
  left: -270px;
  top: -128px;
  opacity: 0;
  transition: 300ms var(--cube-1);
  transform: scale(0.6) translate(0, 274px) rotate(-47deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-services-4-item .img-wrap {
    left: -152px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-services-4-item .img-wrap {
    left: -45px;
    top: -104px;
    max-width: 380px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-services-4-item .img-wrap {
    left: -40px;
    top: -82px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-services-4-item .img-wrap {
    left: -40px;
    top: -25px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-4-item .img-wrap {
    left: -40px;
    top: -4px;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .fti-services-4-item .img-wrap {
    left: -40px;
    top: -4px;
    max-width: 320px;
  }
}
.fti-services-4-item .img-wrap::after {
  content: "";
  position: absolute;
  left: 100px;
  top: -38px;
  width: 145px;
  height: 376px;
  background-color: var(--fti-pr-3);
  z-index: -1;
  transform: scaleY(0);
  transition: 500ms var(--cube-1);
  transition-delay: 0.1s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-services-4-item .img-wrap::after {
    top: -33px;
    height: 345px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-services-4-item .img-wrap::after {
    top: -31px;
    height: 320px;
    width: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-services-4-item .img-wrap::after {
    top: -31px;
    height: 300px;
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-4-item .img-wrap::after {
    top: -31px;
    height: 300px;
    width: 110px;
  }
}
@media (max-width: 767px) {
  .fti-services-4-item .img-wrap::after {
    top: -31px;
    height: 300px;
    width: 110px;
  }
}
.fti-services-4-item:hover .img-wrap {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0deg);
}
.fti-services-4-item:hover .img-wrap::after {
  transform: scaleY(1);
}
.fti-services-4-item:hover .content {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .fti-services-4-item:hover .content {
    margin-left: 0;
  }
}

/*
services 4 end
*/
/*
services 5 start
*/
.fti-services-5-area {
  padding-top: 100px;
  height: 638px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-5-area {
    height: auto;
    padding: 100px 0;
  }
}
.fti-services-5-title-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 130px;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-5-title-wrap {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .fti-services-5-title-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.fti-services-5-title-wrap .subtitle {
  font-size: 18px;
  font-family: var(--urbanist);
  color: var(--fti-pr-3);
  font-weight: 800;
  line-height: 1.778;
  text-transform: capitalize;
}
.fti-services-5-title-wrap .disc {
  color: #fff;
  line-height: 28px;
}
.fti-services-5-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  padding: 75px 0px 65px 0px;
  background-color: #fff;
  box-shadow: 0px 32px 79px 0px rgba(0, 0, 0, 0.03);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-5-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-services-5-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-5-wrap {
    background-color: transparent;
    padding: 0;
    gap: 30px;
  }
}
.fti-services-5-card {
  background-color: #fff;
  padding: 0px 20px 0px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-5-card {
    padding: 30px 40px;
  }
}
.fti-services-5-card:not(:last-child) {
  border-right: 2px solid rgb(211, 211, 211);
}
.fti-services-5-card:nth-child(1) {
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-5-card:nth-child(1) {
    padding-left: 40px;
  }
}
.fti-services-5-card:nth-child(3) {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-5-card:nth-child(3) {
    padding-left: 40px;
  }
}
.fti-services-5-card:nth-child(4) {
  padding-left: 68px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-services-5-card:nth-child(4) {
    padding-left: 40px;
  }
}
.fti-services-5-card .icon {
  max-width: 85px;
  transition: all 0.3s ease;
}
.fti-services-5-card .title {
  margin-top: 35px;
  font-size: 29px;
  color: rgb(16, 16, 16);
  font-weight: 800;
  line-height: 1.103;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-services-5-card .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .fti-services-5-card .title {
    font-size: 24px;
  }
}
.fti-services-5-card .link {
  display: inline-flex;
  margin-top: 55px;
  background-color: rgb(243, 240, 240);
  border-radius: 20px;
  padding: 6px 22px;
  transition: all 0.3s ease;
}
.fti-services-5-card .link i {
  font-size: 22px;
  color: #000;
  display: flex;
  transition: all 0.3s ease;
}
.fti-services-5-card .link:hover {
  background-color: var(--fti-pr-3);
}
.fti-services-5-card .link:hover i {
  color: #fff;
}
.fti-services-5-card:hover .icon {
  transform: rotateY(180deg);
}

/*
services 5 end
*/
/*
services-inner-4 start
*/
.fti-inner-services-area {
  padding: 90px 0 130px 0;
}
.fti-inner-services-title-wrap {
  text-align: center;
  max-width: 615px;
  margin: 0 auto;
}
.fti-inner-services-title-wrap .subtitle {
  font-family: var(--epilogue);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 65px;
  color: var(--fti-pr-3);
  margin-bottom: 0;
}
.fti-inner-services-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-inner-services-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-inner-services-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
services-inner-4 end
*/
/*
pricing start
*/
.fti-pricing-1-area {
  padding: 100px 0 0 0;
  height: 1115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-pricing-1-area {
    height: auto;
    padding: 80px 0 80px 0;
  }
}
.fti-pricing-1-area .title-wrap {
  text-align: center;
}
.fti-pricing-1-wrapper {
  margin-top: 405px;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-pricing-1-wrapper {
    margin-top: 0;
  }
}
.fti-pricing-1-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-pricing-1-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-pricing-1-card {
  background: #FFFFFF;
  border: 2px solid #BCBCBC;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.fti-pricing-1-card .card-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #BCBCBC;
}
@media (max-width: 767px) {
  .fti-pricing-1-card .card-top {
    flex-direction: column-reverse;
  }
}
.fti-pricing-1-card .card-top .card-title-wrap {
  padding: 30px 0 30px 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .fti-pricing-1-card .card-top .card-title-wrap {
    padding: 20px 0 20px 20px;
  }
}
.fti-pricing-1-card .card-top .card-title-wrap .title {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  color: var(--fti-pr-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-pricing-1-card .card-top .card-title-wrap .title {
    font-size: 22px;
  }
}
.fti-pricing-1-card .card-top .card-title-wrap .price {
  font-weight: 900;
  font-size: 60px;
  line-height: 58px;
  color: #101010;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-pricing-1-card .card-top .card-title-wrap .price {
    font-size: 40px;
    line-height: 50px;
    margin-top: 5px;
  }
}
.fti-pricing-1-card .card-top .card-title-wrap .price .month {
  color: #5A5A5A;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-pricing-1-card .card-top .img-wrap {
    max-width: 200px;
  }
}
.fti-pricing-1-card .card-top .img-wrap img {
  border-radius: 0 18px 0 0;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .fti-pricing-1-card .card-top .img-wrap img {
    border-radius: 18px 18px 0 0;
    width: 100%;
  }
}
.fti-pricing-1-card .disc {
  padding: 30px 35px;
  border-bottom: 2px solid #BCBCBC;
}
@media (max-width: 767px) {
  .fti-pricing-1-card .disc {
    padding: 20px 30px;
  }
}
.fti-pricing-1-card .list {
  padding: 30px 35px 0 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 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), (max-width: 767px) {
  .fti-pricing-1-card .list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fti-pricing-1-card .list {
    padding: 20px 30px;
  }
}
.fti-pricing-1-card .list-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 767px) {
  .fti-pricing-1-card .list-item {
    font-size: 16px;
  }
}
.fti-pricing-1-card .list-item i {
  display: flex;
  align-items: center;
  color: #5A5A5A;
  transition: all 0.3s ease;
}
.fti-pricing-1-card .card-btn-wrap {
  padding: 35px;
}
.fti-pricing-1-card .card-btn-wrap .fti-pricing-1-btn {
  border: 2px solid var(--fti-pr-1);
  border-radius: 6px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--fti-pr-1);
  padding: 12px;
  font-family: var(--fti-pr-font);
  transition: all 0.3s ease;
}
.fti-pricing-1-card .card-btn-wrap .fti-pricing-1-btn:hover {
  background-color: var(--fti-pr-1);
  color: #FFFFFF;
}
.fti-pricing-1-card:hover {
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.15));
}
.fti-pricing-1-card:hover .list-item i {
  color: var(--fti-pr-1);
}

/*
pricing end
*/
/*
pricing inner start
*/
.fti-pricing-inner-area {
  padding: 130px 0;
}
.fti-pricing-inner-wrapper .title-wrap {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
.fti-pricing-inner-wrapper .title-wrap .subtitle {
  font-family: var(--epilogue);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 65px;
  color: var(--fti-pr-3);
  margin-bottom: 0;
}

/*
pricing inner end
*/
/*
choose 1 start
*/
.fti-choose-1-area {
  padding: 310px 0px 152px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-choose-1-area {
    padding: 420px 0 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-choose-1-area {
    padding: 100px 0 100px 0;
  }
}
.fti-choose-1-shape-wrap {
  position: absolute;
  right: -240px;
  bottom: 310px;
  z-index: -1;
}
@media (max-width: 767px) {
  .fti-choose-1-shape-wrap {
    max-width: 300px;
  }
}
.fti-choose-1-shape-wrap .shape-img-wrap {
  position: relative;
}
.fti-choose-1-shape-wrap .shape-img-wrap .shape-1 {
  animation: fti-roated-1 20s infinite linear;
}
.fti-choose-1-shape-wrap .shape-img-wrap .shape-2 {
  position: absolute;
  top: 105px;
  left: 180px;
  animation: fti-roated-reverse-1 20s infinite linear;
}
.fti-choose-1-title-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 171px;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-choose-1-title-wrap {
    gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-choose-1-title-wrap {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.fti-choose-1-title-wrap .disc {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fti-choose-1-title-wrap .disc {
    margin-bottom: 0;
  }
}
.fti-choose-1-wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1.46fr;
  gap: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-choose-1-wrap {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-choose-1-wrap {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
.fti-choose-1-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fti-choose-1-left .choose-item {
  padding: 18px 20px;
  border: 1px solid #D9D9D9;
  display: grid;
  grid-template-columns: 62px auto;
  gap: 20px;
  background-color: #fff;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .fti-choose-1-left .choose-item {
    grid-template-columns: 1fr;
  }
}
.fti-choose-1-left .choose-item .icon-1 {
  font-size: 62px;
  transition: all 0.4s ease;
}
.fti-choose-1-left .choose-item-title-wrap .title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}
.fti-choose-1-left .choose-item:hover .icon-1 {
  color: var(--fti-pr-1);
  animation: fti_zigzag 400ms;
}
.fti-choose-1-left .choose-item:is(.active) {
  border-color: var(--fti-pr-1);
  -webkit-box-shadow: 5px 5px 0px 0px var(--fti-pr-1);
  -moz-box-shadow: 5px 5px 0px 0px var(--fti-pr-1);
  box-shadow: 5px 5px 0px 0px var(--fti-pr-1);
}
.fti-choose-1-left .choose-item:is(.active)::after {
  top: 5px;
  left: 5px;
}
.fti-choose-1-left .choose-item:is(.active) .icon-1 {
  color: var(--fti-pr-1);
}
.fti-choose-1-left .btn-wrap {
  margin-top: 60px;
}
.fti-choose-1-right {
  position: relative;
}
.fti-choose-1-right:is(.active) .img-wrap-1 {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.fti-choose-1-right .img-wrap-1 {
  max-width: 450px;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}
.fti-choose-1-right .img-wrap-1 img {
  border-radius: 0 200px 0 0;
}
.fti-choose-1-right .img-wrap-2 {
  position: absolute;
  max-width: 359px;
  top: -48px;
  right: -39px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-choose-1-right .img-wrap-2 {
    top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-choose-1-right .img-wrap-2 {
    max-width: 315px !important;
  }
}
@media (max-width: 767px) {
  .fti-choose-1-right .img-wrap-2 {
    max-width: 170px;
  }
}
.fti-choose-1-right .choose-progress {
  max-width: 479px;
  width: 479px;
  background: #F5F5F5;
  border-radius: 40px 0px 0px 0px;
  padding: 28px 24px 14px 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-choose-1-right .choose-progress {
    bottom: 55px;
  }
}
@media (max-width: 767px) {
  .fti-choose-1-right .choose-progress {
    max-width: 320px;
  }
}
.fti-choose-1-right .choose-progress .choose-set-percent:not(:last-child) {
  margin-bottom: 15px;
}
.fti-choose-1-right .choose-progress .choose-set-percent .title {
  color: #5A5A5A;
}
.fti-choose-1-right .choose-progress .choose-set-percent .progress {
  height: 8px;
  position: relative;
  overflow: visible;
  border-radius: 100px;
  background-color: rgba(33, 35, 51, 0.05);
  margin-top: 8px;
}
.fti-choose-1-right .choose-progress .choose-set-percent .progress span {
  right: 0;
  top: -35px;
  position: absolute;
  line-height: 26px;
  font-family: var(--fti-pr-font);
  color: var(--fti-pr-1);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.fti-choose-1-right .choose-progress .choose-set-percent .progress-bar {
  width: 0;
  left: 0;
  top: -6px;
  float: left;
  height: 10px;
  position: relative;
  border-radius: 100px;
  background-color: var(--fti-pr-1);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

/*
choose 1 end
*/
/*
choose 2 start
*/
.fti-choose-2-area {
  position: relative;
  padding-top: 110px;
  height: 525px;
  max-width: 1666px;
  margin: 0 auto;
  border-radius: 30px 0 30px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-choose-2-area {
    height: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-choose-2-area {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .fti-choose-2-area {
    border-radius: 0;
  }
}
.fti-choose-2-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  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), (max-width: 767px) {
  .fti-choose-2-shape-1 {
    display: none;
  }
}
.fti-choose-2-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fti-choose-2-shape-2 {
    display: none;
  }
}
.fti-choose-2-title-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 135px;
  align-items: end;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-choose-2-title-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .fti-choose-2-title-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.fti-choose-2-title-wrap .disc {
  color: #F7F7F7;
}
.fti-choose-2-wrap {
  display: grid;
  grid-template-columns: 1fr 4.2fr;
  gap: 74px;
  margin-bottom: -96px;
  position: relative;
  z-index: 2;
  margin-right: -70px;
  margin-left: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-choose-2-wrap {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-choose-2-wrap {
    gap: 40px;
    grid-template-columns: 1fr 3.3fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-choose-2-wrap {
    margin-bottom: 0;
    grid-template-columns: 1fr;
  }
}
.fti-choose-2-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fti-choose-2-left .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fti-choose-2-left .list .list-item {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 10px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.fti-choose-2-left .list .list-item i {
  display: inline-flex;
  font-size: 25px;
  color: var(--fti-pr-2);
}
.fti-choose-2-left .btn-wrap {
  margin-top: 40px;
}
.fti-choose-2-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-choose-2-right {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-choose-2-right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fti-choose-2-item {
  background: #FFF3EA;
  border-radius: 20px;
  padding: 30px;
}
.fti-choose-2-item:nth-child(1) {
  z-index: 1;
}
.fti-choose-2-item:nth-child(2) {
  z-index: 2;
}
.fti-choose-2-item .icon {
  font-size: 68px;
  color: #1f1f1f;
  display: inline-block;
}
.fti-choose-2-item .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-top: 22px;
  margin-bottom: 12px;
}
.fti-choose-2-item .disc {
  line-height: 24px;
}
.fti-choose-2-item:hover .icon {
  animation: fti-choose-2-scale 0.4s ease;
}

@keyframes fti-choose-2-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*
choose 2 end
*/
/*
cta 1 start
*/
.fti-cta-1-wrap {
  position: relative;
  padding: 52px 0 53px 72px;
  margin-bottom: -150px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-cta-1-wrap {
    padding: 50px 0 50px 50px;
  }
}
@media (max-width: 767px) {
  .fti-cta-1-wrap {
    padding: 30px 20px;
  }
}
.fti-cta-1-wrap:is(.active) .cta-img-wrapper .main-img img {
  transform: translateY(0px);
}
.fti-cta-1-wrap:is(.active) .cta-img-wrapper .main-img::after {
  transform: scale(1);
}
.fti-cta-1-wrap .content {
  max-width: 570px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-1-wrap .content {
    max-width: 445px;
  }
}
.fti-cta-1-wrap .cta-action {
  margin-top: 43px;
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-1-wrap .cta-action {
    gap: 30px;
  }
}
.fti-cta-1-wrap .cta-action .contact-wrap {
  display: grid;
  grid-template-columns: 58px auto;
  gap: 19px;
  max-width: 303px;
}
@media (max-width: 767px) {
  .fti-cta-1-wrap .cta-action .contact-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.fti-cta-1-wrap .cta-action .contact-wrap .icon-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 58px;
  color: #fff;
}
.fti-cta-1-wrap .cta-action .contact-wrap .icon-1:hover {
  animation: fti_zigzag 400ms;
}
.fti-cta-1-wrap .cta-action .contact-wrap .call {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}
.fti-cta-1-wrap .cta-action .contact-wrap .call-link {
  font-weight: 900;
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
  display: inline-block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .fti-cta-1-wrap .cta-action .contact-wrap .call-link {
    font-size: 24px;
    line-height: 32px;
  }
}
.fti-cta-1-wrap .cta-action .contact-wrap .call-link:hover {
  color: #000;
}
.fti-cta-1-wrap .cta-img-wrapper {
  position: absolute;
  top: -57px;
  right: 71px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-cta-1-wrap .cta-img-wrapper {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-cta-1-wrap .cta-img-wrapper {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-1-wrap .cta-img-wrapper {
    display: none;
  }
}
.fti-cta-1-wrap .cta-img-wrapper .main-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.fti-cta-1-wrap .cta-img-wrapper .main-img::after {
  position: absolute;
  content: "";
  width: 304px;
  height: 304px;
  border-radius: 100%;
  background: #FFFFFF;
  opacity: 0.4;
  bottom: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}
.fti-cta-1-wrap .cta-img-wrapper .main-img img {
  position: relative;
  z-index: 1;
  transform: translateY(400px);
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}

/*
cta 1 end
*/
/*
cta 4 start
*/
.fti-cta-4-area {
  position: relative;
  background-color: rgb(240, 244, 253);
  height: 559px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-4-area {
    height: auto;
    padding: 100px 0;
  }
}
.fti-cta-4-wrap .main-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-4-wrap .main-img {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
.fti-cta-4-content {
  padding-top: 130px;
  max-width: 590px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-4-content {
    padding-top: 0;
  }
}
.fti-cta-4-content .disc {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-4-content .disc {
    max-width: 435px;
  }
}
.fti-cta-4-content .btn-wrap {
  margin-top: 40px;
}

/*
cta 4 end
*/
/*
cta 5 start
*/
.fti-cta-5-area {
  height: 790px;
  position: relative;
  display: flex;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-5-area {
    height: 650px;
  }
}
.fti-cta-5-area::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.507);
}
.fti-cta-5-area .popup-video {
  position: absolute;
  z-index: 2;
  top: 265px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-5-area .popup-video {
    top: 180px;
  }
}
.fti-cta-5-area .popup-video .icon {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 15px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-cta-5-area .popup-video .icon {
    width: 120px;
    height: 120px;
    font-size: 38px;
    border-width: 10px;
  }
}
@media (max-width: 767px) {
  .fti-cta-5-area .popup-video .icon {
    width: 90px;
    height: 90px;
    font-size: 28px;
    border-width: 8px;
  }
}
.fti-cta-5-wrap {
  position: relative;
  z-index: 2;
}
.fti-cta-5-wrap .cta-card {
  display: grid;
  grid-template-columns: 252px auto;
  gap: 34px;
  background-color: var(--fti-pr-3);
  max-width: 770px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-cta-5-wrap .cta-card {
    bottom: -790px;
  }
}
@media (max-width: 767px) {
  .fti-cta-5-wrap .cta-card {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fti-cta-5-wrap .cta-card .main-img {
    display: none;
  }
}
.fti-cta-5-wrap .cta-card .content {
  display: grid;
  grid-template-columns: 68px auto;
  gap: 15px;
  padding: 45px 65px 60px 0;
}
@media (max-width: 767px) {
  .fti-cta-5-wrap .cta-card .content {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}
.fti-cta-5-wrap .cta-card .content .title {
  font-size: 21px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 900;
}
.fti-cta-5-wrap .cta-card .content .disc {
  margin-top: 10px;
  color: rgb(255, 255, 255);
  line-height: 1.667;
}
.fti-cta-5-wrap .cta-card .content .action {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.fti-cta-5-wrap .cta-card .content .action .action-text {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .fti-cta-5-wrap .cta-card .content .action .action-text {
    font-size: 16px;
  }
}
.fti-cta-5-wrap .cta-card .content .action .link {
  display: inline-flex;
  background-color: #f3f0f0;
  border-radius: 20px;
  padding: 5px 17px;
  transition: all 0.3s ease;
}
.fti-cta-5-wrap .cta-card .content .action .link i {
  font-size: 18px;
  color: #000;
  display: flex;
  transition: all 0.3s ease;
}
.fti-cta-5-wrap .cta-card .content .action .link:hover {
  background-color: #fff;
}
.fti-cta-5-wrap .cta-card .content .action .link:hover i {
  color: var(--fti-pr-3);
}

/*
cta 5 end
*/
/*
project 1 start
*/
.fti-project-1-area {
  background-color: #101010;
  position: relative;
}
.fti-project-1-area:is(.active) .fti-project-1-bg-wrap img {
  transform: scale(1);
}
.fti-project-1-shape-wrap {
  position: absolute;
  left: 0;
  top: 175px;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  overflow: hidden;
}
.fti-project-1-shape-wrap .shape-1 {
  transform: translateX(-40px);
}
.fti-project-1-shape-wrap .shape-1 img {
  animation: fti-roated-1 20s infinite linear;
}
.fti-project-1-shape-wrap .shape-2 {
  transform: translate(-63px, 17px);
}
.fti-project-1-shape-wrap .shape-2 img {
  animation: fti-roated-reverse-1 20s infinite linear;
}
.fti-project-1-title-wrap {
  max-width: 540px;
  padding-top: 284px;
}
.fti-project-1-bg-wrap {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--fti-pr-1);
  clip-path: polygon(27% 0, 100% 0%, 100% 100%, -3% 100%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-project-1-bg-wrap {
    max-width: 900px;
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fti-project-1-bg-wrap {
    max-width: 770px;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-project-1-bg-wrap {
    max-width: 670px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-1-bg-wrap {
    display: none;
  }
}
.fti-project-1-bg-wrap img {
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  transform: scale(1.2);
  transition: 3000ms var(--cube-1);
  -webkit-transition: 3000ms var(--cube-1);
}
.fti-project-1-slider {
  margin-top: 150px;
  position: relative;
  padding-bottom: 110px;
}
.fti-project-1-slider-control {
  position: absolute;
  top: -110px;
  left: 310px;
  display: grid;
  grid-template-columns: auto 305px auto;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fti-project-1-slider-control {
    left: 148px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-project-1-slider-control {
    left: 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) {
  .fti-project-1-slider-control {
    left: 40px;
    grid-template-columns: auto 228px auto;
  }
}
@media (max-width: 767px) {
  .fti-project-1-slider-control {
    left: 15px;
    grid-template-columns: auto 55px auto;
  }
}
.fti-project-1-slider-control .fti-project-1-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fti-project-1-slider-control .fti-project-1-navigation .fti_project_1_next {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4F4E4E;
  border-radius: 100%;
  font-size: 30px;
  color: #4F4E4E;
  transition: all 0.4s ease;
}
.fti-project-1-slider-control .fti-project-1-navigation .fti_project_1_next:hover {
  color: var(--fti-pr-1);
  border-color: var(--fti-pr-1);
}
.fti-project-1-slider-control .fti-project-1-navigation .fti_project_1_next i {
  display: flex;
}
.fti-project-1-slider-control .fti-project-1-navigation .fti_project_1_prev {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4F4E4E;
  border-radius: 100%;
  font-size: 30px;
  color: #4F4E4E;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.fti-project-1-slider-control .fti-project-1-navigation .fti_project_1_prev:hover {
  color: var(--fti-pr-1);
  border-color: var(--fti-pr-1);
}
.fti-project-1-slider-control .fti-project-1-navigation .fti_project_1_prev i {
  display: flex;
}
.fti-project-1-slider-control .line {
  width: 100%;
  height: 2px;
  background: #2D2C2C;
}
.fti-project-1-slider-control .fti_project_1_pagination {
  font-family: var(--fti-pr-font);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #2D2C2C;
}
.fti-project-1-slider-control .fti_project_1_pagination .swiper-pagination-current {
  color: var(--fti-pr-1);
}
.fti-project-1-item {
  position: relative;
  max-width: 480px;
}
.fti-project-1-item .project-img-wrap {
  position: relative;
}
.fti-project-1-item .project-img-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.18%, #000000 93.4%);
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.3));
  opacity: 0;
  transition: var(--cube-1) 0.5s;
  -webkit-transition: var(--cube-1) 0.5s;
}
.fti-project-1-item .project-title-wrap {
  position: absolute;
  bottom: 50px;
  left: 0px;
  padding: 0 20px 0 38px;
  overflow: hidden;
  opacity: 0;
  z-index: 3;
  transition: var(--cube-1) 0.5s;
  -webkit-transition: var(--cube-1) 0.5s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-1-item .project-title-wrap {
    bottom: 20px;
    padding: 0 20px;
  }
}
.fti-project-1-item .project-title-wrap .project-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: var(--fti-pr-1);
  padding: 10px 20px;
}
.fti-project-1-item .project-title-wrap .project-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-1-item .project-title-wrap .project-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.fti-project-1-item .project-title-wrap .disc {
  color: #fff;
}
.fti-project-1-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  background-color: var(--fti-pr-1);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  overflow: hidden;
  opacity: 0;
  transition: var(--cube-1) 0.4s;
  -webkit-transition: var(--cube-1) 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-1-item::after {
    width: 100px;
    height: 100px;
  }
}
.fti-project-1-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background-color: var(--fti-pr-1);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  transition: var(--cube-1) 0.4s;
  -webkit-transition: var(--cube-1) 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-1-item::before {
    width: 100px;
    height: 100px;
  }
}
.fti-project-1-item:hover::after {
  opacity: 1;
  width: 240px;
  height: 164px;
}
.fti-project-1-item:hover::before {
  opacity: 1;
  width: 240px;
  height: 164px;
}
.fti-project-1-item:hover .project-title-wrap {
  opacity: 1;
}
.fti-project-1-item:hover .project-img-wrap::after {
  opacity: 1;
}

/*
project 1 end
*/
/*
project 2 start
*/
.fti-project-2-area {
  padding: 130px 0 120px 0;
}
.fti-project-2-area .bottom-text {
  display: block;
  margin-top: 50px;
  text-align: center;
  color: #1f1f1f;
}
.fti-project-2-area .bottom-text .link {
  color: var(--fti-pr-2);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-project-2-area .bottom-text .link:hover {
  color: #1f1f1f;
  text-decoration: underline;
}
.fti-project-2-title-wrap {
  max-width: 608px;
  margin: 0 auto;
  text-align: center;
}
.fti-project-2-wrap {
  margin-top: 50px;
  display: flex;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-2-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.fti-project-2-wrap:is(.first-row) .fti-project-2-item:first-child {
  width: 100%;
}
.fti-project-2-wrap:is(.third-row) .fti-project-2-item:last-child {
  width: 100%;
}
.fti-project-2-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(31, 31, 31, 0.06);
  border-radius: 25px;
  padding: 45px;
  border: 1px solid #fff;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-2-item {
    max-width: 820px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fti-project-2-item {
    padding: 25px 15px;
    border-radius: 12px;
  }
}
.fti-project-2-item .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-project-2-item .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .fti-project-2-item .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.fti-project-2-item .divider {
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  margin-top: 30px;
  margin-bottom: 25px;
}
.fti-project-2-item .thumb {
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fti-project-2-item .thumb .main-img img {
  border-radius: 22px;
}
@media (max-width: 767px) {
  .fti-project-2-item .thumb .main-img img {
    border-radius: 10px;
  }
}
.fti-project-2-item .thumb .link {
  position: absolute;
  width: 167px;
  height: 167px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .fti-project-2-item .thumb .link {
    width: 100px;
    height: 100px;
  }
}
.fti-project-2-item .thumb .link .icon {
  position: absolute;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  background-color: var(--fti-pr-2);
  border-radius: 100%;
  border: 1.5px solid #1f1f1f;
  color: #1f1f1f;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .fti-project-2-item .thumb .link .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.fti-project-2-item .thumb .link .img-wrap img {
  animation: fti-roated-1 10s linear infinite;
}
@media (max-width: 767px) {
  .fti-project-2-item .thumb .link .img-wrap img {
    width: 85px;
    height: 85px;
  }
}
.fti-project-2-item .thumb .link:hover {
  background-color: var(--fti-pr-2);
}
.fti-project-2-item .thumb .link:hover .icon {
  background-color: #fff;
  color: var(--fti-pr-2);
  border-color: var(--fti-pr-2);
}
.fti-project-2-item:hover {
  border-color: var(--fti-pr-2);
}
.fti-project-2-item:hover .thumb .link {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*
project 2 end
*/
/*
project 3 start
*/
.fti-project-3-area {
  position: relative;
}
@media (max-width: 767px) {
  .fti-project-3-area {
    padding-bottom: 80px;
  }
}
.fti-project-3-item {
  position: relative;
  display: flex;
  justify-content: center;
  height: 640px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-3-item {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-3-item {
    height: 400px;
  }
}
.fti-project-3-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--fti-pr-3);
  opacity: 0;
  transform: scale(0);
  transition: 1000ms var(--cube-1);
  transform-origin: center center;
}
.fti-project-3-item .main-img {
  width: 100%;
  position: relative;
}
.fti-project-3-item .main-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  transition: all 0.3s ease;
}
.fti-project-3-item .project-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  transform: translateY(200px);
  transition: 500ms var(--cube-1);
}
.fti-project-3-item .project-content .title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: var(--fti-pr-3);
  padding: 30px 0px 16px 0px;
  width: 506px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-project-3-item .project-content .title {
    font-size: 28px;
    padding: 25px 0px 16px 0px;
    width: 406px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-project-3-item .project-content .title {
    font-size: 26px;
    padding: 25px 0px 16px 0px;
    width: 406px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-project-3-item .project-content .title {
    font-size: 24px;
    padding: 15px 20px;
    width: 315px;
  }
}
@media (max-width: 767px) {
  .fti-project-3-item .project-content .title {
    font-size: 22px;
    padding: 15px 20px;
    width: 245px;
  }
}
.fti-project-3-item .project-content .project-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.fti-project-3-item .project-content .project-btn .btn-text {
  font-size: 15px;
  font-family: var(--epilogue);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-project-3-item .project-content .project-btn .btn-icon {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-project-3-item .project-content .project-btn .btn-icon i {
  display: inline-flex;
  margin-top: 6px;
}
.fti-project-3-item .project-content .project-btn:hover .btn-text {
  color: var(--fti-pr-3);
}
.fti-project-3-item .project-content .project-btn:hover .btn-icon {
  color: var(--fti-pr-3);
  transform: translateX(5px);
}
.fti-project-3-slider {
  position: relative;
}
.fti-project-3-slider .project-3-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .fti-project-3-slider .project-3-container {
    transform: translate(0, 0);
    left: 0;
    top: auto;
    bottom: -80px;
  }
}
.fti-project-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-project-3-item::after {
  opacity: 1;
  transform: scale(1);
}
.fti-project-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-project-3-item .project-content {
  opacity: 1;
  transform: translateY(0px);
}
.fti-project-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-project-3-item .main-img::after {
  background-color: transparent;
}
.fti-project-3-navigation-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 767px) {
  .fti-project-3-navigation-btn {
    justify-content: center;
    gap: 15px;
  }
}
.fti-project-3-navigation-btn .fti-project-3-next, .fti-project-3-navigation-btn .fti-project-3-prev {
  width: 78px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .fti-project-3-navigation-btn .fti-project-3-next, .fti-project-3-navigation-btn .fti-project-3-prev {
    width: 65px;
    height: 68px;
  }
}
.fti-project-3-navigation-btn .fti-project-3-next i, .fti-project-3-navigation-btn .fti-project-3-prev i {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 767px) {
  .fti-project-3-navigation-btn .fti-project-3-next i, .fti-project-3-navigation-btn .fti-project-3-prev i {
    font-size: 18px;
  }
}
.fti-project-3-navigation-btn .fti-project-3-next:hover, .fti-project-3-navigation-btn .fti-project-3-prev:hover {
  background-color: var(--fti-pr-3);
}

/*
project 3 end
*/
/*
project 4 start
*/
.fti-project-4-area {
  margin-top: -340px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-4-area {
    margin-top: 0;
    padding-top: 100px;
  }
}
.fti-project-4-area:is(.about-2) {
  margin-top: 0 !important;
  padding-top: 100px;
}
.fti-project-4-area .bottom-text {
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
  text-align: center;
  color: #262625;
  font-weight: 500;
}
.fti-project-4-area .bottom-text .link {
  font-weight: 700;
  text-decoration: underline;
  color: var(--fti-pr-3);
}
.fti-project-4-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-4-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
}
.fti-project-4-card {
  position: relative;
  overflow: hidden;
  height: 590px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-4-card {
    height: 500px;
  }
}
.fti-project-4-card::after {
  content: "";
  width: 100%;
  height: 0%;
  background-color: rgba(7, 29, 49, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: 500ms var(--cube-1);
}
.fti-project-4-card:nth-child(2) {
  z-index: 2;
}
.fti-project-4-card .main-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fti-project-4-card .main-img img {
  border-radius: 20px;
}
.fti-project-4-card .content {
  position: absolute;
  bottom: 12px;
  padding: 0 60px 0 40px;
  z-index: 2;
  transition: 500ms var(--cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-4-card .content {
    padding: 0 30px;
  }
}
.fti-project-4-card .content .project-title {
  text-align: center;
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  transition: 500ms var(--cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-4-card .content .project-title {
    text-align: left;
  }
}
.fti-project-4-card .content .disc {
  color: rgb(221, 221, 221);
  line-height: 30px;
  visibility: hidden;
  height: 0;
  transition: 500ms var(--cube-1);
}
.fti-project-4-card .btn-wrap {
  position: absolute;
  bottom: 45px;
  left: 45px;
  transform: translateX(-150px);
  transition: 500ms var(--cube-1);
  z-index: 2;
}
.fti-project-4-card .btn-wrap .btn {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: var(--fti-pr-3);
  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), (max-width: 767px) {
  .fti-project-4-card .btn-wrap .btn {
    width: 80px;
    height: 80px;
  }
}
.fti-project-4-card .btn-wrap .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease;
}
.fti-project-4-card .btn-wrap .btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.fti-project-4-card .btn-wrap .btn .icon i {
  font-size: 50px;
  color: #000;
  display: inline-flex;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-4-card .btn-wrap .btn .icon i {
    font-size: 40px;
  }
}
.fti-project-4-card .btn-wrap .btn:hover::after {
  transform: scale(1);
}
.fti-project-4-card .btn-wrap .btn:hover .icon i {
  color: var(--fti-pr-3);
}
.fti-project-4-card:hover::after {
  height: 100%;
}
.fti-project-4-card:hover .content {
  transform: translateY(-370px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-project-4-card:hover .content {
    transform: translateY(-240px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-4-card:hover .content {
    transform: translateY(-200px);
  }
}
.fti-project-4-card:hover .content .disc {
  height: auto;
  visibility: visible;
}
.fti-project-4-card:hover .content .project-title {
  font-size: 35px;
}
.fti-project-4-card:hover .btn-wrap {
  transform: translateX(0px);
}

/*
project 4 end
*/
/*
project inner start
*/
.fti-project-inner-area {
  padding: 90px 0 130px 0;
}
.fti-project-inner-title-wrap {
  text-align: center;
  max-width: 815px;
  margin: 0 auto;
}
.fti-project-inner-title-wrap .subtitle {
  font-family: var(--epilogue);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 65px;
  color: var(--fti-pr-3);
  margin-bottom: 0;
}
.fti-project-inner-wrap {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-project-inner-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-project-inner-wrap:is(.project-inner-wrap-2) {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-project-inner-wrap:is(.project-inner-wrap-2) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-project-inner-wrap:is(.project-inner-wrap-2) {
    grid-template-columns: 1fr;
  }
}
.fti-project-inner-item {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fti-project-inner-item {
    height: 350px;
  }
}
.fti-project-inner-item .project-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  transform: translateY(200px);
  transition: 500ms var(--cube-1);
}
.fti-project-inner-item .project-content .title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: var(--fti-pr-3);
  padding: 30px 0px 16px 0px;
  width: 506px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-project-inner-item .project-content .title {
    font-size: 28px;
    padding: 25px 0px 16px 0px;
    width: 406px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-project-inner-item .project-content .title {
    font-size: 26px;
    padding: 25px 0px 16px 0px;
    width: 406px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-project-inner-item .project-content .title {
    font-size: 24px;
    padding: 15px 20px;
    width: 315px;
  }
}
@media (max-width: 767px) {
  .fti-project-inner-item .project-content .title {
    font-size: 22px;
    padding: 15px 20px;
    width: 245px;
  }
}
.fti-project-inner-item .project-content .project-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.fti-project-inner-item .project-content .project-btn .btn-text {
  font-size: 15px;
  font-family: var(--epilogue);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-project-inner-item .project-content .project-btn .btn-icon {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-project-inner-item .project-content .project-btn .btn-icon i {
  display: inline-flex;
  margin-top: 6px;
}
.fti-project-inner-item .project-content .project-btn:hover .btn-text {
  color: var(--fti-pr-3);
}
.fti-project-inner-item .project-content .project-btn:hover .btn-icon {
  color: var(--fti-pr-3);
  transform: translateX(5px);
}
.fti-project-inner-item:hover .project-content {
  opacity: 1;
  transform: translateY(0px);
}

/*
project inner end
*/
/*
question 1 start
*/
.fti-question-1-area {
  padding: 675px 0 165px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-1-area {
    padding: 180px 0 100px;
  }
}
.fti-question-1-shape-1 {
  position: absolute;
  left: 0;
  bottom: 166px;
  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), (max-width: 767px) {
  .fti-question-1-shape-1 {
    display: none;
  }
}
.fti-question-1-shape-1:is(.active) img {
  transform: translateX(0px);
}
.fti-question-1-shape-1 img {
  transform: translateX(-600px);
  transition: all 2000ms ease;
}
.fti-question-1-bg-wrap img {
  mix-blend-mode: luminosity;
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: -1;
}
.fti-question-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 90px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-question-1-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-question-1-wrap {
    grid-template-columns: 1fr;
    gap: 140px;
  }
}
@media (max-width: 767px) {
  .fti-question-1-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.fti-question-1-left {
  padding: 0 52px;
  position: relative;
}
@media (max-width: 767px) {
  .fti-question-1-left {
    padding: 0;
  }
}
.fti-question-1-left::after {
  content: "";
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 100%;
  height: 158px;
  background-color: #FFECDD;
  z-index: -1;
}
@media (max-width: 767px) {
  .fti-question-1-left::after {
    display: none;
  }
}
.fti-question-1-left .form-wrap {
  background: #223342;
  padding: 0 37px;
  height: 550px;
}
@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) {
  .fti-question-1-left .form-wrap {
    height: auto;
    padding: 0 37px 30px;
  }
}
@media (max-width: 767px) {
  .fti-question-1-left .form-wrap {
    padding: 0 10px 30px;
  }
}
.fti-question-1-left .form-wrap .form-img-wrap {
  position: relative;
}
.fti-question-1-left .form-wrap .form-img-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 7px solid #fff;
  left: 0;
  bottom: 0;
}
.fti-question-1-left .form-wrap .form-img-wrap img {
  margin-top: -45px;
  z-index: 2;
  position: relative;
  padding: 0px 7px 7px 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-1-left .form-wrap .form-img-wrap img {
    margin-top: -86px;
  }
}
.fti-question-1-left .form-wrap .form-inputs {
  margin-top: 30px;
}
.fti-question-1-left .form-wrap .form-input-wrap {
  height: 60px;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7.5px);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.fti-question-1-left .form-wrap .form-input-wrap i {
  padding: 0px 18px;
  font-size: 20px;
  color: #9AA4AD;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .fti-question-1-left .form-wrap .form-input-wrap i {
    padding: 0px 14px;
  }
}
.fti-question-1-left .form-wrap .form-input-wrap i::after {
  position: absolute;
  content: "";
  left: 56px;
  width: 1px;
  height: 36px;
  background-color: #64707B;
}
@media (max-width: 767px) {
  .fti-question-1-left .form-wrap .form-input-wrap i::after {
    left: 48px;
  }
}
.fti-question-1-left .form-wrap .form-input-wrap .form-input-field {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  font-family: var(--fti-pr-font);
}
.fti-question-1-left .form-wrap .form-input-wrap .form-input-field::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #828A92;
  font-family: var(--fti-pr-font);
}
.fti-question-1-left .form-wrap .form-input-text-wrap {
  height: 140px;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7.5px);
  margin-bottom: 30px;
  display: flex;
  align-items: start;
}
.fti-question-1-left .form-wrap .form-input-text-wrap i {
  padding: 20px 18px 0;
  font-size: 20px;
  color: #9AA4AD;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .fti-question-1-left .form-wrap .form-input-text-wrap i {
    padding: 20px 14px 0;
  }
}
.fti-question-1-left .form-wrap .form-input-text-wrap i::after {
  position: absolute;
  content: "";
  left: 56px;
  width: 1px;
  height: 36px;
  background-color: #64707B;
}
@media (max-width: 767px) {
  .fti-question-1-left .form-wrap .form-input-text-wrap i::after {
    left: 48px;
  }
}
.fti-question-1-left .form-wrap .form-input-text-wrap .form-input-text-field {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  font-family: var(--fti-pr-font);
}
.fti-question-1-left .form-wrap .form-input-text-wrap .form-input-text-field::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #828A92;
  font-family: var(--fti-pr-font);
}
.fti-question-1-left .form-btn-wrap .submit-btn {
  background: var(--fti-pr-1);
  backdrop-filter: blur(7.5px);
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  display: block;
  font-family: var(--fti-pr-font);
  padding: 20px 16px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-question-1-left .form-btn-wrap .submit-btn:hover {
  background-color: #000;
}
.fti-question-1-right .accordion {
  margin-top: 25px;
}
.fti-question-1-right .accordion .accordion-item {
  border: 1px dashed #D9D9D9;
  border-radius: 0;
}
.fti-question-1-right .accordion .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(217, 217, 217, 0);
}
.fti-question-1-right .accordion .accordion-item .accordion-button .question {
  font-size: 20px;
  line-height: 30px;
  color: #101010;
}
.fti-question-1-right .accordion .accordion-item .accordion-button .btn-wrap {
  padding: 3px;
  width: 20px;
  height: 20px;
  background: rgba(255, 153, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fti-question-1-right .accordion .accordion-item .accordion-button .btn-wrap .btn-solt-1 {
  width: 1px;
  height: 8px;
  background-color: var(--fti-pr-1);
}
.fti-question-1-right .accordion .accordion-item .accordion-button .btn-wrap .btn-solt-2 {
  width: 1px;
  height: 8px;
  background-color: var(--fti-pr-1);
  transform: rotate(90deg) translate(0px, 1px);
}
.fti-question-1-right .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--fti-pr-1);
  border-radius: 0;
  box-shadow: none;
}
.fti-question-1-right .accordion .accordion-item .accordion-button:not(.collapsed) .question {
  color: #fff;
}
.fti-question-1-right .accordion .accordion-item .accordion-button:not(.collapsed) .btn-wrap {
  background-color: #fff;
}
.fti-question-1-right .accordion .accordion-item .accordion-button:not(.collapsed) .btn-solt-1 {
  opacity: 0;
}
.fti-question-1-right .accordion .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.fti-question-1-right .accordion .accordion-item .accordion-button::after {
  display: none;
}
.fti-question-1-right .accordion .accordion-item:not(:last-child) {
  margin-bottom: 18px;
}
.fti-question-1-right .accordion .accordion-item .accordion-collapse {
  transition: all 0.3s ease;
}
.fti-question-1-right .accordion .accordion-item .accordion-collapse:is(.show) {
  border-bottom: 1px dashed var(--fti-pr-1);
  border-left: 1px dashed var(--fti-pr-1);
  border-right: 1px dashed var(--fti-pr-1);
  border-radius: 0;
}

/*
question 1 end
*/
/*
question 2 start
*/
.fti-question-2-area {
  padding-top: 182px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-2-area {
    padding-top: 100px;
  }
}
.fti-question-2-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 460px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-2-bg {
    height: 100%;
  }
}
.fti-question-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 74px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-2-wrap {
    gap: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-2-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-question-2-left {
  margin-bottom: 76px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-2-left {
    margin-bottom: 0;
  }
}
.fti-question-2-right {
  background: #FFFFFF;
  border-width: 1px 3px 0px 1px;
  border-style: solid;
  border-color: #555555;
  border-radius: 30px 30px 0px 0px;
  padding: 40px 34px 30px 34px;
}
@media (max-width: 767px) {
  .fti-question-2-right {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #555555;
    border-radius: 15px 15px 0px 0px;
    padding: 30px 12px 30px 12px;
  }
}
.fti-question-2-right .accordion .accordion-item {
  border: none;
  background-color: #F4F4F4;
  border-radius: 10px;
}
.fti-question-2-right .accordion .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.fti-question-2-right .accordion .accordion-item .accordion-button {
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  padding-right: 50px;
  position: relative;
}
.fti-question-2-right .accordion .accordion-item .accordion-button .icon-1 {
  color: var(--fti-pr-2);
  font-size: 24px;
}
@media (max-width: 767px) {
  .fti-question-2-right .accordion .accordion-item .accordion-button .icon-1 {
    font-size: 20px;
  }
}
.fti-question-2-right .accordion .accordion-item .accordion-button .question {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #1f1f1f;
}
@media (max-width: 767px) {
  .fti-question-2-right .accordion .accordion-item .accordion-button .question {
    font-size: 18px;
  }
}
.fti-question-2-right .accordion .accordion-item .accordion-button .arrow-icon {
  position: absolute;
  right: 20px;
}
.fti-question-2-right .accordion .accordion-item .accordion-button .arrow-icon .icon-2 {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #777676;
  padding: 3px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-question-2-right .accordion .accordion-item .accordion-button .arrow-icon .icon-2 .bar-1 {
  width: 10px;
  height: 2px;
  background-color: #777676;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-question-2-right .accordion .accordion-item .accordion-button .arrow-icon .icon-2 .bar-2 {
  width: 2px;
  height: 10px;
  background-color: #777676;
  border-radius: 5px;
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-question-2-right .accordion .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.fti-question-2-right .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #F4F4F4;
  box-shadow: none;
}
.fti-question-2-right .accordion .accordion-item .accordion-button:not(.collapsed) .question {
  font-weight: 700;
}
.fti-question-2-right .accordion .accordion-item .accordion-button:not(.collapsed) .icon-2 {
  background-color: var(--fti-pr-2);
  border-color: var(--fti-pr-2);
}
.fti-question-2-right .accordion .accordion-item .accordion-button:not(.collapsed) .icon-2 .bar-1 {
  background-color: #fff;
}
.fti-question-2-right .accordion .accordion-item .accordion-button:not(.collapsed) .icon-2 .bar-2 {
  opacity: 0;
}
.fti-question-2-right .accordion .accordion-item .accordion-button::after {
  display: none;
}
.fti-question-2-right .accordion .accordion-item .accordion-body .disc {
  position: relative;
}
@media (max-width: 767px) {
  .fti-question-2-right .accordion .accordion-item .accordion-body .disc {
    font-size: 16px;
  }
}
.fti-question-2-right .accordion .accordion-item .accordion-body .disc::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--fti-pr-2);
  top: -10px;
  left: 0;
}

/*
question 2 end
*/
/*
question 3 start
*/
.fti-question-3-area {
  padding: 250px 0 115px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-3-area {
    padding: 100px 0;
    overflow: hidden;
  }
}
.fti-question-3-area:is(.faq-inner) {
  padding-top: 100px !important;
}
.fti-question-3-area .fti-bottom-disc {
  margin-top: 40px;
  text-align: center;
}
.fti-question-3-area .fti-bottom-disc .hightlight-text {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.fti-question-3-title-wrap {
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
}
.fti-question-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.091fr;
  gap: 50px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-3-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-question-3-left {
  position: relative;
}
.fti-question-3-left:is(.active) .main-img {
  --_i: 10%;
  filter: grayscale(0);
  transform: scale(1.4);
}
.fti-question-3-left .main-img {
  height: 100%;
  --_g: 10% /45% 45% no-repeat linear-gradient(#000 0 0);
  --m: left var(--_i, 0%) top var(--_g), bottom var(--_i, 0%) left var(--_g), top var(--_i, 0%) right var(--_g), right var(--_i, 0%) bottom var(--_g);
  -webkit-mask: var(--m);
  mask: var(--m);
  filter: grayscale(1);
  transition: 1s linear;
  scale: 0.8;
  transition-delay: 0.3s;
}
.fti-question-3-left .circle-reel {
  position: absolute;
  top: -30px;
  left: -55px;
  background-color: #fff;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fti-roated-1 30s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-question-3-left .circle-reel {
    width: 140px;
    height: 140px;
    left: -25px;
  }
  .fti-question-3-left .circle-reel img {
    width: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-question-3-left .circle-reel {
    width: 120px;
    height: 120px;
    left: -15px;
  }
  .fti-question-3-left .circle-reel img {
    width: 100px;
  }
}
.fti-question-3-faq .accordion .accordion-item {
  border: none;
}
.fti-question-3-faq .accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.fti-question-3-faq .accordion .accordion-item .accordion-button {
  padding: 24px 40px 24px 57px;
  font-weight: 700;
  color: #000;
  background-color: rgb(247, 246, 242);
}
@media (max-width: 767px) {
  .fti-question-3-faq .accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding: 12px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-question-3-faq .accordion .accordion-item .accordion-button {
    padding: 22px 25px;
  }
}
.fti-question-3-faq .accordion .accordion-item .accordion-button::after {
  display: none;
}
.fti-question-3-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--fti-pr-3);
  box-shadow: none;
}
.fti-question-3-faq .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.fti-question-3-faq .accordion .accordion-item .accordion-body {
  padding: 20px 12px 10px 57px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-question-3-faq .accordion .accordion-item .accordion-body {
    padding: 20px 12px 10px 25px;
  }
}
@media (max-width: 767px) {
  .fti-question-3-faq .accordion .accordion-item .accordion-body {
    padding: 10px 15px;
  }
}

/*
question 3 end
*/
/*
short-video start
*/
.fti-short-video-1-area {
  padding: 135px 0 200px 0;
}
.fti-short-video-1-wrap {
  display: grid;
  grid-template-columns: 615px auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-short-video-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.fti-short-video-1-popup-wrap .popup-video {
  position: relative;
  display: flex;
}
.fti-short-video-1-popup-wrap .popup-video .icon-1 {
  width: 162px;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fti-pr-1);
  border-radius: 100%;
  font-size: 40px;
  color: #000;
  margin-right: 125px;
  transition: 500ms var(--cube-1);
  -webkit-transition: 500ms var(--cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-short-video-1-popup-wrap .popup-video .icon-1 {
    width: 130px;
    height: 130px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-short-video-1-popup-wrap .popup-video .icon-1 {
    width: 120px;
    height: 120px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .fti-short-video-1-popup-wrap .popup-video .icon-1 {
    width: 100px;
    height: 100px;
    font-size: 22px;
  }
}
.fti-short-video-1-popup-wrap .popup-video .icon-2 {
  position: absolute;
  left: 0;
  transform: translateX(125px);
  transition: 500ms var(--cube-1);
  -webkit-transition: 500ms var(--cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-short-video-1-popup-wrap .popup-video .icon-2 {
    width: 130px;
    height: 130px;
    transform: translateX(100px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-short-video-1-popup-wrap .popup-video .icon-2 {
    width: 120px;
    height: 120px;
    transform: translateX(92px);
  }
}
@media (max-width: 767px) {
  .fti-short-video-1-popup-wrap .popup-video .icon-2 {
    width: 100px;
    height: 100px;
    transform: translateX(80px);
  }
}
.fti-short-video-1-popup-wrap .popup-video:hover .icon-1 {
  color: #fff;
}
.fti-short-video-1-popup-wrap .popup-video:hover .icon-2 {
  transform: translateX(0px);
}
.fti-short-video-1-popup-wrap .popup-video:hover .icon-2 img {
  animation: fti-roated-1 30s infinite;
}

/*
short-video end
*/
/*
client 1 start
*/
.fti-client-1-area {
  padding: 110px 0 80px 0;
}
.fti-client-1-wrap .client-title-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.fti-client-1-wrap .client-title-wrap .client-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}
.fti-client-1-wrap .client-title-wrap .title-shape-1 {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--fti-pr-1) 0%, rgba(134, 61, 3, 0) 100%);
}
.fti-client-1-wrap .client-title-wrap .title-shape-2 {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(134, 61, 3, 0) 0%, var(--fti-pr-1) 100%);
}
.fti-client-1-wrap .logos-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-client-1-wrap .logos-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-client-1-wrap .logos-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fti-client-1-wrap .logos-wrap .logo {
  border: 2px solid #EAEAEA;
  border-radius: 20px;
  padding: 28px 30px;
  overflow: hidden;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-client-1-wrap .logos-wrap .logo {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .fti-client-1-wrap .logos-wrap .logo {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
.fti-client-1-wrap .logos-wrap .logo img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all 0.8s ease;
}
.fti-client-1-wrap .logos-wrap .logo:hover {
  border: 2px solid var(--fti-pr-1);
}
.fti-client-1-wrap .logos-wrap .logo:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*
client 1 end
*/
/*
client 3 start
*/
.fti-client-3-area {
  padding: 100px 0 65px 0;
}
.fti-client-3-area:is(.about-1-pt) {
  padding-top: 215px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-client-3-area:is(.about-1-pt) {
    padding-top: 100px !important;
  }
}
.fti-client-3-area:is(.services-2) {
  padding-top: 100px !important;
}
.fti-client-3-area:is(.faq-inner) {
  padding-top: 215px !important;
}
@media (max-width: 767px) {
  .fti-client-3-area:is(.faq-inner) {
    padding-top: 270px !important;
  }
}
.fti-client-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.83fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-client-3-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.fti-client-3-title-wrap .title {
  font-size: 40px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-client-3-title-wrap .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-client-3-title-wrap .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fti-client-3-title-wrap .title {
    font-size: 28px;
  }
}
.fti-client-3-logo-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 40px 85px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-client-3-logo-wrap {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px 50px !important;
  }
}
@media (max-width: 767px) {
  .fti-client-3-logo-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.fti-client-3-logo-wrap .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .fti-client-3-logo-wrap .logo {
    max-width: 140px;
  }
}
.fti-client-3-logo-wrap .logo .item-one {
  transition: 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.fti-client-3-logo-wrap .logo .item-two {
  position: absolute;
  left: 0;
  top: 80px;
  transition: 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.fti-client-3-logo-wrap .logo:hover .item-one {
  transform: translateY(-80px);
}
.fti-client-3-logo-wrap .logo:hover .item-two {
  top: 0;
}

/*
client 3 end
*/
/*
client 5 start
*/
.fti-client-5-area {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .fti-client-5-area {
    padding: 80px 0;
  }
}
.fti-client-5-wrap {
  display: grid;
  grid-template-columns: 210px auto;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-client-5-wrap {
    gap: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-client-5-wrap {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .fti-client-5-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-client-5-content .item .number {
  font-size: 75px;
  color: rgb(16, 16, 16);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-client-5-content .item .number {
    color: #fff;
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-client-5-content .item .number {
    color: #fff;
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-client-5-content .item .number {
    color: #fff;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .fti-client-5-content .item .number {
    color: #fff;
    font-size: 35px;
  }
}
.fti-client-5-content .item .title {
  font-size: 20px;
  color: rgb(78, 78, 78);
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-client-5-content .item .title {
    color: #EAEAEA;
  }
}
@media (max-width: 767px) {
  .fti-client-5-content .item .title {
    font-size: 18px;
  }
}
.fti-client-5-content .divider {
  background-color: rgb(224, 224, 224);
  width: 50px;
  height: 2px;
  margin: 32px 0;
}
.fti-client-5-logos-wrap {
  display: flex;
  align-items: center;
  gap: 90px 60px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-client-5-logos-wrap {
    gap: 0px 50px;
  }
}
@media (max-width: 767px) {
  .fti-client-5-logos-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
  }
}
.fti-client-5-logos-wrap .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 28%;
}
.fti-client-5-logos-wrap .logo .item-one {
  transition: 600ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.fti-client-5-logos-wrap .logo .item-two {
  position: absolute;
  top: 80px;
  transition: 600ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.fti-client-5-logos-wrap .logo:hover .item-one {
  transform: translateY(-80px);
}
.fti-client-5-logos-wrap .logo:hover .item-two {
  top: 0;
}

/*
client 5 end
*/
/*
testimonial 1 start
*/
.fti-testimonial-1-area {
  position: relative;
  padding-bottom: 120px;
}
.fti-testimonial-1-area .fti-testimonial-1-preview {
  position: absolute;
  left: 25px;
  bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-testimonial-1-area .fti-testimonial-1-preview {
    bottom: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-testimonial-1-area .fti-testimonial-1-preview {
    position: static;
    margin-top: 30px;
  }
}
.fti-testimonial-1-area .main-bg {
  position: absolute;
  bottom: -305px;
  left: 0;
  z-index: -1;
}
.fti-testimonial-1-wrap {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .fti-testimonial-1-wrap {
    padding-top: 0;
  }
}
.fti-testimonial-1-slider {
  padding-left: 125px;
  background: #FFF7F0;
  border-radius: 30px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-testimonial-1-slider {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-testimonial-1-slider {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .fti-testimonial-1-slider {
    padding-left: 0;
    padding-right: 15px;
  }
}

.fti-testimonial-1-item {
  display: grid;
  grid-template-columns: 1.25fr 2fr;
  gap: 33px;
  align-items: end;
  height: 414px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .fti-testimonial-1-item {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-testimonial-1-item {
    grid-template-columns: 1fr;
  }
}
.fti-testimonial-1-item .main-img {
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
}
.fti-testimonial-1-item .main-img img {
  transform: translateY(100%);
  transition: 1000ms cubic-bezier(0.08, 0.28, 0.37, 0.99);
}
.fti-testimonial-1-item .comment-wrap {
  position: relative;
  transform: translateX(106%);
  transition: 1000ms cubic-bezier(0.08, 0.28, 0.37, 0.99);
  margin-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-testimonial-1-item .comment-wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-testimonial-1-item .comment-wrap {
    margin-left: 0px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .fti-testimonial-1-item .comment-wrap {
    margin-left: 0px;
    padding-left: 15px;
  }
}
.fti-testimonial-1-item .comment-wrap .icon-1 {
  font-size: 75px;
  color: var(--fti-pr-1);
  display: flex;
}
.fti-testimonial-1-item .comment-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #4F4E4E;
}
.fti-testimonial-1-item .rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 20px;
}
.fti-testimonial-1-item .rating i {
  color: #EAB000;
  display: flex;
}
.fti-testimonial-1-item .name {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
  display: inline-block;
}
.fti-testimonial-1-item .bio {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: var(--fti-pr-1);
}

.fti-t1-preview-item {
  width: 94px;
  height: 108px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFEAD8;
  border: 1px solid;
  border-color: transparent;
  object-position: top;
  cursor: pointer;
}

.fti-testimonial-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-testimonial-1-item .main-img img {
  transform: translateY(0);
}
.fti-testimonial-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fti-testimonial-1-item .comment-wrap {
  transform: translateX(0%);
}

.fti-testimonial-1-preview .swiper-container .swiper-slide {
  height: 102px !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-testimonial-1-preview .swiper-container .swiper-slide {
    width: 102px !important;
  }
}
.fti-testimonial-1-preview .swiper-container .swiper-slide:is(.swiper-slide-thumb-active) .fti-t1-preview-item {
  background-color: var(--fti-pr-1);
}

/*
testimonial 1 end
*/
/*
testimonial 4 start
*/
.fti-testimonial-4-area {
  padding: 110px 0 140px 0;
}
@media (max-width: 767px) {
  .fti-testimonial-4-area {
    padding: 100px 0;
  }
}
.fti-testimonial-4-wrap {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}
.fti-testimonial-4-left {
  position: absolute;
  max-width: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-testimonial-4-left {
    position: static;
    flex-direction: row;
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .fti-testimonial-4-left {
    position: static;
    gap: 35px;
  }
}
.fti-testimonial-4-left .title {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 900;
}
.fti-testimonial-4-left .customer .customer-img-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}
.fti-testimonial-4-left .customer .customer-img-wrap .customer-img {
  max-width: 88px;
}
.fti-testimonial-4-left .customer .customer-img-wrap .customer-img:not(:first-child) {
  margin-left: -41px;
}
.fti-testimonial-4-left .customer .customer-text {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.fti-testimonial-4-slider {
  max-width: 790px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-testimonial-4-slider {
    width: auto;
    margin: auto;
    margin-top: 35px;
  }
}
.fti-testimonial-4-item {
  display: grid;
  grid-template-columns: 106px auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .fti-testimonial-4-item {
    grid-template-columns: 1fr;
  }
}
.fti-testimonial-4-item .customer-img {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .fti-testimonial-4-item .customer-img {
    margin-top: 0;
  }
}
.fti-testimonial-4-item .content .blockquote {
  font-size: 30px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 30px;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-testimonial-4-item .content .blockquote {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .fti-testimonial-4-item .content .blockquote {
    font-size: 24px;
  }
}
.fti-testimonial-4-item .content .customer-info {
  margin-top: 50px;
}
.fti-testimonial-4-item .content .customer-info .name {
  font-size: 26px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fti-testimonial-4-item .content .customer-info .name {
    font-size: 22px;
  }
}
.fti-testimonial-4-item .content .customer-info .designation {
  font-size: 24px;
  color: #c0c0c0;
  font-weight: 400px;
  font-family: var(--urbanist);
}
@media (max-width: 767px) {
  .fti-testimonial-4-item .content .customer-info .designation {
    font-size: 20px;
  }
}
.fti-testimonial-4-navigation-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-testimonial-4-navigation-wrap {
    right: 100px;
  }
}
.fti-testimonial-4-navigation-wrap .fti-testimonial-4-prev, .fti-testimonial-4-navigation-wrap .fti-testimonial-4-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  position: relative;
}
.fti-testimonial-4-navigation-wrap .fti-testimonial-4-prev::after, .fti-testimonial-4-navigation-wrap .fti-testimonial-4-next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease;
}
.fti-testimonial-4-navigation-wrap .fti-testimonial-4-prev i, .fti-testimonial-4-navigation-wrap .fti-testimonial-4-next i {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.fti-testimonial-4-navigation-wrap .fti-testimonial-4-prev:hover i, .fti-testimonial-4-navigation-wrap .fti-testimonial-4-next:hover i {
  color: var(--fti-pr-3);
}
.fti-testimonial-4-navigation-wrap .fti-testimonial-4-prev:hover::after, .fti-testimonial-4-navigation-wrap .fti-testimonial-4-next:hover::after {
  transform: scale(1);
}

/*
testimonial 4 end
*/
/*
testimonial inner page start
*/
.fti-testimonial-inner-area {
  padding: 130px 0;
}
.fti-testimonial-inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-testimonial-inner-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-testimonial-inner-item {
  display: grid;
  grid-template-columns: 72px auto;
  gap: 27px;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 35px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .fti-testimonial-inner-item {
    grid-template-columns: 1fr;
  }
}
.fti-testimonial-inner-item .img-wrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .fti-testimonial-inner-item .img-wrap {
    margin-top: 0;
  }
}
.fti-testimonial-inner-item .content .quote-icon {
  font-size: 40px;
  color: var(--fti-pr-3);
}
.fti-testimonial-inner-item .content .quote-icon i {
  display: flex;
}
.fti-testimonial-inner-item .content .disc {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fti-testimonial-inner-item .content .disc {
    font-size: 18px;
  }
}
.fti-testimonial-inner-item .content .name {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 0;
}
.fti-testimonial-inner-item .content .designation {
  font-family: var(--urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.fti-testimonial-inner-item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

/*
testimonial inner page end
*/
/*
blog 1 start
*/
.fti-blog-1-area {
  padding: 120px 0 130px 0;
  background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 100%);
}
.fti-blog-1-title-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: end;
  justify-content: space-between;
  gap: 172px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-blog-1-title-wrap {
    gap: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-blog-1-title-wrap {
    gap: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-blog-1-title-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.fti-blog-1-wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-blog-1-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .fti-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-blog-1-card {
  background: #FFFFFF;
  border: 1.5px solid #EBEBEB;
  border-radius: 15px;
}
.fti-blog-1-card .main-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.fti-blog-1-card .main-img img {
  border-radius: 15px 15px 0 0;
  transition: 1000ms var(--cube-1);
  -webkit-transition: 1000ms var(--cube-1);
}
.fti-blog-1-card .main-img::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 3px;
  width: 80%;
  background-color: var(--fti-pr-1);
}
.fti-blog-1-card .main-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.511);
  opacity: 0;
  transition: 1000ms var(--cube-1);
  -webkit-transition: 1000ms var(--cube-1);
}
.fti-blog-1-card .content-wrap {
  padding: 0px 30px 24px 30px;
  margin-top: -45px;
}
.fti-blog-1-card .content-wrap .meta {
  background-color: var(--fti-pr-1);
  width: 80px;
  height: 75px;
  position: relative;
  border-radius: 10px;
  transition: 1000ms var(--cube-1);
  -webkit-transition: 1000ms var(--cube-1);
}
.fti-blog-1-card .content-wrap .meta .date-wrap {
  padding: 15px 10px 15px 30px;
}
.fti-blog-1-card .content-wrap .meta .month {
  font-family: var(--fti-pr-font);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  height: 22px;
  background: #CB620E;
  border-radius: 10px;
  position: absolute;
  left: -25px;
  bottom: 26px;
  padding: 0 9px;
}
.fti-blog-1-card .content-wrap .meta .date {
  font-weight: 900;
  font-size: 32px;
  line-height: 24px;
  color: #FFFFFF;
}
.fti-blog-1-card .content-wrap .meta .year {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.fti-blog-1-card .content-wrap .blog-title {
  font-weight: 900;
  font-size: 26px;
  line-height: 34px;
  margin: 20px 0;
  transition: all 0.3s ease;
  -webkit-transition: all var(--cube-1) 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-1-card .content-wrap .blog-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .fti-blog-1-card .content-wrap .blog-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.fti-blog-1-card .content-wrap .blog-title:hover {
  text-decoration: underline;
}
.fti-blog-1-card .content-wrap .blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6.5px 20px;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.fti-blog-1-card .content-wrap .blog-btn::after {
  content: "";
  position: absolute;
  left: 30px;
  height: 100%;
  width: 22px;
  background-color: #fff;
  transition: all 0.4s ease;
}
.fti-blog-1-card .content-wrap .blog-btn::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 44px;
  border: 3px solid var(--fti-pr-1);
  border-radius: 100px;
  transition: all 0.4s ease;
}
.fti-blog-1-card .content-wrap .blog-btn .btn-text {
  font-family: var(--fti-pr-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #101010;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.fti-blog-1-card .content-wrap .blog-btn .icon-1 {
  line-height: 1;
  transform: translateY(2.3px);
  font-size: 26px;
  color: var(--fti-pr-1);
  transition: all 0.4s ease;
}
.fti-blog-1-card .content-wrap .blog-btn .icon-1 i {
  display: inline-flex;
}
.fti-blog-1-card .content-wrap .blog-btn:hover::after {
  left: 300px;
}
.fti-blog-1-card .content-wrap .blog-btn:hover::before {
  background-color: var(--fti-pr-1);
  width: 100%;
  border-radius: 100px;
  border: none;
}
.fti-blog-1-card .content-wrap .blog-btn:hover .btn-text {
  color: #fff;
}
.fti-blog-1-card .content-wrap .blog-btn:hover .icon-1 {
  color: #fff;
}
.fti-blog-1-card:hover .main-img::before {
  opacity: 1;
  z-index: 2;
}
.fti-blog-1-card:hover .main-img img {
  transform: scale(1.2) rotate(3deg);
}
.fti-blog-1-card:hover .meta {
  transform: scale(1.2);
  position: relative;
  z-index: 3;
}
.fti-blog-1-btn-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .fti-blog-1-btn-wrap {
    gap: 12px;
  }
}
.fti-blog-1-btn-divider-1 {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--fti-pr-1) 100%);
}
.fti-blog-1-btn-divider-2 {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--fti-pr-1) 0%, rgba(255, 255, 255, 0) 100%);
}

/*
blog 1 end
*/
/*
blog 2 start
*/
.fti-blog-2-area {
  padding: 120px 0;
}
.fti-blog-2-top {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-blog-2-top {
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }
}
.fti-blog-2-top .title-wrap {
  max-width: 542px;
}
.fti-blog-2-top .title-wrap .fti-subtitle-3 .line:is(.has-bg) {
  background: linear-gradient(90deg, var(--fti-pr-2) 0%, #EAEBEC 100%);
}
.fti-blog-2-top .btn-wrap {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-blog-2-top .btn-wrap {
    padding-bottom: 0;
  }
}
.fti-blog-2-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-2-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-blog-2-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fti-blog-2-card {
  background: #FFFFFF;
  border-radius: 15px;
  border: 2px solid #EEEEEE;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-blog-2-card .main-img img {
  border-radius: 15px 15px 0 0;
}
.fti-blog-2-card .content {
  padding: 20px 25px 25px 25px;
}
.fti-blog-2-card .content .blog-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.01em;
}
.fti-blog-2-card .content .blog-title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-blog-2-card .content .blog-title a:hover {
  background-size: 100% 1.5px;
}
.fti-blog-2-card .content .blog-card-divider {
  width: 100%;
  height: 1px;
  background: #E4E4E4;
  margin: 15px 0 12px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-blog-2-card .content .blog-meta {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-blog-2-card .content .blog-meta .meta-text {
    max-width: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .fti-blog-2-card .content .blog-meta .meta-text {
    max-width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-2-card .content .blog-meta .meta-text {
    max-width: 220px;
  }
}
.fti-blog-2-card .content .blog-meta .blog-card-btn {
  position: absolute;
  right: -25px;
  top: 0;
  width: 69px;
  height: 43px;
  background: #F3F3F3;
  border-radius: 30px 0px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-blog-2-card .content .blog-meta .blog-card-btn .icon {
  color: #555555;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-blog-2-card .content .blog-meta .blog-card-btn .icon i {
  display: flex;
}
.fti-blog-2-card:hover {
  border-color: var(--fti-pr-2);
}
.fti-blog-2-card:hover .content .blog-card-divider {
  background-color: var(--fti-pr-2);
}
.fti-blog-2-card:hover .content .blog-card-btn {
  background-color: var(--fti-pr-2);
}
.fti-blog-2-card:hover .content .blog-card-btn .icon {
  color: #fff;
}

/*
blog 2 end
*/
/*
blog 3 start
*/
.fti-blog-3-area {
  padding: 105px 0 95px 0;
  position: relative;
}
.fti-blog-3-area:is(.active)::after {
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-blog-3-area:is(.active)::after {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-3-area:is(.active)::after {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  }
}
.fti-blog-3-area:is(.active)::before {
  clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-blog-3-area:is(.active)::before {
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-3-area:is(.active)::before {
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  }
}
.fti-blog-3-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: -98px;
  width: 1120px;
  height: 100%;
  background-color: #000;
  clip-path: polygon(0 0, 60% 0, 60% 0, 0 0);
  z-index: 1;
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-blog-3-area::after {
    left: -60px;
    clip-path: polygon(0 0, 70% 0, 70% 0, 0 0);
    width: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-3-area::after {
    left: -30px;
    clip-path: polygon(0 0, 80% 0, 80% 0, 0 0);
    width: 500px;
  }
}
@media (max-width: 767px) {
  .fti-blog-3-area::after {
    display: none;
  }
}
.fti-blog-3-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -111px;
  width: 1121px;
  height: 100%;
  background-color: rgb(255, 85, 23);
  opacity: 0.4;
  clip-path: polygon(0 100%, 60% 100%, 60% 100%, 0 100%);
  z-index: 1;
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-blog-3-area::before {
    left: -80px;
    clip-path: polygon(0 100%, 70% 100%, 70% 100%, 0 100%);
    width: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-3-area::before {
    left: -50px;
    clip-path: polygon(0 100%, 80% 100%, 80% 100%, 0 100%);
    width: 500px;
  }
}
@media (max-width: 767px) {
  .fti-blog-3-area::before {
    display: none;
  }
}
.fti-blog-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.53fr;
  gap: 45px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-blog-3-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-blog-3-left .disc {
  color: #fff;
  margin-top: 20px;
}
.fti-blog-3-left .btn-wrap {
  margin-top: 35px;
}
.fti-blog-3-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-blog-3-right {
    gap: 45px 50px;
  }
}
@media (max-width: 767px) {
  .fti-blog-3-right {
    grid-template-columns: 1fr;
  }
}
.fti-blog-3-card {
  background-color: rgb(34, 34, 34);
  padding-top: 20px;
  height: 448px;
}
@media (max-width: 767px) {
  .fti-blog-3-card {
    margin-right: 15px;
    height: auto;
  }
}
.fti-blog-3-card:nth-child(even) {
  height: 414px;
}
@media (max-width: 767px) {
  .fti-blog-3-card:nth-child(even) {
    height: auto;
  }
}
.fti-blog-3-card:nth-child(4) {
  margin-top: -35px;
}
@media (max-width: 767px) {
  .fti-blog-3-card:nth-child(4) {
    margin-top: 0;
  }
}
.fti-blog-3-card .main-img {
  transform: translateX(16px);
  position: relative;
  overflow: hidden;
}
.fti-blog-3-card .main-img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--fti-pr-3);
}
.fti-blog-3-card .main-img img {
  transition: all 0.4s ease;
}
.fti-blog-3-card .meta {
  padding: 32px 32px 30px 40px;
}
.fti-blog-3-card .meta .date {
  font-weight: 700;
  color: var(--fti-pr-3);
}
.fti-blog-3-card .meta .title {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 900;
  margin-top: 16px;
}
.fti-blog-3-card .meta .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-blog-3-card .meta .title a:hover {
  color: var(--fti-pr-3);
  background-size: 100% 1.5px;
}
.fti-blog-3-card:hover .main-img img {
  transform: scale(1.2) rotate(-10deg);
}

/*
blog 3 end
*/
/*
blog 4 start
*/
.fti-blog-4-area {
  padding: 140px 0 95px 0;
}
.fti-blog-4-area .bottom-text {
  font-size: 18px;
  font-family: var(--epilogue);
  color: rgb(31, 31, 31);
  font-weight: 800;
  line-height: 1.667;
  text-align: center;
  margin-top: 35px;
}
.fti-blog-4-area .bottom-text .link {
  color: var(--fti-pr-3);
  text-decoration: underline;
  transition: all 0.3s ease;
}
.fti-blog-4-area .bottom-text .link:hover {
  color: rgb(31, 31, 31);
}
.fti-blog-4-title-wrap {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.fti-blog-4-wrap {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-4-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .fti-blog-4-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.fti-blog-4-card .main-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.fti-blog-4-card .main-img-wrap .main-img {
  transition: all 0.5s ease;
}
.fti-blog-4-card .main-img-wrap .main-img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.fti-blog-4-card .main-img-wrap .main-img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.fti-blog-4-card .main-img-wrap .main-img img {
  border-radius: 20px;
}
.fti-blog-4-card .content {
  padding: 30px 25px;
}
@media (max-width: 767px) {
  .fti-blog-4-card .content {
    padding: 25px 18px;
  }
}
.fti-blog-4-card .content .date {
  color: var(--fti-pr-3);
  line-height: 2.571;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.fti-blog-4-card .content .date .date-text {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--epilogue);
  margin-top: 3px;
}
.fti-blog-4-card .content .title {
  font-size: 20px;
  font-family: var(--epilogue);
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 0px;
}
.fti-blog-4-card .content .title a {
  color: #1F1F1F;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-blog-4-card .content .title a:hover {
  background-size: 100% 1.5px;
  color: var(--fti-pr-3);
}
.fti-blog-4-card .content .disc {
  font-size: 18px;
  font-family: var(--epilogue);
  color: rgb(42, 43, 43);
  line-height: 1.556;
  margin-top: 5px;
}
.fti-blog-4-card .content .auth {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.fti-blog-4-card .content .auth img {
  border-radius: 50%;
}
.fti-blog-4-card .content .auth .auth-name {
  font-size: 17px;
  font-family: var(--epilogue);
  color: var(--fti-pr-3);
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.471;
}
.fti-blog-4-card:hover .main-img-wrap .main-img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.fti-blog-4-card:hover .main-img-wrap .main-img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

/*
blog 4 end
*/
/*
blog 5 start
*/
.fti-blog-5-bg {
  position: relative;
  padding-bottom: 205px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-5-bg {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .fti-blog-5-bg {
    padding-bottom: 80px;
  }
}
.fti-blog-5-bg .blog-5-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.fti-blog-5-bg .blog-5-bg-img img {
  height: 100%;
}
.fti-blog-5-area {
  padding: 228px 0 100px 0;
}
@media (max-width: 767px) {
  .fti-blog-5-area {
    padding: 290px 0 100px 0;
  }
}
.fti-blog-5-title-wrap {
  text-align: center;
}
.fti-blog-5-title-wrap .subtitle {
  font-size: 18px;
  font-family: var(--urbanist);
  color: var(--fti-pr-3);
  font-weight: 800;
  line-height: 1.778;
  text-transform: capitalize;
}
.fti-blog-5-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-5-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-blog-5-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fti-blog-5-card {
  perspective: 70px;
  perspective-origin: 50% 50%;
  overflow: hidden;
}
.fti-blog-5-card .main-img {
  transition: 1s ease;
}
.fti-blog-5-card .content {
  margin-top: -20px;
  position: relative;
}
.fti-blog-5-card .content .meta {
  font-size: 14px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.2;
  background-color: var(--fti-pr-3);
  display: inline-block;
  padding: 8px 14px;
}
.fti-blog-5-card .content .title {
  margin-top: 20px;
  font-size: 27px;
  font-family: var(--urbanist);
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-blog-5-card .content .title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-blog-5-card .content .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fti-blog-5-card .content .title {
    font-size: 20px;
  }
}
.fti-blog-5-card .content .title a {
  color: rgb(20, 19, 19);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-blog-5-card .content .title a:hover {
  background-size: 100% 1.5px;
  color: var(--fti-pr-3);
}
.fti-blog-5-card .content .link {
  display: inline-flex;
  margin-top: 25px;
  background-color: rgb(243, 240, 240);
  border-radius: 20px;
  padding: 7px 24px;
  transition: all 0.3s ease;
}
.fti-blog-5-card .content .link i {
  font-size: 24px;
  color: #000;
  display: flex;
  transition: all 0.3s ease;
}
.fti-blog-5-card .content .link:hover {
  background-color: var(--fti-pr-3);
}
.fti-blog-5-card .content .link:hover i {
  color: #fff;
}
.fti-blog-5-card:hover .main-img {
  transform: scaleX(1) scaleY(1) scaleZ(0.1) rotateX(8deg) rotateY(0deg) rotateZ(0deg);
}

/*
blog 5 end
*/
/*
footer 1 start
*/
.fti-footer-1-area {
  background-color: #0F0F0F;
  padding: 100px 0 0 0;
}
.fti-footer-1-top {
  padding: 28px 0;
  border-top: 2px solid #323232;
  border-bottom: 2px solid #323232;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (max-width: 767px) {
  .fti-footer-1-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.fti-footer-1-top .footer-top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-1-top .footer-top-item {
    flex-wrap: wrap;
  }
}
.fti-footer-1-top .footer-top-item:not(:last-child) {
  padding-right: 52px;
}
@media (max-width: 767px) {
  .fti-footer-1-top .footer-top-item:not(:last-child) {
    padding-right: 0;
  }
}
.fti-footer-1-top .footer-top-item:last-child {
  padding-left: 52px;
}
@media (max-width: 767px) {
  .fti-footer-1-top .footer-top-item:last-child {
    padding-left: 0;
  }
}
.fti-footer-1-top .footer-top-item .title {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 12px;
  line-height: 44px;
  text-transform: uppercase;
  color: var(--fti-pr-1);
}
.fti-footer-1-top .footer-top-item .item-link {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-1-top .footer-top-item .item-link {
    gap: 12px;
  }
}
.fti-footer-1-top .footer-top-item .item-link .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70px;
}
.fti-footer-1-top .footer-top-item .item-link .icon-wrap .icon-1 {
  font-size: 32px;
  color: var(--fti-pr-1);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.fti-footer-1-top .footer-top-item .item-link .icon-wrap .icon-1 i {
  display: inline-flex;
}
.fti-footer-1-top .footer-top-item .item-link .icon-wrap .icon-2 {
  position: absolute;
  font-size: 70px;
  color: #323232;
  transition: all 0.4s ease;
}
.fti-footer-1-top .footer-top-item .item-link .icon-wrap:hover .icon-2 {
  color: var(--fti-pr-1);
}
.fti-footer-1-top .footer-top-item .item-link .icon-wrap:hover .icon-1 {
  color: #0F0F0F;
}
.fti-footer-1-top .footer-top-item .item-link a {
  font-family: var(--fti-pr-font);
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  color: #CFCFCF;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-footer-1-top .footer-top-item .item-link a {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-1-top .footer-top-item .item-link a {
    font-size: 22px;
  }
}
.fti-footer-1-top .footer-top-item .item-link a:hover {
  color: var(--fti-pr-1);
}
.fti-footer-1-top::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #323232;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .fti-footer-1-top::after {
    display: none;
  }
}
.fti-footer-1-content {
  display: grid;
  grid-template-columns: 2.7fr 1.2fr 1fr 1.2fr;
  gap: 140px;
  margin-bottom: 80px;
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-footer-1-content {
    gap: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-footer-1-content {
    gap: 40px;
    grid-template-columns: 2.2fr 1fr 0.8fr 1.2fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-1-content {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-1-info {
    max-width: 400px;
  }
}
.fti-footer-1-info .footer-logo img {
  max-width: 160px;
}
.fti-footer-1-info .disc {
  margin: 30px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.8;
}
.fti-footer-1-info .footer-social-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fti-footer-1-info .footer-social-wrap .social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A2E2F;
  border-radius: 100px;
  font-size: 18px;
  position: relative;
}
.fti-footer-1-info .footer-social-wrap .social-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--fti-pr-1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.fti-footer-1-info .footer-social-wrap .social-link i {
  display: inline-flex;
  color: #fff;
  z-index: 2;
}
.fti-footer-1-info .footer-social-wrap .social-link:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.fti-footer-1-menu-content .title {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.fti-footer-1-menu-content .menu-wrap {
  margin-top: 30px;
}
.fti-footer-1-menu-content .menu-wrap li:not(:last-child) {
  margin-bottom: 15px;
}
.fti-footer-1-menu-content .menu-wrap li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.9;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-1-menu-content .menu-wrap li a::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  background-color: var(--fti-pr-1);
  left: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-1-menu-content .menu-wrap li:hover a {
  color: var(--fti-pr-1);
  padding-left: 12px;
}
.fti-footer-1-menu-content .menu-wrap li:hover a::after {
  width: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-1-link-wrap {
    max-width: 300px;
  }
}
.fti-footer-1-link-wrap .title {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.fti-footer-1-link-wrap .contact-wrap {
  margin-top: 28px;
}
.fti-footer-1-link-wrap .contact-wrap .contact-link {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.fti-footer-1-link-wrap .contact-wrap .contact-link:not(:last-child) {
  margin-bottom: 20px;
}
.fti-footer-1-link-wrap .contact-wrap .contact-link span {
  color: #FFFFFF;
  opacity: 0.9;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-1-link-wrap .contact-wrap .contact-link i {
  color: var(--fti-pr-1);
}
.fti-footer-1-link-wrap .contact-wrap .contact-link:hover span {
  color: var(--fti-pr-1);
}
.fti-footer-1-divider {
  width: 100%;
  height: 1px;
  background: #323232;
}
.fti-footer-1-bottom {
  padding: 22px 0 20px 0;
}
.fti-footer-1-bottom .copyright {
  line-height: 30px;
  color: #FFFFFF;
  opacity: 0.7;
  display: block;
  text-align: center;
}

/*
footer 1 end
*/
/*
footer 2 start
*/
.fti-footer-2-area {
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 2;
}
.fti-footer-2-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-footer-2-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-footer-2-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-2-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-footer-2-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fti-footer-2-left .footer-logo img {
  max-width: 160px;
}
.fti-footer-2-left .disc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.8;
}
.fti-footer-2-left .footer-social-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.fti-footer-2-left .footer-social-wrap .social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A2E2F;
  border-radius: 100px;
  font-size: 18px;
  position: relative;
}
.fti-footer-2-left .footer-social-wrap .social-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--fti-pr-1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.fti-footer-2-left .footer-social-wrap .social-link i {
  display: inline-flex;
  color: #fff;
  z-index: 2;
}
.fti-footer-2-left .footer-social-wrap .social-link:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-2-left .copyright {
    margin-top: 30px;
  }
}
.fti-footer-2-right {
  position: relative;
}
.fti-footer-2-right::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #2F2E2E;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-2-right::after {
    display: none;
  }
}
.fti-footer-2-menu-all-item {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 70px;
  padding: 0 0 50px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-footer-2-menu-all-item {
    gap: 40px;
    padding: 0 0 50px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-footer-2-menu-all-item {
    gap: 30px;
    padding: 0 0 50px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-2-menu-all-item {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .fti-footer-2-menu-all-item {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.fti-footer-2-menu-content .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
}
.fti-footer-2-menu-content .menu-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fti-footer-2-menu-content .menu-wrap {
    margin-top: 15px;
  }
}
.fti-footer-2-menu-content .menu-wrap li:not(:last-child) {
  margin-bottom: 15px;
}
.fti-footer-2-menu-content .menu-wrap li a {
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.9;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-2-menu-content .menu-wrap li a::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  background-color: var(--fti-pr-1);
  left: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-2-menu-content .menu-wrap li:hover a {
  color: var(--fti-pr-1);
  padding-left: 12px;
}
.fti-footer-2-menu-content .menu-wrap li:hover a::after {
  width: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-2-link-wrap {
    max-width: 300px;
  }
}
.fti-footer-2-link-wrap .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
}
.fti-footer-2-link-wrap .contact-wrap {
  margin-top: 28px;
}
.fti-footer-2-link-wrap .contact-wrap .contact-link {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.fti-footer-2-link-wrap .contact-wrap .contact-link:not(:last-child) {
  margin-bottom: 20px;
}
.fti-footer-2-link-wrap .contact-wrap .contact-link span {
  color: #FFFFFF;
  opacity: 0.9;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-2-link-wrap .contact-wrap .contact-link i {
  color: var(--fti-pr-1);
}
.fti-footer-2-link-wrap .contact-wrap .contact-link:hover span {
  color: var(--fti-pr-1);
}

.fti-footer-2-gallery .footer-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.fti-footer-2-gallery .footer-gallery-wrap .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .fti-footer-2-gallery .footer-gallery-wrap .item {
    max-width: 90px;
  }
}
.fti-footer-2-gallery .footer-gallery-wrap .item img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-2-gallery .footer-gallery-wrap .item .icon-1 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--fti-pr-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;
}
@media (max-width: 767px) {
  .fti-footer-2-gallery .footer-gallery-wrap .item .icon-1 {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.fti-footer-2-gallery .footer-gallery-wrap .item:hover img {
  opacity: 0.5;
}
.fti-footer-2-gallery .footer-gallery-wrap .item:hover .icon-1 {
  opacity: 1;
  transform: scale(1);
}

/*
footer 2 end
*/
/*
footer 3 start
*/
.fti-footer-3-area {
  padding: 120px 0 30px 0;
}
.fti-footer-3-area .fti-copyright-3 {
  font-size: 16px;
  font-family: var(--urbanist);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  display: block;
  margin: 35px 0 0 0;
}
.fti-footer-3-wrap {
  display: grid;
  grid-template-columns: 1fr 2.45fr;
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-3-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-3-wrap .footer-info {
    max-width: 450px;
  }
}
.fti-footer-3-wrap .footer-info .footer-logo {
  display: inline-block;
}
.fti-footer-3-wrap .footer-info .footer-logo img {
  max-width: 175px;
}
@media (max-width: 767px) {
  .fti-footer-3-wrap .footer-info .footer-logo img {
    max-width: 140px;
  }
}
.fti-footer-3-wrap .footer-info .disc {
  font-size: 18px;
  font-family: var(--urbanist);
  color: #fdfdfd;
  line-height: 1.556;
  margin-top: 40px;
}
.fti-footer-3-wrap .footer-item-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .fti-footer-3-wrap .footer-item-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-footer-3-wrap .footer-item-wrap::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(30, 30, 30);
}
@media (max-width: 767px) {
  .fti-footer-3-wrap .footer-item-wrap::after {
    display: none;
  }
}
.fti-footer-3-wrap .footer-item-wrap .footer-item {
  position: relative;
}
.fti-footer-3-wrap .footer-item-wrap .footer-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(30, 30, 30);
}
@media (max-width: 767px) {
  .fti-footer-3-wrap .footer-item-wrap .footer-item:not(:last-child)::after {
    display: none;
  }
}
.fti-footer-3-wrap .footer-item-wrap .footer-item:not(:first-child) {
  margin-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-footer-3-wrap .footer-item-wrap .footer-item:not(:first-child) {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-3-wrap .footer-item-wrap .footer-item:not(:first-child) {
    margin-left: 15px;
  }
}
.fti-footer-3-wrap .footer-item-wrap .footer-item-title {
  font-size: 22px;
  font-family: var(--epilogue);
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}
.fti-footer-3-wrap .footer-item-wrap .footer-item-link-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .fti-footer-3-wrap .footer-item-wrap .footer-item-link-wrap {
    margin-top: 20px;
  }
}
.fti-footer-3-wrap .footer-item-wrap .footer-item-link-wrap li {
  font-size: 18px;
  font-family: var(--urbanist);
  font-weight: 700;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
}
.fti-footer-3-wrap .footer-item-wrap .footer-item-link-wrap a {
  color: #7c7d94;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-3-wrap .footer-item-wrap .footer-item-link-wrap a:hover {
  background-size: 100% 1.5px;
  color: var(--fti-pr-3);
}
.fti-footer-3-wrap .footer-item-wrap .footer-item .footer-store-wrap {
  margin-top: 40px;
}
.fti-footer-3-wrap .footer-item-wrap .footer-item .footer-store-wrap .store-link {
  display: inline-block;
}
.fti-footer-3-wrap .footer-item-wrap .footer-item .footer-store-wrap .store-link:not(:last-child) {
  margin-bottom: 8px;
}
.fti-footer-3-wrap .footer-item-wrap .footer-item .footer-store-wrap .store-link img {
  max-width: 132px;
}
.fti-footer-3-action {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-footer-3-action {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-footer-3-action {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fti-footer-3-action .action-item {
  padding: 32px 35px 32px 46px;
  display: grid;
  grid-template-columns: 44px auto;
  gap: 10px;
  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) {
  .fti-footer-3-action .action-item {
    padding: 32px 25px 32px 25px;
  }
}
@media (max-width: 767px) {
  .fti-footer-3-action .action-item {
    padding: 25px 25px 20px 25px;
  }
}
.fti-footer-3-action .action-item:nth-child(1) {
  border-right: 1px solid rgb(233, 233, 233);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-3-action .action-item:nth-child(1) {
    border-right: 0px;
  }
}
.fti-footer-3-action .action-item:nth-child(2) {
  border-right: 1px solid rgb(233, 233, 233);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-footer-3-action .action-item:nth-child(2) {
    border-right: 0px;
  }
}
.fti-footer-3-action .action-item .icon {
  font-size: 44px;
  color: #000;
}
.fti-footer-3-action .action-item .action-title {
  font-size: 18px;
  font-family: var(--epilogue);
  color: #101010;
  font-weight: 700;
  line-height: 1.389;
  margin-bottom: 0;
}
.fti-footer-3-action .action-item .link, .fti-footer-3-action .action-item span {
  font-size: 18px;
  font-family: var(--epilogue);
  color: #101010;
  line-height: 1.389;
}
.fti-footer-3-action .action-item .link {
  transition: all 0.3s ease;
}
.fti-footer-3-action .action-item .link:hover {
  color: var(--fti-pr-3);
}
.fti-footer-3-action .appointment {
  background-color: var(--fti-pr-3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .fti-footer-3-action .appointment {
    padding: 22px 10px;
  }
}
.fti-footer-3-action .appointment .appoin-text {
  font-size: 18px;
  font-family: var(--urbanist);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.222;
  transition: all 0.3s ease;
}
.fti-footer-3-action .appointment:hover {
  background-color: #000;
}
.fti-footer-3-action .appointment:hover .appoin-text {
  color: var(--fti-pr-3);
}

/*
footer 3 end
*/
/*
footer 4 start
*/
.fti-footer-4-area {
  padding: 65px 0 40px 0;
}
.fti-footer-4-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-footer-4-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .fti-footer-4-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.fti-footer-4-item ul li:not(:last-child) {
  margin-bottom: 12px;
}
.fti-footer-4-item ul li a {
  font-size: 20px;
  font-family: var(--urbanist);
  color: #f9f9f9;
  font-weight: 600;
  line-height: 1.75;
  text-transform: capitalize;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 96%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-footer-4-item ul li a:hover {
  color: var(--fti-pr-3);
  background-size: 100% 1.5px;
}

.fti-footer-4-action ul li i {
  color: var(--fti-pr-3);
  font-size: 16px;
  margin-right: 3px;
}
.fti-footer-4-action ul li a {
  font-size: 18px;
  font-family: var(--urbanist);
  color: #f9f9f9;
  font-weight: 600;
  line-height: 1.75;
  transition: all 0.3s ease;
}
.fti-footer-4-action ul li a:hover {
  color: var(--fti-pr-3);
}
.fti-footer-4-action .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.fti-footer-4-action .social-media a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.fti-footer-4-action .social-media a:hover {
  color: #000;
}
.fti-footer-4-bottom {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fti-footer-4-bottom .logo {
  max-width: 195px;
}
.fti-footer-4-bottom .copyright {
  font-size: 17px;
  font-family: var(--urbanist);
  color: #ffffff;
  line-height: 2.059;
  text-align: center;
}

/*
footer 4 end
*/
/*
trand start
*/
.fti-trand-1-area {
  padding-top: 140px;
}
.fti-trand-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-trand-1-wrap {
    gap: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-trand-1-wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.fti-trand-1-slider {
  padding: 10px;
}
.fti-trand-1-left .title {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.fti-trand-1-left .team {
  margin-top: 25px;
}
.fti-trand-1-left .team .team-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.fti-trand-1-left .team .team-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}
.fti-trand-1-left .team .team-wrap .img-wrap {
  margin-top: 10px;
}
.fti-trand-1-left .team .team-wrap .img-wrap:not(:first-child) {
  margin-left: -15px;
}
.fti-trand-1-left .team .team-wrap .team-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fti-trand-1-left .team .team-wrap .team-number::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(0deg, rgba(31, 31, 31, 0.6), rgba(31, 31, 31, 0.6));
  border: 2.5px solid #FFFDFB;
}
.fti-trand-1-left .team .team-wrap .team-number .number {
  position: absolute;
  font-family: var(--teko);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  z-index: 2;
}
.fti-trand-1-item {
  padding: 23px 24px 25px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(31, 31, 31, 0.07);
  border-radius: 15px;
}
.fti-trand-1-item .icon-1 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FFECE1;
  font-size: 36px;
  color: #1f1f1f;
}
.fti-trand-1-item .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
.fti-trand-1-item .disc {
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
}
.fti-trand-1-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.fti-trand-1-pagination span {
  width: 16px;
  height: 10px;
  background: #FFE9DC;
  border-radius: 100px;
  opacity: 1;
  transition: 500ms ease;
}
.fti-trand-1-pagination span:is(.swiper-pagination-bullet-active) {
  width: 26px;
  background: var(--fti-pr-2);
  border-radius: 100px;
}
.fti-trand-1-divider {
  margin-top: 60px;
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, var(--fti-pr-2) 26.5%, #FFFFFF 100%);
}

/*
trand end
*/
/*
intro-video start
*/
.fti-intro-video-1-wrap {
  margin: 0 auto;
}
.fti-intro-video-1-wrap video {
  width: 100%;
  border-radius: 20px;
}

/*
intro-video end
*/
/*
compnay 2 start
*/
.fti-company-2-area {
  padding: 130px 0;
  position: relative;
}
@media (max-width: 767px) {
  .fti-company-2-area {
    padding: 100px 0;
  }
}
.fti-company-2-area:is(.about-3) {
  padding-top: 355px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-2-area:is(.about-3) {
    padding-top: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-company-2-area:is(.about-3) {
    padding-top: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-2-area:is(.about-3) {
    padding-top: 100px;
  }
}
.fti-company-2-circle-wrap {
  position: absolute;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-2-circle-wrap {
    display: none;
  }
}
.fti-company-2-circle-wrap .circle-1 {
  max-width: 239px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-company-2-circle-wrap .circle-1 {
    max-width: 180px;
  }
}
.fti-company-2-circle-wrap .circle-1 img {
  animation: fti-roated-1 30s linear infinite;
}
.fti-company-2-circle-wrap .circle-2 {
  max-width: 110px;
  transform: translate(140px, 32px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-company-2-circle-wrap .circle-2 {
    max-width: 80px;
  }
}
.fti-company-2-circle-wrap .circle-2 img {
  animation: fti-roated-reverse-1 30s linear infinite;
}
.fti-company-2-wrap {
  display: grid;
  grid-template-columns: 1.292fr 1fr;
  gap: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-2-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-company-2-wrap .company-2-left {
  display: grid;
  grid-template-columns: 1.11fr 1fr;
  gap: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-company-2-wrap .company-2-left {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .fti-company-2-wrap .company-2-left {
    grid-template-columns: 1fr;
    gap: 40px;
    justify-content: center;
  }
}
.fti-company-2-wrap .company-2-left .item-1 {
  margin-top: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-2-wrap .company-2-left .item-1 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .fti-company-2-wrap .company-2-left .item-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.fti-company-2-wrap .company-2-left .item-1 .content {
  display: grid;
  grid-template-columns: 56px auto;
  gap: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 25px;
}
.fti-company-2-wrap .company-2-left .item-1 .content .icon-1 {
  font-size: 56px;
  color: var(--fti-pr-2);
}
.fti-company-2-wrap .company-2-left .item-1 .content .title-wrap .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: var(--fti-pr-2);
  margin-bottom: 6px;
}
.fti-company-2-wrap .company-2-left .item-1 .content .title-wrap .disc {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .fti-company-2-wrap .company-2-left .item-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.fti-company-2-wrap .company-2-right .disc {
  margin-top: 20px;
}
.fti-company-2-wrap .company-2-right .feature {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1.01fr 1fr;
  gap: 29px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-2-wrap .company-2-right .feature {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .fti-company-2-wrap .company-2-right .feature {
    grid-template-columns: 1fr;
  }
}
.fti-company-2-wrap .company-2-right .feature .feature-item-1 .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 42px;
}
.fti-company-2-wrap .company-2-right .feature .feature-item-1 .list .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-2-wrap .company-2-right .feature .feature-item-1 .list .list-item {
    align-items: baseline;
  }
}
.fti-company-2-wrap .company-2-right .feature .feature-item-1 .list .list-item svg {
  max-width: 26px;
}
.fti-company-2-wrap .company-2-right .feature .feature-item-2 {
  background-color: #F8F8F8;
  text-align: center;
  border-radius: 15px;
  padding: 30px 20px;
}
.fti-company-2-wrap .company-2-right .feature .feature-item-2 .raing-number {
  font-weight: 700;
  font-size: 120px;
  line-height: 60px;
  letter-spacing: 0.01em;
  margin-top: 25px;
}
.fti-company-2-wrap .company-2-right .feature .feature-item-2 .raing-number span {
  background-repeat: repeat;
  background-position: center right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.fti-company-2-wrap .company-2-right .feature .feature-item-2 .rating {
  margin-top: 25px;
}
.fti-company-2-wrap .company-2-right .feature .feature-item-2 .rating i {
  color: #EAB701;
  font-size: 24px;
}
.fti-company-2-wrap .company-2-right .feature .feature-item-2 .rating-text {
  color: #1F1F1F;
}

/*
compnay 2 end
*/
/*
compnay 3 start
*/
.fti-company-3-area {
  padding: 225px 0 115px 0;
  position: relative;
}
@media (max-width: 767px) {
  .fti-company-3-area {
    padding: 150px 0 100px 0;
  }
}
.fti-company-3-area:is(.active)::after {
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-3-area:is(.active)::after {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-3-area:is(.active)::after {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  }
}
.fti-company-3-area:is(.active)::before {
  clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-3-area:is(.active)::before {
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-3-area:is(.active)::before {
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  }
}
.fti-company-3-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  width: 930px;
  height: 100%;
  background-color: #000;
  clip-path: polygon(0 0, 60% 0, 60% 0, 0 0);
  z-index: 1;
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-3-area::after {
    left: 30px;
    clip-path: polygon(0 0, 70% 0, 70% 0, 0 0);
    width: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-company-3-area::after {
    left: 30px;
    clip-path: polygon(0 0, 80% 0, 80% 0, 0 0);
    width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-company-3-area::after {
    left: 30px !important;
    width: 400px !important;
  }
}
@media (max-width: 767px) {
  .fti-company-3-area::after {
    left: 0px;
    clip-path: polygon(0 0, 80% 0, 80% 0, 0 0);
    width: 200px;
  }
}
.fti-company-3-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  width: 930px;
  height: 100%;
  background-color: rgba(255, 85, 23, 0.219);
  clip-path: polygon(0 100%, 60% 100%, 60% 100%, 0 100%);
  z-index: 1;
  transition: 2000ms var(--cube-1);
  -webkit-transition: 2000ms var(--cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-3-area::before {
    left: 30px;
    clip-path: polygon(0 100%, 70% 100%, 70% 100%, 0 100%);
    width: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-company-3-area::before {
    left: 30px;
    clip-path: polygon(0 100%, 80% 100%, 80% 100%, 0 100%);
    width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-company-3-area::before {
    left: 30px !important;
    width: 400px !important;
  }
}
@media (max-width: 767px) {
  .fti-company-3-area::before {
    left: 0px;
    clip-path: polygon(0 100%, 80% 100%, 80% 100%, 0 100%);
    width: 200px;
  }
}
.fti-company-3-area .fti_company_3_active {
  max-width: 530px;
  margin-left: 90px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fti-company-3-area .fti_company_3_active {
    margin-left: 0;
  }
}
.fti-company-3-item .title {
  font-size: 75px;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-3-item .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-company-3-item .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-company-3-item .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .fti-company-3-item .title {
    font-size: 30px;
  }
}
.fti-company-3-item .disc {
  color: #fff;
  line-height: 1.875;
  max-width: 460px;
  margin-top: 20px;
}
.fti-company-3-item .disc .hightlight-text {
  text-decoration: underline;
  font-weight: 700;
}
.fti-company-3-item .member {
  max-width: 400px;
  margin: 35px 0 50px 0;
  display: grid;
  grid-template-columns: 103px auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .fti-company-3-item .member {
    gap: 20px;
  }
}
.fti-company-3-item .member .info .awrad {
  color: var(--fti-pr-3);
  text-decoration: underline;
  display: block;
  font-weight: 700;
}
.fti-company-3-item .member .info .awrad-disc {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .fti-company-3-item .member .info .awrad-disc {
    font-size: 18px;
  }
}
.fti-company-3-slider {
  position: relative;
}
.fti-company-3-pagination-btn {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-company-3-pagination-btn {
    left: 0;
  }
}
@media (max-width: 767px) {
  .fti-company-3-pagination-btn {
    position: relative;
    margin-top: 25px;
    margin-left: 30px;
  }
}
.fti-company-3-pagination {
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .fti-company-3-pagination {
    flex-direction: row;
  }
}
.fti-company-3-pagination::before {
  position: absolute;
  content: "";
  background-color: #1c1b1b;
  width: 5px;
  height: 317px;
  right: -35px;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .fti-company-3-pagination::before {
    display: none;
  }
}
.fti-company-3-pagination::after {
  position: absolute;
  content: "";
  background-color: var(--fti-pr-3);
  width: 5px;
  right: -35px;
  top: 0;
  z-index: 2;
  height: 110px;
}
@media (max-width: 767px) {
  .fti-company-3-pagination::after {
    display: none;
  }
}
.fti-company-3-pagination span {
  font-size: 20px;
  font-family: var(--epilogue);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  background-color: transparent;
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.fti-company-3-pagination span::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 20px;
  height: 1px;
  background-color: var(--fti-pr-3);
  opacity: 0;
}
.fti-company-3-pagination span:is(.swiper-pagination-bullet-active) {
  color: var(--fti-pr-3);
}
.fti-company-3-pagination span:is(.swiper-pagination-bullet-active)::after {
  opacity: 1;
}

@keyframes compnay-slide-progress {
  0% {
    height: 0px;
  }
  100% {
    height: 317px;
  }
}
/*
compnay 3 end
*/
/*
compnay 4 start
*/
.fti-company-4-area {
  padding: 140px 0 145px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-company-4-area {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .fti-company-4-area {
    padding: 100px 0;
  }
}
.fti-company-4-wrap {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-company-4-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .fti-company-4-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.fti-company-4-left .disc {
  font-weight: 700;
  color: rgb(31, 31, 31);
  margin: 30px 0;
}
@media (max-width: 767px) {
  .fti-company-4-left .disc {
    line-height: 28px;
  }
}
.fti-company-4-right .disc {
  color: rgb(66, 66, 66);
  margin-top: 30px;
}
.fti-company-4-right .btn-wrap {
  margin-top: 45px;
}

/*
compnay 4 end
*/
/*
compnay 5 start
*/
.fti-company-5-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-5-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-company-5-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-company-5-wrap {
    gap: 100px !important;
  }
}
.fti-company-5-left {
  position: relative;
}
.fti-company-5-left .blockquote-box {
  position: absolute;
  bottom: -72px;
  right: 0;
  background-color: var(--fti-pr-3);
  max-width: 370px;
  padding: 40px;
  border-radius: 0 0 90px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-company-5-left .blockquote-box {
    position: absolute !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .fti-company-5-left .blockquote-box {
    position: static;
    max-width: 300px;
    margin-top: 40px;
  }
}
.fti-company-5-left .blockquote-box .fti-blockquote-5-slider .fti-blockquote-5-item .icon {
  color: #fff;
  font-size: 35px;
}
.fti-company-5-left .blockquote-box .fti-blockquote-5-slider .fti-blockquote-5-item .disc {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-style: italic;
  line-height: 1.6;
  margin-top: 20px;
}
.fti-company-5-left .blockquote-box .fti-blockquote-5-slider .fti-blockquote-5-item .name {
  margin-top: 35px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.333;
}
.fti-company-5-left .blockquote-box .fti-blockquote-5-slider .fti-blockquote-5-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 45px;
}
.fti-company-5-left .blockquote-box .fti-blockquote-5-slider .fti-blockquote-5-pagination .swiper-pagination-bullet {
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.fti-company-5-left .blockquote-box .fti-blockquote-5-slider .fti-blockquote-5-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.fti-company-5-right .disc {
  margin-top: 10px;
  color: #fff;
}
.fti-company-5-right .feature {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-company-5-right .feature {
    grid-template-columns: 250px auto;
    justify-content: start;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .fti-company-5-right .feature {
    grid-template-columns: 1fr;
    justify-content: start;
  }
}
.fti-company-5-right .feature .feature-list ul li {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .fti-company-5-right .feature .feature-list ul li {
    font-size: 18px;
  }
}
.fti-company-5-right .feature .feature-list ul li i {
  color: var(--fti-pr-3);
  font-size: 18px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .fti-company-5-right .feature .feature-list ul li i {
    font-size: 16px;
  }
}
.fti-company-5-right .feature .experience {
  text-align: center;
}
@media (max-width: 767px) {
  .fti-company-5-right .feature .experience {
    text-align: start;
  }
}
.fti-company-5-right .feature .experience .number {
  font-size: 220px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-company-5-right .feature .experience .number {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-company-5-right .feature .experience .number {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-company-5-right .feature .experience .number {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .fti-company-5-right .feature .experience .number {
    font-size: 80px;
  }
}
.fti-company-5-right .feature .experience .title {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.778;
}
.fti-company-5-right .btn-wrap {
  margin-top: 20px;
}

/*
compnay 5 end
*/
/*
process start
*/
.fti-process-2-area {
  padding: 120px 0;
  position: relative;
}
.fti-process-2-circel-wrap {
  position: absolute;
  right: 0;
  top: 270px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-process-2-circel-wrap {
    top: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-process-2-circel-wrap {
    display: none;
  }
}
.fti-process-2-circel-wrap .circle-top {
  position: relative;
}
.fti-process-2-circel-wrap .circle-top .circle-4 {
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-process-2-circel-wrap .circle-top .circle-4 {
    max-width: 100px;
  }
}
.fti-process-2-circel-wrap .circle-top .circle-4 img {
  animation: fti-roated-reverse-1 30s linear infinite;
}
.fti-process-2-circel-wrap .circle-top .circle-2 {
  position: absolute;
  right: -75px;
  bottom: -41px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-process-2-circel-wrap .circle-top .circle-2 {
    max-width: 100px;
    right: -40px;
  }
}
.fti-process-2-circel-wrap .circle-top .circle-2 img {
  animation: fti-roated-reverse-1 30s linear infinite;
}
.fti-process-2-circel-wrap .circle-top .circle-3 {
  position: absolute;
  right: 28px;
  top: -180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-process-2-circel-wrap .circle-top .circle-3 {
    max-width: 70px;
    right: 32px;
    top: -111px;
  }
}
.fti-process-2-circel-wrap .circle-top .circle-3 img {
  animation: fti-roated-1 30s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-process-2-circel-wrap .circle-1 {
    max-width: 200px;
  }
}
.fti-process-2-circel-wrap .circle-1 img {
  animation: fti-roated-1 30s linear infinite;
}
.fti-process-2-title-wrap {
  max-width: 608px;
  margin: 0 auto;
  text-align: center;
}
.fti-process-2-wrap {
  margin: 50px 0 60px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-process-2-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-process-2-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
}
@media (max-width: 767px) {
  .fti-process-2-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.fti-process-2-wrap .process-bg {
  position: absolute;
  top: 56px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-process-2-wrap .process-bg {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-process-2-wrap .process-bg img {
    max-width: 720px;
  }
}
.fti-process-2-item:nth-child(odd) {
  margin-top: 69px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-process-2-item:nth-child(odd) {
    margin-top: 0;
  }
}
.fti-process-2-item:nth-child(odd) .icon-1::after {
  transform: translate(67px, 26px) rotate(204deg);
}
.fti-process-2-item .icon-1 {
  width: 143px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #E8E8E8;
  position: relative;
  margin: 0 auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-process-2-item .icon-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 161px;
  height: 161px;
  background: #B1B1B1;
  clip-path: circle(50% at 100% 50%);
  transform: translate(-87px, -52px) rotate(28deg);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-process-2-item .icon-1 i {
  font-size: 54px;
  color: #1f1f1f;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-process-2-item .content {
  margin-top: 40px;
  text-align: center;
}
.fti-process-2-item .content .title {
  font-weight: 500;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.fti-process-2-item:is(.active) .icon-1 {
  background-color: #1f1f1f;
}
.fti-process-2-item:is(.active) .icon-1 i {
  color: #fff;
}
.fti-process-2-item:is(.active) .icon-1::after {
  background-color: var(--fti-pr-2);
}
.fti-process-2-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-process-2-bottom {
    grid-template-columns: 1fr 400px 1fr;
  }
}
@media (max-width: 767px) {
  .fti-process-2-bottom {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}
.fti-process-2-bottom .line-1 {
  height: 1px;
  background: linear-gradient(90deg, #FFFDFB 20%, #8E8E8E 100%);
}
@media (max-width: 767px) {
  .fti-process-2-bottom .line-1 {
    display: none;
  }
}
.fti-process-2-bottom .line-2 {
  height: 1px;
  background: linear-gradient(90deg, #8E8E8E 20%, #FFFDFB 100%);
}
@media (max-width: 767px) {
  .fti-process-2-bottom .line-2 {
    display: none;
  }
}
.fti-process-2-bottom .bottom-text {
  padding: 15px 30px;
  text-align: center;
  color: #1F1F1F;
  border: 1px solid #8E8E8E;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .fti-process-2-bottom .bottom-text {
    border-radius: 30px;
  }
}
.fti-process-2-bottom .bottom-text .bottom-link {
  color: var(--fti-pr-2);
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fti-process-2-bottom .bottom-text .bottom-link:hover {
  text-decoration: underline;
  color: #1F1F1F;
}

/*
process end
*/
/*
solution 2 start
*/
.fti-solution-2-area {
  padding: 100px 0;
  position: relative;
}
.fti-solution-2-area .shape-1 {
  position: absolute;
  left: -547px;
  top: 0;
}
@media (max-width: 767px) {
  .fti-solution-2-area .shape-1 {
    max-width: 500px;
    left: -300px;
  }
}
.fti-solution-2-area .shape-1 img {
  animation: fti-roated-1 30s linear infinite;
}
.fti-solution-2-wrap {
  max-width: 630px;
  padding: 90px 105px 90px 43px;
  position: relative;
}
@media (max-width: 767px) {
  .fti-solution-2-wrap {
    padding: 50px 20px 70px 25px;
  }
}
.fti-solution-2-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: var(--fti-pr-2);
  clip-path: polygon(1% 0, 100% -17%, 80% 87%, 0 100%);
  bottom: -20px;
  left: 0;
}
@media (max-width: 767px) {
  .fti-solution-2-wrap::before {
    clip-path: polygon(2% 0, 100% -10%, 73% 90%, 0 100%);
    bottom: -15px;
  }
}
.fti-solution-2-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  clip-path: polygon(0 0, 100% 0%, 93% 93%, 3% 100%);
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fti-solution-2-wrap::after {
    clip-path: polygon(0 0, 100% 0%, 93% 95%, 3% 100%);
  }
}
.fti-solution-2-wrap .item {
  position: relative;
  z-index: 2;
}
.fti-solution-2-wrap .item .disc {
  margin-top: 20px;
  color: #fff;
}
.fti-solution-2-wrap .item .btn-wrap {
  margin-top: 42px;
}

/*
solution 2 end
*/
/*
solution 3 start
*/
.fti-solution-3-area {
  padding: 0 0 85px 0;
}
.fti-solution-3-area:is(.pt-100) {
  padding-top: 100px !important;
}
.fti-solution-3-area:is(.active) .main-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.fti-solution-3-area:is(.active) .content .solution-bottom .img-wrap {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.fti-solution-3-wrap {
  display: grid;
  grid-template-columns: 1fr 2.04fr;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-solution-3-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.fti-solution-3-wrap .main-img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 1000ms var(--cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-solution-3-wrap .main-img {
    display: flex;
    justify-content: center;
  }
}
.fti-solution-3-wrap .content .solution-title-wrap {
  margin: 0 0 40px 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-solution-3-wrap .content .solution-title-wrap {
    margin-left: 0;
  }
}
.fti-solution-3-wrap .content .solution-bottom {
  display: grid;
  grid-template-columns: 1fr 1.91fr;
  gap: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-solution-3-wrap .content .solution-bottom {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .fti-solution-3-wrap .content .solution-bottom {
    grid-template-columns: 1fr;
  }
}
.fti-solution-3-wrap .content .solution-bottom .img-wrap {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: 1000ms var(--cube-1);
}
.fti-solution-3-wrap .content .solution-bottom .info .disc {
  font-weight: 500;
}
.fti-solution-3-wrap .content .solution-bottom .info .disc .hightlight-text {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.fti-solution-3-wrap .content .solution-bottom .info .signature {
  margin-top: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-solution-3-wrap .content .solution-bottom .info .signature {
    margin-top: 30px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-solution-3-wrap .content .solution-bottom .info .signature {
    margin-top: 30px;
    max-width: 140px;
  }
}
.fti-solution-3-wrap .content .solution-bottom .info .name {
  margin-top: 15px;
  font-weight: 700;
  color: #000;
}
.fti-solution-3-wrap .content .solution-bottom .info .designation {
  color: #000;
}

/*
solution 3 end
*/
/*
team 2 start
*/
.fti-team-2-area {
  padding: 226px 0 130px 0;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-team-2-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .fti-team-2-area {
    padding: 100px 0 160px 0;
  }
}
.fti-team-2-area .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.fti-team-2-area .main-bg img {
  animation: fti-team-bg 20s infinite ease-in-out;
}
.fti-team-2-title-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.fti-team-2-wrap {
  padding: 0 108px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-team-2-wrap {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .fti-team-2-wrap {
    padding: 0;
    max-width: 400px;
  }
}
.fti-team-2-wrap .fti_team_2_active {
  position: relative;
  z-index: 2;
}
.fti-team-2-membar-img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 0 0 170px 160px;
  padding-left: 20px;
  padding-right: 20px;
}
.fti-team-2-membar-img-wrap {
  position: relative;
}
.fti-team-2-membar-img-shape {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
}
.fti-team-2-membar-img-shape .img-shape-2 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.fti-team-2-membar-img-shape .img-shape-1 {
  position: relative;
  z-index: 1;
  bottom: 0px;
  width: 100%;
}
.fti-team-2-membar-name {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-team-2-membar-name {
    font-size: 24px;
  }
}
.fti-team-2-membar-bio {
  color: var(--fti-pr-2);
}
.fti-team-2-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .fti-team-2-navigation {
    top: auto;
    bottom: -115px;
    justify-content: center;
    gap: 20px;
  }
}
.fti-team-2-navigation .fti_team_2_prev, .fti-team-2-navigation .fti_team_2_next {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  color: #1f1f1f;
  font-size: 30px;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-team-2-navigation .fti_team_2_prev, .fti-team-2-navigation .fti_team_2_next {
    width: 55px;
    height: 55px;
    font-size: 25px;
  }
}
.fti-team-2-navigation .fti_team_2_prev::after, .fti-team-2-navigation .fti_team_2_next::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--fti-pr-2);
  transform: scale(0);
  transition: all 0.4s ease;
}
.fti-team-2-navigation .fti_team_2_prev i, .fti-team-2-navigation .fti_team_2_next i {
  position: relative;
  z-index: 2;
}
.fti-team-2-navigation .fti_team_2_prev:hover, .fti-team-2-navigation .fti_team_2_next:hover {
  color: #fff;
}
.fti-team-2-navigation .fti_team_2_prev:hover::after, .fti-team-2-navigation .fti_team_2_next:hover::after {
  transform: scale(1);
}
.fti-team-2-navigation .fti_team_2_next i {
  transform: rotate(180deg);
  display: flex;
}
.fti-team-2-navigation .fti_team_2_prev i {
  display: flex;
}

@keyframes fti-team-bg {
  0% {
    transform: scale3d(100%, 100%, 100%);
  }
  25% {
    transform: scale3d(100%, 130%, 100%);
  }
  50% {
    transform: scale3d(150%, 100%, 100%);
  }
  75% {
    transform: scale3d(100%, 130%, 100%);
  }
  100% {
    transform: scale3d(100%, 100%, 100%);
  }
}
/*
team 2 end
*/
/*
team 3 start
*/
.fti-team-3-area {
  padding: 140px 0 110px 0;
}
.fti-team-3-area .fti-bottom-disc {
  margin-top: 40px;
  text-align: center;
}
.fti-team-3-area .fti-bottom-disc .hightlight-text {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.fti-team-3-title-wrap {
  max-width: 590px;
  margin: 0 auto 45px;
  text-align: center;
}
.fti-team-3-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-team-3-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-team-3-item {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .fti-team-3-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-team-3-item {
    grid-template-columns: 1fr 1fr !important;
    gap: 25px !important;
  }
}
.fti-team-3-item .team-item-left {
  position: relative;
}
.fti-team-3-item .team-item-left::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: var(--fti-pr-3);
  position: absolute;
  top: -8px;
  left: 0;
  transform: translateY(50px);
  opacity: 0;
  transition: 200ms var(--cube-1);
}
.fti-team-3-item .team-item-left::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: var(--fti-pr-3);
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: translateY(-50px);
  z-index: 1;
  opacity: 0;
  transition: 200ms var(--cube-1);
}
.fti-team-3-item .team-item-left .main-img {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.fti-team-3-item .team-item-left .main-img .social-media {
  position: absolute;
  bottom: 30px;
  background-color: var(--fti-pr-3);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 50px;
  z-index: 2;
  transform: translateY(100px);
  transition: 300ms var(--cube-1);
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-team-3-item .team-item-left .main-img .social-media {
    padding: 20px 28px;
    gap: 30px;
  }
}
.fti-team-3-item .team-item-left .main-img .social-media .link {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}
.fti-team-3-item .team-item-left .main-img .social-media .link::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 5px;
  height: 10px;
  background-color: #fff;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}
.fti-team-3-item .team-item-left .main-img .social-media .link::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 5px;
  height: 10px;
  background-color: #fff;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.fti-team-3-item .team-item-left .main-img .social-media .link:hover::after {
  transform: translateY(0);
}
.fti-team-3-item .team-item-left .main-img .social-media .link:hover::before {
  transform: translateY(0);
}
.fti-team-3-item .team-item-right .subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #6c6c6c;
}
.fti-team-3-item .team-item-right .title {
  font-size: 28px;
  font-weight: 900;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-team-3-item .team-item-right .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fti-team-3-item .team-item-right .title {
    font-size: 22px;
  }
}
.fti-team-3-item .team-item-right .team-divider-1, .fti-team-3-item .team-item-right .team-divider-2 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}
.fti-team-3-item .team-item-right .team-divider-1 {
  margin: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-team-3-item .team-item-right .team-divider-1 {
    margin: 12px 0;
  }
}
.fti-team-3-item .team-item-right .team-divider-2 {
  margin: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-team-3-item .team-item-right .team-divider-2 {
    margin: 18px 0;
  }
}
.fti-team-3-item .team-item-right .team-set-percent .quatity-title {
  font-size: 18px;
  font-family: var(--epilogue);
  font-weight: 800;
  color: #000;
}
.fti-team-3-item .team-item-right .team-set-percent .progress {
  height: 13px;
  position: relative;
  overflow: visible;
  border-radius: 100px;
  background-color: rgb(255, 233, 212);
  margin-top: 8px;
}
.fti-team-3-item .team-item-right .team-set-percent .progress span {
  right: 0;
  top: -29px;
  position: absolute;
  font-family: var(--epilogue);
  font-weight: 800;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
}
.fti-team-3-item .team-item-right .team-set-percent .progress-bar {
  width: 0;
  left: 0;
  top: 0;
  float: left;
  height: 13px;
  position: relative;
  border-radius: 100px;
  background-color: rgb(255, 143, 38);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.fti-team-3-item:hover .team-item-left::after {
  opacity: 1;
  transform: translateY(0);
}
.fti-team-3-item:hover .team-item-left::before {
  opacity: 1;
  transform: translateY(0);
}
.fti-team-3-item:hover .team-item-left .main-img .social-media {
  transform: translateY(0);
}

/*
team 3 end
*/
/*
team inner start
*/
.fti-team-inner-area {
  padding: 130px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-team-inner-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .fti-team-inner-area {
    padding: 80px 0;
  }
}
.fti-team-inner-title-wrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.fti-team-inner-title-wrap .subtitle {
  font-family: var(--epilogue);
  font-weight: 700;
  font-size: 18px;
  line-height: 65px;
  text-transform: uppercase;
  color: var(--fti-pr-3);
  margin-bottom: 0;
}
.fti-team-inner-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-team-inner-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-team-inner-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
team inner end
*/
/*
feature 3 start
*/
.fti-feature-3-wrap .feature-item {
  text-align: center;
}
.fti-feature-3-wrap .feature-item .icon-wrap {
  width: 164px;
  height: 160px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
}
.fti-feature-3-wrap .feature-item .icon-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(246, 246, 246);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
  transition: all 0.3s ease;
}
.fti-feature-3-wrap .feature-item .icon-wrap .icon {
  display: flex;
  align-items: center;
}
.fti-feature-3-wrap .feature-item .title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-feature-3-wrap .feature-item .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-feature-3-wrap .feature-item .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-feature-3-wrap .feature-item .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fti-feature-3-wrap .feature-item .title {
    font-size: 25px;
  }
}
.fti-feature-3-wrap .feature-item:hover .icon-wrap::after {
  transform: rotate(180deg);
}

/*
feature 3 end
*/
/*
feature 4 start
*/
.fti-feature-4-area {
  padding: 145px 0 72px 0;
  position: relative;
}
@media (max-width: 767px) {
  .fti-feature-4-area {
    padding: 80px 0 70px 0;
  }
}
.fti-feature-4-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-feature-4-bg-1 {
    height: 100%;
  }
  .fti-feature-4-bg-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.fti-feature-4-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.fti-feature-4-wrap {
  position: relative;
  z-index: 2;
}
.fti-feature-4-wrap .title-wrap {
  max-width: 595px;
}
.fti-feature-4-card {
  background-color: #fff;
  padding: 30px 24px;
  display: grid;
  grid-template-columns: 330px auto;
  gap: 35px;
  align-items: center;
  max-width: 805px;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-feature-4-card {
    grid-template-columns: 260px auto;
  }
}
@media (max-width: 767px) {
  .fti-feature-4-card {
    grid-template-columns: 1fr;
    padding: 25px 15px;
  }
}
.fti-feature-4-card .feature-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: relative;
}
.fti-feature-4-card .feature-list::after {
  content: "";
  position: absolute;
  background-color: rgb(239, 239, 239);
  width: 1px;
  height: 100%;
  top: 0;
  left: 80px;
}
@media (max-width: 767px) {
  .fti-feature-4-card .feature-list::after {
    left: 55px;
  }
}
.fti-feature-4-card .feature-list .feature-item {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 40px;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .fti-feature-4-card .feature-list .feature-item {
    grid-template-columns: 40px auto;
    gap: 30px;
  }
}
.fti-feature-4-card .feature-list .feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: rgb(239, 239, 239);
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
}
.fti-feature-4-card .feature-list .feature-item .icon img:hover {
  animation: bounceIn 1s linear;
}
.fti-feature-4-card .feature-list .feature-item .content .title {
  font-size: 27px;
  color: #000000;
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-feature-4-card .feature-list .feature-item .content .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fti-feature-4-card .feature-list .feature-item .content .title {
    font-size: 22px;
  }
}
.fti-feature-4-card .feature-list .feature-item .content .info {
  color: rgb(68, 68, 68);
  font-weight: 600;
  line-height: 26px;
  margin-top: 5px;
  display: inline-block;
}
.fti-feature-4-card .main-img img {
  transition: all 0.4s ease;
}
.fti-feature-4-card:hover .main-img img {
  transform: scale(1.1) rotate(-5deg);
}

/*
feature 4 end
*/
/*
feature 4 start
*/
.Rectangle_15 {
  background-color: rgb(39, 38, 38);
  position: absolute;
  left: 650px;
  top: 1101px;
  width: 1270px;
  height: 1512px;
  z-index: 2;
}

.fti-feature-5-bg {
  position: relative;
}
.fti-feature-5-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgb(39, 38, 38);
  width: 66.5%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-feature-5-bg::after {
    width: 100%;
  }
}
.fti-feature-5-bg:is(.about-4) {
  padding-top: 100px;
}
.fti-feature-5-bg:is(.about-4)::after {
  height: 110%;
  bottom: 0;
  top: auto;
  z-index: -2;
}
.fti-feature-5-area {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-feature-5-area {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.fti-feature-5-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-feature-5-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media (max-width: 767px) {
  .fti-feature-5-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 30px;
  }
}
.fti-feature-5-item {
  position: relative;
  display: flex;
  justify-content: center;
}
.fti-feature-5-item .title-wrap {
  background-color: #fff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.03);
  padding: 25px 20px;
  position: absolute;
  bottom: -20px;
  width: 85%;
}
@media (max-width: 767px) {
  .fti-feature-5-item .title-wrap {
    padding: 20px 12px;
  }
}
.fti-feature-5-item .title-wrap .title {
  text-align: center;
  font-size: 22px;
  color: rgb(16, 16, 16);
  line-height: 1.455;
  font-weight: 900;
}
@media (max-width: 767px) {
  .fti-feature-5-item .title-wrap .title {
    font-size: 20px;
  }
}

/*
feature 5 end
*/
/*
capacity 3 start
*/
.fti-capacity-3-area {
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-capacity-3-area {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .fti-capacity-3-area {
    padding-bottom: 80px;
  }
}
.fti-capacity-3-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-capacity-3-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-capacity-3-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-capacity-3-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 50px 80px !important;
  }
}
@media (max-width: 767px) {
  .fti-capacity-3-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.fti-capacity-3-item .number {
  font-size: 110px;
  font-family: var(--epilogue);
  -webkit-text-stroke: 2px var(--fti-para-3);
  color: #000000;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-capacity-3-item .number {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-capacity-3-item .number {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-capacity-3-item .number {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .fti-capacity-3-item .number {
    font-size: 55px;
  }
}
.fti-capacity-3-item .number .plus {
  color: var(--fti-pr-3);
  -webkit-text-stroke: 0px var(--fti-pr-3);
  -webkit-text-fill-color: var(--fti-pr-3);
}
.fti-capacity-3-item .capacity-divideer {
  background-color: rgb(221, 221, 221);
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
}
.fti-capacity-3-item .capacity-title {
  font-size: 22px;
  font-family: var(--epilogue);
  color: rgb(44, 43, 43);
  font-weight: 700;
  line-height: 1.2;
}

/*
capacity 3 end
*/
/*
capacity 4 start
*/
.fti-capacity-4-area {
  padding: 100px 0 80px 0;
}
.fti-capacity-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  gap: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-capacity-4-wrap {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
  .fti-capacity-4-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-capacity-4-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fti-capacity-4-item:not(:last-child) {
  border-right: 5px solid rgb(243, 243, 243);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fti-capacity-4-item:not(:last-child) {
    border-right: 4px solid rgb(243, 243, 243) !important;
  }
}
@media (max-width: 767px) {
  .fti-capacity-4-item:not(:last-child) {
    border-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-capacity-4-item:nth-child(2) {
    border-right: 0px !important;
  }
}
.fti-capacity-4-item .number {
  font-size: 70px;
  font-family: var(--epilogue);
  color: rgb(31, 31, 31);
  line-height: 0.857;
  font-weight: 900;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-capacity-4-item .number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-capacity-4-item .number {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-capacity-4-item .number {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fti-capacity-4-item .number {
    font-size: 40px;
  }
}
.fti-capacity-4-item .capacity-title {
  font-size: 18px;
  font-family: var(--epilogue);
  color: rgb(31, 31, 31);
  text-transform: uppercase;
  font-weight: 500;
}

/*
capacity 4 end
*/
/*
contact 3 start
*/
.fti-contact-3-area {
  padding-top: 140px;
  height: 775px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-contact-3-area {
    height: 100%;
    padding-top: 100px;
  }
}
.fti-contact-3-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(255, 83, 23);
  width: 0px;
  height: 14px;
  transition: 3000ms var(--cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-contact-3-area::after {
    display: none;
  }
}
.fti-contact-3-area:is(.active)::after {
  width: 940px;
}
.fti-contact-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.43fr;
  gap: 95px;
  align-items: center;
  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), (max-width: 767px) {
  .fti-contact-3-wrap {
    gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-contact-3-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-contact-3-title-wrap .disc {
  color: #fff;
  margin-top: 20px;
}
.fti-contact-3-title-wrap .btn-wrap {
  margin-top: 35px;
}
.fti-contact-3-title-wrap .men {
  margin-top: 210px;
  display: grid;
  grid-template-columns: 76px auto;
  gap: 24px;
  max-width: 530px;
  align-items: center;
}
@media (max-width: 767px) {
  .fti-contact-3-title-wrap .men {
    gap: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-contact-3-title-wrap .men {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-contact-3-title-wrap .men .men-disc {
    color: #fff;
  }
}
.fti-contact-3-title-wrap .men .men-disc .hightlight-text {
  font-weight: 700;
  text-decoration: underline;
}
.fti-contact-3-form {
  padding: 70px 70px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-contact-3-form {
    padding: 60px 50px 70px;
  }
}
@media (max-width: 767px) {
  .fti-contact-3-form {
    padding: 40px 20px 50px;
  }
}
.fti-contact-3-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fti-contact-3-form form .input-field {
  height: 65px;
  padding: 10px 30px;
  background-color: transparent;
  color: #fff;
  outline: none;
  border: 1px solid rgb(118, 118, 118);
  font-size: 16px;
  font-family: var(--epilogue);
  line-height: 1.2;
  width: 100%;
}
.fti-contact-3-form form .input-field::placeholder {
  color: rgb(189, 189, 189);
}
@media (max-width: 767px) {
  .fti-contact-3-form form .input-field {
    padding: 10px 16px;
  }
}
.fti-contact-3-form form .input-message {
  height: 180px;
  padding: 10px 30px;
  background-color: transparent;
  color: #fff;
  outline: none;
  border: 1px solid rgb(118, 118, 118);
  font-size: 16px;
  font-family: var(--epilogue);
  line-height: 1.2;
  width: 100%;
}
.fti-contact-3-form form .input-message::placeholder {
  color: rgb(189, 189, 189);
}
@media (max-width: 767px) {
  .fti-contact-3-form form .input-message {
    padding: 10px 16px;
  }
}
.fti-contact-3-form form .option-selector {
  height: 65px;
  padding: 10px 30px;
  background-color: transparent;
  color: rgb(189, 189, 189);
  outline: none;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 0;
  font-size: 16px;
  font-family: var(--epilogue);
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.fti-contact-3-form form .nice-select::before {
  content: "";
  border-radius: 9px;
  background-color: rgb(41, 41, 41);
  position: absolute;
  right: 12px;
  width: 29px;
  height: 32px;
}
.fti-contact-3-form form .nice-select::after {
  right: 24px;
}
.fti-contact-3-form form .nice-select .list {
  background: #444141;
}
.fti-contact-3-form form .nice-select .list .option:hover {
  background-color: #fff;
  color: #000;
}

/*
contact 3 end
*/
/*
contact 5 start
*/
.fti-contact-5-area:is(.about-4) {
  padding: 200px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-contact-5-area:is(.about-4) {
    padding: 200px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .fti-contact-5-area:is(.about-4) {
    padding: 300px 0 100px 0;
  }
}
.fti-contact-5-wrap {
  padding: 95px 100px 50px 85px;
  height: 585px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-contact-5-wrap {
    height: auto;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fti-contact-5-wrap {
    padding: 80px 20px;
  }
}
.fti-contact-5-title-wrap .subtitle {
  font-size: 18px;
  font-family: var(--urbanist);
  color: rgb(253, 253, 253);
  font-weight: 800;
  line-height: 1.778;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.fti-contact-5-title-wrap .disc {
  margin-top: 12px;
  color: rgb(253, 253, 253);
  line-height: 1.556;
}
.fti-contact-5-form {
  background-color: #fdfdfd;
}
.fti-contact-5-form .tx-contact-form {
  padding: 55px 55px 45px 55px;
}
@media (max-width: 767px) {
  .fti-contact-5-form .tx-contact-form {
    padding: 30px 16px;
  }
}
.fti-contact-5-form .title {
  font-size: 30px;
  color: rgb(16, 16, 16);
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-contact-5-form .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .fti-contact-5-form .title {
    font-size: 24px;
  }
}
.fti-contact-5-form .disc {
  margin-top: 5px;
  color: rgb(114, 114, 114);
  line-height: 1.389;
}
.fti-contact-5-form .input-wrap {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .fti-contact-5-form .input-wrap {
    grid-template-columns: 1fr;
  }
}
.fti-contact-5-form .input-wrap input {
  height: 52px;
  padding: 10px 10px 10px 20px;
  background-color: rgb(240, 240, 240);
  border: none;
  outline: none;
  font-size: 14px;
  font-family: var(--urbanist);
  font-weight: 600;
  color: rgb(16, 16, 16);
}
.fti-contact-5-form .input-wrap .Rectangle_35_copy_4 {
  background-color: rgb(240, 240, 240);
  position: absolute;
  left: 986px;
  top: 7851px;
  width: 437px;
  height: 109px;
  z-index: 162;
}
.fti-contact-5-form textarea {
  height: 109px;
  padding: 10px 10px 10px 20px;
  background-color: rgb(240, 240, 240);
  border: none;
  outline: none;
  font-size: 14px;
  font-family: var(--urbanist);
  font-weight: 600;
  color: rgb(16, 16, 16);
  width: 100%;
  margin-top: 10px;
}
.fti-contact-5-form .btn-wrap {
  margin-top: 14px;
}
.fti-contact-5-form .bottom-text-wrap {
  background-color: rgb(33, 33, 32);
  box-shadow: 0px 32px 79px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  font-size: 15px;
  font-family: var(--urbanist);
  color: rgb(253, 253, 253);
  font-weight: 800;
  line-height: 2;
  padding: 3px;
}

/*
contact 5 end
*/
/*
contact-us start
*/
.fti-contact-us-area {
  padding: 130px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-contact-us-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .fti-contact-us-area {
    padding: 80px 0;
  }
}
.fti-contact-us-title-wrap {
  text-align: center;
  max-width: 735px;
  margin: 0 auto;
}
.fti-contact-us-title-wrap .subtitle {
  font-family: var(--epilogue);
  font-weight: 700;
  font-size: 18px;
  line-height: 65px;
  text-transform: uppercase;
  color: var(--fti-pr-3);
  margin-bottom: 0;
}

.fti-contact-us-wrap .action-wrap .main-img {
  text-align: center;
}
.fti-contact-us-wrap .action-wrap .main-img img {
  margin-bottom: -10px;
}
.fti-contact-us-wrap .action-wrap .action {
  position: relative;
  z-index: 2;
  padding: 35px 35px 35px 33px;
  border-radius: 8px;
}
.fti-contact-us-wrap .action-wrap .action .item {
  display: grid;
  grid-template-columns: 52px auto;
  gap: 12px;
}
@media (max-width: 767px) {
  .fti-contact-us-wrap .action-wrap .action .item {
    grid-template-columns: 1fr;
  }
}
.fti-contact-us-wrap .action-wrap .action .item:not(:last-child) {
  margin-bottom: 22px;
}
.fti-contact-us-wrap .action-wrap .action .item .icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #313131;
  border-radius: 50%;
  color: var(--fti-pr-3);
  font-size: 18px;
}
.fti-contact-us-wrap .action-wrap .action .item .action-title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.fti-contact-us-wrap .action-wrap .action .item .action-text {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #D6D6D6;
}
.fti-contact-us-wrap .action-wrap .action .item .link {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #D6D6D6;
  transition: all 0.3s ease;
}
.fti-contact-us-wrap .action-wrap .action .item .link:first-child {
  margin-right: 26px;
}
.fti-contact-us-wrap .action-wrap .action .item .link:hover {
  color: var(--fti-pr-3);
}

/*
contact-us end
*/
/*
work 4 start
*/
.fti-work-4-area {
  padding: 130px 0 115px 0;
}
@media (max-width: 767px) {
  .fti-work-4-area {
    padding: 100px 0;
  }
}
.fti-work-4-area .bottom-text {
  text-align: center;
  margin-top: 55px;
  font-size: 16px;
  color: rgb(38, 38, 37);
  font-weight: 600;
  line-height: 2;
}
.fti-work-4-area .bottom-text .hightlight-text {
  font-weight: 700;
  text-decoration: underline;
}
.fti-work-4-title-wrap {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.fti-work-4-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  margin-top: 40px;
  perspective: 1000px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-work-4-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-work-4-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .fti-work-4-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.fti-work-4-wrap .shape {
  position: absolute;
  bottom: -30px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-work-4-wrap .shape {
    display: none;
  }
}
.fti-work-4-card-wrap {
  width: 100%;
  height: 390px;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.fti-work-4-card-wrap .main-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.fti-work-4-card-wrap .main-img img {
  border-radius: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-work-4-card-wrap .main-img img {
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .fti-work-4-card-wrap .main-img img {
    border-radius: 40px;
  }
}
.fti-work-4-card-wrap:hover {
  transform: rotateY(180deg);
}
.fti-work-4-card {
  background-color: rgb(245, 245, 245);
  padding: 81px 30px 83px 40px;
  border-radius: 150px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-work-4-card {
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .fti-work-4-card {
    padding: 60px 30px;
    border-radius: 40px;
  }
}
.fti-work-4-card .number {
  font-size: 32.97px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  font-weight: 900;
  background-color: rgb(255, 238, 2);
  padding: 12px 18px;
  display: inline-block;
  border-radius: 100px;
}
.fti-work-4-card .title {
  margin-top: 30px;
  font-size: 26px;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  font-weight: 900;
}
.fti-work-4-card .disc {
  line-height: 26px;
  color: rgb(68, 68, 68);
  font-weight: 600;
  line-height: 1.444;
  margin-top: 20px;
}

/*
work 4 end
*/
/*
work 5 start
*/
.fti-work-5-area {
  padding: 150px 0 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-work-5-area {
    padding: 80px 0;
  }
}
.fti-work-5-title-wrap {
  text-align: center;
}
.fti-work-5-wrap {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-work-5-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fti-work-5-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fti-work-5-card {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  width: 100%;
  height: 300px;
}
.fti-work-5-card .main-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fti-work-5-card .content {
  background-color: rgb(245, 245, 245);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.fti-work-5-card .content .number {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  background-color: var(--fti-pr-3);
  padding: 5px 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
}
.fti-work-5-card .content .title {
  font-size: 25px;
  margin-top: 20px;
}
.fti-work-5-card .content .disc {
  line-height: 28px;
  margin-top: 10px;
}
.fti-work-5-card:hover {
  transform: rotateY(180deg);
}
.fti-work-5-content {
  margin-top: 68px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 125px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-work-5-content {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-work-5-content {
    grid-template-columns: 1fr;
  }
}
.fti-work-5-content .work-title-wrap .subtitle {
  font-size: 18px;
  font-family: var(--urbanist);
  color: var(--fti-pr-3);
  font-weight: 800;
  line-height: 1.778;
  text-transform: capitalize;
}
.fti-work-5-content .work-title-wrap .disc {
  margin-top: 25px;
  color: rgb(16, 16, 16);
  line-height: 28px;
}
.fti-work-5-content .work-title-wrap .action {
  display: grid;
  grid-template-columns: 60px auto;
  margin-top: 35px;
  gap: 15px;
}
.fti-work-5-content .work-title-wrap .action .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(250, 125, 9);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 8px solid rgb(255, 220, 205);
  font-size: 20px;
  color: rgb(16, 16, 16);
}
.fti-work-5-content .work-title-wrap .action .mail-text {
  font-size: 17px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.3;
  display: block;
}
.fti-work-5-content .work-title-wrap .action .mail-link {
  font-size: 21px;
  font-family: var(--urbanist);
  color: rgb(0, 0, 0);
  line-height: 1.5;
  font-weight: 900;
}
.fti-work-5-content .work-progress-wrapper .work-set-percent .title {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(16, 16, 16);
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 18px;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-work-5-content .work-progress-wrapper .work-set-percent .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fti-work-5-content .work-progress-wrapper .work-set-percent .title {
    font-size: 16px;
  }
}
.fti-work-5-content .work-progress-wrapper .work-set-percent .progress {
  background-color: rgb(213, 216, 233);
  height: 8px;
  border-radius: 0;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.fti-work-5-content .work-progress-wrapper .work-set-percent .progress .progress-bar {
  background-color: rgb(248, 72, 40);
  height: 8px;
  width: 0;
  margin-top: -8px;
  position: relative;
  z-index: -1;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.fti-work-5-content .work-progress-wrapper .work-set-percent .progress span {
  font-size: 20px;
  font-family: var(--urbanist);
  color: rgb(16, 16, 16);
  font-weight: 800;
  line-height: 1.6;
  align-self: flex-end;
  display: inline-block;
  margin-bottom: 16px;
  margin-left: -38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-work-5-content .work-progress-wrapper .work-set-percent .progress span {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .fti-work-5-content .work-progress-wrapper .work-set-percent .progress span {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

/*
work 5 end
*/
/*
gallery 5 start
*/
.fti-gallery-5-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-gallery-5-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fti-gallery-5-area .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fti-gallery-5-area .item::before {
  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;
}
.fti-gallery-5-area .item::after {
  content: "\f302";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  font-size: 44px;
  color: var(--fti-pr-3);
  transform: scale(0);
  transition: 0.2s ease;
  transition-delay: 0.4s;
}
@media (max-width: 767px) {
  .fti-gallery-5-area .item::after {
    font-size: 30px;
  }
}
.fti-gallery-5-area .item:hover::before {
  transform: scale(1);
}
.fti-gallery-5-area .item:hover::after {
  transform: scale(1);
}

/*
gallery 5 end
*/
/*
breadcrumb start
*/
.breadcrumb-area {
  padding: 130px 0 178px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .breadcrumb-area {
    padding: 100px 0 120px 0;
  }
}
.breadcrumb-area .main-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  clip-path: polygon(50% 0%, 100% 0, 100% 72.5%, 50% 97.5%, 50% 97.5%, 0 72.5%, 0 0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .main-img {
    clip-path: polygon(50% 0%, 100% 0, 100% 82.5%, 50% 97.5%, 50% 97.5%, 0 82.5%, 0 0);
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .main-img {
    clip-path: polygon(50% 0%, 100% 0, 100% 87.5%, 50% 97.5%, 50% 97.5%, 0 87.5%, 0 0);
  }
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fti-pr-3);
  z-index: -1;
  clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area::before {
    clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 50% 100%, 0 85%, 0 0);
  }
}
@media (max-width: 767px) {
  .breadcrumb-area::before {
    clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%, 0 0);
  }
}
.breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.breadcrumb-title {
  font-family: var(--urbanist);
  font-weight: 900;
  font-size: 70px;
  line-height: 84px;
  color: #FFFFFF;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title {
    font-size: 60px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.breadcrumb-action {
  display: flex;
  align-items: center;
  background-color: var(--fti-pr-3);
  padding: 21px 30px 21px 30px;
  gap: 8px;
}
.breadcrumb-action .link {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.breadcrumb-action .link:hover {
  color: #fff;
}
.breadcrumb-action .current {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: capitalize;
}

/*
breadcrumb start
*/
.fti-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fti-pagination-item {
  width: 54px;
  height: 54px;
}
@media (max-width: 767px) {
  .fti-pagination-item {
    width: 50px;
    height: 50px;
  }
}

.fti-pagination-item:hover .page-numbers:is(.prev) {
  border-color: var(--fti-pr-3);
  background-color: #fff;
}
.fti-pagination-item:hover .page-numbers:is(.prev) i {
  color: var(--fti-pr-3);
}
.fti-pagination-item:hover .page-numbers:is(.next) {
  border-color: var(--fti-pr-3);
  background-color: #fff;
}
.fti-pagination-item:hover .page-numbers:is(.next) i {
  color: var(--fti-pr-3);
}
.fti-pagination .page-numbers {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  color: #444444;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  transition: all 0.3s ease;
}
.fti-pagination .page-numbers i {
  font-size: 16px;
  transition: all 0.3s ease;
}
.fti-pagination-item .current,
.fti-pagination-item:hover .page-numbers {
  color: #ffffff;
  background-color: var(--fti-pr-3);
}
.team-details-area {
  padding: 125px 0;
}
@media (max-width: 767px) {
  .team-details-area {
    padding: 80px 0;
  }
}
.team-details-wrap {
  display: flex;
  gap: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team-details-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .team-details-wrap {
    gap: 50px;
  }
}
.team-details-left {
  width: 63%;
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-left {
    gap: 20px;
    width: 68%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team-details-left {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-left {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .team-details-left {
    flex-direction: column;
    gap: 20px;
  }
}
.team-details-left .team-details-img-1 {
  border-radius: 10px;
}
.team-details-right {
  width: 37%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-right {
    width: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team-details-right {
    width: 100%;
  }
}
.team-details-title {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 38px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 15px;
}
.team-details-subtitle-2 {
  font-family: var(--epilogue);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--fti-pr-3);
  margin-bottom: 0;
}
.team-details-feature {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team-details-feature-title {
  width: 105px;
  font-family: var(--epilogue);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  display: inline-block;
}
.team-details-feature-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  font-family: var(--epilogue);
}
.team-details-social-wrap {
  margin-top: 25px;
}
.team-details-social-title {
  margin-bottom: 20px;
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.team-details-social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.team-details-social-icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--fti-pr-3);
  color: var(--fti-pr-3);
  transition: all 0.4s ease;
}
.team-details-social-icons a:hover {
  background-color: var(--fti-pr-3);
  color: #fff;
}
.team-details-subtitle {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
}
.team-details-disc {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.team-details-progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 85, 23, 0.08);
  border-radius: 24px;
}
.team-details-progress-cont-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.team-details-progress-item-title {
  margin-bottom: 5px;
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.team-details-progress-bar {
  width: 0;
  left: 0;
  float: left;
  height: 8px;
  position: relative;
  border-radius: 24px;
  background-color: var(--fti-pr-3);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
.team-details-progress-bar::after {
  position: absolute;
  content: "";
  right: 0;
  width: 8px;
  height: 20px;
  border-radius: 30px;
  background-color: #FF6600;
  z-index: 2;
}
.team-details-progress span {
  position: absolute;
  top: -30px;
  right: 0;
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--fti-pr-3);
}
.team-details-info {
  margin-top: 60px;
}
.team-details-form {
  margin-top: 50px;
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 52px;
}
@media (max-width: 767px) {
  .team-details-form {
    padding: 35px 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details-form {
    padding: 40px 30px;
  }
}
.team-details-form-title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}
.team-details-form-disc {
  margin-top: 20px;
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
}
.team-details-form-input-wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .team-details-form-input-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-details-form-input-wrap .nice-select {
  height: 62px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border: none;
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
@media (max-width: 767px) {
  .team-details-form-input-wrap .nice-select {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details-form-input-wrap .nice-select {
    padding: 10px 20px;
  }
}
.team-details-form-input-wrap .nice-select::after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 49% 60%);
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #000000;
  color: #000000;
  transform: rotate(0deg);
}
.team-details-form-input {
  height: 62px;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  padding: 10px 30px;
  outline: none;
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
@media (max-width: 767px) {
  .team-details-form-input {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details-form-input {
    padding: 10px 20px;
  }
}
.team-details-form-textarea {
  height: 178px;
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  padding: 16px 30px;
  border: none;
  margin-top: 20px;
  outline: none;
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
@media (max-width: 767px) {
  .team-details-form-textarea {
    height: 140px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details-form-textarea {
    padding: 10px 20px;
  }
}
.team-details-form-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.team-details-form-btn {
  padding: 0;
  margin-right: 52px;
}
.team-details-form:is(.has-contact-us) {
  margin-top: 0;
}
.team-details-form:is(.has-contact-us) .team-details-form-input-wrap {
  margin-top: 23px;
}
.team-details-form:is(.has-contact-us) .form-label {
  font-family: "Urbanist";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 5px;
}
.team-details-form:is(.has-contact-us) .form-label .label-req-mark {
  color: #ff0000;
}
.team-details-form:is(.has-contact-us) .team-details-form-input {
  width: 100%;
}
.team-details-form:is(.has-contact-us) .nice-select {
  width: 100%;
}
.team-details-form:is(.has-contact-us) .textarea-form-wrap {
  margin-top: 20px;
}
.team-details-form:is(.has-contact-us) .team-details-form-textarea {
  margin-top: 0;
}
.team-details-form:is(.has-contact-us) .team-details-form-btn-wrap {
  margin-top: 20px;
}
.team-details-form:is(.has-contact-us) .team-d-submit-btn {
  border-radius: 5px;
  overflow: hidden;
}

.project-details-area {
  padding: 116px 0 130px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-details-area {
    padding: 80px 0;
  }
}
.project-details-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .project-details-title {
    font-size: 38px;
    line-height: 50px;
  }
}
.project-details-img-1 {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transform: translateX(-100px);
}
.project-details-img-1:is(.active) {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateX(0px);
}
.project-details-info {
  margin: 30px 0;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 32px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details-info {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.project-details-info-title {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
.project-details-info-text {
  font-family: "Inter";
  font-size: 16px;
  line-height: 30px;
  color: #5E6060;
}
.project-details-main-title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
  margin-bottom: 30px;
}
.project-details-disc {
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.project-details-subtitle {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .project-details-subtitle {
    font-size: 26px;
  }
}
.project-details-feature {
  display: flex;
  align-items: end;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details-feature {
    flex-direction: column;
    align-items: start;
  }
}
.project-details-feature-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.project-details-feature-list-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.project-details-feature-list-icon {
  color: #FF6600;
  font-size: 16px;
}
.project-details-feature-list-text {
  font-family: var(--epilogue);
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.project-details-feature-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-details-feature-img-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.project-details-feature-img-3 {
  border-radius: 10px;
  width: 50%;
  transform: translateX(-451px);
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}
.project-details-feature-img-3:is(.active) {
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .project-details-feature-img-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-feature-img-3 {
    width: 50%;
  }
}
.project-details-feature-play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF6600;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.project-details-feature-play-btn i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.project-details-feature-play-btn:hover {
  background-color: #fff;
}
.project-details-feature-play-btn:hover i {
  color: #FF6600;
}

.feh-career-area {
  padding: 130px 0;
  background-color: #f6f6f6;
}
.feh-career-title-wrap {
  max-width: 728px;
  margin: 0 auto;
}
.feh-career-title-wrap .subtitle {
  font-family: var(--epilogue);
  font-weight: 700;
  font-size: 18px;
  line-height: 65px;
  color: var(--fti-pr-3);
  margin-bottom: 0;
}
.feh-career-title-wrap .disc {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.feh-career-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1122px;
  margin: 50px auto 0;
}
.feh-career-card {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feh-career-card {
    grid-template-columns: 0.7fr 0.5fr 0.5fr 0.5fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feh-career-card {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .feh-career-card {
    padding: 30px 20px;
  }
}
.feh-career-card .designation .designation-title {
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
}
@media (max-width: 767px) {
  .feh-career-card .designation .designation-title {
    font-size: 22px;
  }
}
.feh-career-card .designation .job-type {
  margin-top: 15px;
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feh-career-card .designation .job-type {
    flex-direction: column;
    gap: 10px;
  }
}
.feh-career-card .designation .job-type .job-ext, .feh-career-card .designation .job-type .job-time {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.feh-career-card .designation .job-type .job-ext i, .feh-career-card .designation .job-type .job-time i {
  color: #444444;
  font-size: 17px;
  margin-right: 3px;
}
.feh-career-card .exper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feh-career-card .exper {
    padding-left: 0px;
  }
}
.feh-career-card .exper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 77px;
  background: radial-gradient(50% 50% at 50% 50%, #1E1C1C 0%, rgba(30, 28, 28, 0) 100%);
  opacity: 0.5;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feh-career-card .exper::before {
    display: none;
  }
}
.feh-career-card .exper::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 77px;
  background: radial-gradient(50% 50% at 50% 50%, #1E1C1C 0%, rgba(30, 28, 28, 0) 100%);
  opacity: 0.5;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feh-career-card .exper::after {
    display: none;
  }
}
.feh-career-card .exper .exper-text {
  font-family: var(--epilogue);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #A09F9F;
}
.feh-career-card .exper .exper-year {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.feh-career-card .deadline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-left: 53px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feh-career-card .deadline {
    padding-left: 0px;
  }
}
.feh-career-card .deadline::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 77px;
  background: radial-gradient(50% 50% at 50% 50%, #1E1C1C 0%, rgba(30, 28, 28, 0) 100%);
  opacity: 0.5;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feh-career-card .deadline::before {
    display: none;
  }
}
.feh-career-card .deadline .deadline-text {
  font-family: var(--epilogue);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #A09F9F;
}
.feh-career-card .deadline .deadline-date {
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.feh-career-card .apply-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
.feh-career-card .apply-btn-wrap .apply-btn {
  padding: 17px 35px;
  background: #444444;
  border-radius: 200px;
  font-family: "Urbanist";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  transition: 0.3s var(--cube-1);
}
@media (max-width: 767px) {
  .feh-career-card .apply-btn-wrap .apply-btn {
    padding: 14px 30px;
    font-size: 18px;
  }
}
.feh-career-card .apply-btn-wrap .apply-btn:hover {
  background-color: var(--fti-pr-3);
}
.feh-career-card:hover {
  border: 1px solid var(--fti-pr-3);
}

.fti-career-feature-area {
  padding: 109px 0 130px 0;
}
.fti-career-feature-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  max-width: 1202px;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-career-feature-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-career-feature-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.fti-career-feature-wrap .content .title {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .fti-career-feature-wrap .content .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fti-career-feature-wrap .content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-career-feature-wrap .content .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fti-career-feature-wrap .content .title {
    font-size: 38px;
    line-height: 50px;
  }
}
.fti-career-feature-wrap .content ul li {
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  display: flex;
  align-items: baseline;
}
.fti-career-feature-wrap .content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.fti-career-feature-wrap .content ul i {
  color: var(--fti-pr-3);
  margin-right: 8px;
}

.blta-career-details-area {
  padding: 125px 0 120px 0;
}
@media (max-width: 767px) {
  .blta-career-details-area {
    padding: 80px 0;
  }
}
.blta-career-details-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(3, 6, 23, 0.1);
  border-radius: 10px;
  padding: 32px 30px;
}
@media (max-width: 767px) {
  .blta-career-details-wrap {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blta-career-details-wrap {
    padding: 32px 30px;
  }
}
.blta-career-details-wrap .row {
  --bs-gutter-x: 30px;
}
.blta-career-details-img-1 {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blta-career-details-title {
  font-size: 36px;
  line-height: 52px;
  color: #000000;
}
@media (max-width: 767px) {
  .blta-career-details-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.blta-career-details-info {
  border: 1px solid #E6E6E8;
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px 0;
}
.blta-career-details-info-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.blta-career-details-info-text {
  font-family: var(--urbanist);
}
.blta-career-details-disc {
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.blta-career-details-subtitle {
  font-size: 32px;
  line-height: 42px;
  color: #000000;
}
@media (max-width: 767px) {
  .blta-career-details-subtitle {
    font-size: 25px;
    line-height: 34px;
  }
}
.blta-career-details-list {
  margin: 20px 0 30px 24px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.blta-career-details-list-item {
  font-family: var(--epilogue);
  font-size: 18px;
  line-height: 30px;
  color: #444444;
}
.blta-career-details-salary {
  font-family: var(--epilogue);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  margin-top: 20px;
  display: inline-block;
}

.career-sidebar-wrap {
  background-color: #f6f6f6;
  padding: 30px 25px;
  border-radius: 10px;
}

.blta-career-sidebar-form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}
.blta-career-sidebar-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blta-career-sidebar-form-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blta-career-sidebar-form-label {
  font-family: var(--epilogue);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.blta-career-sidebar-form-label-req-mark {
  color: #ff0000;
}
.blta-career-sidebar-form-input {
  height: 52px;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 10px 18px;
  font-family: var(--epilogue);
  font-size: 14px;
  line-height: 26px;
  color: #444444;
}
.blta-career-sidebar-form-input::placeholder {
  color: rgba(34, 38, 39, 0.5);
}
.blta-career-sidebar-form-file-wrap {
  position: relative;
  width: 152px;
  height: 52px;
}
.blta-career-sidebar-form-file-wrap .blta-career-sidebar-form-input {
  position: absolute;
  width: 100%;
  height: 100%;
}
.blta-career-sidebar-form-file-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C4C4C6;
  border-radius: 5px;
  padding: 13px 20px;
  cursor: pointer;
}
.blta-career-sidebar-form-file-btn-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #030617;
  font-family: var(--ubuntu);
}
.blta-career-sidebar-form-btn {
  width: 100%;
  padding: 10px 30px;
  height: 60px;
  background: var(--fti-pr-3);
  border-radius: 5px;
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 10px;
  transition: all 0.4s ease;
}
.blta-career-sidebar-form-btn:hover {
  letter-spacing: 0.5px;
}

.blog-grid-area {
  padding: 130px 0;
}
@media (max-width: 767px) {
  .blog-grid-area {
    padding: 100px 0;
  }
}
.blog-grid-area .row {
  --bs-gutter-x: 30px;
}

.feh-blog-grid-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .feh-blog-grid-items {
    grid-template-columns: 1fr;
  }
}

.fti-blog-grid-item {
  background-color: #F6F6F6;
  padding-top: 20px;
  width: 90%;
}
@media (max-width: 767px) {
  .fti-blog-grid-item {
    margin-right: 15px;
    height: auto;
  }
}
.fti-blog-grid-item .main-img {
  transform: translateX(40px);
  position: relative;
  overflow: hidden;
  height: 260px;
}
@media (max-width: 767px) {
  .fti-blog-grid-item .main-img {
    transform: translateX(25px);
  }
}
.fti-blog-grid-item .main-img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--fti-pr-3);
}
.fti-blog-grid-item .main-img img {
  transition: all 0.4s ease;
}
.fti-blog-grid-item .meta {
  padding: 32px 32px 30px 40px;
}
@media (max-width: 767px) {
  .fti-blog-grid-item .meta {
    padding-left: 25px;
  }
}
.fti-blog-grid-item .meta .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--fti-pr-3);
}
.fti-blog-grid-item .meta .title {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  margin-top: 10px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fti-blog-grid-item .meta .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.fti-blog-grid-item .meta .title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.fti-blog-grid-item .meta .title a:hover {
  color: var(--fti-pr-3);
  background-size: 100% 1.5px;
}
.fti-blog-grid-item:hover .main-img img {
  transform: scale(1.2) rotate(-7deg);
}

.sidebar-box {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.sidebar-box-wrap {
  border-radius: 20px;
}

.blog-grid-sidebar .wp-block-heading,
.sidebar-box-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.sidebar-category {
  list-style: none;
}
.sidebar-category li a {
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-family: var(--epilogue);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 400ms ease-in-out;
}
.sidebar-category li a .text {
  display: inline-block;
}
.sidebar-category li a .icon-1 {
  display: inline-block;
  line-height: 1;
  transition: 400ms;
  transform: translate(-20px, 2px);
  opacity: 0;
  color: var(--fti-pr-3);
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-category li a .icon-1 i {
  display: flex;
}
.sidebar-category li a .number {
  display: inline-block;
  line-height: 30px;
  margin-right: auto;
  margin-left: 5px;
  font-weight: 500;
  transition: 400ms ease-in-out;
}
.sidebar-category li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  background: var(--fti-pr-3);
  width: 100%;
  height: 0%;
  border-radius: 10px;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.sidebar-category li a:hover {
  color: #fff;
}
.sidebar-category li a:hover::after {
  top: 0;
  height: 100%;
  bottom: auto;
}
.sidebar-category li a:hover .icon-1 {
  transform: translate(0px, 2px);
  opacity: 1;
}
.sidebar-category li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-download li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-download li a {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #F4F4F6;
  padding: 5px 15px 5px 6px;
  border-radius: 10px;
  transition: 400ms ease-in-out;
}
.sidebar-download li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  background: var(--ftc-pr-1);
  width: 100%;
  height: 0%;
  border-radius: 10px;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.sidebar-download li a .icon-1 {
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #222627;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-download li a .icon-1 i {
  color: #fff;
}
.sidebar-download li a .file {
  display: flex;
  flex-direction: column;
}
.sidebar-download li a .file .file-naem {
  font-size: 18px;
  line-height: 26px;
}
.sidebar-download li a .file .file-kb {
  font-size: 12px;
  line-height: 16px;
  color: #545661;
}
.sidebar-download li a .icon-2 {
  margin-left: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #C4F017;
  border-radius: 100%;
  transform: rotate(90deg);
  transition: 400ms ease-in-out;
}
.sidebar-download li a:hover::after {
  top: 0;
  height: 100%;
  bottom: auto;
}
.sidebar-download li a:hover .icon-2 {
  background-color: #fff;
}

.sidebar-search-box {
  position: relative;
}
.sidebar-search-box .search-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  transition: 400ms ease;
  width: 44px;
  height: 44px;
  background: var(--fti-pr-3);
  border-radius: 3px;
}
.sidebar-search-box .search-btn:hover {
  color: #fff;
}
.sidebar-search-box .search-input {
  border: 0;
  background: #F6F6F6;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 60px;
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8E8E8E;
  padding: 0 20px;
}
.sidebar-search-box .search-input::placeholder {
  font-size: 16px;
  color: #8E8E8E;
  text-transform: capitalize;
}

.latest-post-item:not(:last-child) {
  margin-bottom: 20px;
}
.latest-post-item .img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.latest-post-item .img a {
  width: 100%;
  height: 100%;
}
.latest-post-item .content {
  padding-top: 10px;
}
.latest-post-item .content .date {
  display: block;
  margin-bottom: 5px;
  font-family: "Ubuntu";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--fti-pr-3);
}
.latest-post-item .content .title {
  font-family: "Urbanist";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000000;
  transition: all 0.2s ease;
}
.latest-post-item .content .title:hover {
  color: var(--fti-pr-3);
}

.sidebar-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sidebar-tag a {
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--epilogue);
  font-size: 15px;
  line-height: 20px;
  color: #444444;
  text-transform: none;
  background-color: #f6f6f6;
  padding: 7px 20px;
  transition: 400ms;
}
.sidebar-tag a:hover {
  background-color: var(--fti-pr-3);
}

.brochure-wrap .brochure-btn {
  background: #444444;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 17px 20px;
  position: relative;
  overflow: hidden;
  transition: 400ms ease-in-out;
}
.brochure-wrap .brochure-btn .btn-text {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.brochure-wrap .brochure-btn .icon {
  position: relative;
  z-index: 2;
}
.brochure-wrap .brochure-btn:not(:last-child) {
  margin-bottom: 6px;
}
.brochure-wrap .brochure-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  background: var(--fti-pr-3);
  width: 100%;
  height: 0%;
  border-radius: 5px;
  transition: 400ms ease-in-out;
}
.brochure-wrap .brochure-btn:hover::after {
  top: 0;
  height: 100%;
  bottom: auto;
}

.blog-list-slider-wrap {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.blog-list-slider-wrap .blog-list-slide-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-list-slider-wrap .blog-list-slide-item img {
  border-radius: 16px;
}
.blog-list-slider-wrap .blog-list-slide-item .feh-plybtn-1 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.blog-list-slider-wrap .blog-list-slide-item .feh-plybtn-1 .icon {
  color: #444444;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--fti-pr-3);
  animation: feh-plybtn-1 3s infinite ease;
}
@media (max-width: 767px) {
  .blog-list-slider-wrap .blog-list-slide-item .feh-plybtn-1 .icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
    left: 15px;
  }
}

.feh-blog-slider-navigation .feh_blog_1_next {
  position: absolute;
  top: 40%;
  width: 62px;
  height: 62px;
  background: #444444;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 100%;
  font-size: 22px;
  left: 27px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .feh-blog-slider-navigation .feh_blog_1_next {
    width: 30px;
    height: 30px;
    font-size: 15px;
    left: 15px;
  }
}
.feh-blog-slider-navigation .feh_blog_1_next:hover {
  background: var(--fti-pr-3);
  color: #444444;
}
.feh-blog-slider-navigation .feh_blog_1_prev {
  position: absolute;
  top: 40%;
  width: 62px;
  height: 62px;
  background: #444444;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 100%;
  font-size: 22px;
  right: 27px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .feh-blog-slider-navigation .feh_blog_1_prev {
    width: 30px;
    height: 30px;
    font-size: 15px;
    right: 15px;
  }
}
.feh-blog-slider-navigation .feh_blog_1_prev:hover {
  background: var(--fti-pr-3);
  color: #444444;
}

.blog-list-item {
  background: #FFFFFF;
  border: 1px solid #DFDDE4;
  border-radius: 20px;
  padding: 25px;
  transition: all 0.3s ease;
}
.blog-list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-list-item {
    padding: 20px 15px;
  }
}
.blog-list-item .meta-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 690px;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 22px 50px;
  border-radius: 50px;
  margin-bottom: 25px;
  margin-top: -35px;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list-item .meta-data {
    padding: 22px 30px;
  }
}
@media (max-width: 767px) {
  .blog-list-item .meta-data {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 30px;
    margin-top: 25px;
    border-radius: 16px;
  }
}
.blog-list-item .meta-data .name {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #444444;
}
@media (max-width: 767px) {
  .blog-list-item .meta-data .name {
    font-size: 12px;
  }
}
.blog-list-item .meta-data .name i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .blog-list-item .meta-data .name i {
    font-size: 14px;
  }
}
.blog-list-item .title {
  font-family: var(--urbanist);
  font-size: 32px;
  line-height: 42px;
  color: #222627;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.blog-list-item .title:hover {
  color: var(--fti-pr-3);
}
@media (max-width: 767px) {
  .blog-list-item .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-list-item .bl-btn {
  margin-top: 20px;
  padding: 9px 25px;
}
.blog-list-item .bl-btn .btn-text {
  font-family: "Ubuntu";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.blog-list-item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}
.blog-list-item:hover .feh-plybtn-1 {
  opacity: 1;
  visibility: visible;
}

@keyframes feh-plybtn-1 {
  0% {
    outline: 0px solid rgba(247, 200, 101, 0);
  }
  50% {
    outline: 14px solid rgba(252, 231, 200, 0.2);
  }
  100% {
    outline: 0px solid rgba(236, 215, 169, 0);
  }
}
.blog-details-item .meta-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 690px;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 22px 50px;
  border-radius: 50px;
  margin-bottom: 0px;
  margin-top: -35px;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-item .meta-data {
    padding: 22px 30px;
  }
}
@media (max-width: 767px) {
  .blog-details-item .meta-data {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 30px;
    margin-top: 25px;
    border-radius: 16px;
  }
}
.blog-details-item .meta-data .name {
  text-align: center;
  font-family: var(--urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #444444;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  justify-content: center;
}
.blog-details-item .meta-data .name:not(:last-child)::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 1px;
  background-color: #A8A8A8;
  right: 0;
}
@media (max-width: 767px) {
  .blog-details-item .meta-data .name:not(:last-child)::before {
    display: none;
  }
}
.blog-details-item .meta-data .name:first-child::before {
  right: 10px;
}
@media (max-width: 767px) {
  .blog-details-item .meta-data .name {
    font-size: 12px;
  }
}
.blog-details-item .meta-data .name i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .blog-details-item .meta-data .name i {
    font-size: 14px;
  }
}
.blog-details-item .title {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #222627;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-item .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .blog-details-item .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-details-item .blog-details-blockquite {
  background-color: #FFD2C2;
  border-radius: 20px;
  padding: 35px 40px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-item .blog-details-blockquite {
    padding: 30px 20px;
  }
}
.blog-details-item .blog-details-blockquite .blogquite-text {
  margin-bottom: 20px;
  font-family: var(--urbanist);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 767px) {
  .blog-details-item .blog-details-blockquite .blogquite-text {
    font-size: 20px;
  }
}
.blog-details-item .blog-details-blockquite .name {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222627;
}
@media (max-width: 767px) {
  .blog-details-item .blog-details-blockquite .name {
    font-size: 20px;
  }
}
.blog-details-item .blog-details-blockquite .name .line {
  width: 40px;
  height: 2px;
  background: #222627;
  display: inline-block;
  margin-right: 15px;
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .blog-details-item .blog-details-blockquite .name .line {
    width: 25px;
    margin-right: 8px;
  }
}
.blog-details-item .blog-details-blockquite .blockquite-icon {
  position: absolute;
  font-size: 228px;
  color: rgba(34, 38, 39, 0.103);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details-item .subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #222627;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-details-item .subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-details-item .gallery {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .blog-details-item .gallery {
    flex-wrap: wrap;
  }
}
.blog-details-item .gallery .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-divider {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  margin-top: 30px;
}

.blog-details-social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-social {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog-details-social {
    flex-direction: column;
    gap: 25px;
    align-items: start;
  }
}
.blog-details-social-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.blog-details-social-share {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .blog-details-social-share {
    flex-direction: column;
    align-items: start;
  }
}
.blog-details-social-share-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-details-social-icon i {
  font-size: 22px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.blog-details-social-icon i:hover {
  transform: scale(0.9);
}
.blog-details-social-icon .fa-facebook {
  color: #3A5897;
  font-size: 36px;
}
.blog-details-social-icon .fa-x-twitter {
  background-color: #000000;
  color: #fff;
}
.blog-details-social-icon .fa-pinterest-p {
  background-color: #E8170E;
  color: #fff;
}
.blog-details-social-icon .fa-linkedin-in {
  background-color: #007BB5;
  color: #fff;
}
.blog-details-tag-cont {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .blog-details-tag-cont {
    flex-direction: column;
    align-items: start;
  }
}
.blog-details-tag-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .blog-details-tag-wrap {
    flex-wrap: wrap;
  }
}
.blog-details-tag-wrap a {
  padding: 7px 25px;
  background: #F4F4F6;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Epilogue";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
.blog-details-tag-wrap a:hover {
  background: var(--fti-pr-3);
  color: #fff;
}
.blog-details-slider {
  margin-top: 30px;
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 50px 25px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-slider {
    padding-bottom: 120px;
    padding-top: 20px;
  }
}
.blog-details-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .blog-details-slide-item {
  padding-left: 150px;
  max-width: 365px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .blog-details-slide-item {
    padding-left: 115px;
  }
}
@media (max-width: 767px) {
  .blog-details-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .blog-details-slide-item {
    padding-left: 0;
  }
}
.blog-details-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-next) .blog-details-slide-item {
  padding-right: 150px;
  text-align: right;
  max-width: 365px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-next) .blog-details-slide-item {
    padding-right: 115px;
  }
}
@media (max-width: 767px) {
  .blog-details-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-next) .blog-details-slide-item {
    padding-right: 0;
  }
}
.blog-details-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-next) .blog-details-slider-date {
  text-align: right;
}
.blog-details-slider-date {
  font-family: var(--epilogue);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--fti-pr-3);
}
.blog-details-slider-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.blog-details-prev {
  position: relative;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-prev {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .blog-details-prev {
    width: 80px;
    height: 80px;
  }
}
.blog-details-prev:hover {
  background-color: var(--fti-pr-3);
  border-radius: 100%;
}
.blog-details-prev:hover .blog-details-navigate-img {
  opacity: 0.5;
}
.blog-details-prev:hover .blog-details-navigate-icon {
  background-color: #fff;
  color: var(--fti-pr-3);
}
.blog-details-next {
  position: relative;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-next {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .blog-details-next {
    width: 80px;
    height: 80px;
  }
}
.blog-details-next:hover {
  background-color: var(--fti-pr-3);
}
.blog-details-next:hover .blog-details-navigate-img {
  opacity: 0.5;
}
.blog-details-next:hover .blog-details-navigate-icon {
  background-color: #fff;
  color: var(--fti-pr-3);
}
.blog-details-navigate-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.blog-details-navigate-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 2;
  font-size: 22px;
  transition: all 0.3s ease;
}
.blog-details-navigate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .blog-details-navigate {
    bottom: 15px;
    justify-content: center;
    gap: 15px;
  }
}
.blog-details-form {
  margin-top: 30px;
  background: #FFFFFF;
  border: 1px solid #DFDDE4;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .blog-details-form {
    padding: 30px 15px;
  }
}
.blog-details-form-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .blog-details-form-title {
    font-size: 24px;
  }
}
.blog-details-form-input-wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .blog-details-form-input-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-details-form-input {
  height: 62px;
  border: none;
  padding: 10px 30px;
  outline: none;
  background: #F4F4F6;
  border-radius: 10px;
  font-family: var(--ftc-pr-font);
  width: 100%;
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 26px;
  color: #545661;
}
@media (max-width: 767px) {
  .blog-details-form-input {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-form-input {
    padding: 10px 20px;
  }
}
.blog-details-form-textarea {
  height: 178px;
  background: #F4F4F6;
  border-radius: 10px;
  width: 100%;
  padding: 16px 30px;
  border: none;
  margin-top: 20px;
  outline: none;
  font-family: var(--epilogue);
  font-size: 16px;
  line-height: 26px;
  color: #545661;
}
@media (max-width: 767px) {
  .blog-details-form-textarea {
    height: 140px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-form-textarea {
    padding: 10px 20px;
  }
}
.blog-details-form-btn-wrap {
  margin-top: 25px;
}
.blog-details-form-btn {
  padding: 0;
  height: 60px;
  width: 100%;
  background: var(--fti-pr-3);
  border-radius: 10px;
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.blog-details-form-btn:hover {
  letter-spacing: 0.5px;
}

/*
oops start
*/
.fti-oops-area {
  padding: 82px 0 130px 0;
}
@media (max-width: 767px) {
  .fti-oops-area {
    padding: 80px 0;
  }
}
.fti-oops-wrap {
  text-align: center;
}
.fti-oops-wrap .content {
  margin-top: -105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fti-oops-wrap .content {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fti-oops-wrap .content {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .fti-oops-wrap .content {
    margin-top: -10px;
  }
}
.fti-oops-wrap .content .btn-wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .fti-oops-wrap .content .btn-wrap {
    margin-top: 20px;
  }
}
.fti-oops-wrap .content .btn-wrap .back-btn {
  padding: 13px 32px;
}
.fti-oops-wrap .content .btn-wrap .back-btn .btn-text {
  font-family: var(--urbanist);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

/*
oops end
*/
/*
services-details start
*/
.services-details-area {
  padding: 116px 0 130px 0;
  overflow: hidden;
}
.services-details-area .row {
  --bs-gutter-x: 30px;
}
.services-details-wrap .main-img img {
  border-radius: 10px;
}
.services-details-wrap .main-title {
  font-family: var(--urbanist);
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin: 30px 0 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-wrap .main-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .services-details-wrap .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.services-details-wrap .subtitle {
  font-family: var(--urbanist);
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-wrap .subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .services-details-wrap .subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.services-details-wrap .feature .item {
  background-color: #FEF8F4;
  padding: 25px;
  border-radius: 5px;
}
.services-details-wrap .feature .item-title-wrap {
  display: grid;
  grid-template-columns: 42px auto;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.services-details-wrap .feature .item-title-wrap .icon {
  font-size: 42px;
  color: var(--fti-pr-3);
}
.services-details-wrap .feature .item-title-wrap .icon i {
  display: inline-flex;
}
.services-details-wrap .feature .item-title-wrap .feature-title {
  font-family: var(--urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.services-details-wrap .services-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.services-details-wrap .services-navigation .navigation-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.services-details-wrap .services-navigation .navigation-btn .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #444444;
  border: 2px solid #444444;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.services-details-wrap .services-navigation .navigation-btn .navigation-text {
  margin-bottom: 0;
  font-family: var(--urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #444444;
  transition: all 0.3s ease;
}
.services-details-wrap .services-navigation .navigation-btn:hover .icon {
  color: #fff;
  background-color: var(--fti-pr-3);
  border-color: var(--fti-pr-3);
}
.services-details-wrap .services-navigation .navigation-btn:hover .navigation-text {
  color: #000;
}

/*
services-details end
*/
.fti-map-area .fti-map-wrap iframe {
  width: 100%;
  height: 100%;
}
.fti-map-area .fti-map-wrap {
  height: 492px;
}
@media (max-width: 767px) {
  .fti-map-area .fti-map-wrap {
    height: 350px;
  }
}

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