/* 
    root-veriable-start
*/
:root {
  scroll-behavior: inherit;
  --fd-font-pr-1: "Urbanist", sans-serif;
  --fd-font-pr-2: "Unbounded", sans-serif;
  --fd-clr-pr-1: #fc4827;
  --fd-clr-pr-2: #ff392c;
  --fd-clr-sd-1: #ef991f;
  --fd-clr-h-1: #363539;
  --fd-clr-h-2: #282331;
  --fd-clr-h-3: #051133;
  --fd-clr-h-4: #191917;
  --fd-clr-p-1: #797a84;
  --fd-clr-p-2: #606060;
  --cube-1: cubic-bezier(.57,.21,.69,1.25);
  --cube-2: cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

/* 
    root-veriable-end
*/
/* 
    global-css-start
*/
body {
  font-family: var(--fd-font-pr-1);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: var(--fd-clr-p-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: unset;
}

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;
}

@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), only screen and (min-width: 768px) and (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--fd-clr-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.fd-container-1 {
    max-width: 1325px;
  }
  .container.fd-container-2 {
    max-width: 1275px;
  }
  .container.fd-container-3 {
    max-width: 1344px;
  }
}
.fix {
  overflow: hidden;
}

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

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

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

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

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
  z-index: 1;
}

.txaa-split-subtitle-1 {
  text-transform: unset !important;
  overflow: hidden;
}
.txaa-split-subtitle-1:is(.hero-title) {
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txaa-split-subtitle-1:is(.hero-title) {
    letter-spacing: 0px;
  }
}
.txaa-split-subtitle-1:is(.fd-hero-2-title) {
  letter-spacing: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txaa-split-subtitle-1:is(.fd-hero-2-title) {
    letter-spacing: 0px;
  }
}
.txaa-split-subtitle-1:is(.fd-hero-2-title) .split-line {
  padding-bottom: 8px;
}
.txaa-split-subtitle-1:is(.fd-hero-3-title) {
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txaa-split-subtitle-1:is(.fd-hero-3-title) {
    letter-spacing: 0px;
  }
}
.txaa-split-subtitle-1:is(.fd-scn-title-1) {
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txaa-split-subtitle-1:is(.fd-scn-title-1) {
    letter-spacing: 0px;
  }
}
.txaa-split-subtitle-1 .split-line {
  overflow: hidden;
}
.txaa-split-subtitle-1 .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.txaa-split-subtitle-2 {
  text-transform: unset !important;
  overflow: hidden;
}
.txaa-split-subtitle-2:is(.fd-scn-title-1) {
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txaa-split-subtitle-2:is(.fd-scn-title-1) {
    letter-spacing: 0px;
  }
}
.txaa-split-subtitle-2:is(.fd-scn-title-2) {
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txaa-split-subtitle-2:is(.fd-scn-title-2) {
    letter-spacing: 0px;
  }
}
.txaa-split-subtitle-2:is(.fd-scn-title-2) .split-line {
  padding-bottom: 3px;
}
.txaa-split-subtitle-2 .split-line {
  overflow: hidden;
}
.txaa-split-subtitle-2 .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.txaa-split-subtitle-3 {
  overflow: hidden;
}
.txaa-split-subtitle-3 .split-line {
  overflow: hidden;
}

.rtl-home {
  direction: rtl;
}
.rtl-home .split-line div {
  direction: ltr;
}

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

.fd-font-sd-1 {
  font-family: var(--font-sd-1);
}

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

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

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

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

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

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

.fd-clr-white {
  color: #fff;
}

.fd-clr-pr-1 {
  color: var(--clr-pr-1);
}

.fd-clr-sd-1 {
  color: var(--clr-sd-1);
}

.fd-clr-h-1 {
  color: var(--clr-h-1);
}

.fd-clr-p-1 {
  color: var(--clr-p-1);
}

.fd-ml-auto {
  margin-left: auto;
}

.fd-mr-auto {
  margin-right: auto;
}

.line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

/* 
    all-common-class-end
*/
/* 


*/
/* 
    heading-paragraph-css-start
*/
.fd-heading-1 {
  font-family: var(--fd-font-pr-1);
  line-height: 1.3;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.fd-heading-1:is(.has-clr-white) {
  color: #fff;
}

.fd-heading-2 {
  font-family: var(--fd-font-pr-1);
  line-height: 1.16;
  color: var(--fd-clr-h-2);
  text-transform: capitalize;
  margin-bottom: 0px;
}
.fd-heading-2:is(.has-clr-white) {
  color: #fff;
}

.fd-heading-3 {
  font-family: var(--fd-font-pr-1);
  line-height: 1.3;
  color: var(--fd-clr-h-4);
  text-transform: capitalize;
  margin-bottom: 0px;
}
.fd-heading-3:is(.has-clr-white) {
  color: #fff;
}

.fd-heading-4 {
  font-family: var(--fd-font-pr-1);
  line-height: 1.16;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.fd-heading-5 {
  font-family: var(--fd-font-pr-2);
  line-height: 1.16;
  color: var(--fd-clr-h-4);
  text-transform: capitalize;
  margin-bottom: 0px;
}

.fd-para-1 {
  font-family: var(--fd-font-pr-1);
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
  color: #191917;
  margin-bottom: 0px;
}
.fd-para-1:is(.has-clr-white) {
  color: #fff;
}
.fd-para-1:is(.has-para-sm) {
  font-size: 18px;
  line-height: 28px;
}

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

.fd-para-3 {
  font-family: var(--fd-font-pr-2);
  font-weight: 400;
  line-height: 35px;
  font-size: 17px;
  color: var(--fd-clr-h-4);
  margin-bottom: 0px;
}
.fd-para-3:is(.has-clr-white) {
  color: #fff;
}

.fd-subtitle-1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(252, 72, 39, 0.2);
  padding: 8px 24px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.fd-subtitle-1-text {
  font-family: var(--fd-font-pr-1);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--fd-clr-pr-1);
  text-align: left;
}
.fd-subtitle-1-icon {
  flex: 0 0 auto;
}

.fd-subtitle-2 {
  display: inline-block;
  font-family: var(--fd-font-pr-1);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: var(--fd-clr-pr-2);
  letter-spacing: 4px;
}

.fd-scn-title-1 {
  font-family: var(--fd-font-pr-1);
  line-height: 1.3;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 67px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-scn-title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-scn-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-scn-title-1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-scn-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .fd-scn-title-1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-scn-title-1 {
    font-size: 30px;
  }
}
.fd-scn-title-1 .has-clr-pr {
  color: var(--fd-clr-pr-1);
  display: inline-block;
}
.fd-scn-title-1:is(.has-clr-black-3) {
  color: var(--fd-clr-h-4);
}
.fd-scn-title-1 .has-scn-shape {
  position: relative;
  z-index: 1;
}
.fd-scn-title-1 .has-scn-shape svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fd-scn-title-1 .has-scn-shape svg path {
  width: 100%;
}
.fd-scn-title-1:is(.has-clr-white) {
  color: #fff;
}

.fd-scn-title-2 {
  font-family: var(--fd-font-pr-1);
  line-height: 1.16;
  color: var(--fd-clr-h-3);
  text-transform: capitalize;
  font-weight: 900;
  font-size: 60px;
  margin-bottom: 0px;
}
.fd-scn-title-2:is(.has-clr-white) {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-scn-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-scn-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-scn-title-2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .fd-scn-title-2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-scn-title-2 {
    font-size: 30px;
  }
}

.fd-scn-title-3 {
  font-family: var(--fd-font-pr-2);
  line-height: 1.4;
  color: var(--fd-clr-h-4);
  text-transform: capitalize;
  font-weight: 800;
  font-size: 55px;
  margin-bottom: 5px;
}
.fd-scn-title-3:is(.has-clr-white) {
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-scn-title-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-scn-title-3 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-scn-title-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-scn-title-3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fd-scn-title-3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-scn-title-3 {
    font-size: 28px;
  }
}

/* 
    heading-paragraph-css-end
*/
/* 
    button-component-start
*/
/* 
    mobile-menu-btn-1-start
*/
.fd-mobile-menu-btn-1 {
  border: none;
  outline: none;
  background: transparent;
  flex: 0 0 auto;
  width: 40px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  transition: 500ms var(--cube-2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}
.fd-mobile-menu-btn-1 span {
  display: block;
  background: #000;
  width: 100%;
  height: 3px;
  transition: 500ms var(--cube-2);
  border-radius: 3px;
}
.fd-mobile-menu-btn-1 span:nth-child(2) {
  width: 80%;
}
.fd-mobile-menu-btn-1 span:nth-child(3) {
  width: 60%;
}
.fd-mobile-menu-btn-1:hover span {
  background: var(--fd-clr-pr-1);
}
.fd-mobile-menu-btn-1:hover span:nth-child(1) {
  width: 60%;
}
.fd-mobile-menu-btn-1:hover span:nth-child(2) {
  width: 80%;
}
.fd-mobile-menu-btn-1:hover span:nth-child(3) {
  width: 100%;
}

/* 
    mobile-menu-btn-1-end 
*/
/* 
    pr-btn-1-start
*/
.fd-pr-btn-1 {
  flex: 0 0 auto;
  display: inline-block;
  font-family: var(--fd-font-pr-1);
  color: #22281e;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  background: #000;
  border-radius: 50px;
  padding: 27px 37px;
  position: relative;
  z-index: 1;
  transition: 0.3s var(--cube-1);
  overflow: hidden;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .fd-pr-btn-1 {
    font-size: 18px;
    padding: 22px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-pr-btn-1 {
    padding: 27px 37px;
    font-size: 20px;
  }
}
.fd-pr-btn-1 .icon {
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s var(--cube-1);
}
.fd-pr-btn-1 .text {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: -3px;
}
.fd-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: transparent;
  color: #000;
  content: attr(data-back);
  transform: translateY(240%);
}
.fd-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: 0.5s;
  position: relative;
  background: var(--blta-pr-1);
  color: #fff;
  content: attr(data-front);
  transform: translateY(0);
}
.fd-pr-btn-1::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--fd-clr-pr-1);
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.fd-pr-btn-1:hover {
  background: var(--fd-clr-pr-1);
  transition-delay: 0.3s;
}
.fd-pr-btn-1:hover::after {
  top: 0%;
  border-radius: 0%;
}
.fd-pr-btn-1:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.fd-pr-btn-1:hover .text::before {
  opacity: 0;
  transform: translateY(-240%);
}
.fd-pr-btn-1:is(.has-clr-pr-1) {
  background: var(--fd-clr-pr-1);
}
.fd-pr-btn-1:is(.has-clr-pr-1)::after {
  background: #fff;
}
.fd-pr-btn-1:is(.has-clr-pr-1):hover {
  background: #fff;
}
.fd-pr-btn-1:is(.has-clr-black-1) {
  background: var(--fd-clr-pr-1);
}
.fd-pr-btn-1:is(.has-clr-black-1)::after {
  background: #000;
}
.fd-pr-btn-1:is(.has-clr-black-1) .text::after {
  color: #fff;
}
.fd-pr-btn-1:is(.has-clr-black-1):hover {
  background: #000;
}
.fd-pr-btn-1:is(.has-clr-pr-2) {
  background: var(--fd-clr-pr-2);
  font-size: 16px;
  padding: 24px 30px;
}
.fd-pr-btn-1:is(.has-clr-pr-2)::after {
  background: #000;
}
.fd-pr-btn-1:is(.has-clr-pr-2) .text::after {
  color: #fff;
}
.fd-pr-btn-1:is(.has-clr-black-2) {
  font-size: 16px;
  padding: 24px 30px;
}
.fd-pr-btn-1:is(.has-clr-black-2)::after {
  background: var(--fd-clr-pr-2);
}
.fd-pr-btn-1:is(.has-clr-white-2) {
  font-size: 16px;
  padding: 24px 30px;
  background: #fff;
}
.fd-pr-btn-1:is(.has-clr-white-2) .text::before {
  color: #000;
}
.fd-pr-btn-1:is(.has-clr-white-2)::after {
  background: var(--fd-clr-pr-2);
}
.fd-pr-btn-1:is(.has-h5-pr-1) {
  background: #407bf3;
  font-size: 16px;
  padding: 24px 30px;
}
.fd-pr-btn-1:is(.has-h5-pr-1):is(.has-shadow) {
  box-shadow: 14.433px 16.604px 6px 0px rgba(0, 0, 0, 0.14);
}
.fd-pr-btn-1:is(.has-h5-black) {
  background: #000;
  font-size: 16px;
  padding: 24px 30px;
}
.fd-pr-btn-1:is(.has-h5-black):is(.has-shadow) {
  box-shadow: 14.433px 16.604px 6px 0px rgba(0, 0, 0, 0.14);
}

/* 
    pr-btn-1-end
*/
/* 
    search-btn-1-start
*/
.fd-search-btn-1 {
  background: transparent;
  font-size: 22px;
  color: #000;
  transition: 0.3s ease;
}
.fd-search-btn-1:hover {
  color: var(--fd-clr-pr-1);
}

/* 
    search-btn-1-end
*/
/* 
    user-btn-1-start
*/
.fd-user-btn {
  display: inline-block;
  background: transparent;
  font-size: 22px;
  color: #000;
  transition: 0.3s ease;
}
.fd-user-btn:hover {
  color: var(--fd-clr-pr-1);
}

/* 
    user-btn-1-end
*/
/* 
    support-btn-1-start
*/
.fd-support-btn {
  display: flex;
  flex: 0 0 auto;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  transition: 0.3s;
}
.fd-support-btn:hover {
  color: #fff;
  background: var(--fd-clr-pr-1);
}

/* 
    support-btn-1-end
*/
/* 
    search-btn-1-start
*/
.fd-cart-btn-1 {
  background: transparent;
  font-size: 22px;
  color: #000;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.fd-cart-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.fd-cart-btn-1 .count {
  width: 25px;
  height: 25px;
  background: #7141b1;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: -6px;
  left: -10px;
}

/* 
    search-btn-1-end
*/
/* 
    lang-switch-btn-start
*/
.fd-lang-switch-btn-1 {
  font-family: var(--fd-font-pr-1);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  gap: 5px;
  flex: 0 0 auto;
  line-height: 1.5;
}
.fd-lang-switch-btn-1 span, .fd-lang-switch-btn-1 .switch-btn {
  opacity: 50%;
  transition: 0.3s ease;
}
.fd-lang-switch-btn-1 .switch-btn:hover {
  color: var(--kd-clr-pr-1);
}
.fd-lang-switch-btn-1 .switch-btn:is(.active) {
  opacity: 100%;
}

/* 
    lang-switch-btn-end
*/
/* 
    plybtn-1-start
*/
.fd-plybtn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: #151414;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.fd-plybtn-1:hover {
  background: var(--fd-clr-pr-1);
  color: #fff;
}
.fd-plybtn-1::after {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  animation: fd-plytbn-1 10s linear infinite;
  z-index: -1;
  opacity: 0.1;
  background: var(--fd-clr-pr-1);
}
.fd-plybtn-1::before {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--fd-clr-pr-1);
  animation: fd-plytbn-1 8s linear infinite;
  z-index: -1;
  opacity: 0.1;
  background: #fff;
}

@keyframes fd-plytbn-1 {
  0% {
    transform: translate(-50%, -50%) scale(0%);
  }
  50% {
    transform: translate(-50%, -50%) scale(90%);
  }
  100% {
    transform: translate(-50%, -50%) scale(0%);
  }
}
/* 
    plybtn-1-end
*/
/* 
    button-component-end
*/
/* 
  mobile-menu-css-start
*/

.mobile-menu {
  position: fixed;
  left: -500px;
  top: 0;
  width: 100%;
  max-width: 470px;
  height: 100%;
  z-index: 99;
  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(--fd-clr-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(--fd-clr-pr-2);
  font-size: 22px;
  transform: translateY(2px);
}
.mobile-menu-contact .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
}
.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(--fd-clr-pr-2);
}

.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(--fd-clr-pr-2);
}

.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(--fd-clr-pr-2);
  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(--fd-font-pr-1);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.mobile-main-navigation .navbar-nav li a:hover {
  color: var(--fd-clr-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(--fd-clr-pr-1);
}
.mobile-main-navigation .navbar-nav li .dropdown-btn:is(.active) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: var(--fd-clr-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;
}

/* 
  header-menu-customazition-start
*/
/* 
  mobile-menu-css-start
*/
/* 
	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: #191917;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#preloader .preloader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#preloader .preloader-wrap .loading {
  text-align: center;
}
#preloader .preloader-wrap .loading .logo {
  max-width: 200px;
}
#preloader .preloader-wrap .icon-ani {
  width: 300px;
}
#preloader:is(.preloaded) {
  transform: translateY(-100%);
  border-radius: 0 0 1000px 1000px;
}

/* 
	preloader-css-end
*/
/* 
    search-box-css-start
*/
.popup-search-box {
  background-color: #fff;
  position: fixed;
  display: flex;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 999;
  height: 100vh;
  align-items: center;
  transform: scaleY(0);
  transition: 500ms var(--cube-1);
  transform-origin: top;
  visibility: hidden;
}
.popup-search-box-close {
  height: 50px;
  width: 50px;
  font-size: 26px;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #ddd;
  color: #000;
  flex: 0 0 auto;
  transition: 300ms var(--cube-1);
  position: absolute;
  right: 50px;
  top: 50px;
  line-height: 1;
}
@media (max-width: 767px) {
  .popup-search-box-close {
    top: 15px;
    right: 15px;
  }
}
.popup-search-box-close i {
  font-weight: 700;
  line-height: 1;
}
.popup-search-box-close:hover {
  background: var(--fd-clr-pr-1);
  color: #000;
}
.popup-search-box-container {
  max-width: 600px;
}
.popup-search-box .title {
  color: #000;
  margin-bottom: 25px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .popup-search-box .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box .title {
    font-size: 32px;
  }
}
.popup-search-box-form {
  display: flex;
}
@media (max-width: 767px) {
  .popup-search-box-form {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box-form {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .popup-search-box {
    height: 100%;
    overflow-y: auto;
  }
}
.popup-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.popup-search-box form {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .popup-search-box form {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box form {
    margin-bottom: 0px;
  }
}
.popup-search-box-input input {
  width: 100%;
  height: 60px;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.2392156863);
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 0 30px;
  padding-right: 115px;
  font-family: var(--kd-font-pr-1);
}
.popup-search-box-input input::placeholder {
  color: #000;
  font-size: 18px;
}
.popup-search-box button[type=submit] {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  padding: 0 30px;
  background: #f0f0f0;
  color: #000;
  font-size: 24px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  transition: 300ms var(--cube-1);
}
.popup-search-box button[type=submit] i {
  font-weight: 700;
}
.popup-search-box button[type=submit]:hover {
  color: #fff;
  background: var(--fd-clr-pr-1);
}

/* 
    search-box-css-end
*/
.fd-home-1 .pin-spacer {
  background: #131D1E;
}

.h4-title-letter {
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .h4-title-letter {
    letter-spacing: 0px;
  }
}

.fd-transition-3 {
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.fd-delay-500 {
  transition-delay: 500ms;
}

.fd-delay-1000 {
  transition-delay: 800ms;
}

.fd-delay-1500 {
  transition-delay: 1100ms;
}

.fd-delay-2000 {
  transition-delay: 1400ms;
}

.fd-delay-2500 {
  transition-delay: 1700ms;
}

.fd-delay-3000 {
  transition-delay: 2000ms;
}

@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) {
  .fd-home-5 .section .fd-h5-img-down {
    transform: translateY(100%);
  }
}
@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) {
  .fd-home-5 .section .fd-h5-title-ani-1 {
    transform: translateY(100%);
  }
}
@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) {
  .fd-home-5 .section .fd-fade-down-1 {
    transform: translateY(100%);
    opacity: 0;
  }
}
.fd-home-5 .section:is(.active) .fd-h5-img-down {
  transform: translateY(0%);
}
.fd-home-5 .section:is(.active) .fd-h5-title-ani-1 {
  transform: translateY(0%);
}
.fd-home-5 .section:is(.active) .fd-fade-down-1 {
  transform: translateY(0%);
  opacity: 1;
}

/* 
  spilting-wrating-start
*/
.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;
}

@keyframes fd-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* 
  spilting-wrating-end
*/
/*==============================
    CURSOR START
   ===============================*/
#magic-cursor {
  position: absolute;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #555;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
}

.ball-drag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  height: 100%;
}

#magic-cursor {
  position: relative;
  z-index: 9999;
}

@media (max-width: 1040px) {
  #magic-cursor {
    display: none;
  }
}
#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgb(85, 85, 85);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
}

.ball-drag,
.ball-view,
.ball-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
  color: var(--colorWhite);
  height: 100%;
}

.ball-view,
.ball-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #222;
  height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

.ball-view img {
  width: 13px !important;
  height: 13px !important;
}

.c-pointer {
  cursor: pointer;
}

.ball-image-view {
  width: 100%;
  height: 100%;
}

.ball-image-view img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.ball-arrow i {
  font-size: 50px;
}

.ball-view i {
  font-size: 40px;
}

/*==============================
 CURSOR END
===============================*/
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 6;
  opacity: 1;
  visibility: visible;
  transition: all 300ms linear;
  background: transparent;
  text-align: center;
  color: #fff;
  background: var(--txa-gd-1);
  border-radius: 30px;
  border: 2px solid transparent;
  transition: 300ms var(--cube-2);
  transform: translateY(200px);
}
.scroll-top:hover {
  bottom: 35px;
}

.scroll-top-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 0;
}
.scroll-top-wrap svg {
  fill: var(--txa-pr-1);
  width: 38px;
}
.scroll-top-wrap .text {
  display: inline-block;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: var(--txa-gd-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .scroll-top-wrap .text {
    display: none;
  }
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 


*/
/* 
  header-1-css-start
*/
.fd-header-1-top {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  padding-top: 8px;
}
.fd-header-1-top-bg {
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 100%;
  z-index: -1;
}
.fd-header-1-top-content {
  text-align: center;
}
.fd-header-1-top-content .text {
  margin-bottom: 0;
  color: var(--fd-clr-pr-1);
  font-size: 15px;
  line-height: 27px;
}
.fd-header-1-container {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-header-1-main {
    padding: 15px 0;
  }
}
.fd-header-1-main-row {
  gap: 145px;
}
@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) {
  .fd-header-1-main-row {
    gap: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-header-1-main-row {
    gap: 30px;
  }
}
.fd-header-1-main-logo {
  max-width: 235px;
}
.fd-header-1-action-link {
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-header-1-action-link {
    gap: 26px;
  }
}
@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) {
  .fd-header-1-action-link .fd-mobile-menu-btn-1 {
    display: none;
  }
}
.fd-header-1-action-link .fd-pr-btn-1 {
  font-size: 15px;
  padding: 18px 30px;
}
@media (max-width: 767px) {
  .fd-header-1-action-link .fd-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-header-1-action-link .fd-pr-btn-1 {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-header-1-action-link .fd-lang-switch-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .fd-header-1-action-link .fd-lang-switch-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-header-1-action-link .fd-search-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .fd-header-1-action-link .fd-search-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-header-1-action-link .fd-cart-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .fd-header-1-action-link .fd-cart-btn-1 {
    display: none;
  }
}

.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: 55px;
}
@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: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
  transition: 400ms var(--cube-1);
}
.main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--fd-font-pr-1);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  padding: 30px 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  transition: 300ms ease;
}
.main-navigation .navbar-nav li a:is(.is-active) {
  color: var(--fd-clr-pr-1);
}
.main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 20px 0px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-top: 2px solid var(--fd-clr-pr-1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  position: absolute;
  background: #fff;
  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 {
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
}
.main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  right: 20px;
  top: 49%;
}
.main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
  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 > a {
  transform: translateX(5px);
}
.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:hover > a {
  color: var(--fd-clr-pr-1);
  transform: translateY(5px);
}
.main-navigation .navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateZ(0);
}

/* 
  header-1-css-end
*/
/* 
  header-2-start
*/
.fd-header-2-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f9f8ff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-header-2-area {
    padding: 10px 0;
  }
}
.fd-header-2-container {
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fd-header-2-action-link {
  gap: 30px;
}
.fd-header-2-action-link .fd-cart-btn-1 .count {
  background: var(--fd-clr-pr-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-header-2-action-link .fd-header-2-social {
    display: none;
  }
}
.fd-header-2-action-link .fd-pr-btn-1 {
  background: #272727;
  font-size: 14px;
  padding: 21px 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-header-2-action-link .fd-pr-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .fd-header-2-action-link .fd-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-header-2-action-link .fd-pr-btn-1 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .fd-header-2-action-link .fd-cart-btn-1 {
    display: none;
  }
}
.fd-header-2-social {
  display: flex;
  gap: 15px;
}
.fd-header-2-social .item-link {
  display: inline-block;
  font-size: 20px;
  color: var(--fd-clr-h-2);
  transition: 0.3s;
}
.fd-header-2-social .item-link:hover {
  color: var(--fd-clr-pr-2);
  transform: translateX(3px);
}

.main-navigation:is(.fd-header-2) .navbar-nav li:not(:last-child) {
  margin-right: 35px;
}
.main-navigation:is(.fd-header-2) .navbar-nav li a {
  font-size: 17px;
  font-weight: 800;
  color: #263238;
  padding: 47px 0;
}
.main-navigation:is(.fd-header-2) .navbar-nav li a:is(.is-active) {
  color: var(--fd-clr-pr-2);
}
.main-navigation:is(.fd-header-2) .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.main-navigation:is(.fd-header-2) .navbar-nav li .dropdown-menu li {
  margin-right: 0;
}
.main-navigation:is(.fd-header-2) .navbar-nav li:hover > a {
  color: var(--fd-clr-pr-2);
}

/* 
  header-2-end
*/
/* 
  header-3-start
*/
.fd-header-3-area {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* 
  header-3-end
*/
/* 
  header-4-start
*/
.fd-header-4-area {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-header-4-area .fd-header-2-main-row {
    padding: 10px 0;
  }
}

/* 
  header-4-end
*/
/* 
  header-5-start
*/
.fd-header-5-area {
  position: fixed;
  top: 15px;
  width: 100%;
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-header-5-area {
    position: absolute;
  }
}
.fd-header-5-main-logo {
  max-width: 235px;
}
.fd-header-5-main-logo .logo-1 {
  transition: 0.3s;
}
.fd-header-5-main-logo .logo-2 {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.fd-header-5-action-link {
  gap: 25px;
}
@media (min-width: 1800px), xxxl, 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) {
  .fd-header-5-action-link .fd-mobile-menu-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .fd-header-5-action-link .fd-search-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-header-5-action-link .fd-search-btn-1 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .fd-header-5-action-link .fd-cart-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-header-5-action-link .fd-cart-btn-1 {
    display: inline-block;
  }
}

.pp-viewing-project .fd-header-5-main-logo .logo-1 {
  opacity: 0;
}
.pp-viewing-project .fd-header-5-main-logo .logo-2 {
  opacity: 1;
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a {
  color: #fff;
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a:is(.is-active) {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li a {
  color: #000;
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1 {
  color: #fff;
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1 {
  color: #fff;
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn {
  color: #fff;
}
.pp-viewing-project .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-gallery .fd-header-5-main-logo .logo-1 {
  opacity: 0;
}
.pp-viewing-gallery .fd-header-5-main-logo .logo-2 {
  opacity: 1;
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a {
  color: #fff;
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a:is(.is-active) {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li a {
  color: #000;
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1 {
  color: #fff;
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1 {
  color: #fff;
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn {
  color: #fff;
}
.pp-viewing-gallery .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-price .fd-header-5-main-logo .logo-1 {
  opacity: 0;
}
.pp-viewing-price .fd-header-5-main-logo .logo-2 {
  opacity: 1;
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a {
  color: #fff;
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a:is(.is-active) {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li a {
  color: #000;
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1 {
  color: #fff;
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1 {
  color: #fff;
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn {
  color: #fff;
}
.pp-viewing-price .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-vision .fd-header-5-main-logo .logo-1 {
  opacity: 0;
}
.pp-viewing-vision .fd-header-5-main-logo .logo-2 {
  opacity: 1;
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a {
  color: #fff;
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li a:is(.is-active) {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li a {
  color: #000;
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1 {
  color: #fff;
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-search-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1 {
  color: #fff;
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-cart-btn-1:hover {
  color: var(--fd-clr-pr-1);
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn {
  color: #fff;
}
.pp-viewing-vision .fd-header-5-area .fd-header-1-main .fd-header-5-action-link .fd-user-btn:hover {
  color: var(--fd-clr-pr-1);
}

/* 
  header-5-end
*/
/* 
  sticky-header-css-start
*/
.txa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 300ms ease-in-out;
  z-index: 8;
}
.txa_sticky_header:is(.fd-header-1-area):is(.txa_sticky) {
  transform: translateY(-150%);
}
.txa_sticky_header:is(.fd-header-1-area):is(.txa_sticky):is(.txa_sticky_show) {
  background: #fff;
  top: -55px;
  transform: translateY(0%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .txa_sticky_header:is(.fd-header-1-area):is(.txa_sticky):is(.txa_sticky_show) {
    top: -81px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa_sticky_header:is(.fd-header-1-area):is(.txa_sticky):is(.txa_sticky_show) {
    top: -61px;
  }
}
.txa_sticky_header:is(.fd-header-2-area):is(.txa_sticky) {
  transform: translateY(-150%);
}
.txa_sticky_header:is(.fd-header-2-area):is(.txa_sticky):is(.txa_sticky_show) {
  transform: translateY(0%);
}
.txa_sticky_header:is(.fd-header-3-area) {
  top: 35px;
}
.txa_sticky_header:is(.fd-header-3-area):is(.txa_sticky) {
  transform: translateY(-150%);
}
.txa_sticky_header:is(.fd-header-3-area):is(.txa_sticky):is(.txa_sticky_show) {
  top: 0;
  background: #fff;
  transform: translateY(0%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
}
.txa_sticky_header:is(.fd-header-4-area) {
  top: 5px;
}
.txa_sticky_header:is(.fd-header-4-area):is(.txa_sticky) {
  transform: translateY(-150%);
}
.txa_sticky_header:is(.fd-header-4-area):is(.txa_sticky):is(.txa_sticky_show) {
  top: 0;
  transform: translateY(0%);
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
}

/* 
  sticky-header-css-end
*/
/* 
    hero-1-start
*/
.fd-hero-1-area {
  padding-top: 210px;
  padding-bottom: 365px;
  position: relative;
  z-index: 1;
  margin-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-1-area {
    padding-bottom: 165px;
  }
}
@media (max-width: 767px) {
  .fd-hero-1-area {
    padding-bottom: 255px;
  }
}
.fd-hero-1-app-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fd-hero-1-app-screen-width {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fd-hero-1-app-screen-1 {
  width: 32%;
  position: absolute;
  top: 6%;
  left: -190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-1-app-screen-1 {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .fd-hero-1-app-screen-1 {
    left: 0px;
    width: 40%;
  }
}
.fd-hero-1-app-screen-2 {
  position: absolute;
  left: -6%;
  width: 15%;
  top: 48%;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-hero-1-app-screen-2 {
    display: none;
  }
}
.fd-hero-1-app-screen-3 {
  position: absolute;
  left: 11%;
  bottom: 0;
  width: 14%;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .fd-hero-1-app-screen-3 {
    width: 44%;
  }
}
.fd-hero-1-app-screen-4 {
  position: absolute;
  right: 3%;
  top: 15%;
  width: 16%;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .fd-hero-1-app-screen-4 {
    top: 9%;
    width: 46%;
  }
}
.fd-hero-1-app-screen-5 {
  position: absolute;
  right: 0;
  top: 35%;
  width: 17%;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-hero-1-app-screen-5 {
    display: none;
  }
}
.fd-hero-1-app-screen-6 {
  position: absolute;
  right: 12%;
  width: 15%;
  bottom: 16%;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .fd-hero-1-app-screen-6 {
    display: none;
  }
}
.fd-hero-1-app-screen-7 {
  position: absolute;
  right: 1%;
  bottom: 9%;
  width: 9%;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .fd-hero-1-app-screen-7 {
    bottom: 0%;
    width: 24%;
  }
}
.fd-hero-1-bg-illus {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51%;
  z-index: -2;
}
.fd-hero-1-bg-illus img {
  width: 100%;
  height: 100% !important;
}
.fd-hero-1-bg-shape {
  position: absolute;
  bottom: 0;
  z-index: -2;
  width: 100%;
  left: 0;
}
.fd-hero-1-content {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-hero-1-content {
    max-width: 790px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-1-content {
    max-width: 650px;
  }
}
.fd-hero-1-content .fd-subtitle-1 {
  margin-bottom: 30px;
}
.fd-hero-1-content .hero-title {
  font-size: 80px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-hero-1-content .hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-hero-1-content .hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-1-content .hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-1-content .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .fd-hero-1-content .hero-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-1-content .hero-title {
    font-size: 40px;
  }
}
.fd-hero-1-content .hero-disc {
  font-size: 25px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-hero-1-content .hero-disc {
    font-size: 20px;
  }
}

/* 
    hero-1-end
*/
/* 
    hero-2-start
*/
.fd-hero-2-area {
  padding-top: 230px;
  padding-bottom: 60px;
}
.fd-hero-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 255px);
  z-index: -1;
}
.fd-hero-2-subtitle {
  margin-bottom: 30px;
}
.fd-hero-2-title {
  font-size: 100px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-hero-2-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-2-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-2-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .fd-hero-2-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-2-title {
    font-size: 40px;
  }
}
.fd-hero-2-disc {
  color: #4b4b4b;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.fd-hero-2-img {
  position: relative;
  z-index: 1;
}
.fd-hero-2-img-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-hero-2-img-grid {
    grid-template-columns: 1fr;
  }
}
.fd-hero-2-img-big {
  border-radius: 20px;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);
}
.fd-hero-2-inner-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-2-inner-img {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-2-inner-img {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .fd-hero-2-inner-img {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-2-inner-img {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fd-hero-2-inner-img-1 {
  max-width: 110px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-hero-2-inner-img-2 {
  max-width: 155px;
  height: 230px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-hero-2-inner-img-3 {
  max-width: 155px;
  height: 220px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-hero-2-inner-img-4 {
  max-width: 180px;
  height: 110px;
  border-radius: 10px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-hero-2-inner-img-5 {
  max-width: 155px;
  height: 122px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-hero-2-inner-img-6 {
  max-width: 155px;
  height: 180px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-hero-2-rating-star {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 20px;
  color: #ffcc00;
  gap: 8px;
}
.fd-hero-2-rating-text {
  font-size: 15px;
}

/* 
    hero-2-end
*/
/* 
    hero-3-start
*/
.fd-hero-3-area {
  padding-top: 250px;
  padding-bottom: 105px;
}
.fd-hero-3-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71%;
  z-index: -1;
  background: #F4F4F4;
}
.fd-hero-3-subtitle {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.fd-hero-3-title {
  font-size: 75px;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-3-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .fd-hero-3-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-3-title {
    font-size: 50px;
  }
}
.fd-hero-3-img-grid {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  grid-template-rows: 320px 220px;
  gap: 30px;
}
@media (max-width: 767px) {
  .fd-hero-3-img-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-3-img-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.fd-hero-3-img-item {
  border-radius: 10px;
}
.fd-hero-3-img-item:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media (max-width: 767px) {
  .fd-hero-3-img-item:nth-child(1) {
    grid-area: unset;
  }
}
.fd-hero-3-img-item:nth-child(2) {
  grid-area: 1/2/3/3;
}
@media (max-width: 767px) {
  .fd-hero-3-img-item:nth-child(2) {
    grid-area: unset;
  }
}
.fd-hero-3-img-item:nth-child(3) {
  grid-area: 1/3/2/4;
}
@media (max-width: 767px) {
  .fd-hero-3-img-item:nth-child(3) {
    grid-area: unset;
  }
}
.fd-hero-3-img-item:nth-child(4) {
  grid-area: 2/1/3/2;
}
@media (max-width: 767px) {
  .fd-hero-3-img-item:nth-child(4) {
    grid-area: unset;
  }
}
.fd-hero-3-img-item:nth-child(5) {
  grid-area: 2/3/3/4;
}
@media (max-width: 767px) {
  .fd-hero-3-img-item:nth-child(5) {
    grid-area: unset;
  }
}
.fd-hero-3-btn {
  gap: 30px;
}
.fd-hero-3-btn-link {
  max-width: 190px;
  transition: 0.3s;
}
.fd-hero-3-btn-link:hover {
  transform: scale(90%);
}

/* 
    hero-3-end
*/
/* 
    hero-4-start
*/
.fd-hero-4-area {
  padding-top: 300px;
  padding-bottom: 285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-4-area {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .fd-hero-4-area {
    padding-top: 150px;
    padding-bottom: 85px;
  }
}
.fd-hero-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(1x);
  background: #f4f4f5;
}
.fd-hero-4-bg-circle-1 {
  display: block;
  width: 400px;
  height: 400px;
  background: #00abff;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hero-4-bg-animation-1 20s linear infinite;
  transition: 1s;
}
.fd-hero-4-bg-circle-2 {
  display: block;
  width: 400px;
  height: 400px;
  background: #ff606b;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hero-4-bg-animation-1 15s linear infinite;
  transition: 1s;
  z-index: 1;
}
.fd-hero-4-bg-circle-3 {
  display: block;
  width: 400px;
  height: 400px;
  background: #ffbe66;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  animation: hero-4-bg-animation-2 20s linear infinite;
  animation-delay: 1s;
}
.fd-hero-4-bg-circle-4 {
  display: block;
  width: 400px;
  height: 400px;
  background: #00e5ff;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hero-4-bg-animation-2 15s linear infinite;
  transition: 1s;
  animation-delay: 1s;
  z-index: 1;
}
.fd-hero-4-subtitle {
  font-size: 24px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-4-subtitle {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .fd-hero-4-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-4-subtitle {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.fd-hero-4-title {
  margin-bottom: 10px;
}
.fd-hero-4-title-single {
  font-size: 170px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: 1s;
  transition-delay: 0s;
  line-height: 1.3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-hero-4-title-single {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-hero-4-title-single {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-4-title-single {
    font-size: 120px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-4-title-single {
    font-size: 90px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .fd-hero-4-title-single {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-4-title-single {
    font-size: 50px;
    margin-bottom: 0;
  }
}
.fd-hero-4-title .swiper-container .swiper-wrapper {
  height: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-4-title .swiper-container .swiper-wrapper {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-4-title .swiper-container .swiper-wrapper {
    height: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-4-title .swiper-container .swiper-wrapper {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .fd-hero-4-title .swiper-container .swiper-wrapper {
    height: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-4-title .swiper-container .swiper-wrapper {
    height: 100px;
  }
}
.fd-hero-4-title .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.fd-hero-4-title .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .fd-hero-4-title-single {
  transition-delay: 4.2s;
  filter: blur(5px);
}
.fd-hero-4-disc {
  color: #4b4b4b;
  font-weight: 500;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@keyframes hero-4-bg-animation-1 {
  0% {
    transform: translate(-160%, -50%);
  }
  20% {
    transform: translate(90%, -50%);
  }
  40% {
    transform: translate(90%, 10%);
  }
  60% {
    transform: translate(-180%, 10%);
  }
  80% {
    transform: translate(-100%, 10%);
  }
  100% {
    transform: translate(-160%, -50%);
  }
}
@keyframes hero-4-bg-animation-2 {
  0% {
    transform: translate(100%, -50%);
  }
  20% {
    transform: translate(-100%, -50%);
  }
  40% {
    transform: translate(-100%, 10%);
  }
  60% {
    transform: translate(100%, 10%);
  }
  80% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(100%, -50%);
  }
}
/* 
    hero-4-end
*/
/* 
    hero-5-start
*/
.fd-full-screen {
  height: 100vh;
  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) {
  .fd-full-screen-none {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-hero-5-area {
    padding-top: 150px;
    height: 100%;
    flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .fd-hero-5-container {
    max-width: 1584px;
  }
}
.fd-hero-5-title {
  font-size: 125px;
  line-height: 1.2;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-hero-5-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-hero-5-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-5-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-5-title {
    font-size: 70px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .fd-hero-5-title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-5-title {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.fd-hero-5-title-2 {
  font-size: 125px;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-hero-5-title-2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-hero-5-title-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-5-title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-hero-5-title-2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .fd-hero-5-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-hero-5-title-2 {
    font-size: 60px;
  }
}
.fd-hero-5-title-2 span {
  display: inline-block;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 15px;
  animation: fd-h5-title2 1s linear infinite;
}
@media (max-width: 767px) {
  .fd-hero-5-title-2 span {
    top: 0px;
  }
}
.fd-hero-5-content .right {
  max-width: 575px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-5-content .right {
    margin-left: unset;
  }
}
.fd-hero-5-content .right .inner-div {
  max-width: 500px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-5-content .right .inner-div {
    margin-left: unset;
  }
}
.fd-hero-5-disc {
  font-weight: 800;
  margin-bottom: 30px;
}
.fd-hero-5-social {
  position: absolute;
  bottom: 6%;
  width: 100%;
  z-index: 1;
}
.fd-hero-5-social-wrap {
  gap: 30px;
}
.fd-hero-5-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -1;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-hero-5-img {
    justify-content: end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-hero-5-img {
    position: unset;
  }
}
.fd-hero-5-img img {
  width: 50%;
}
@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) {
  .fd-hero-5-img img {
    width: 80%;
  }
}

@keyframes fd-h5-title2 {
  0% {
    color: var(--fd-clr-h-4);
  }
  50% {
    color: var(--fd-clr-pr-1);
  }
  100% {
    color: var(--fd-clr-h-4);
  }
}
/* 
    hero-5-end
*/
/* 
    about-2-start
*/
.fd-about-2-area {
  padding-bottom: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-about-2-area {
    padding-bottom: 100px;
  }
}
.fd-about-2-content {
  padding-left: 15px;
}
.fd-about-2-left {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-about-2-left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-about-2-left {
    padding-left: 0;
    margin-bottom: 130px;
  }
}
.fd-about-2-img-1 {
  height: 615px;
  border-radius: 15px;
}
.fd-about-2-img-2 {
  width: 80%;
  height: 365px;
  border-radius: 20px;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);
  position: absolute;
  bottom: -75px;
  left: -15px;
}
.fd-about-2-feature-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  max-width: 530px;
}
@media (max-width: 767px) {
  .fd-about-2-feature-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-about-2-feature-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.fd-about-2-feature {
  display: flex;
  align-items: center;
  gap: 18px;
}
.fd-about-2-feature .item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4586FA;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  flex: 0 0 auto;
}
.fd-about-2-feature .item-title {
  font-size: 24px;
}
@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) {
  .fd-about-2-feature .item-title {
    font-size: 20px;
  }
}
.fd-about-2-feature .item-disc {
  color: #aeaeae;
}
.fd-about-2-feature:nth-child(2) .item-icon {
  background: #F76551;
}
.fd-about-2-feature:nth-child(3) .item-icon {
  background: #53CF84;
}
.fd-about-2-feature:nth-child(4) .item-icon {
  background: #AE52FB;
}

/* 
    about-2-end
*/
/* 
    about-5-start
*/
.fd-about-5-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fd-about-5-content {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-about-5-content {
    grid-template-columns: 1fr;
  }
}
.fd-about-5-content .iner-div {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-about-5-content .iner-div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fd-about-5-content .iner-div {
    grid-template-columns: 1fr;
  }
}
.fd-about-5-content .illus-2 {
  width: 25%;
  position: absolute;
  right: 0;
  top: 0;
}
.fd-about-5-content .illus-1 {
  width: 49%;
  position: absolute;
  right: 0;
  top: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-about-5-content .illus-1 {
    top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-about-5-content .illus-1 {
    display: none;
  }
}
.fd-about-5-content .left {
  padding-top: 50px;
}
.fd-about-5-content .left .fd-scn-title-3 {
  max-width: 600px;
}

/* 
    about-5-end
*/
/* 
    about-6-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) {
  .fd-about-6-area {
    padding-bottom: 100px;
  }
}
.fd-about-6-scn-title .fd-scn-title-1 {
  font-size: 52px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-about-6-scn-title .fd-scn-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-about-6-scn-title .fd-scn-title-1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-about-6-scn-title .fd-scn-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .fd-about-6-scn-title .fd-scn-title-1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-about-6-scn-title .fd-scn-title-1 {
    font-size: 30px;
  }
}
.fd-about-6-img {
  margin-left: -200px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-about-6-img {
    margin-left: 0px;
    padding-right: 0px;
  }
}
.fd-about-6-content .disc {
  margin-bottom: 30px;
}
.fd-about-6-content-list:is(.fd-list-1) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px 40px;
}
@media (max-width: 767px) {
  .fd-about-6-content-list:is(.fd-list-1) {
    grid-template-columns: auto;
  }
}
.fd-about-6-content-list:is(.fd-list-1):is(.has-style-3) li {
  font-weight: 500;
  margin-bottom: 0;
}
.fd-about-6-tabs-btn {
  background: #465DE2;
  border-radius: 100px 0 0 100px;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 20px 52px;
}
@media (max-width: 767px) {
  .fd-about-6-tabs-btn {
    gap: 10px 30px;
    flex-wrap: wrap;
  }
}
.fd-about-6-tabs-btn::after {
  content: "";
  width: 75%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 100px 0 0 100px;
  opacity: 0.2;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-about-6-tabs-btn::after {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .fd-about-6-tabs-btn::after {
    display: none;
  }
}
.fd-about-6-tabs-btn button {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  background: transparent;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
}
.fd-about-6-tabs-btn button:hover {
  color: #ddd;
}
.fd-about-6-tabs-btn button:is(.active) {
  color: #fff;
}
.fd-about-6-tabs-pane-grid {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .fd-about-6-tabs-pane-grid {
    grid-template-columns: 1fr;
  }
}

/* 
    about-6-end
*/
/* 
    feature-1-start
*/
.fd-feature-1-area {
  background-color: #111111;
}

.fd-feature-1-slider {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-feature-1-slider {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-1-slider {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
.fd-feature-1-slider-item {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.fd-feature-1-slider-item img {
  transition: 2s ease-in-out;
  transform: scale(1.5);
}
.fd-feature-1-slider-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fd-feature-1-slider .swiper-container {
  height: 745px;
}
@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) {
  .fd-feature-1-slider .swiper-container {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .fd-feature-1-slider .swiper-container {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-feature-1-slider .swiper-container {
    height: 500px;
  }
}
.fd-feature-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .fd-feature-1-slider-item img {
  transform: scale(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) {
  .fd-feature-1-pagination {
    display: flex;
    transform: unset !important;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
  }
}
.fd-feature-1-pagination-posi {
  position: absolute;
  top: 50%;
  left: -74px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-feature-1-pagination-posi {
    left: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-feature-1-pagination-posi {
    left: -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) {
  .fd-feature-1-pagination-posi {
    position: unset;
    transform: unset;
  }
}
.fd-feature-1-pagination span {
  width: 13px;
  height: 28px;
  border-radius: 6.5px;
  background: #21201d;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.fd-feature-1-pagination span:is(.swiper-pagination-bullet-active) {
  background: var(--fd-clr-pr-1);
}
.fd-feature-1-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 45px;
  max-width: 530px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-feature-1-item-wrap {
    gap: 50px 25px;
  }
}
@media (max-width: 767px) {
  .fd-feature-1-item-wrap {
    gap: 50px 25px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-feature-1-item-wrap {
    gap: 50px 25px;
    grid-template-columns: 1fr 1fr;
  }
}
.fd-feature-1-item .item-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #4586FA;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 13px;
}
.fd-feature-1-item .item-title {
  font-size: 25px;
  margin-bottom: 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) {
  .fd-feature-1-item .item-title {
    font-size: 22px;
  }
}
.fd-feature-1-item .item-disc {
  color: #aeaeae;
}
.fd-feature-1-item:nth-child(2) .item-icon {
  background: #F76551;
}
.fd-feature-1-item:nth-child(3) .item-icon {
  background: #53CF84;
}
.fd-feature-1-item:nth-child(4) .item-icon {
  background: #AE52FB;
}
.fd-feature-1-content .scn-disc {
  color: #aeaeae;
  margin-bottom: 70px;
}

/* 
    feature-1-end
*/
/* 
    feature-2-start
*/
.fd-feature-2-item {
  display: flex;
  align-items: center;
  border: 2px solid #f1f1f1;
  border-radius: 66px;
  padding: 30px 50px;
  gap: 25px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-feature-2-item {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-feature-2-item {
    padding: 30px 20px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .fd-feature-2-item {
    padding: 30px 20px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.fd-feature-2-item .item-icon {
  font-size: 55px;
  color: var(--fd-clr-h-2);
}
.fd-feature-2-item .item-title {
  font-size: 26px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-2-item .item-title {
    font-size: 20px;
  }
}
.fd-feature-2-item .item-disc {
  text-transform: capitalize;
}

/* 
    feature-2-end
*/
/* 
    feature-3-start
*/
.fd-feature-3-content {
  padding-bottom: 100px;
}
.fd-feature-3-content-img {
  max-width: 300px;
}
.fd-feature-3-img {
  margin-right: -130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-3-img {
    margin-right: 0px;
  }
}
.fd-feature-3-img-2 {
  width: 36%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: 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) {
  .fd-feature-3-img-2 {
    right: 0px;
  }
}
.fd-feature-3-img-3 {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  right: -100px;
  top: 38%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-feature-3-img-3 {
    right: -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), (max-width: 767px) {
  .fd-feature-3-img-3 {
    right: 0px;
  }
}

/* 
    feature-3-end
*/
/* 
    feature-4-start
*/
.fd-feature-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .fd-feature-4-bg {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-feature-4-bg {
    padding: 0 15px;
  }
}
.fd-feature-4-bg img {
  border-radius: 20px;
}
.fd-feature-4-scn-title {
  font-size: 60px;
  color: #051133;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-feature-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-feature-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-feature-4-scn-title {
    font-size: 40px;
  }
}
.fd-feature-4-item {
  display: flex;
  gap: 35px;
  justify-content: center;
  flex-wrap: wrap;
}
.fd-feature-4-item .fd-services-2-item {
  background: #fff;
}
.fd-feature-4-item .fd-services-2-item .item-link, .fd-feature-4-item .fd-services-2-item .item-btn {
  color: #111f36;
}

/* 
    feature-4-end
*/
/* 
    feature-5-start
*/
.fd-feature-5-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fd-feature-5-content {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}
.fd-feature-5-img {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-5-img {
    width: 100%;
  }
}
.fd-feature-5-img-btn-1 {
  position: absolute;
  top: 23px;
  left: 8%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-feature-5-img-btn-1 {
    left: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-feature-5-img-btn-1 {
    left: 0%;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-5-img-btn-1 {
    display: none;
  }
}
.fd-feature-5-img-btn-1 .line {
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #4FCD81;
  position: absolute;
  top: 45%;
  left: 98%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-5-img-btn-1 .line {
    width: 60px;
  }
}
.fd-feature-5-img-btn-1 .line::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #4FCD81;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -6px;
}
.fd-feature-5-img-btn-1 .fd-pr-btn-1 {
  font-weight: 900;
  background: linear-gradient(90deg, rgb(134, 225, 174) 0%, rgb(75, 204, 126) 100%);
}
.fd-feature-5-img-btn-1 .fd-pr-btn-1 .text::before {
  color: #000;
}
.fd-feature-5-img-btn-2 {
  position: absolute;
  top: 69px;
  right: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-5-img-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-feature-5-img-btn-2 {
    top: 58px;
    right: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-5-img-btn-2 {
    top: 0;
    right: 0;
  }
}
.fd-feature-5-img-btn-2 .line {
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #F7988B;
  position: absolute;
  top: 45%;
  right: 98%;
  transform: translateY(-50%);
}
.fd-feature-5-img-btn-2 .line::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #F7988B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -6px;
}
.fd-feature-5-img-btn-2 .fd-pr-btn-1 {
  font-weight: 900;
  background: linear-gradient(90deg, rgb(247, 155, 142) 0%, rgb(247, 95, 75) 100%);
}
.fd-feature-5-img-btn-2 .fd-pr-btn-1 .text::before {
  color: #000;
}
.fd-feature-5-img-btn-3 {
  position: absolute;
  bottom: 142px;
  left: 4%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-feature-5-img-btn-3 {
    bottom: 113px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-feature-5-img-btn-3 {
    bottom: 83px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-feature-5-img-btn-3 {
    bottom: 60px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-5-img-btn-3 {
    display: none;
  }
}
.fd-feature-5-img-btn-3 .line {
  display: inline-block;
  width: 345px;
  height: 2px;
  background: #AB4CFB;
  position: absolute;
  top: 45%;
  left: 98%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-feature-5-img-btn-3 .line {
    width: 265px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-feature-5-img-btn-3 .line {
    width: 175px;
  }
}
.fd-feature-5-img-btn-3 .line::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #AB4CFB;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -6px;
}
.fd-feature-5-img-btn-3 .fd-pr-btn-1 {
  font-weight: 900;
  background: linear-gradient(90deg, rgb(203, 144, 254) 0%, rgb(169, 73, 251) 100%);
}
.fd-feature-5-img-btn-3 .fd-pr-btn-1 .text::before {
  color: #000;
}
.fd-feature-5-img-btn-4 {
  position: absolute;
  bottom: 15px;
  right: 4%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-feature-5-img-btn-4 {
    right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-5-img-btn-4 {
    display: none;
  }
}
.fd-feature-5-img-btn-4 .line {
  display: inline-block;
  width: 145px;
  height: 2px;
  background: #6EAAFA;
  position: absolute;
  top: 45%;
  right: 98%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-feature-5-img-btn-4 .line {
    width: 85px;
  }
}
.fd-feature-5-img-btn-4 .line::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #6EAAFA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -6px;
}
.fd-feature-5-img-btn-4 .fd-pr-btn-1 {
  font-weight: 900;
  background: linear-gradient(90deg, rgb(113, 172, 250) 0%, rgb(64, 130, 250) 100%);
}
.fd-feature-5-img-btn-4 .fd-pr-btn-1 .text::before {
  color: #000;
}

/* 
    feature-5-end
*/
/* 
    feature-6-start
*/
.fd-feature-6-scn-title {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.fd-feature-6-img-wrap {
  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) {
  .fd-feature-6-img-wrap {
    margin-bottom: 50px;
  }
}
.fd-feature-6-img-1 {
  border-radius: 20px;
}
.fd-feature-6-img-2 {
  width: 77%;
  position: absolute;
  right: 0;
  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) {
  .fd-feature-6-item-grid {
    grid-template-columns: 1fr;
  }
}
.fd-feature-6-item-grid .grid-col {
  display: grid;
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-feature-6-item-grid .grid-col {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .fd-feature-6-item-grid .grid-col {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.fd-feature-6-item-grid .grid-col:nth-child(2) {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-feature-6-item-grid .grid-col:nth-child(2) {
    grid-row-start: unset;
    grid-column-start: unset;
    grid-row-end: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-6-item-grid .grid-col:nth-child(2) {
    grid-row-start: unset;
    grid-column-start: unset;
    grid-row-end: unset;
    grid-template-columns: 1fr;
  }
}
.fd-feature-6-item-single {
  background: #fff;
  border-radius: 15px;
  padding: 35px 30px;
}
.fd-feature-6-item-single .title-flex {
  gap: 20px;
  margin-bottom: 22px;
}
.fd-feature-6-item-single .title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #F9F9F9;
  font-size: 35px;
  color: #000;
  flex: 0 0 auto;
}
.fd-feature-6-item-single .title-text {
  font-size: 26px;
  line-height: 1.6;
}
.fd-feature-6-item-single .item-line {
  display: inline-block;
  position: absolute;
  top: 97%;
  left: 80%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-feature-6-item-single .item-line {
    display: none;
  }
}
.fd-feature-6-item-single:is(.item-2) .item-line {
  left: 20%;
}
.fd-feature-6-item-single:is(.item-3) .item-line {
  bottom: 99%;
  top: unset;
}
.fd-feature-6-item-single:is(.item-4) .item-line {
  top: unset;
  bottom: 99%;
  left: 20%;
}

/* 
    feature-6-end
*/
/* 

    benifit-1-start
*/
.fd-benifit-workflow-area {
  background: #111111;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-benifit-workflow-area {
    padding-bottom: 0px;
  }
}
.fd-benifit-workflow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
}

.fd-benifit-1-content {
  position: relative;
  z-index: 1;
}
.fd-benifit-1-content .inner-div {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-benifit-1-content .inner-div {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .fd-benifit-1-content .inner-div {
    margin-bottom: 50px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-benifit-1-content .inner-div {
    margin-bottom: 50px;
    grid-template-columns: 1fr 1.4fr;
  }
}
.fd-benifit-1-content .scn-disc {
  margin-bottom: 30px;
}
.fd-benifit-1-img-1 {
  height: 370px;
  border-radius: 10px;
}
.fd-benifit-1-img-2 {
  height: 600px;
  border-radius: 30px;
  margin-right: -340px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fd-benifit-1-img-2 {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-benifit-1-img-2 {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-benifit-1-img-2 {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-benifit-1-img-2 {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-benifit-1-img-2 {
    margin-right: 0px;
    height: 400px;
  }
}

.fd-list-1 li {
  font-family: var(--fd-font-pr-1);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.fd-list-1 li:not(:last-child) {
  margin-bottom: 20px;
}
.fd-list-1 li .icon {
  display: flex;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #202f30;
  font-size: 15px;
  color: #43BAFF;
}

/* 

    benifit-1-end
*/
/* 

    benifit-2-start
*/
.fd-benifit-2-content {
  background: #ffecef;
  border-radius: 20px;
  text-align: center;
  padding: 80px 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-benifit-2-content {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .fd-benifit-2-content {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-benifit-2-content {
    padding: 80px 50px;
  }
}
.fd-benifit-2-content .content-title {
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fd-benifit-2-content .content-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-benifit-2-content .content-title {
    font-size: 30px;
  }
}
.fd-benifit-2-content .content-disc {
  margin-bottom: 33px;
}
.fd-benifit-2-content .item-img {
  margin-bottom: 17px;
}
.fd-benifit-2-content:is(.has-clr-2) {
  background: #e4ffee;
}
.fd-benifit-2-content-2 {
  background: #fff6d3;
  border-radius: 20px;
  padding: 110px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-benifit-2-content-2 {
    padding: 110px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-benifit-2-content-2 {
    padding: 90px 50px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fd-benifit-2-content-2 {
    padding: 90px 20px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-benifit-2-content-2 {
    padding: 90px 50px;
    grid-template-columns: 1fr;
  }
}
.fd-benifit-2-scn-title .fd-scn-title-2 {
  margin-bottom: 35px;
}

/* 

    benifit-2-end
*/
/* 

    benifit-4-start
*/
.fd-benifit-4-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 35px;
}
@media (max-width: 767px) {
  .fd-benifit-4-container {
    grid-template-columns: 1fr;
  }
}
.fd-benifit-4-container .fd-benifit-2-content {
  background: #f4f4f5;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-benifit-4-container .fd-benifit-2-content {
    padding: 80px 25px;
  }
}
.fd-benifit-4-container .fd-benifit-2-content .content-title {
  font-size: 45px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-benifit-4-container .fd-benifit-2-content .content-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-benifit-4-container .fd-benifit-2-content .content-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-benifit-4-container .fd-benifit-2-content .content-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fd-benifit-4-container .fd-benifit-2-content .content-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-benifit-4-container .fd-benifit-2-content .content-title {
    font-size: 28px;
  }
}
.fd-benifit-4-container .fd-benifit-2-content .content-disc {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* 

    benifit-4-end
*/
/* 
    benifit-5-start
*/
.fd-benifit-5-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-benifit-5-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) {
  .fd-benifit-5-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.fd-benifit-5-scn-title .scn-disc {
  max-width: 570px;
}
.fd-benifit-5-feature {
  gap: 20px;
}
.fd-benifit-5-feature-single {
  max-width: 190px;
  flex: 0 0 auto;
  width: 100%;
  border-radius: 10px;
  padding: 25px 30px;
}
.fd-benifit-5-feature-single .item-icon {
  margin-bottom: 10px;
}
.fd-benifit-5-feature-single .item-title {
  font-size: 22px;
  line-height: 1.27;
}
@media (max-width: 767px) {
  .fd-benifit-5-feature-single .item-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-benifit-5-feature-single .item-title {
    font-size: 20px;
  }
}
.fd-benifit-5-img {
  box-shadow: -15px 22px 52px 0 rgba(0, 0, 0, 0.06);
  border: 20px;
  overflow: hidden;
  margin-right: -390px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-benifit-5-img {
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-benifit-5-img {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-benifit-5-img {
    margin-right: 0px;
  }
}

/* 
    benifit-5-end
*/
/* 
    workflow-1-start
*/
.fd-workflow-1-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-workflow-1-area {
    position: unset;
  }
}
.fd-workflow-1-scn-title {
  border-bottom: 1px solid #243334;
  padding-bottom: 40px;
}
.fd-workflow-1-img {
  margin-left: -250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-workflow-1-img {
    margin-left: 0px;
  }
}
.fd-workflow-1-img-wrap {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.fd-workflow-1-img-il {
  width: 59%;
  height: 195px;
  border-radius: 20px;
  box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 20px;
  left: -90px;
}
@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) {
  .fd-workflow-1-img-il {
    left: 0;
  }
}
@media (max-width: 767px) {
  .fd-workflow-1-img-il {
    display: none;
    left: 0;
  }
}
.fd-workflow-1-content .inner-div {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
}
@media (max-width: 767px) {
  .fd-workflow-1-content .inner-div {
    grid-template-columns: 1fr;
  }
}
.fd-workflow-1-content .inner-div .left {
  border-right: 1px solid #243334;
  padding-right: 30px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fd-workflow-1-content .inner-div .left {
    padding-right: 0px;
    border-right: none;
    margin-bottom: 50px;
  }
}
.fd-workflow-1-content .scn-disc {
  margin-bottom: 35px;
}
.fd-workflow-1-item-wrap .fd-feature-1-item {
  padding-top: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .fd-workflow-1-item-wrap .fd-feature-1-item {
    padding-left: 0px;
  }
}
.fd-workflow-1-item-wrap .fd-feature-1-item:not(:last-child) {
  border-bottom: 1px solid #243334;
  padding-bottom: 30px;
}

/* 
    workflow-1-end
*/
/* 
    workflow-2-start
*/
.fd-workflow-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  border-radius: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-workflow-2-wrap {
    grid-template-columns: 1fr;
  }
}
.fd-workflow-2-content {
  background: #cfccfc;
  padding: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .fd-workflow-2-content {
    padding: 65px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-workflow-2-content {
    padding: 65px;
  }
}
.fd-workflow-2-item-wrap {
  background: #d6d3ff;
  padding: 80px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-workflow-2-item-wrap {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .fd-workflow-2-item-wrap {
    padding: 80px 20px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-workflow-2-item-wrap {
    padding: 80px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.fd-workflow-2-item .item-icon {
  display: flex;
  width: 88px;
  height: 88px;
  background: #ffecef;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 40px;
  color: var(--fd-clr-h-2);
  margin-bottom: 30px;
}
.fd-workflow-2-item .item-title {
  font-size: 22px;
  color: var(--fd-clr-h-3);
  transition: 0.2s;
  margin-bottom: 10px;
}
.fd-workflow-2-item .item-title:hover {
  color: var(--fd-clr-pr-2);
  transform: translateX(3px);
}
.fd-workflow-2-item .item-disc {
  font-size: 17px;
}
.fd-workflow-2-item:nth-child(2) .item-icon {
  background: #e4ffee;
}
.fd-workflow-2-item:nth-child(3) .item-icon {
  background: #fff6d3;
}
.fd-workflow-2-item:nth-child(4) .item-icon {
  background: #f4f4ff;
}

/* 
    workflow-2-end
*/
/* 
    workflow-3-start
*/
.fd-workflow-3-scn-title {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.fd-workflow-3-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-workflow-3-wrap {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-workflow-3-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.fd-workflow-3-wrap::after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(236, 236, 236) 5%, rgb(236, 236, 236) 53%, rgb(236, 236, 236) 95%, rgba(0, 212, 255, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-workflow-3-wrap::after {
    display: none;
  }
}
.fd-workflow-3-wrap::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(236, 236, 236) 5%, rgb(236, 236, 236) 53%, rgb(236, 236, 236) 95%, rgba(0, 212, 255, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-workflow-3-wrap::before {
    display: none;
  }
}
.fd-workflow-3-item {
  display: grid;
  gap: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-workflow-3-item {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .fd-workflow-3-item {
    gap: 30px 50px;
    grid-template-columns: 1fr;
  }
}
.fd-workflow-3-item-single .item-icon {
  width: 88px;
  height: 88px;
  background: #ffecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--fd-clr-h-1);
  margin-bottom: 30px;
}
.fd-workflow-3-item-single .item-icon:is(.is-bg-yello) {
  background: #fff6d3;
}
.fd-workflow-3-item-single .item-title {
  font-size: 22px;
  color: #242f51;
  margin-bottom: 8px;
}
.fd-workflow-3-item-single .item-para {
  font-size: 17px;
  color: #616368;
  line-height: 26px;
  margin-bottom: 26px;
}
.fd-workflow-3-item-single:nth-child(2) .item-icon {
  background: #e4ffee;
}
.fd-workflow-3-item-single:nth-child(2) .item-icon:is(.is-bg-gay) {
  background: #F4F4FF;
}
.fd-workflow-3-illus-1 {
  width: 22%;
  position: absolute;
  top: -10px;
  left: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);
}
.fd-workflow-3-illus-2 {
  position: absolute;
  bottom: 25%;
  left: 50px;
}
.fd-workflow-3-illus-3 {
  width: 30%;
  position: absolute;
  bottom: 20%;
  right: 50px;
}
.fd-workflow-3-illus-3 img {
  filter: drop-shadow(0 2px 60px rgba(0, 0, 0, 0.13));
}

/* 
    workflow-3-end
*/
/* 
    workflow-5-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) {
  .fd-workflow-5-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .fd-workflow-5-container {
    max-width: 1370px;
  }
}
.fd-workflow-5-scn-title {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.fd-workflow-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-workflow-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-workflow-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .fd-workflow-5-wrap {
    grid-template-columns: 1fr;
  }
}
.fd-workflow-5-img {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .fd-workflow-5-img {
    grid-row-start: unset;
    grid-column-start: unset;
    grid-row-end: unset;
    grid-column-end: unset;
  }
}
.fd-workflow-5-img-1 {
  border-radius: 20px;
}
.fd-workflow-5-img-2 {
  position: absolute;
  bottom: -182px;
  width: 85%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-workflow-5-img-2 {
    bottom: -112px;
  }
}
@media (max-width: 767px) {
  .fd-workflow-5-img-2 {
    display: none;
  }
}
.fd-workflow-5-item {
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px;
}
.fd-workflow-5-item .item-title {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-workflow-5-item .item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fd-workflow-5-item .item-title {
    font-size: 20px;
    flex-wrap: wrap;
  }
}
.fd-workflow-5-item .item-title i {
  font-size: 50px;
  flex: 0 0 auto;
}
.fd-workflow-5-qoute a {
  transition: 0.3s;
}
.fd-workflow-5-qoute a:hover {
  color: var(--fd-clr-pr-1);
}

/* 
    workflow-5-end
*/
/* 
    marquee-1-start
*/
.fd-marquee-1-area {
  background: #131D1E;
  margin-left: auto;
  margin-right: auto;
}
.fd-marquee-1-item-wrap {
  display: flex;
  gap: 10px;
}
.fd-marquee-1-item {
  font-size: 28px;
  color: #ededed;
  border: 2px solid #ededed;
  border-radius: 40px;
  padding: 20px 29px;
  display: inline-block;
  flex: 0 0 auto;
  transition: 0.3s ease;
  cursor: pointer;
}
.fd-marquee-1-item:hover {
  background: var(--fd-clr-pr-1);
  border-color: transparent;
}
.fd-marquee-1-item:is(.has-style-1) {
  background: linear-gradient(90deg, rgb(214, 254, 17) 0%, rgb(95, 253, 203) 100%);
  border-radius: 0px;
  color: #000;
  border: none;
}
.fd-marquee-1-item:is(.has-style-1):hover {
  background: var(--fd-clr-pr-1);
}
.fd-marquee-1-item:is(.has-style-2) {
  background: linear-gradient(90deg, rgb(255, 131, 131) 0%, rgb(255, 55, 92) 100%);
  color: #fff;
  border: none;
}
.fd-marquee-1-item:is(.has-style-2):hover {
  background: var(--fd-clr-pr-1);
}

/* 
    marquee-1-end
*/
/* 
    price-1-start
*/
.fd-price-1-area {
  background: #131D1E;
}
.fd-price-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fd-price-1-scn-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.fd-price-1-item {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr auto;
  align-items: center;
  background: #fff;
  padding: 50px 95px;
  border-radius: 140px;
  gap: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-price-1-item {
    grid-template-columns: 0.7fr 1.1fr 1fr auto;
    padding: 50px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-price-1-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .fd-price-1-item {
    grid-template-columns: 1fr;
    padding: 50px 35px;
    border-radius: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-price-1-item {
    grid-template-columns: 1fr;
    padding: 50px 70px;
    border-radius: 140px;
  }
}
.fd-price-1-item:not(:last-child) {
  margin-bottom: 20px;
}
.fd-price-1-item .item-subtitle {
  font-size: 14px;
  color: var(--fd-clr-pr-1);
  margin-bottom: 5px;
}
.fd-price-1-item .item-title {
  font-size: 35px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-price-1-item .item-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fd-price-1-item .item-title {
    font-size: 26px;
  }
}
.fd-price-1-item .item-disc {
  color: #6e6e6e;
}
.fd-price-1-item .fd-list-1 li {
  font-weight: 900;
  color: #000;
}
.fd-price-1-item .fd-list-1 li .icon {
  background: #ececec;
}
.fd-price-1-item .item-price {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.fd-price-1-item .item-price span {
  font-size: 30px;
}
.fd-price-1-item .fd-pr-btn-1 {
  font-size: 16px;
  padding: 23px 33px;
}
.fd-price-1-all-link {
  font-weight: 500;
}
.fd-price-1-all-link a {
  color: var(--fd-clr-pr-1);
  display: inline-block;
  transition: 0.3s;
}
.fd-price-1-all-link a:hover {
  transform: translateX(3px);
}

/* 
    price-1-end
*/
/* 
    price-2-start
*/
.fd-price-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64%;
  z-index: -1;
  background: #101213;
}
.fd-price-2-scn-title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.fd-price-2-card {
  background: #3d76dd;
  border-radius: 20px;
  padding: 70px 65px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fd-price-2-card {
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-price-2-card {
    padding: 70px 65px;
  }
}
.fd-price-2-card .card-title {
  font-size: 35px;
  line-height: 1.28;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .fd-price-2-card .card-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-price-2-card .card-title {
    font-size: 30px;
  }
}
.fd-price-2-card .card-list li {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 13px;
}
.fd-price-2-card .card-list li::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}
.fd-price-2-card .card-price {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fd-price-2-card .card-price {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-price-2-card .card-price {
    font-size: 50px;
  }
}
.fd-price-2-card .card-img {
  height: 225px;
}
.fd-price-2-card:is(.has-card-2) {
  background: var(--fd-clr-pr-2);
  position: relative;
  z-index: 1;
}
.fd-price-2-card:is(.has-card-2) .card-img {
  margin-bottom: -90px;
}
.fd-price-2-card:is(.has-card-2) .card-img img {
  width: 67%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.fd-price-2-card:is(.has-card-2) .fd-pr-btn-1::after {
  background: #fff;
}

/* 
    price-2-end
*/
/* 
    price-3-start
*/
.fd-price-3-scn-title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.fd-price-3-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fd-price-3-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-price-3-card {
    grid-template-columns: 1fr 1fr;
  }
}
.fd-price-3-card-slider {
  text-align: center;
  padding: 45px 35px;
  display: grid;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-price-3-card-slider {
    padding: 45px 15px;
  }
}
@media (max-width: 767px) {
  .fd-price-3-card-slider {
    padding: 45px 15px;
  }
}
.fd-price-3-card-content {
  background: linear-gradient(270deg, rgba(249, 255, 226, 0.3) 45%, rgba(254, 223, 217, 0.3) 100%);
  padding: 45px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-price-3-card-content {
    padding: 45px 15px;
  }
}
@media (max-width: 767px) {
  .fd-price-3-card-content {
    padding: 45px 15px;
  }
}
.fd-price-3-card-content .price {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 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) {
  .fd-price-3-card-content .price {
    font-size: 40px;
  }
}
.fd-price-3-card-content .price span {
  font-size: 18px;
}
.fd-price-3-card-content .price:is(.is-yearly) {
  display: none;
}
.fd-price-3-card-content .package-name {
  text-align: center;
  background: #fff;
  border-radius: 40px;
  display: inline-block;
  padding: 15px 46px;
  margin-bottom: 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-price-3-card-content .package-name {
    padding: 15px 25px;
  }
}
.fd-price-3-card-content .package-name-title {
  font-size: 24px;
  color: #242f51;
  line-height: 1;
  margin-bottom: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-price-3-card-content .package-name-title {
    font-size: 20px;
  }
}
.fd-price-3-card-content .package-name-disc {
  font-size: 16px;
  line-height: 28px;
  color: #999ca5;
  font-weight: 500;
}
.fd-price-3-card-content .feature-list {
  margin-bottom: 45px;
}
.fd-price-3-card-content .feature-list li {
  color: #242f51;
}
.fd-price-3-card-content .feature-list li .icon {
  background: #fff;
  width: 24px;
  height: 24px;
  color: var(--fd-clr-h-1);
}
.fd-price-3-card-content .trial-limit {
  font-size: 16px;
  line-height: 28px;
  color: #2500f9;
}
.fd-price-3-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fd-price-3-pagination .swiper-pagination-bullet {
  flex: 0 0 auto;
  width: 21px;
  height: 8px;
  border-radius: 4px;
  background: #d6d6d6;
  opacity: 1;
}
.fd-price-3-pagination .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  background: #50576e;
}
.fd-price-3-payment {
  display: inline-flex;
  border: 2px solid #ebebeb;
  border-radius: 40px;
  gap: 30px;
  padding: 22px 60px;
  flex-wrap: wrap;
}
.fd-price-3-payment .item {
  flex: 0 0 auto;
}

.fd-price-3-toggle-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: 2px solid #ebebeb;
  border-radius: 40px;
  padding: 17px 30px;
  position: relative;
  gap: 70px;
}
.fd-price-3-toggle-btn-single {
  font-size: 16px;
  text-align: center;
  color: #616368;
  cursor: pointer;
  transition: 0.3s;
}
.fd-price-3-toggle-btn-single:is(.is-active) {
  color: var(--fd-clr-h-1);
}
.fd-price-3-toggle-btn input {
  display: none;
}
.fd-price-3-toggle-btn input:checked + i::after {
  transform: translateX(97%);
}
.fd-price-3-toggle-btn i {
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 0;
  width: calc(100% - 3px);
  height: 100%;
  transition: all 0.3s linear;
}
.fd-price-3-toggle-btn i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 50%;
  height: calc(100% - 6px);
  background-color: #fedfd9;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

/* 
    price-3-end
*/
/* 
    price-5-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) {
  .fd-price-5-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.fd-price-5-content {
  max-width: 560px;
}
.fd-price-5-content .scn-disc {
  color: #dcdcdc;
}
.fd-price-5-content .start-price {
  font-size: 30px;
  color: #dcdcdc;
  margin-bottom: 44px;
}
.fd-price-5-content .start-price span {
  font-size: 18px;
  margin-bottom: 10px;
}

/* 
    price-5-end
*/
/* 
    testimonial-1-start
*/
.fd-testimonial-1-scn-title .fd-reating-1 {
  gap: 15px;
}
.fd-testimonial-1-scn-title .fd-scn-title-1 {
  color: #021639;
}
.fd-testimonial-1-content {
  margin-right: -33px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-testimonial-1-content {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.fd-testimonial-1-content-btn {
  gap: 10px;
}
.fd-testimonial-1-right {
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-testimonial-1-right {
    padding-left: 0px;
  }
}
.fd-testimonial-1-earth {
  margin-right: -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), (max-width: 767px) {
  .fd-testimonial-1-earth {
    margin-right: 0;
  }
}
.fd-testimonial-1-author-img-1 {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 190px;
}
@media (max-width: 767px) {
  .fd-testimonial-1-author-img-1 {
    width: 70px;
    height: 70px;
  }
}
.fd-testimonial-1-author-img-2 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 10%;
}
.fd-testimonial-1-author-img-3 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 240px;
  top: 40%;
}
@media (max-width: 767px) {
  .fd-testimonial-1-author-img-3 {
    width: 70px;
    height: 70px;
  }
}
.fd-testimonial-1-author-img-4 {
  width: 180px;
  height: 180px;
  position: absolute;
  right: -60px;
  top: 110px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .fd-testimonial-1-author-img-4 {
    width: 70px;
    height: 70px;
    right: 0;
  }
}
.fd-testimonial-1-author-img-5 {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fd-testimonial-1-author-img-5 {
    width: 70px;
    height: 70px;
  }
}
.fd-testimonial-1-author-img-6 {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .fd-testimonial-1-author-img-6 {
    width: 70px;
    height: 70px;
  }
}
.fd-testimonial-1-illus-shape-1 {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #43baff;
  position: absolute;
  top: 56%;
  left: 5%;
}
.fd-testimonial-1-illus-shape-2 {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #43baff;
  position: absolute;
  top: 32%;
  right: 26%;
}
.fd-testimonial-1-illus-shape-3 {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7141b1;
  position: absolute;
  top: 53%;
  right: -89px;
}
.fd-testimonial-1-illus-shape-4 {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e9f1f5;
  position: absolute;
  bottom: 50px;
  right: -80px;
}

.fd-rating-star-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 8px;
  color: #FF7E00;
}
.fd-rating-text-1 {
  font-size: 20px;
  color: #021639;
}

/* 
    testimonial-1-end
*/
/* 
    testimonial-2-start
*/
.fd-testimonial-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fd-testimonial-2-item {
  background: #1d5a4b;
  border-radius: 10px;
  padding: 35px 35px;
  margin-bottom: 30px;
}
.fd-testimonial-2-item .comment {
  font-size: 23px;
  line-height: 1.52;
  margin-bottom: 35px;
}
@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) {
  .fd-testimonial-2-item .comment {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fd-testimonial-2-item .comment {
    font-size: 18px;
  }
}
.fd-testimonial-2-item .item-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #034737;
  margin-bottom: 40px;
}
.fd-testimonial-2-item .author-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.fd-testimonial-2-item-author {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.fd-testimonial-2-item-author .author-name {
  font-size: 21px;
  line-height: 35px;
}
.fd-testimonial-2-item-author .author-bio {
  font-size: 16px;
  line-height: 1;
  color: #b1b1b1;
  text-transform: capitalize;
}

/* 
    testimonial-2-end
*/
/* 
    testimonial-3-start
*/
.fd-testimonial-3-area {
  padding-top: 230px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-testimonial-3-area {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-testimonial-3-content {
    margin-bottom: 50px;
  }
}
.fd-testimonial-3-scn-title .fd-subtitle-1-text {
  color: #fff;
}
.fd-testimonial-3-item .fd-reating-1 {
  gap: 15px 30px;
}
.fd-testimonial-3-item .item-comment {
  font-size: 40px;
  line-height: 1.37;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-testimonial-3-item .item-comment {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-testimonial-3-item .item-comment {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-testimonial-3-item .item-comment {
    font-size: 26px;
  }
}
.fd-testimonial-3-slider {
  max-width: 560px;
}
.fd-testimonial-3-shape {
  display: block;
  width: 500px;
  height: 500px;
  background: #201e25;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .fd-testimonial-3-shape {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-testimonial-3-shape {
    width: 500px;
    height: 500px;
  }
}
.fd-testimonial-3-img {
  width: 292px;
  height: 292px;
  border-radius: 50%;
  position: absolute;
  left: 21%;
  top: 22%;
}
@media (max-width: 767px) {
  .fd-testimonial-3-img {
    width: 192px;
    height: 192px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-testimonial-3-img {
    width: 292px;
    height: 292px;
  }
}
.fd-testimonial-3-img-2 {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  position: absolute;
  left: 6%;
  top: -6%;
}
.fd-testimonial-3-img-3 {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  position: absolute;
  left: -3%;
  bottom: 0;
}
.fd-testimonial-3-img-4 {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  position: absolute;
  right: 0%;
  bottom: 0;
}

.fd-slider-btn {
  gap: 30px;
}
.fd-slider-btn-single {
  cursor: pointer;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.fd-slider-btn-single:hover {
  background: var(--fd-clr-pr-1);
  border-color: transparent;
}

/* 
    testimonial-3-end
*/
/* 
    testimonial-4-start
*/
.fd-testimonial-4-area .fd-testimonial-2-item {
  background: #fff;
}
.fd-testimonial-4-area .fd-testimonial-2-item .comment {
  color: #1d1b1b;
}
.fd-testimonial-4-area .fd-testimonial-2-item-author .author-name {
  color: #282424;
}
.fd-testimonial-4-scn-title {
  font-size: 67px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-testimonial-4-scn-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-testimonial-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-testimonial-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-testimonial-4-scn-title {
    font-size: 40px;
  }
}
.fd-testimonial-4-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  padding: 0 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-testimonial-4-bg-shape {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .fd-testimonial-4-bg-shape {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-testimonial-4-bg-shape {
    padding: 0 15px;
  }
}
.fd-testimonial-4-bg-shape img {
  border-radius: 20px;
}

/* 
    testimonial-4-end
*/
/* 
    advantages-1-start
*/
.fd-advantages-1-left {
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantages-1-left {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
.fd-advantages-1-img {
  margin-left: -340px;
  border-radius: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fd-advantages-1-img {
    margin-left: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-advantages-1-img {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-advantages-1-img {
    margin-left: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantages-1-img {
    margin-left: 0px;
  }
}
.fd-advantages-1-img-2 {
  width: 300px;
  height: 180px;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: -60px;
}
.fd-advantages-1-scn-title .scn-disc {
  color: #dcdcdc;
  max-width: 590px;
  margin-top: 30px;
}
.fd-advantages-1-content .fd-list-1 li .icon {
  background: #e9e9e9;
}
.fd-advantages-1-content .inner-div {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-advantages-1-content .inner-div {
    grid-template-columns: 1fr 1.1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-advantages-1-content .inner-div {
    grid-template-columns: 1fr 0.8fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .fd-advantages-1-content .inner-div {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-advantages-1-content .inner-div {
    grid-template-columns: 1fr 0.8fr;
    gap: 20px;
  }
}
.fd-advantages-1-qoute {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}
.fd-advantages-1-qoute-box {
  background: #131313;
  border-radius: 30px;
  padding: 40px 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) {
  .fd-advantages-1-qoute-box {
    padding: 40px 20px;
  }
}
.fd-advantages-1-qoute-box .signature {
  max-width: 130px;
  margin-bottom: 10px;
}
.fd-advantages-1-qoute-box .name {
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantages-1-qoute {
    font-size: 18px;
  }
}

/* 
    advantages-1-end
*/
/* 
    advantages-2-start
*/
.fd-advantages-2-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 69%;
  background: #0e0e0f;
  z-index: -1;
}
.fd-advantages-2-scn-title {
  max-width: 880px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-advantages-2-scn-title {
    max-width: 680px;
  }
}
.fd-advantages-2-row {
  display: grid;
  grid-template-columns: 570px 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantages-2-row {
    grid-template-columns: 1fr;
  }
}
.fd-advantages-2-row .right {
  margin-left: -100px;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantages-2-row .right {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.fd-advantages-2-content {
  display: grid;
  grid-template-columns: 212px 1fr;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .fd-advantages-2-content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-advantages-2-content {
    grid-template-columns: 212px 1fr;
  }
}
.fd-advantages-2-content .content-img {
  background: #dedede;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fd-advantages-2-content .content {
  background: #fff;
  padding: 50px 40px;
}
.fd-advantages-2-content .content-title {
  font-size: 24px;
  margin-bottom: 14px;
}
.fd-advantages-2-content .content-disc {
  margin-bottom: 20px;
}
.fd-advantages-2-content .fd-list-1 li {
  color: var(--fd-clr-h-2);
  font-weight: 900;
}
.fd-advantages-2-content .fd-list-1 li .icon {
  background: #ececec;
}
.fd-advantages-2-img {
  height: 585px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-advantages-2-img-2 {
  height: 160px;
  width: 35%;
  border-radius: 10px;
  position: absolute;
  top: -135px;
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantages-2-img-2 {
    display: none;
  }
}
.fd-advantages-2-qoute {
  font-size: 20px;
}

.fd-x-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
  transform-origin: center center;
}

/* 
    advantages-2-end
*/
/* 
    advantages-3-start
*/
.fd-advantages-3-left {
  padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-advantages-3-left {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantages-3-left {
    padding-right: 0px;
  }
}
.fd-advantages-3-img {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 30px;
  grid-template-rows: 256px;
}
@media (max-width: 767px) {
  .fd-advantages-3-img {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-advantages-3-img {
    grid-template-columns: 1.7fr 1fr;
  }
}
.fd-advantages-3-img-item {
  border-radius: 20px;
}
.fd-advantages-3-img-item:nth-child(2) {
  margin-bottom: -180px;
  position: relative;
  z-index: 1;
}
.fd-advantages-3-img-2 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  grid-template-rows: 380px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .fd-advantages-3-img-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-advantages-3-img-2 {
    grid-template-columns: 1fr 1.5fr;
  }
}
.fd-advantages-3-img-2-item {
  border-radius: 20px;
}
.fd-advantages-3-content {
  padding-top: 50px;
}
.fd-advantages-3-content .innter-div {
  gap: 30px 5vw;
}
.fd-advantages-3-all-btn {
  font-size: 20px;
  line-height: 30px;
}
.fd-advantages-3-all-btn a {
  display: inline-block;
  transition: 0.3s;
}
.fd-advantages-3-all-btn a:hover {
  color: var(--fd-clr-pr-1);
  transform: translateX(3px);
}

.fd-list-1:is(.has-style-3) li {
  color: var(--fd-clr-h-4);
  font-weight: 800;
}
.fd-list-1:is(.has-style-3) li .icon {
  background: #ececec;
}

/* 
    advantages-3-end
*/
/* 
    advantages-4-start
*/
.fd-advantages-4-area .fd-advantages-1-img {
  margin-left: -272px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fd-advantages-4-area .fd-advantages-1-img {
    margin-left: -115px;
  }
}
@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) {
  .fd-advantages-4-area .fd-advantages-1-img {
    margin-left: 0px;
  }
}
.fd-advantages-4-scn-title {
  font-size: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-advantages-4-scn-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-advantages-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-advantages-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-advantages-4-scn-title {
    font-size: 40px;
  }
}
.fd-advantages-4-scn-disc {
  max-width: 600px;
}
.fd-advantages-4-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 35px;
  border-radius: 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) {
  .fd-advantages-4-bg-shape {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .fd-advantages-4-bg-shape {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-advantages-4-bg-shape {
    padding: 0 15px;
  }
}
.fd-advantages-4-bg-shape img {
  border-radius: 20px;
}
.fd-advantages-4-list li {
  color: #000;
}

/* 
    advantages-4-end
*/
/* 
    advantages-5-start
*/
.fd-advantage-5-area {
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantage-5-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.fd-advantage-5-content {
  max-width: 630px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantage-5-content {
    margin-bottom: 50px;
  }
}
.fd-advantage-5-content-btn {
  gap: 30px;
}
.fd-advantage-5-img {
  text-align: right;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
.fd-advantage-5-img-posi {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantage-5-img-posi {
    position: unset;
  }
}
.fd-advantage-5-img img {
  width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-advantage-5-img img {
    width: 100%;
  }
}
.fd-advantage-5-feature {
  display: flex;
  gap: 30px;
  max-width: 450px;
  flex: 0 0 auto;
  flex-wrap: wrap;
}
.fd-advantage-5-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fd-advantage-5-feature-item .item-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(0deg, rgb(247, 155, 142) 0%, rgb(247, 95, 75) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  flex: 0 0 auto;
  color: #fff;
}
.fd-advantage-5-feature-item .item-title {
  font-size: 20px;
  line-height: 1.25;
}

/* 
    advantages-5-end
*/
/* 
    reports-1-start
*/
.fd-reports-1-area {
  padding-top: 240px;
  padding-bottom: 220px;
}
.fd-reports-1-scn-title {
  margin-right: -10px;
}
.fd-reports-1-scn-title .scn-disc {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-reports-1-content {
    margin-bottom: 50px;
  }
}
.fd-reports-1-content .fd-list-1 li {
  color: #000;
  font-weight: 900;
}
.fd-reports-1-content .fd-list-1 li .icon {
  background: #ececec;
}
.fd-reports-1-content .inner-div {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-reports-1-content .inner-div {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-reports-1-content .inner-div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fd-reports-1-content .inner-div {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-reports-1-content .inner-div {
    grid-template-columns: 1.2fr 1fr;
  }
}
.fd-reports-1-right {
  padding-left: 220px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fd-reports-1-right {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-reports-1-right {
    padding-left: 220px;
  }
}
.fd-reports-1-img-bg {
  width: 100%;
  height: 580px;
  background: #1a171e;
  border-radius: 20px;
  overflow: hidden;
  text-align: right;
}
.fd-reports-1-img-3 {
  width: 30%;
  position: absolute;
  top: 11%;
  left: 11%;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
}
.fd-reports-1-img-2 {
  width: 100%;
  position: absolute;
  bottom: -20%;
  left: 9%;
}
@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) {
  .fd-reports-1-img-2 {
    left: 0%;
  }
}
.fd-reports-1-img-illus-1 {
  width: 42%;
  position: absolute;
  top: 44%;
  left: 8%;
}
.fd-reports-1-img-4 {
  background: #fff;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
  width: 47%;
  border-radius: 20px;
  position: absolute;
  bottom: -21%;
  right: 9%;
  overflow: hidden;
}

.fd-counter-1-number {
  font-size: 95px;
  line-height: 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) {
  .fd-counter-1-number {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .fd-counter-1-number {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-counter-1-number {
    font-size: 70px;
  }
}
.fd-counter-1-text {
  font-size: 20px;
}

/* 
    reports-1-end
*/
/* 
    reports-3-start
*/
.fd-reports-3-area {
  padding-top: 270px;
}
.fd-reports-3-item {
  background: linear-gradient(260deg, rgb(249, 255, 226) 45%, rgb(254, 223, 217) 100%);
  padding: 105px 110px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-reports-3-item {
    padding: 105px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-reports-3-item {
    padding: 105px 40px;
    padding-bottom: 0;
  }
}
.fd-reports-3-item-single {
  display: flex;
  gap: 35px;
  max-width: 355px;
}
@media (max-width: 767px) {
  .fd-reports-3-item-single {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-reports-3-item-single {
    flex-wrap: nowrap;
  }
}
.fd-reports-3-item-single:not(:nth-last-child(1)) {
  margin-bottom: 30px;
}
.fd-reports-3-item-single .item-serial {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #c1b4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
}
.fd-reports-3-item-single .item-title {
  font-size: 20px;
  margin-bottom: 8px;
}
.fd-reports-3-item-single .item-disc {
  font-size: 16px;
  line-height: 23px;
  color: #616368;
}
.fd-reports-3-item-single:nth-child(2) .item-serial {
  background: #eefc98;
}
.fd-reports-3-item-single:nth-child(3) .item-serial {
  background: #ffd763;
}
.fd-reports-3-item-img {
  width: 65%;
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-reports-3-item-img {
    width: 55%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-reports-3-item-img {
    position: unset;
  }
}
.fd-reports-3-item-btn {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  position: absolute;
  right: 30px;
  bottom: 45px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-reports-3-item-btn {
    position: unset;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.fd-reports-3-item-btn-single {
  display: inline-block;
  flex: 0 0 auto;
  width: 180px;
  transition: 0.3s;
}
.fd-reports-3-item-btn-single:hover {
  transform: scale(95%);
}

/* 
    reports-3-end
*/
/* 
    reports-4-start
*/
.fd-reports-4-area .fd-reports-1-content {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-reports-4-area .fd-reports-1-content {
    padding-top: 0px;
  }
}
.fd-reports-4-area .fd-reports-1-img-2 {
  left: 0;
}
.fd-reports-4-scn-title {
  font-size: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-reports-4-scn-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-reports-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-reports-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-reports-4-scn-title {
    font-size: 40px;
  }
}

/* 
    reports-4-end
*/
/* 
    reports-5-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) {
  .fd-report-5-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1500px) {
  .fd-report-5-container {
    max-width: 1450px;
  }
}
.fd-report-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-report-5-wrap {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-report-5-wrap {
    grid-template-columns: 1fr;
  }
}
.fd-report-5-content .fd-about-2-feature-wrap {
  grid-template-columns: 1fr;
}
.fd-report-5-content .iner-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .fd-report-5-content .iner-div {
    grid-template-columns: 1fr;
  }
}
.fd-report-5-img-wrap {
  gap: 15px;
}
@media (max-width: 767px) {
  .fd-report-5-img-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-report-5-img-wrap:nth-child(2) {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-report-5-img-wrap:nth-child(3) {
    display: none !important;
  }
}
.fd-report-5-img {
  width: 215px;
  height: 195px;
  border-radius: 20px;
  flex: 0 0 auto;
}

/* 
    reports-5-end
*/
/* 
    reports-6-start
*/
.fd-reports-6-area:is(.fd-reports-3-area) {
  padding-top: 170px;
}

/* 
    reports-6-end
*/
/* 
    interactive-1-start
*/
.fd-interactive-1-img {
  height: 740px;
}
@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) {
  .fd-interactive-1-img {
    height: 100%;
  }
}
.fd-interactive-1-img-wrap {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.fd-interactive-1-img-btn {
  position: absolute;
  top: 0%;
  left: -75px;
  z-index: 1;
}
@media (max-width: 767px) {
  .fd-interactive-1-img-btn {
    display: none;
  }
}
.fd-interactive-1-img-btn .fd-pr-btn-1 {
  background: #fff;
}
.fd-interactive-1-img-btn .fd-pr-btn-1 .text::before {
  color: #000;
}
.fd-interactive-1-img-btn .fd-pr-btn-1 .text::after {
  color: #fff;
}
.fd-interactive-1-img-btn .fd-pr-btn-1:hover {
  background: var(--fd-clr-pr-1);
}
.fd-interactive-1-img-btn-2 {
  position: absolute;
  bottom: 30%;
  right: -120px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-interactive-1-img-btn-2 {
    right: -90px;
  }
}
@media (max-width: 767px) {
  .fd-interactive-1-img-btn-2 {
    display: none;
  }
}
.fd-interactive-1-img-btn-2 .fd-pr-btn-1 {
  background: #fff;
}
.fd-interactive-1-img-btn-2 .fd-pr-btn-1 .text::before {
  color: #000;
}
.fd-interactive-1-img-btn-2 .fd-pr-btn-1 .text::after {
  color: #fff;
}
.fd-interactive-1-img-btn-2 .fd-pr-btn-1:hover {
  background: var(--fd-clr-pr-1);
}
.fd-interactive-1-play-btn {
  position: absolute;
  right: -190px;
  bottom: 30px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-interactive-1-play-btn {
    right: 0px;
  }
}
.fd-interactive-1-play-btn .fd-pr-btn-1 {
  background: #62b692;
}
.fd-interactive-1-play-btn .fd-pr-btn-1 .text::before {
  color: #fff;
}
.fd-interactive-1-play-btn .fd-pr-btn-1 .text::after {
  color: #000;
}
.fd-interactive-1-play-btn .fd-pr-btn-1 i {
  color: #fff;
  transition: 0.3s;
}
.fd-interactive-1-play-btn .fd-pr-btn-1:hover {
  background: var(--fd-clr-pr-1);
}
.fd-interactive-1-play-btn .fd-pr-btn-1:hover i {
  color: #000;
}

/* 
    interactive-1-end
*/
/* 
    interactive-2-start
*/
.fd-interactive-3-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-interactive-3-img-grid {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
.fd-interactive-3-content {
  margin-right: -130px;
}
@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) {
  .fd-interactive-3-content {
    margin-right: 0px;
  }
}
.fd-interactive-3-content-iner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}

/* 
    interactive-2-end
*/
/* 
    interactive-5-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) {
  .fd-interactive-5-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.fd-interactive-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-interactive-5-wrap {
    grid-template-columns: 1fr 1.1fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-interactive-5-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-interactive-5-wrap {
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-interactive-5-wrap {
    grid-template-columns: 1fr;
  }
}
.fd-interactive-5-wrap .js-marquee-wrapper {
  margin-right: -200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-interactive-5-wrap .js-marquee-wrapper {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-interactive-5-wrap .js-marquee-wrapper {
    margin-right: 0px;
  }
}
.fd-interactive-5-wrap-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-interactive-5-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.fd-interactive-5-wrap-2 .js-marquee-wrapper-2 {
  margin-left: -180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-interactive-5-wrap-2 .js-marquee-wrapper-2 {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-interactive-5-wrap-2 .js-marquee-wrapper-2 {
    margin-left: 0px;
  }
}
.fd-interactive-5-item {
  width: 425px;
  flex: 0 0 auto;
  height: 330px;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
}
.fd-interactive-5-item-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.fd-interactive-5-item-wrap-2 {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-interactive-5-item {
    width: 350px;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-interactive-5-item {
    width: 300px;
    height: 200px;
  }
}
.fd-interactive-5-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--fd-clr-pr-1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.fd-interactive-5-item:hover::after {
  opacity: 0.3;
}

/* 
    interactive-5-end
*/
/* 
    interactive-6-start
*/
.fd-interactive-6-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* 
    interactive-6-end
*/
/* 
    overview-1-start
*/
.fd-overview-1-scn-title .scn-disc {
  max-width: 547px;
}
.fd-overview-1-content {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-1-content {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-1-content {
    padding-top: 0px;
    margin-bottom: 50px;
  }
}
.fd-overview-1-content .fd-list-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 520px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-1-content .fd-list-1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fd-overview-1-content .fd-list-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-overview-1-content .fd-list-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.fd-overview-1-content .fd-list-1 li {
  color: #0e0e12;
  font-weight: 800;
  margin-bottom: 0;
}
.fd-overview-1-content .fd-list-1 li .icon {
  background: #ececec;
}
.fd-overview-1-right {
  padding-right: 55px;
}
.fd-overview-1-img {
  height: 610px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .fd-overview-1-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-overview-1-img {
    height: 390px;
  }
}
.fd-overview-1-img-shpae {
  display: inline-block;
  height: 100%;
  width: 87%;
  position: absolute;
  right: 0;
  top: 55px;
  background: #db4d94;
  border-radius: 20px;
  z-index: -1;
}

/* 
    overview-1-end
*/
/* 
    overview-2-start
*/
.fd-overview-2-top {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-2-top {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.fd-overview-2-img-1 {
  width: 330px;
  height: 330px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-2-img-1 {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .fd-overview-2-img-1 {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-overview-2-img-1 {
    width: 330px;
    height: 330px;
  }
}
.fd-overview-2-bottom {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  margin-top: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-2-bottom {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-2-bottom {
    margin-top: 0px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.fd-overview-2-bottom-shape-1 {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--fd-clr-pr-2);
  position: absolute;
  top: 0;
  left: -30px;
}
.fd-overview-2-bottom-shape-2 {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--fd-clr-pr-2);
  position: absolute;
  top: 5%;
  left: 52%;
}
.fd-overview-2-img-2 {
  width: 215px;
  height: 215px;
  border-radius: 50%;
}
.fd-overview-2-img-3 {
  width: 485px;
  height: 485px;
  border-radius: 50%;
  margin-left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-overview-2-img-3 {
    width: 385px;
    height: 385px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-2-img-3 {
    width: 285px;
    height: 285px;
  }
}
@media (max-width: 767px) {
  .fd-overview-2-img-3 {
    width: 285px;
    height: 285px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-overview-2-img-3 {
    width: 485px;
    height: 485px;
    margin-left: -30px;
  }
}
.fd-overview-2-counter .counter-number {
  font-size: 60px;
  line-height: 1;
  color: var(--fd-clr-h-3);
}
.fd-overview-2-counter .counter-disc {
  font-size: 17px;
  color: var(--fd-clr-h-3);
  text-transform: capitalize;
  font-weight: 500;
}
.fd-overview-2-disc {
  margin-bottom: 30px;
}
.fd-overview-2-list li {
  color: var(--fd-clr-h-2);
  font-weight: 900;
}
.fd-overview-2-list li .icon {
  background: #ececec;
}
.fd-overview-2-btn {
  gap: 30px;
}

.fd-call-btn-1 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.fd-call-btn-1-icon {
  font-size: 55px;
  color: var(--fd-clr-h-2);
  line-height: 1;
}
.fd-call-btn-1-title {
  font-size: 17px;
  margin-bottom: 5px;
}
.fd-call-btn-1-link {
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-size: 24px;
}
.fd-call-btn-1-link:hover {
  color: var(--fd-clr-pr-2);
  transform: translateX(3px);
}

/* 
    overview-2-end
*/
/* 
    overview-3-stat
*/
.fd-overview-3-content {
  max-width: 580px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-3-content {
    padding-top: 0px;
    margin-bottom: 50px;
  }
}
.fd-overview-3-content-iner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.fd-overview-3-content-iner .iner-img {
  max-width: 210px;
  height: 135px;
  flex: 0 0 auto;
  border-radius: 30px;
}
.fd-overview-3-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .fd-overview-3-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-overview-3-list {
    grid-template-columns: 1fr 1fr;
  }
}
.fd-overview-3-list li {
  margin-bottom: 0 !important;
}
.fd-overview-3-right {
  padding-left: 160px;
}
@media (max-width: 767px) {
  .fd-overview-3-right {
    padding-left: 0;
  }
}
.fd-overview-3-img {
  margin-right: -340px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fd-overview-3-img {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-overview-3-img {
    margin-right: -80px;
  }
}
@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) {
  .fd-overview-3-img {
    margin-right: 0px;
  }
}
.fd-overview-3-img-2 {
  position: absolute;
  top: 30px;
  left: -25px;
  width: 59%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-3-img-2 {
    width: 30%;
    left: 0px;
  }
}
.fd-overview-3-img-2 img {
  filter: drop-shadow(0 2px 60px rgba(0, 0, 0, 0.13));
}

/* 
    overview-3-end
*/
/* 
    overview-4-start
*/
.fd-overview-4-scn-title {
  font-size: 60px;
  color: #051133;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-overview-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-overview-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-overview-4-scn-title {
    font-size: 40px;
  }
}
.fd-overview-4-disc {
  margin-bottom: 30px;
}
.fd-overview-4-top {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-4-top {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-4-top {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.fd-overview-4-top .fd-overview-2-img-1 {
  flex: 0 0 auto;
}
.fd-overview-4-bottom {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.5fr;
  gap: 60px;
  margin-top: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-4-bottom {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-4-bottom {
    margin-top: 0px;
    grid-template-columns: 1fr;
  }
}
.fd-overview-4-bottom-shape-1 {
  position: absolute;
  left: -70px;
  top: -120px;
  width: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-4-bottom-shape-1 {
    display: none;
  }
}
.fd-overview-4-bottom-shape-2 {
  position: absolute;
  left: 46%;
  top: -50px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-4-bottom-shape-2 {
    display: none;
  }
}
.fd-overview-4-img-2 {
  border-radius: 20px;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-4-img-2 {
    max-width: 318px;
  }
}
.fd-overview-4-img-3 img {
  filter: drop-shadow(0 2px 60px rgba(0, 0, 0, 0.13));
}

/* 
    overview-4-end
*/
/* 
    overview-5-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) {
  .fd-overview-5-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.fd-overview-5-content {
  max-width: 830px;
  margin-left: auto;
  padding-top: 280px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-overview-5-content {
    padding-top: 0px;
  }
}
.fd-overview-5-content .fd-scn-title-3 {
  margin-bottom: 43px;
}

/* 
    overview-5-end
*/
/* 
    overview-6-start
*/
.fd-overview-6-scn-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.fd-overview-6-screen {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-overview-6-screen {
    transform: scale(80%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-overview-6-screen {
    transform: scale(70%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-overview-6-screen {
    transform: scale(60%);
    margin-top: -120px;
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-overview-6-screen {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .fd-overview-6-screen {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-overview-6-screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.fd-overview-6-screen-signle {
  flex: 0 0 auto;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: -4px 20px 20px 0 rgba(0, 0, 0, 0.05);
}
@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) {
  .fd-overview-6-screen-signle:nth-child(1) {
    transform: translate(200px, 120px) rotate(-20deg);
  }
}
@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) {
  .fd-overview-6-screen-signle:nth-child(2) {
    transform: translate(120px, 40px) rotate(-15deg);
    z-index: 2;
  }
}
@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) {
  .fd-overview-6-screen-signle:nth-child(3) {
    z-index: 3;
  }
}
.fd-overview-6-screen-signle:nth-child(4) {
  box-shadow: 4px 20px 20px 0 rgba(0, 0, 0, 0.05);
}
@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) {
  .fd-overview-6-screen-signle:nth-child(4) {
    transform: translate(-110px, 40px) rotate(15deg);
    z-index: 2;
  }
}
.fd-overview-6-screen-signle:nth-child(5) {
  box-shadow: 4px 20px 20px 0 rgba(0, 0, 0, 0.05);
}
@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) {
  .fd-overview-6-screen-signle:nth-child(5) {
    transform: translate(-180px, 127px) rotate(20deg);
  }
}

/* 
    overview-6-end
*/
/* 
    faq-1-start
*/
.fd-faq-1-count-item-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 910px;
  gap: 20px;
  flex-wrap: wrap;
}
.fd-faq-1-count-item .number {
  font-size: 45px;
  line-height: 1;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-faq-1-count-item .number {
    font-size: 30px;
  }
}
.fd-faq-1-count-item .number span {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-faq-1-count-item .number span {
    font-size: 25px;
  }
}
.fd-faq-1-count-item .disc {
  font-weight: 600;
  color: #000;
}

.fd-accordion-1 {
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
}
.fd-accordion-1-item {
  background: #f5f7fa;
  padding: 30px 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) {
  .fd-accordion-1-item {
    padding: 30px 20px;
  }
}
.fd-accordion-1-item .item-title {
  padding: 0;
  background: transparent;
  font-size: 25px;
  color: #242f51;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  align-items: baseline;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-accordion-1-item .item-title {
    font-size: 20px;
  }
}
.fd-accordion-1-item .item-title .icon {
  flex: 0 0 auto;
  font-size: 20px;
  transition: 0.3s;
}
.fd-accordion-1-item .item-title:is(:not(.collapsed)) .icon {
  opacity: 0;
}
.fd-accordion-1-item .item-body {
  padding-top: 30px;
}
.fd-accordion-1-item .item-body > .disc {
  max-width: 900px;
  padding-bottom: 40px;
}

/* 
    faq-1-end
*/
/* 
    services-2-start
*/
.fd-services-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #080733;
}
.fd-services-2-scn-title {
  max-width: 610px;
}
.fd-services-2-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.fd-services-2-item {
  max-width: 290px;
  background: #111f36;
  border-radius: 20px;
  padding: 30px 30px;
}
.fd-services-2-item .item-icon {
  width: 88px;
  height: 88px;
  background: #f4f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--fd-clr-h-2);
  border-radius: 50%;
  margin-bottom: 25px;
}
.fd-services-2-item .item-link {
  font-size: 24px;
  line-height: 1.37;
  margin-bottom: 12px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .fd-services-2-item .item-link {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-services-2-item .item-link {
    font-size: 22px;
  }
}
.fd-services-2-item .item-link:hover {
  color: var(--fd-clr-pr-2);
}
.fd-services-2-item .item-btn {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.fd-services-2-item .item-btn:hover {
  color: var(--fd-clr-pr-2);
}
.fd-services-2-item .text-right {
  text-align: right;
}

/* 
    services-2-end
*/
/* 
    services-4-start
*/
.fd-services-4-scn-title {
  font-size: 80px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-services-4-scn-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-services-4-scn-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-services-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-services-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-services-4-scn-title {
    font-size: 40px;
  }
}
.fd-services-4-img-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-services-4-img-grid {
    grid-template-columns: 1fr;
  }
}
.fd-services-4-img-big {
  border-radius: 20px;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);
}
.fd-services-4-inner-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-services-4-inner-img {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-services-4-inner-img {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .fd-services-4-inner-img {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-services-4-inner-img {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fd-services-4-inner-img-1 {
  max-width: 110px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-services-4-inner-img-2 {
  max-width: 155px;
  height: 230px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-services-4-inner-img-3 {
  max-width: 155px;
  height: 220px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-services-4-inner-img-4 {
  max-width: 180px;
  height: 110px;
  border-radius: 10px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-services-4-inner-img-5 {
  max-width: 155px;
  height: 122px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-services-4-inner-img-6 {
  max-width: 155px;
  height: 180px;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
}
.fd-services-4-qoute {
  margin-bottom: 40px;
}

/* 
    services-4-end
*/
/* 
    services-5-start
*/
.fd-services-5-area {
  background: #000;
  padding-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-services-5-area {
    padding-bottom: 100px;
  }
}
.fd-services-5-item {
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
}
.fd-services-5-item-single {
  display: flex;
  align-content: center;
  height: 250px;
}
@media (max-width: 767px) {
  .fd-services-5-item-single {
    flex-wrap: wrap;
    height: 100%;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.fd-services-5-item-single .item-content {
  align-self: center;
  max-width: 630px;
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-services-5-item-single .item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fd-services-5-item-single .item-subtitle {
  font-size: 14px;
  color: var(--fd-clr-pr-1);
  margin-bottom: 15px;
}
.fd-services-5-item-single .item-title {
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-services-5-item-single .item-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-services-5-item-single .item-title {
    font-size: 22px;
  }
}
.fd-services-5-item-single .item-title:hover {
  color: var(--fd-clr-pr-1);
}
.fd-services-5-item-single .item-img {
  width: 55%;
}
@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) {
  .fd-services-5-item-single .item-img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .fd-services-5-item-single .item-img {
    width: 100%;
  }
}
.fd-services-5-item-single .item-img::after {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
}
.fd-services-5-item-single .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #303535;
  font-size: 30px;
  color: #c4ef17;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 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) {
  .fd-services-5-item-single .item-btn {
    display: none;
  }
}
.fd-services-5-item-single .item-btn:hover {
  background: var(--fd-clr-pr-1);
}
.fd-services-5-item-single:hover .item-btn {
  opacity: 1;
}
.fd-services-5-item-single:nth-child(even) {
  flex-direction: row-reverse;
}
.fd-services-5-item-single:nth-child(even) .item-img::after {
  left: 0;
  background: linear-gradient(270deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
}

/* 
    services-5-end
*/
/* 
    cta-2-start
*/
.fd-cta-2-author {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.fd-cta-2-author .author-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.fd-cta-2-content {
  gap: 20px 90px;
}
.fd-cta-2-content .fd-scn-title-2 {
  font-size: 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-cta-2-content .fd-scn-title-2 {
    font-size: 30px;
  }
}
.fd-cta-2-content:nth-child(2) {
  padding-left: 15%;
}
@media (max-width: 767px) {
  .fd-cta-2-content:nth-child(2) {
    padding-left: 0%;
  }
}
.fd-cta-2-content:nth-child(2) .fd-scn-title-2 {
  margin-bottom: 20px;
}
.fd-cta-2-content .inner-div {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .fd-cta-2-content .inner-div {
    flex-wrap: wrap;
  }
}

/* 
    cta-2-end
*/
/* 
    contact-2-start
*/
.fd-contact-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-contact-2-bg-img {
    height: 100%;
  }
}
.fd-contact-2-form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
  padding: 70px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-contact-2-form {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .fd-contact-2-form {
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-contact-2-form {
    padding: 70px 50px;
  }
}
.fd-contact-2-form-input {
  width: 100%;
  height: 67px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #ececec;
  padding-right: 20px;
  padding-left: 70px;
  font-size: 15px;
  font-weight: 500;
  color: #2b2424;
  margin-bottom: 10px;
}
.fd-contact-2-form-icon {
  position: absolute;
  top: 17px;
  font-size: 18px;
  color: #2b2424;
  left: 30px;
}
.fd-contact-2-form textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 160px;
}
.fd-contact-2-form-btn {
  width: 100%;
  border: none;
  outline: none;
}
.fd-contact-2-content {
  padding-left: 55px;
  padding-top: 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) {
  .fd-contact-2-content {
    padding-left: 0px;
  }
}
.fd-contact-2-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .fd-contact-2-feature {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-contact-2-feature {
    grid-template-columns: 1fr 1fr;
  }
}
.fd-contact-2-feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fd-contact-2-feature-item .item-shape {
  display: inline-block;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  background: var(--fd-clr-pr-2);
  border-radius: 50%;
}
.fd-contact-2-feature-item .item-title {
  font-size: 24px;
  line-height: 1.08;
}
@media (max-width: 767px) {
  .fd-contact-2-feature-item .item-title {
    font-size: 22px;
  }
}

/* 
    contact-2-end
*/
/* 
    contact-3-start
*/
.fd-cta-3-scn-title .scn-disc {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.fd-cta-3-btn {
  gap: 30px;
}

/* 
    contact-3-end
*/
/* 
    contact-5-start
*/
.fd-contact-5-item {
  margin-bottom: 40px;
}
.fd-contact-5-item .title-icon {
  width: 62px;
  height: 62px;
  background: #5797F9;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
}
.fd-contact-5-item .title-icon:is(.has-clr-2) {
  background: #73DA9E;
}
.fd-contact-5-item .title-icon:is(.has-clr-3) {
  background: #AC52FB;
}
.fd-contact-5-item .title-flex {
  gap: 16px;
  margin-bottom: 12px;
}
.fd-contact-5-item .title-text {
  font-size: 28px;
  line-height: 1.21;
}
.fd-contact-5-item .item-disc {
  font-size: 20px;
  line-height: 30px;
  color: #A7A6A6;
  margin-bottom: 10px;
}
.fd-contact-5-item .item-link {
  font-size: 20px;
  line-height: 28px;
}
.fd-contact-5-item .item-link a {
  display: inline-block;
  transition: 0.3s;
}
.fd-contact-5-item .item-link a:hover {
  color: var(--fd-clr-pr-1);
}
.fd-contact-5-img {
  height: 610px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-contact-5-img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-contact-5-img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .fd-contact-5-img {
    height: 300px;
  }
}

/* 
    contact-5-end
*/
/* 
    contact-6-start
*/
.fd-contact-6-scn-title {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}
.fd-contact-6-map {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-contact-6-map {
    height: 400px;
    margin-bottom: 30px;
  }
}
.fd-contact-6-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  filter: grayscale(1);
}
.fd-contact-6-form .fd-form {
  padding-top: 11px;
}
.fd-contact-6-form .fd-form textarea {
  height: 90px;
}

/* 
    contact-6-end
*/
/* 
    brand-1-start
*/
.fd-brand-1-scn-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.fd-brand-1-item {
  display: flex;
  gap: 10px;
}
.fd-brand-1-item-single {
  width: 245px;
  height: 245px;
  border: 3px solid #051133;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  flex: 0 0 auto;
}
.fd-brand-1-item-single:hover {
  animation: fd-bounce 1s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-brand-1-item-single {
    width: 225px;
    height: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-brand-1-item-single {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-brand-1-item-single {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .fd-brand-1-item-single {
    width: 150px;
    height: 150px;
  }
}
.fd-brand-1-item-single:nth-child(1) {
  margin-top: 145px;
}
.fd-brand-1-item-single:nth-child(2) {
  margin-left: -40px;
}
.fd-brand-1-item-single:nth-child(3) {
  margin-top: 90px;
  margin-left: -15px;
}
.fd-brand-1-item-single:nth-child(4) {
  margin-top: 140px;
  margin-left: -5px;
}
.fd-brand-1-item-single:nth-child(5) {
  margin-left: -45px;
}
.fd-brand-1-item-single:nth-child(6) {
  margin-top: 90px;
  margin-left: -15px;
}
.fd-brand-1-item-single:nth-child(7) {
  margin-top: 140px;
  margin-left: -5px;
}
.fd-brand-1-item-single:nth-child(8) {
  margin-top: 0;
  margin-left: -45px;
}
.fd-brand-1-item-single:nth-child(9) {
  margin-top: 90px;
  margin-left: -15px;
}

/* 
    brand-1-end
*/
/* 
    brand-4-start
*/
.fd-brand-4-scn-title {
  font-size: 67px;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-brand-4-scn-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-brand-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-brand-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-brand-4-scn-title {
    font-size: 40px;
  }
}
.fd-brand-4-social {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social {
    flex-wrap: wrap;
  }
}
.fd-brand-4-social-single {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  padding: 30px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-brand-4-social-single {
    width: 135px;
    height: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-brand-4-social-single {
    width: 135px;
    height: 135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-brand-4-social-single {
    width: 115px;
    height: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-single {
    width: 100px;
    height: 100px;
  }
}
.fd-brand-4-social-single:hover img {
  animation: 1s fd-bounce;
}
.fd-brand-4-social-single:nth-child(1) {
  margin-top: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-single:nth-child(1) {
    margin-top: 0;
  }
}
.fd-brand-4-social-single:nth-child(2) {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-single:nth-child(2) {
    margin-top: 0;
  }
}
.fd-brand-4-social-single:nth-child(3) {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-single:nth-child(3) {
    margin-top: 0;
  }
}
.fd-brand-4-social-single:nth-child(4) {
  margin-top: 0px;
}
.fd-brand-4-social-single:nth-child(5) {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-single:nth-child(5) {
    margin-top: 0;
  }
}
.fd-brand-4-social-single:nth-child(6) {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-single:nth-child(6) {
    margin-top: 0;
  }
}
.fd-brand-4-social-single:nth-child(7) {
  margin-top: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-single:nth-child(7) {
    margin-top: 0;
  }
}
.fd-brand-4-social-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  padding: 15px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-brand-4-social-sm {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-brand-4-social-sm {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-brand-4-social-sm {
    display: none;
  }
}
.fd-brand-4-social-sm:hover img {
  animation: 1s fd-bounce;
}
.fd-brand-4-social-sm:nth-child(2) {
  position: absolute;
  top: -20px;
  left: 60px;
}
.fd-brand-4-social-sm:nth-child(3) {
  position: absolute;
  top: -20px;
  right: 60px;
}
.fd-brand-4-social-sm:nth-child(4) {
  position: absolute;
  bottom: -20px;
  left: 24.5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-brand-4-social-sm:nth-child(4) {
    left: 29.5%;
  }
}
.fd-brand-4-social-sm:nth-child(5) {
  position: absolute;
  bottom: -20px;
  right: 24.5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-brand-4-social-sm:nth-child(5) {
    right: 29.5%;
  }
}

/* 
    brand-4-end
*/
/* 
    blog-2-start
*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-blog-2-img {
    margin-bottom: 50px;
  }
}
.fd-blog-2-img img {
  filter: drop-shadow(0 0px 40px rgba(0, 0, 0, 0.07));
}
.fd-blog-2-item-single {
  margin-bottom: 50px;
}
.fd-blog-2-item-single:not(:last-child) {
  padding-bottom: 45px;
  border-bottom: 4px solid #ececec;
}
.fd-blog-2-item-single .blog-date {
  background: #6a38c2;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 30px;
  margin-bottom: 24px;
}
.fd-blog-2-item-single .blog-title {
  font-size: 45px;
  line-height: 1.22;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-blog-2-item-single .blog-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-blog-2-item-single .blog-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-2-item-single .blog-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .fd-blog-2-item-single .blog-title {
    font-size: 28px;
  }
}
.fd-blog-2-item-single .blog-title:hover {
  color: var(--fd-clr-pr-2);
  transform: translateX(3px);
}

/* 
    blog-2-end
*/
/* 
    blog-3-start
*/
.fd-blog-3-item {
  margin-bottom: 30px;
}
.fd-blog-3-item .item-img {
  height: 280px;
  border-radius: 20px;
}
.fd-blog-3-item .item-img img {
  transition: 0.3s;
  transform-origin: left;
}
.fd-blog-3-item .item-date {
  background: #6a38c2;
  font-size: 15px;
  display: inline-block;
  line-height: 28px;
  border-radius: 30px;
  padding: 7px 21px;
  margin-left: 30px;
  transform: translateY(-23px);
}
.fd-blog-3-item .item-title {
  font-size: 27px;
  line-height: 1.18;
  margin-bottom: 11px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-blog-3-item .item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-blog-3-item .item-title {
    font-size: 20px;
  }
}
.fd-blog-3-item .item-title:hover {
  color: var(--fd-clr-pr-1);
  transform: translateX(3px);
}
.fd-blog-3-item:hover .item-img img {
  transform: scaleX(105%);
}

/* 
    blog-3-end
*/
/* 
    blog-4-start
*/
.fd-blog-4-scn-title {
  font-size: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-blog-4-scn-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-blog-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-4-scn-title {
    font-size: 40px;
  }
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.feh-oops-area h3 {
  color: #060606;
  font-weight: 800;
  margin: 40px 0;
}

.feh-oops-area {
  padding: 110px 0;
}
/* 
    blog-4-end
*/
/* 
    blog-5-start
*/
.fd-blog-5-scn-title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.fd-blog-5-item {
  background: #F8F8F8;
  border-radius: 20px;
  margin-bottom: 30px;
}
.fd-blog-5-item .item-content {
  padding: 30px;
  padding-top: 0;
}
.fd-blog-5-item .item-date {
  display: inline-block;
  background: #6A38C2;
  font-size: 15px;
  line-height: 16px;
  padding: 13px 24px;
  border-radius: 200px;
  margin-left: 20px;
  transform: translateY(-20px);
  margin-bottom: 15px;
}
.fd-blog-5-item .item-img {
  height: 325px;
  border-radius: 20px;
}
.fd-blog-5-item .item-img img {
  transform-origin: left;
  transition: 0.5s;
}
.fd-blog-5-item .item-title {
  font-size: 28px;
  line-height: 1.14;
  transition: 0.3s;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-blog-5-item .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-5-item .item-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fd-blog-5-item .item-title {
    font-size: 20px;
  }
}
.fd-blog-5-item .item-title:hover {
  color: var(--fd-clr-pr-1);
}
.fd-blog-5-item:hover .item-img img {
  transform: scaleX(105%);
}
.fd-blog-5-item:is(.has-style-2) {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-blog-5-item:is(.has-style-2) {
    grid-template-columns: 1fr;
  }
}
.fd-blog-5-item:is(.has-style-2) .item-content {
  padding: 25px;
}
.fd-blog-5-item:is(.has-style-2) .item-img {
  height: auto;
  border-radius: 20px 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-blog-5-item:is(.has-style-2) .item-img {
    border-radius: 20px;
    height: 325px;
  }
}
.fd-blog-5-item:is(.has-style-2) .item-date {
  margin-left: 0;
  transform: unset;
  margin-bottom: 25px;
}
.fd-blog-5-item:is(.has-style-3) {
  background: transparent;
}
.fd-blog-5-item:is(.has-style-3) .item-content {
  padding: 0;
}
.fd-blog-5-item:is(.has-style-3) .item-title {
  font-size: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-blog-5-item:is(.has-style-3) .item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-5-item:is(.has-style-3) .item-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fd-blog-5-item:is(.has-style-3) .item-title {
    font-size: 20px;
  }
}

/* 
    blog-5-end
*/
/* 
    blog-6-start
*/
.fd-blog-6-item {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-blog-6-item {
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  .fd-blog-6-item {
    padding: 28px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-6-item {
    padding: 28px;
  }
}
.fd-blog-6-item .item-img {
  height: 380px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fd-blog-6-item .item-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-6-item .item-img {
    height: 350px;
  }
}
.fd-blog-6-item .item-img img {
  transform-origin: left;
  transition: 0.5s;
}
.fd-blog-6-item .item-img .swiper-container {
  width: 100%;
  height: 100%;
}
.fd-blog-6-item .item-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.fd-blog-6-item .item-img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.fd-blog-6-item .item-img .blog-img-navi-btn {
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}
.fd-blog-6-item .item-img .blog-img-navi-btn:hover {
  background: var(--fd-clr-pr-1);
  border-color: transparent;
}
.fd-blog-6-item .item-img .blog_img_next {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fd-blog-6-item .item-img .blog_img_prev {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fd-blog-6-item .item-img .item-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fd-blog-6-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  justify-content: center;
  border-bottom: 1px solid rgba(20, 21, 21, 0.1);
  padding: 20px 0;
  margin-bottom: 28px;
}
.fd-blog-6-item-meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  color: #444444;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .fd-blog-6-item-meta-item {
    font-size: 16px;
  }
}
.fd-blog-6-item .item-title {
  font-size: 28px;
  line-height: 1.33;
  margin-bottom: 16px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-blog-6-item .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-6-item .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fd-blog-6-item .item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-6-item .item-title {
    font-size: 22px;
  }
}
.fd-blog-6-item .item-title:hover {
  color: var(--fd-clr-pr-1);
}
.fd-blog-6-item .item-disc {
  margin-bottom: 25px;
}
.fd-blog-6-item .item-btn {
  display: inline-flex;
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}
.fd-blog-6-item .item-btn span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #444444;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}
.fd-blog-6-item .item-btn:hover {
  color: var(--fd-clr-pr-1);
}
.fd-blog-6-item .item-btn:hover span {
  background-color: var(--fd-clr-pr-1);
}

.fd-blog-plybtn {
  display: flex;
  width: 84px;
  height: 84px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--fd-clr-pr-1);
  position: relative;
  transition: 0.4s;
}
.fd-blog-plybtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 20%;
  backdrop-filter: blur(28px);
  webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn-2 5s linear infinite;
}
.fd-blog-plybtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 10%;
  backdrop-filter: blur(28px);
  webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
}
.fd-blog-plybtn:hover {
  color: #000;
}

@keyframes fd-blog-plybtn {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 20%;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes fd-blog-plybtn-2 {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 40%;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
/* 
    blog-6-end
*/
/* 
    showcase-3-start
*/
.fd-showcase-3-container {
  max-width: 1735px;
}
.fd-showcase-3-item {
  display: flex;
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-showcase-3-item {
    flex-wrap: wrap;
  }
}
.fd-showcase-3-item-single {
  width: 408px;
  flex: 0 0 auto;
  background: #e1e8f1;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fd-showcase-3-item-single {
    width: 345px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-showcase-3-item-single {
    width: 345px;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-showcase-3-item-single {
    width: 265px;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-showcase-3-item-single {
    width: 48%;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .fd-showcase-3-item-single {
    width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-showcase-3-item-single {
    width: 47%;
    padding: 40px 20px;
  }
}
.fd-showcase-3-item-single img {
  filter: drop-shadow(0 2px 60px rgba(0, 0, 0, 0.13));
}
.fd-showcase-3-item-single .item-name {
  font-size: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-showcase-3-item-single .item-name {
    font-size: 20px;
  }
}
.fd-showcase-3-all-btn {
  font-size: 20px;
  line-height: 30px;
}
.fd-showcase-3-all-btn a {
  display: inline-block;
  transition: 0.3s;
}
.fd-showcase-3-all-btn a:hover {
  color: var(--fd-clr-pr-1);
  transform: translateX(3px);
}

/* 
    showcase-3-end
*/
/* 
    showcase-4-start
*/
.fd-showcase-4-scn-title {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-showcase-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-showcase-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-showcase-4-scn-title {
    font-size: 40px;
  }
}

/* 
    showcase-4-end
*/
/* 
    milestone-3-start
*/
.fd-milestone-3-scn-title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.fd-milestone-3-counter {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .fd-milestone-3-counter {
    justify-content: center;
  }
}
.fd-milestone-3-counter-item .fd-counter-1-number {
  margin-bottom: 15px;
}

/* 
    milestone-3-end
*/
/* 
    milestone-4-start
*/
.fd-milestone-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  padding: 0 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-milestone-4-bg {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .fd-milestone-4-bg {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-milestone-4-bg {
    padding: 0 15px;
  }
}
.fd-milestone-4-bg img {
  border-radius: 20px !important;
}
.fd-milestone-4-scn-title {
  font-size: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-milestone-4-scn-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fd-milestone-4-scn-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-milestone-4-scn-title {
    font-size: 40px;
  }
}

/* 
    milestone-4-end
*/
/* 
    video-3-start
*/
.fd-video-3-area {
  margin-left: auto;
  margin-right: auto;
  height: 640px;
}
@media (max-width: 767px) {
  .fd-video-3-area {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-video-3-area {
    height: 500px;
  }
}
.fd-video-3-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #09142e;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 55%;
}
.fd-video-3-area:hover .fd-video-3-btn-posi {
  opacity: 1;
}
.fd-video-3-area:is(.has-video-3)::after {
  display: none;
}
.fd-video-3-area:is(.has-video-3) .fd-video-3-bg {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  width: calc(100% - 70px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .fd-video-3-area:is(.has-video-3) .fd-video-3-bg {
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-video-3-area:is(.has-video-3) .fd-video-3-bg {
    width: calc(100% - 30px);
  }
}
.fd-video-3-area:is(.has-video-3) .fd-video-3-bg .overly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.fd-video-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fd-video-3-btn-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.fd-video-3-btn-posi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  opacity: 1;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-video-3-btn-posi {
    opacity: 1;
  }
}

/* 
    video-3-end
*/
.breadcrumb-area {
  background-position: bottom center;
  padding-top: 200px;
}
.breadcrumb-list {
  background: #E7EAF2;
  border: 1px solid #fff;
  padding: 10px 25px;
  position: absolute;
  right: 0;
  bottom: 53px;
  z-index: 2;
}
.breadcrumb-list a, .breadcrumb-list span {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--fd-font-pr-1);
  color: var(--fd-clr-h-1);
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
}
.breadcrumb-list a {
  padding-right: 20px;
  position: relative;
  margin-right: 20px;
  transition: 400ms ease;
}
.breadcrumb-list a:hover {
  color: var(--fd-clr-pr-1);
}
.breadcrumb-list a::after {
  content: "\f101";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: -10px;
  top: 9px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #B1B1B1;
}
.breadcrumb-list span {
  position: relative;
  text-transform: capitalize;
  color: #B1B1B1;
}
.breadcrumb-illus-1 {
  width: 37%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 10%;
  left: -20px;
}
@media (max-width: 767px) {
  .breadcrumb-illus-1 {
    display: none;
  }
}
.breadcrumb-illus-2 {
  width: 70%;
  position: absolute;
  right: -200px;
  top: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb-illus-2 {
    display: none;
  }
}
.breadcrumb-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  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) {
  .breadcrumb-shape {
    object-fit: cover;
    height: 65px;
  }
}
.breadcrumb-content {
  padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb-content {
    padding-bottom: 50px;
  }
}
.breadcrumb-content-title {
  margin-bottom: 20px;
}
.breadcrumb-content-disc {
  margin-bottom: 30px;
  max-width: 550px;
}
.breadcrumb-img {
  text-align: right;
}

.has-breadcrumb-overlay {
  position: relative;
}
.has-breadcrumb-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141515;
  opacity: 0.8;
}

/* 
    blog-details-start
*/
/* 
    blog-single-start
*/
.fd-blog-single-wrap {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
.fd-blog-single-img {
  border-radius: 20px;
  height: 510px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-single-img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .fd-blog-single-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-single-img {
    height: 350px;
  }
}
.fd-blog-single-content-width {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.fd-blog-single-content h1, .fd-blog-single-content h2, .fd-blog-single-content h3, .fd-blog-single-content h4, .fd-blog-single-content h5, .fd-blog-single-content h6, .fd-blog-single-content p, .fd-blog-single-content li, .fd-blog-single-content blockquote, .fd-blog-single-content cite, .fd-blog-single-content b {
  font-family: var(--fd-font-pr-1);
}
.fd-blog-single-content h1, .fd-blog-single-content h2, .fd-blog-single-content h3, .fd-blog-single-content h4, .fd-blog-single-content h5, .fd-blog-single-content h6 {
  font-weight: 800;
  color: var(--fd-clr-h-4);
  line-height: 1.12;
  margin-bottom: 20px;
}
.fd-blog-single-content h1 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-single-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .fd-blog-single-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-single-content h1 {
    font-size: 30px;
  }
}
.fd-blog-single-content h2 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-single-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .fd-blog-single-content h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-single-content h2 {
    font-size: 28px;
  }
}
.fd-blog-single-content h3 {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-single-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fd-blog-single-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-single-content h3 {
    font-size: 28px;
  }
}
.fd-blog-single-content h4 {
  font-size: 27px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-single-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .fd-blog-single-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-single-content h4 {
    font-size: 23px;
  }
}
.fd-blog-single-content h5 {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-single-content h5 {
    font-size: 20px;
  }
}
.fd-blog-single-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.fd-blog-single-content p {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
}
.fd-blog-single-content blockquote {
  background: rgba(252, 72, 39, 0.05);
  border-radius: 20px;
  padding: 30px;
  color: var(--fd-clr-h-1);
  font-weight: 500;
  position: relative;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}
.fd-blog-single-content blockquote::after {
  content: "";
  width: 140px;
  height: 100px;
  background: url("../img/illus/qoute-icon.png") no-repeat;
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: -1;
}
.fd-blog-single-content cite {
  display: block;
  font-weight: 800;
  color: #261723;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .fd-blog-single-content cite {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-single-content cite {
    font-size: 18px;
  }
}
.fd-blog-single-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--fd-clr-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.fd-blog-single-content img {
  border-radius: 10px;
  height: 250px !important;
  margin-bottom: 25px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
  margin-bottom: 0;
}
.fd-blog-single-content ul {
  margin-bottom: 30px;
}
.fd-blog-single-content ul li {
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  position: relative;
  z-index: 1;
  padding-left: 32px;
}
.fd-blog-single-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.fd-blog-single-content ul li::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/check-icon.png") no-repeat;
  left: 0;
  top: 4px;
  position: absolute;
}
.fd-blog-single-content b {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
  display: block;
}

.fd-blog-tag-share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding: 30px 0;
}
.fd-blog-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fd-blog-tag .title {
  font-size: 20px;
}
.fd-blog-tag a {
  display: inline-block;
  flex: 0 0 auto;
  background: #F9F9F9;
  font-size: 15px;
  color: #504E4E;
  padding: 9px 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.fd-blog-tag a:hover {
  background: var(--fd-clr-pr-1);
  color: #fff;
}
.fd-blog-share {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fd-blog-share .title {
  font-size: 20px;
}
.fd-blog-share a {
  display: inline-block;
  flex: 0 0 auto;
  transition: 0.3s;
}
.fd-blog-share a:hover {
  transform: scale(80%);
}
p.form-submit {
  display: none;
}
.comment-respond .fd-pr-btn-1 {
  margin-top: 30px;
}
.comment-text p {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 20px;
}

a.comment-reply-link.reply-btn {
  display: inline-block;
  flex: 0 0 auto;
  background: #F9F9F9;
  font-size: 14px;
  color: #504E4E;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: normal;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  text-transform: uppercase;
}
h3#reply-title, .comments-title.ftc-heading-1 {
  font-family: var(--fd-font-pr-1);
  color: #000;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 10px;
}
a#cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 15px;
}
.comments-box-wrap .children {
  margin-left: 30px;
}
.comments-title.ftc-heading-1 {
  margin-bottom: 35px;
}
.comments-box-wrap .comment-list .comment .person-img img{
  border-radius:50px
}
.comments-box-wrap .comment-list .comment .person-img {
  flex: 0 0 91px;
  max-width: 90px;
  border-radius: 50px;
}
.fd-form-item.url {
  grid-column-start: 1;
  grid-column-end: -1;
}
.fd-form-item.mesggage {
  margin-top: 32px;
}
.fd-form-box textarea {
  height: 120px;
  padding-top: 11px;
}
.comments-box-wrap .comment-list .comment .person-img {
  flex: 0 0 100px;
  max-width: 100px;
}
.comments-box-single {
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.comments-box-author-content .name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  display: block;
  color: #000;
  font-weight: 600;
}

.comments-box-author-content .date {
  color: #000;
  font-size: 16px;
}
.fd-blog-comment-item {
  background: #F9F9F9;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
p.comment-form-cookies-consent {
  display: none;
}
@media (max-width: 767px) {
  .fd-blog-comment-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-comment-item {
    flex-wrap: nowrap;
  }
}
.fd-blog-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.fd-blog-comment-item .name {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
}

/* 
    blog-single-end
*/
.fd-blog-page-sidebar {
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-blog-page-sidebar {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-blog-page-sidebar {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .fd-blog-page-sidebar {
    margin-top: 50px;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-page-sidebar {
    margin-top: 50px;
    padding: 30px;
  }
}
.fd-blog-page-sidebar-widget .widget-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
}

.fd-search-widget-input {
  height: 60px;
  background: #F8F8F8;
  border: none;
  outline: none;
  border-radius: 8px;
  padding: 0 20px;
  padding-right: 50px;
  width: 100%;
  color: #A5A5A5;
  font-size: 16px;
}
.fd-search-widget-btn {
  width: 40px;
  height: 40px;
  background: var(--fd-clr-pr-1);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.fd-search-widget-btn:hover {
  background: #000;
}

.fd-blog-5-item:is(.fd-sidebar-blog-item) {
  border: 1px solid #E9E9E9;
  padding: 12px;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 8px;
}
.fd-blog-5-item:is(.fd-sidebar-blog-item):nth-last-child(1) {
  margin-bottom: 0;
}
.fd-blog-5-item:is(.fd-sidebar-blog-item) .item-img {
  max-height: 100px;
  border-radius: 5px;
}
.fd-blog-5-item:is(.fd-sidebar-blog-item) .item-content {
  padding: 0;
}
.fd-blog-5-item:is(.fd-sidebar-blog-item) .item-date {
  font-size: 12px;
  padding: 5px 12px;
  margin-left: 0;
  transform: unset;
  margin-bottom: 12px;
  font-weight: 500;
}
.fd-blog-5-item:is(.fd-sidebar-blog-item) .item-title {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 0;
}

.fd-sidebar-categories-item {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
}
.widget_categories li:not(:last-child) {
  margin-bottom: 15px;
}
.fd-sidebar-categories-item .icon {
  flex: 0 0 auto;
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid #CECCCC;
  border-radius: 50%;
}
.fd-sidebar-categories-item .icon::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--fd-clr-pr-1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
}
.fd-sidebar-categories-item .text {
  flex: 0 0 auto;
}
.fd-sidebar-categories-item .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
}
.fd-sidebar-categories-item:hover {
  color: var(--fd-clr-pr-1);
}
.fd-sidebar-categories-item:hover .icon::after {
  opacity: 1;
}

.fd-sidebar-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-cloud-link {
  display: inline-block;
  font-size: 16px !important;
  line-height: 20px;
  text-transform: lowercase;
  flex: 0 0 auto;
  background: #F8F8F8;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.3s;
  margin-bottom: 10px;
}
.tag-cloud-link:hover {
  background: var(--fd-clr-pr-1);
  color: #fff;
}

.fd-page-pagination {
  gap: 10px;
}
.fd-page-pagination-btn, .fd-page-pagination-btn .current {
  display: inline-flex;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(22, 29, 57, 0.15);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
}
.fd-page-pagination-btn:is(.active) {
  background: var(--fd-clr-pr-1);
  color: #fff;
  border-color: transparent;
}
.fd-page-pagination-btn:hover, .fd-page-pagination-btn .current{
  background: var(--fd-clr-pr-1);
  color: #fff;
  border-color: transparent;
}

/* 
    blog-details-end
*/
/* 
    form-start
*/
.fd-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: self-start;
}
.fd-form-box {
  border: 2px solid #E9E9E9;
  border-radius: 15px;
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .fd-form-box {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-form-box {
    padding: 40px 30px;
  }
}
.fd-form-title {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .fd-form-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-form-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fd-form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-form {
    grid-template-columns: 1fr 1fr;
  }
}
.fd-form-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  color: rgba(25, 25, 23, 0.5);
  border-bottom: 2px solid #e9e9e9;
  height: 50px;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  background: transparent;
}
.fd-form-label {
  font-size: 12px;
  line-height: 1;
}
.fd-form textarea {
  height: 120px;
  padding-top: 11px;
}
.fd-form-item:is(.has-full-width) {
  grid-column-start: 1;
  grid-column-end: -1;
}

/* 
    form-end
*/
/* 
    faqs-start
*/
.fd-faq-1-scn-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-faq-1-scn-title {
    flex-wrap: wrap;
  }
}
.fd-faq-1-scn-title .scn-disc {
  max-width: 520px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-faq-1-scn-title .scn-disc {
    margin-left: unset;
  }
}
.fd-faq-1-wrap {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.fd-faq-1-row {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-faq-1-row {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-faq-1-row {
    grid-template-columns: 1fr;
  }
}
.fd-faq-1-tabs-btn li:not(:last-child) {
  margin-bottom: 20px;
}
.fd-faq-1-tabs-btn li .nav-link {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 17px 20px;
  background: transparent;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fd-faq-1-tabs-btn li .nav-link i {
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
}
.fd-faq-1-tabs-btn li .nav-link .text {
  display: inline-block;
  transition: 0.3s;
}
.fd-faq-1-tabs-btn li .nav-link::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  background: var(--fd-clr-pr-1);
  color: #fff;
  font-size: 20px;
  padding: 0px 12px;
  border-radius: 0 28px 28px 0;
  transition: 0.3s;
}
.fd-faq-1-tabs-btn li .nav-link:is(.active) {
  border-top-color: var(--fd-clr-pr-1);
  border-left-color: var(--fd-clr-pr-1);
  border-bottom-color: transparent;
  border-right-color: transparent;
  color: var(--fd-clr-h-4);
  background: #F8F8F8;
}
.fd-faq-1-tabs-btn li .nav-link:is(.active)::after {
  left: 0;
}
.fd-faq-1-tabs-btn li .nav-link:is(.active) .text {
  transform: translateX(50px);
}
.fd-faq-1-tabs-btn li .nav-link:is(.active) i {
  transform: translateX(50px);
  opacity: 0;
}
.fd-faq-1-card {
  background: #43BAFF;
  padding: 30px;
  border-radius: 20px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
}
.fd-faq-1-card .card-icon {
  font-size: 70px;
  color: #000;
  margin-bottom: 20px;
}
.fd-faq-1-card .card-title {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.fd-faq-1-card .card-disc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.fd-faq-1-accordion-item {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  padding: 0 22px;
}
.fd-faq-1-accordion-item .item-title {
  font-size: 20px;
  line-height: 1.5;
  background: transparent;
  text-align: left;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  padding: 19px 0px;
  border-radius: 0px;
  transition: 0.3s;
  border-bottom: 1px solid;
  border-bottom-color: transparent;
}
.fd-faq-1-accordion-item .item-title .icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: #6A38C2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 18px;
  color: #fff;
  margin-left: auto;
  transition: 0.3s;
  font-size: 12px;
}
.fd-faq-1-accordion-item .item-title:is(:not(.collapsed)) {
  border-bottom-color: #E9E9E9;
}
.fd-faq-1-accordion-item .item-title:is(:not(.collapsed)) .icon i::before {
  content: "\f068";
}
.fd-faq-1-accordion-item .item-body .disc {
  line-height: 30px;
  padding-left: 55px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .fd-faq-1-accordion-item .item-body .disc {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* 
    faqs-end
*/
/* 
   footer-1-start
*/
.fd-footer-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .fd-footer-1-bg-img {
    object-fit: cover;
  }
}
.fd-footer-1-y-line {
  display: block;
  width: 1px;
  height: 100%;
  background: #34337b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-footer-1-y-line {
    display: none;
  }
}
.fd-footer-1-x-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #34337b;
}
.fd-footer-1-line-width {
  padding-left: 28%;
}
.fd-footer-1-top .top-title {
  font-size: 50px;
  line-height: 1.12;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-footer-1-top .top-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-footer-1-top .top-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .fd-footer-1-top .top-title {
    font-size: 25px;
  }
}
.fd-footer-1-top .top-subtitle {
  color: var(--fd-clr-pr-1);
  font-size: 42px;
  line-height: 1.12;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-footer-1-top .top-subtitle {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-footer-1-top .top-subtitle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fd-footer-1-top .top-subtitle {
    font-size: 20px;
  }
}
.fd-footer-1-gallery .gallery-title {
  font-size: 22px;
  padding-left: 28%;
  margin-bottom: 20px;
}
.fd-footer-1-gallery-item-wrap {
  display: flex;
  gap: 12px;
}
.fd-footer-1-gallery-item {
  display: block;
  flex: 0 0 auto;
  width: 150px;
  height: 110px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.fd-footer-1-gallery-item::after {
  content: "view";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1.5px;
  opacity: 0;
  transform: scale(1.5);
  transition: 0.5s;
}
.fd-footer-1-gallery-item:hover::after {
  transform: scale(1);
  opacity: 1;
}
.fd-footer-1-widget-wrap {
  display: grid;
  grid-template-columns: 1.8fr auto 1fr 1fr 0.7fr 2.5fr;
  gap: 50px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fd-footer-1-widget-wrap {
    grid-template-columns: 1.5fr auto 1fr 1fr 0.7fr 1.5fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-footer-1-widget-wrap {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-footer-1-widget-wrap {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .fd-footer-1-widget-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-footer-1-widget-wrap {
    grid-template-columns: 1.5fr 1fr;
  }
}
.fd-footer-1-widget-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.fd-footer-1-widget-logo {
  display: block;
  max-width: 215px;
  margin-bottom: 20px;
}
.fd-footer-1-widget .widget-disc {
  color: #878787;
  margin-bottom: 35px;
}
.fd-footer-1-widget-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.fd-footer-1-widget-menu li a {
  font-family: var(--fd-font-pr-1);
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  color: #b6bdb9;
  transition: 0.3s;
}
.fd-footer-1-widget-menu li a:hover {
  color: var(--fd-clr-pr-1);
  transform: translateX(5px);
}
.fd-footer-1-copyright {
  text-align: center;
  display: block;
  font-size: 15px;
}

.fd-social-link {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.fd-social-link .link-item {
  display: flex;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #000;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}
.fd-social-link .link-item:hover {
  background: var(--fd-clr-pr-1);
}

.fd-newsletter-1 {
  background: #10144b;
  border-radius: 20px;
  padding: 12px 20px;
}
.fd-newsletter-1-input {
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  color: #d3d3d3;
  padding: 0 20px;
  margin-bottom: 8px;
  width: 100%;
}
.fd-newsletter-1-btn {
  width: 100%;
  padding: 15px 37px;
  font-size: 16px;
}

/* 
   footer-1-end
*/
/* 
   footer-2-start
*/
.fd-footer-2-area {
  background: #0c0b0b;
}
.fd-footer-2-x-line {
  width: 100%;
  height: 2px;
  background: #313030;
}
.fd-footer-2-logo {
  max-width: 230px;
}
.fd-footer-2-top {
  gap: 40px;
}
.fd-footer-2-top-title {
  font-size: 27px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-footer-2-top-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fd-footer-2-top-title {
    font-size: 22px;
    margin-left: unset;
  }
}
.fd-footer-2-widget-wrap {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr 1fr;
  gap: 50px 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-footer-2-widget-wrap {
    grid-template-columns: 2fr 1.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .fd-footer-2-widget-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-footer-2-widget-wrap {
    grid-template-columns: 1.5fr 1fr;
  }
}
.fd-footer-2-widget-title {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fd-footer-2-widget-title {
    font-size: 22px;
  }
}
.fd-footer-2-newsletter {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
}
.fd-footer-2-newsletter-input {
  height: 65px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #fff;
  color: #959595;
  padding-left: 20px;
  padding-right: 80px;
}
.fd-footer-2-newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  background: var(--fd-clr-pr-2);
  font-size: 20px;
  width: 70px;
  height: 100%;
  color: #fff;
  transition: 0.3s;
}
.fd-footer-2-newsletter-btn:hover {
  width: 80px;
}
.fd-footer-2-menu li {
  line-height: 1.5;
  font-family: var(--fd-font-pr-1);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  color: #dcdcdc;
}
.fd-footer-2-menu li:not(:last-child) {
  margin-bottom: 12px;
}
.fd-footer-2-menu li a {
  display: inline-block;
  transition: 0.3s;
}
.fd-footer-2-menu li a:hover {
  color: var(--fd-clr-pr-2);
  transform: translateX(3px);
}
.fd-footer-2-bottom {
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fd-footer-2-bottom {
    justify-content: center;
  }
}
.fd-footer-2-social .link-item {
  background: #fff;
  width: 40px;
  height: 40px;
  color: #000;
}
.fd-footer-2-copyright {
  font-size: 18px;
  text-align: center;
}
.fd-footer-2-copyright a {
  display: inline-block;
  transition: 0.3s;
}
.fd-footer-2-copyright a:hover {
  color: var(--fd-clr-pr-2);
}

/* 
   footer-2-end
*/
/* 
   footer-3-start
*/
.fd-footer-3-area {
  background: #09142e;
}
.fd-footer-3-logo {
  max-width: 220px;
}
.fd-footer-3-menu {
  display: flex;
  justify-content: center;
  gap: 15px 40px;
  flex-wrap: wrap;
}
.fd-footer-3-menu li a {
  display: inline-block;
  font-family: var(--fd-font-pr-1);
  font-weight: 800;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  transition: 0.3s;
}
.fd-footer-3-menu li a:hover {
  color: var(--fd-clr-pr-1);
  transform: translateX(3px);
}
.fd-footer-3-social .fd-social-link {
  justify-content: center;
}
.fd-footer-3-social .fd-social-link .link-item {
  background: transparent;
}
.fd-footer-3-social .fd-social-link .link-item:hover {
  background: var(--fd-clr-pr-1);
}
.fd-footer-3-copyright {
  opacity: 20%;
}

/* 
   footer-3-end
*/
/* 
   footer-4-start
*/
.fd-footer-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 35px;
  border-radius: 20px;
}
.fd-feature-4-bg>div,
.fd-footer-4-bg>div,
.fd-milestone-4-bg>div,
.fd-testimonial-4-bg-shape>div{
  height: 100%;
}
.fd-footer-4-bg img {
  border-radius: 20px !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) {
  .fd-footer-4-bg {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .fd-footer-4-bg {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-footer-4-bg {
    padding: 0 15px;
  }
}
.fd-footer-4-widget-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fd-footer-4-widget-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fd-footer-4-widget-wrap {
    grid-template-columns: auto auto;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .fd-footer-4-widget-wrap {
    grid-template-columns: auto;
    gap: 50px;
  }
}
.fd-footer-4-widget .footer-disc {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.fd-footer-4-widget-title {
  font-size: 27px;
  line-height: 1.11;
  margin-bottom: 30px;
}
.fd-footer-4-logo {
  max-width: 220px;
  margin-bottom: 20px;
}
.fd-footer-4-form-input {
  font-weight: 700;
  background: transparent;
  border: none;
  outline: none;
  height: 50px;
  width: 100%;
  padding: 0;
}
.fd-footer-4-form-btn {
  font-size: 20px;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transition: 0.3s;
}
.fd-footer-4-form-btn:hover {
  color: var(--fd-clr-pr-1);
}
.fd-footer-4-form::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--fd-clr-h-1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.fd-footer-4-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 60px;
}
.fd-footer-4-menu li a {
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--fd-clr-h-1);
  font-weight: 500;
  transition: 0.3s;
}
.fd-footer-4-menu li a:hover {
  color: var(--fd-clr-pr-1);
  transform: translateX(3px);
}
.fd-footer-4-contact {
  padding-top: 30px;
}
.fd-footer-4-contact .say-hello {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 5px;
}
.fd-footer-4-contact .contact-link {
  display: block;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 25px;
  transition: 0.3s;
  overflow: hidden;
  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), (max-width: 767px) {
  .fd-footer-4-contact .contact-link {
    font-size: 30px;
  }
}
.fd-footer-4-contact .contact-link::before {
  content: attr(data-front);
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: relative;
  transform: translateY(0%);
}
.fd-footer-4-contact .contact-link::after {
  content: attr(data-back);
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  transform: translateY(-100%);
  color: var(--fd-clr-pr-1);
}
.fd-footer-4-contact .contact-link:hover {
  color: inherit;
}
.fd-footer-4-contact .contact-link:hover::after {
  transform: translateY(0%);
}
.fd-footer-4-contact .contact-link:hover::before {
  transform: translateY(100%);
}
.fd-footer-4-contact .contact-phone {
  font-size: 24px;
  font-weight: 700;
  gap: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fd-footer-4-contact .contact-phone i {
  font-size: 32px;
  transition: 0.3s;
}
.fd-footer-4-contact .contact-phone .text {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.fd-footer-4-contact .contact-phone .text::before {
  content: attr(data-front);
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: relative;
  transform: translateY(0%);
}
.fd-footer-4-contact .contact-phone .text::after {
  content: attr(data-back);
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  transform: translateY(-100%);
  color: var(--fd-clr-pr-1);
}
.fd-footer-4-contact .contact-phone:hover i {
  color: var(--fd-clr-pr-1);
}
.fd-footer-4-contact .contact-phone:hover .text::after {
  transform: translateY(0%);
}
.fd-footer-4-contact .contact-phone:hover .text::before {
  transform: translateY(100%);
}
.fd-footer-4-copyright {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

/* 
   footer-4-end
*/

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