@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
:root {
  scroll-behavior: inherit;
  --lg-h-font-1: "Teko", sans-serif;
  --lg-p-font-1: "Inter", sans-serif;
  --lg-clr-pr-1: #683BF2;
  --lg-clr-sd-1: #683BF2;
  --lg-clr-h1: #000;
  --lg-clr-p1: #222222;
  --wa-cube-1: cubic-bezier(0.19, 1, 0.22, 1);
}

/* 
    root-veriable-end
*/
/* 
    global-css-start
*/
body {
  font-family: var(--lg-p-font-1);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--lg-clr-p1);
  overflow-x: hidden;
}

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

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

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: unset;
  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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

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

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

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

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

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;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--lg-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.lg-container-1 {
    max-width: 1344px;
  }
}
.wa-fix {
  overflow: hidden;
}

.swiper-notification {
  display: none;
}

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

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

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

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

.wa-p-absolute {
  position: absolute;
}

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

.wa-fw-400 {
  font-weight: 400;
}

.wa-fw-500 {
  font-weight: 500;
}

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

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

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

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

.wa-tran-3ms {
  -webkit-transition: all 300ms var(--wa-cube-1);
  transition: all 300ms var(--wa-cube-1);
}

.wa-tran-4ms {
  -webkit-transition: all 400ms var(--wa-cube-1);
  transition: all 400ms var(--wa-cube-1);
}

.wa-tran-5ms {
  -webkit-transition: all 500ms var(--wa-cube-1);
  transition: all 500ms var(--wa-cube-1);
}

.wa-tran-6ms {
  -webkit-transition: all 600ms var(--wa-cube-1);
  transition: all 600ms var(--wa-cube-1);
}

.wa-tran-7ms {
  -webkit-transition: all 700ms var(--wa-cube-1);
  transition: all 700ms var(--wa-cube-1);
}

.wa-tran-8ms {
  -webkit-transition: all 800ms var(--wa-cube-1);
  transition: all 800ms var(--wa-cube-1);
}

.wa-tran-9ms {
  -webkit-transition: all 900ms var(--wa-cube-1);
  transition: all 900ms var(--wa-cube-1);
}

.wa-tran-1s {
  -webkit-transition: all 1000ms var(--wa-cube-1);
  transition: all 1000ms var(--wa-cube-1);
}

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


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

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

.lg-subtitle-1 {
  font-family: var(--lg-p-font-1);
  font-weight: 500;
  color: #fff;
  background: var(--lg-clr-pr-1);
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  border-radius: 4px;
  padding: 5px 12px;
  margin-bottom: 18px;
}

.lg-scn-title-1 {
  font-family: var(--lg-h-font-1);
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 600;
  color: var(--lg-clr-h1);
  letter-spacing: -1px;
  line-height: 0.796;
  margin-bottom: 0;
  overflow: hidden;
}
.lg-scn-title-1:is(.has-clr-white) {
  color: #fff;
}
.lg-scn-title-1 .split-line {
  padding-top: 10px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-scn-title-1 .split-line {
    margin-bottom: -5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lg-scn-title-1 {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-scn-title-1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-scn-title-1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .lg-scn-title-1 {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lg-scn-title-1 {
    font-size: 35px;
  }
}

/* 
    heading-paragraph-css-end
*/
/* 
    button-component-start
*/
.lg-menu-btn-1 {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--lg-clr-pr-1);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5px auto 5px auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
  border-radius: 5px;
}
.lg-menu-btn-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.lg-menu-btn-1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.lg-menu-btn-1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.lg-menu-btn-1 span {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.lg-menu-btn-1:hover {
  background: var(--lg-clr-h1);
}
.lg-menu-btn-1:hover span:nth-child(1) {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
.lg-menu-btn-1:hover span:nth-child(2) {
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}
.lg-menu-btn-1:hover span:nth-child(3) {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.lg-menu-btn-1:hover span:nth-child(4) {
  -webkit-transform: translate(-5px, 0px);
          transform: translate(-5px, 0px);
}
.lg-menu-btn-1:hover span:nth-child(6) {
  -webkit-transform: translate(5px, 0px);
          transform: translate(5px, 0px);
}
.lg-menu-btn-1:hover span:nth-child(7) {
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
}
.lg-menu-btn-1:hover span:nth-child(8) {
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
}
.lg-menu-btn-1:hover span:nth-child(9) {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

/* 
    pr-btn-1-start
*/
.la-pr-btn-1 {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: var(--lg-p-font-1);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  background: var(--lg-clr-pr-1);
  color: #fff;
  padding: 15px 26px;
  border-radius: 8px;
  font-weight: 500;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.la-pr-btn-1 i {
  margin-left: 5px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.la-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1.4;
}
.la-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
  position: absolute;
  content: attr(data-back);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.la-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
  position: relative;
  content: attr(data-front);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.la-pr-btn-1:hover {
  background: #fff;
  color: #000;
}
.la-pr-btn-1:hover .text::after {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.la-pr-btn-1:hover .text::before {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.la-pr-btn-1:is(.has-btn-2) {
  background: var(--lg-clr-sd-1);
  color: #fff;
}
.la-pr-btn-1:is(.has-btn-2):hover {
  color: #000;
  background: #fff;
}

.lg-pr-btn-2 {
  font-family: var(--lg-p-font-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  gap: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s var(--wa-cube-1);
  transition: all 0.4s var(--wa-cube-1);
}
.lg-pr-btn-2 i {
  position: relative;
  -webkit-transition: all 0.4s var(--wa-cube-1);
  transition: all 0.4s var(--wa-cube-1);
  color: #fff;
  font-weight: 700;
}
.lg-pr-btn-2 i::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  right: 2px;
  top: 45%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  background: var(--lg-clr-sd-1);
  -webkit-transition: all 0.4s var(--wa-cube-1);
  transition: all 0.4s var(--wa-cube-1);
}
.lg-pr-btn-2:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: var(--lg-clr-sd-1);
}
.lg-pr-btn-2:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  color: var(--lg-clr-sd-1);
}
.lg-pr-btn-2:hover i::after {
  width: 20px;
}

.lg-left-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.32);
  font-size: 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s var(--wa-cube-1);
  transition: 0.5s var(--wa-cube-1);
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-left-btn {
    width: 50px;
    height: 50px;
  }
}
.lg-left-btn svg {
  width: 35px;
  height: 35px;
  opacity: 32%;
  -webkit-transition: 0.5s var(--wa-cube-1);
  transition: 0.5s var(--wa-cube-1);
}
.lg-left-btn svg path {
  -webkit-transition: 0.5s var(--wa-cube-1);
  transition: 0.5s var(--wa-cube-1);
  stroke: #000;
}
.lg-left-btn .line {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.32);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 3px;
}
.lg-left-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.lg-left-btn:hover svg {
  -webkit-transform: translateX(-5.5px);
          transform: translateX(-5.5px);
  opacity: 100%;
}
.lg-left-btn:hover svg path {
  stroke: var(--lg-clr-h1);
}
.lg-left-btn:hover .line {
  width: 25px;
  left: 55%;
  background: var(--lg-clr-h1);
}

.lg-right-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.32);
  font-size: 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s var(--wa-cube-1);
  transition: 0.5s var(--wa-cube-1);
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-right-btn {
    width: 50px;
    height: 50px;
  }
}
.lg-right-btn svg {
  width: 35px;
  height: 35px;
  opacity: 32%;
  -webkit-transition: 0.5s var(--wa-cube-1);
  transition: 0.5s var(--wa-cube-1);
}
.lg-right-btn svg path {
  -webkit-transition: 0.5s var(--wa-cube-1);
  transition: 0.5s var(--wa-cube-1);
  stroke: #000;
}
.lg-right-btn .line {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 3px;
  -webkit-transition: 0.5s var(--wa-cube-1);
  transition: 0.5s var(--wa-cube-1);
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.32);
  -webkit-transform-origin: right;
          transform-origin: right;
  border-radius: 3px;
}
.lg-right-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.lg-right-btn:hover svg {
  -webkit-transform: translateX(5.5px);
          transform: translateX(5.5px);
  opacity: 100%;
}
.lg-right-btn:hover svg path {
  stroke: var(--lg-clr-h1);
}
.lg-right-btn:hover .line {
  width: 25px;
  left: 45%;
  background: var(--lg-clr-h1);
}

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

.txa-offcanvas-search-form {
  position: relative;
  z-index: 1;
}
.txa-offcanvas-search-form-input {
  height: 55px;
  padding: 0 20px;
  background: rgba(105, 105, 105, 0.15);
  width: 100%;
  border: none;
  outline: none;
  color: #000;
  font-size: 16px;
  border-radius: 0px;
}
.txa-offcanvas-search-form-btn {
  border: none;
  outline: none;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 0;
}
.txa-offcanvas-search-form-btn:hover {
  color: var(--fx-clr-pr-2);
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: none;
}
.mobile-menu ::-webkit-scrollbar {
  display: none;
}
.mobile-menu-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-menu-bg span {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block;
  background-color: #fff;
  width: 100%;
}
.mobile-menu-bg span:nth-child(1) {
  height: 50%;
}
.mobile-menu-bg span:nth-child(2) {
  height: 50%;
}
.mobile-menu-wrap {
  height: 100%;
  padding: 60px 200px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mobile-menu-wrap {
    padding: 60px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-wrap {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-wrap {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-menu-wrap {
    padding: 60px 40px;
  }
}
.mobile-menu-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.mobile-menu-logo-wrap .mobile-menu-logo {
  max-width: 220px;
}
.mobile-menu-close {
  font-size: 30px;
  color: #000;
  cursor: pointer;
}
.mobile-menu-close i {
  line-height: 1;
  display: inline-block;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.mobile-menu-close:hover {
  color: var(--fd-clr-pr-1);
}
.mobile-menu-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mobile-menu-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 100px;
  }
}

/* 
  header-menu-customazition-start
*/
.mobile-main-navigation .navbar-nav li {
  position: relative;
  padding: 12px 0;
}
.mobile-main-navigation .navbar-nav li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.mobile-main-navigation .navbar-nav li a {
  color: #000;
  font-family: var(--fx-font-pr-1);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.mobile-main-navigation .navbar-nav li a:hover {
  color: var(--fx-clr-pr-1);
}
.mobile-main-navigation .navbar-nav li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 45px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  font-size: 14px;
  color: #000;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.mobile-main-navigation .navbar-nav li .dropdown-btn:hover {
  color: var(--fx-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 {
  margin-left: 30px;
  padding: 5px 0;
  margin-bottom: 0;
}
.mobile-main-navigation .navbar-nav li .dropdown-menu li a {
  font-size: 16px;
}
.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
*/
/* 


*/
/* 
  header-1-css-start
*/
.sticky_header_1:is(.sticky1) {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-animation: slideInDown 0.5s;
          animation: slideInDown 0.5s;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.lg-header-1-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 5;
}
.lg-header-1-action-link {
  gap: 30px;
}
@media (max-width: 767px) {
  .lg-header-1-action-link {
    gap: 10px;
  }
}
@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) {
  .lg-header-1-action-link .lg-menu-btn-1 {
    display: none;
  }
}
.lg-header-1-action-link .la-pr-btn-1 {
  padding: 10px 17px;
}
@media (max-width: 767px) {
  .lg-header-1-action-link .la-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lg-header-1-action-link .la-pr-btn-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-navigation .navbar-nav {
  display: inherit;
}
.main-navigation .navbar-nav li {
  display: inline-block;
  position: relative;
}
.main-navigation .navbar-nav li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lg-clr-sd-1);
  position: absolute;
  left: -20px;
  top: 31px;
}
.main-navigation .navbar-nav li:nth-last-child(1)::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lg-clr-sd-1);
  position: absolute;
  right: -20px;
  top: 31px;
}
.main-navigation .navbar-nav li:not(:last-child) {
  margin-right: 38px;
}
@media 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 a {
  position: relative;
  z-index: 1;
  font-family: var(--lg-p-font-1);
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 25px 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.main-navigation .navbar-nav li:hover > a {
  color: var(--lg-clr-sd-1);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.main-navigation .navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) translateZ(0);
          transform: translateY(0px) translateZ(0);
}

/* 
  header-1-css-end
*/
/* 
  sticky-header-css-start
*/
.txa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 8;
}
.txa_sticky_header:is(.txa_sticky) {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.txa_sticky_header:is(.fx-header-1-area) {
  top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa_sticky_header:is(.fx-header-1-area):is(.txa_sticky_show) .fx-header-1-top {
    display: none;
  }
}
.txa_sticky_header:is(.fx-header-3-area) {
  top: 32px;
}
.txa_sticky_header:is(.fx-header-4-area) {
  top: 20px;
}

/* 
  sticky-header-css-end
*/
/* 
    hero-start
*/
.treed-transform {
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.has-redius {
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .has-redius {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .has-redius {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.laa-hight-20 {
  width: 100%;
  height: 20px;
}

.lg-hero-1-area {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-hero-1-area {
    padding-top: 200px;
  }
}
.lg-hero-1-area::after {
  content: "";
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lg-hero-1-content {
  margin: 0 auto;
  max-width: 1050px;
}
.lg-hero-1-content .hero-title {
  color: #fff;
  line-height: 0.766;
  font-size: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lg-hero-1-content .hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-hero-1-content .hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-hero-1-content .hero-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .lg-hero-1-content .hero-title {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lg-hero-1-content .hero-title {
    font-size: 50px;
    letter-spacing: 0;
  }
}
.lg-hero-1-content .hero-title .pr-clr {
  color: var(--lg-clr-sd-1);
}
.lg-hero-1-content .hero-title .capti {
  text-transform: capitalize;
}
.lg-hero-1-content .hero-title .split-line {
  padding-top: 10px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .lg-hero-1-content .hero-title .split-line {
    margin-bottom: -5px;
  }
}
.lg-hero-1-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}
.lg-hero-1-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -160px;
  margin-right: -160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lg-hero-1-demo {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lg-hero-1-demo {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lg-hero-1-demo {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-hero-1-demo {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
  }
}
.lg-hero-1-demo-single {
  margin-left: -32px;
  width: 100%;
  max-width: 300px;
  -webkit-box-shadow: 30px 0px 20px rgba(26, 45, 78, 0.2);
          box-shadow: 30px 0px 20px rgba(26, 45, 78, 0.2);
}
.lg-hero-1-demo-single:nth-child(1) {
  z-index: 10;
}
.lg-hero-1-demo-single:nth-child(2) {
  z-index: 9;
}
.lg-hero-1-demo-single:nth-child(3) {
  z-index: 8;
}
.lg-hero-1-demo-single:nth-child(4) {
  z-index: 7;
}
.lg-hero-1-demo-single:nth-child(5) {
  z-index: 6;
}
.lg-hero-1-demo-single:nth-child(6) {
  z-index: 5;
}
.lg-hero-1-demo-single:nth-child(7) {
  z-index: 4;
}
.lg-hero-1-demo-single:nth-child(8) {
  z-index: 3;
}
.lg-hero-1-demo-single:nth-child(9) {
  z-index: 2;
}
.lg-hero-1-demo-single:nth-child(10) {
  z-index: 1;
}
.lg-hero-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.lg-hero-1-bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 72%;
}
.lg-hero-1-plug {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px;
  border-radius: 12px 0 0 12px;
  padding-right: 12px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 140px;
  z-index: 1;
  -webkit-box-shadow: -7.1172113419px 7.1172113419px 29.655046463px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -7.1172113419px 7.1172113419px 29.655046463px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-hero-1-plug {
    display: none;
  }
}
.lg-hero-1-feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: -55px;
  margin-right: -55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-hero-1-feature-wrap {
    margin-left: 0px;
    margin-right: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lg-hero-1-feature-single {
  padding: 20px 24px;
  -webkit-box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.08);
          box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-hero-1-feature-single {
    padding: 20px 15px;
  }
}
.lg-hero-1-feature-single .icon {
  font-size: 22px;
  color: var(--lg-clr-pr-1);
}
.lg-hero-1-feature-single .title {
  font-size: 23px;
  line-height: 1.217;
  font-weight: 600;
  margin-bottom: 2px;
}
@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) {
  .lg-hero-1-feature-single .title {
    font-size: 20px;
  }
}
.lg-hero-1-feature-single .disc {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  opacity: 72%;
}

.lg-multi-scn-1-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  opacity: 80%;
}
.lg-multi-scn-1-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  opacity: 80%;
}
.lg-multi-scn-1-ship-1 {
  position: absolute;
  right: -220px;
  top: 0;
  z-index: -1;
  width: 28%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lg-multi-scn-1-ship-1 {
    right: -150px;
    top: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-multi-scn-1-ship-1 {
    right: -100px;
    top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-multi-scn-1-ship-1 {
    display: none;
  }
}

/* 
    hero-end
*/
/* 
    demo-start
*/
.lg-demo-1-bg-illus {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.lg-demo-1-scn-title {
  max-width: 890px;
}
.lg-demo-1-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-demo-1-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lg-demo-1-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lg-demo-1-item {
  background: #fff;
  padding: 32px 32px;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  -webkit-transition: all 0.4s var(--wa-cube-1);
  transition: all 0.4s var(--wa-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-demo-1-item {
    padding: 32px 20px;
  }
}
.lg-demo-1-item-ss {
  margin-bottom: 24px;
  height: 377px;
}
@media (max-width: 767px) {
  .lg-demo-1-item-ss {
    height: 377px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lg-demo-1-item-ss {
    height: 460px;
  }
}
.lg-demo-1-item-ss::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(26, 45, 78)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgb(26, 45, 78) 0%, rgba(0, 212, 255, 0) 100%);
  -webkit-transition: all 0.4s var(--wa-cube-1);
  transition: all 0.4s var(--wa-cube-1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@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) {
  .lg-demo-1-item-ss::after {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.lg-demo-1-item-name {
  font-size: 18px;
}
.lg-demo-1-item-btn {
  gap: 16px;
  padding: 0 15px;
  padding-bottom: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s var(--wa-cube-1);
  transition: all 0.4s var(--wa-cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@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) {
  .lg-demo-1-item-btn {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.lg-demo-1-item-btn a {
  padding: 12px 37px;
}
.lg-demo-1-item:hover {
  -webkit-box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.lg-demo-1-item:hover .lg-demo-1-item-ss::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.lg-demo-1-item:hover .lg-demo-1-item-btn {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.lg-demo-1-item:is(.has-coming) .lg-demo-1-item-ss::after {
  display: none;
}
.lg-demo-1-item:is(.has-coming):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 
    demo-end
*/
/* 
    animation-section-start
*/
.laa-animate-1-wrap {
  padding: 0 20px;
  padding-top: 100px;
}
.laa-animate-1-bg-shape {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: -1;
}
.laa-animate-1-plane {
  width: 31%;
  position: absolute;
  top: 27%;
  right: 35%;
  z-index: 1;
}
.laa-animate-1-cloud-1 {
  width: 27%;
  position: absolute;
  right: 10%;
  bottom: 0;
}
.laa-animate-1-cloud-3 {
  width: 22%;
  position: absolute;
  bottom: 0;
  left: 13%;
}
.laa-animate-1-cloud-2 {
  width: 51%;
  position: absolute;
  right: 3%;
  top: 6%;
  z-index: 2;
}

/* 
    animation-section-end
*/
/* 
    text-slide-1-start
*/
.lg-slide-text-1-area {
  background: var(--lg-clr-sd-1);
}
.lg-slide-text-1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.lg-slide-text-1-item {
  font-size: 64px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lg-slide-text-1-item {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-slide-text-1-item {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-slide-text-1-item {
    font-size: 40px;
  }
}
.lg-slide-text-1-item .icon {
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.lg-slide-text-1-item:hover .icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* 
    text-slide-1-end
*/
/* 
    features-start
*/
.lg-features-1-area {
  background: #021F45;
}
.lg-features-1-bg-shape {
  width: 47%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: right;
}
.lg-features-1-scn-title .lg-scn-title-1 {
  color: #fff;
  max-width: 505px;
}
.lg-features-1-scn-title .scn-para {
  margin-top: 41px;
  color: #fff;
  opacity: 88%;
}
.lg-features-1-content {
  max-width: 645px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-features-1-content {
    margin-bottom: 50px;
  }
}
.lg-features-1-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin-bottom: 48px;
}
@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) {
  .lg-features-1-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lg-features-1-list li {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  color: #fff;
  font-weight: 500;
}
.lg-features-1-list li .icon {
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.lg-features-1-list li .icon * {
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.lg-features-1-list li .icon svg * {
  fill: var(--lg-clr-sd-1);
}
.lg-features-1-list li:hover .icon {
  -webkit-transform: scale(120%);
          transform: scale(120%);
}
.lg-features-1-list li:hover .icon svg * {
  fill: #fff;
}
.lg-features-1-img {
  margin-left: 80px;
  margin-right: -130px;
}
@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) {
  .lg-features-1-img {
    margin-left: 0;
    margin-right: 0px;
  }
}
.lg-features-1-img-1 {
  width: 39%;
  -webkit-filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
}
.lg-features-1-img-2 {
  width: 38%;
  position: absolute;
  top: 13%;
  left: 27%;
  -webkit-filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
}
.lg-features-1-img-3 {
  width: 31%;
  position: absolute;
  bottom: 12%;
  left: 28%;
  -webkit-filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
  z-index: 1;
}
.lg-features-1-img-4 {
  width: 30%;
  position: absolute;
  bottom: 9%;
  left: 43%;
  -webkit-filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
  z-index: 2;
}
.lg-features-1-img-5 {
  width: 33%;
  position: absolute;
  top: 24%;
  right: 20%;
  -webkit-filter: drop-shadow(-18.667px 18.667px 62.222px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-18.667px 18.667px 62.222px rgba(0, 0, 0, 0.25));
}
.lg-features-1-img-6 {
  width: 28%;
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
}

/* 
    features-end
*/
/* 
    iner-page-start
*/
.lg-iner-page-scn-title {
  max-width: 890px;
}
.lg-iner-page-slider {
  position: relative;
  z-index: 1;
  margin-left: -110px;
  margin-right: -110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-iner-page-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.lg-iner-page-slider-item {
  padding: 32px 32px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-left: none;
}
@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) {
  .lg-iner-page-slider-item {
    padding: 32px 15px;
  }
}
.lg-iner-page-slider-item .item-img {
  height: 377px;
  margin-bottom: 22px;
}
.lg-iner-page-slider-item .item-img img {
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.lg-iner-page-slider-item .item-name {
  font-size: 18px;
}
.lg-iner-page-slider-item:hover img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.lg-iner-page-slider .lg-left-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-iner-page-slider .lg-left-btn {
    left: 20px;
  }
}
.lg-iner-page-slider .lg-right-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 120px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-iner-page-slider .lg-right-btn {
    right: 20px;
  }
}
.lg-iner-page-slider-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.lg-iner-page-slider-pagi span {
  border: none;
  outline: none;
  margin: 0 !important;
  padding: 0;
  width: 8px;
  height: 8px;
  background: var(--lg-clr-p1);
}
.lg-iner-page-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 80%;
}

/* 

    iner-page-end
*/
/* 
    get-start
*/
.lg-get-start-area::after {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgb(0, 0, 0)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 35%, rgba(0, 212, 255, 0) 100%);
  z-index: -1;
}
.lg-get-start-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lg-get-start-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.lg-get-start-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lg-get-start-scn-title .lg-subtitle-1 {
  background: rgba(255, 255, 255, 0.12);
}
.lg-get-start-content {
  max-width: 580px;
}

/* 
    get-end
*/
/* 
    feature-card-start
*/
.lg-feature-card-scn-title {
  max-width: 619px;
}
.lg-feature-card-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-feature-card-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .lg-feature-card-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lg-feature-card-single {
  background-color: #fff;
  border-radius: 12px;
  padding: 52px 48px;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-feature-card-single {
    padding: 40px 20px;
  }
}
.lg-feature-card-single .icon {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.lg-feature-card-single .icon svg * {
  fill: var(--lg-clr-pr-1);
  -webkit-transition: all 0.5s var(--wa-cube-1);
  transition: all 0.5s var(--wa-cube-1);
}
.lg-feature-card-single .card-title {
  font-size: 23px;
  color: var(--lg-clr-p1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-feature-card-single .card-title {
    font-size: 20px;
  }
}
.lg-feature-card-single:hover {
  -webkit-box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.25);
}
.lg-feature-card-single:hover .icon {
  -webkit-transform: scale(107%);
          transform: scale(107%);
}
.lg-feature-card-single:hover .icon svg * {
  fill: var(--lg-clr-p1);
}

/* 
    feature-card-end
*/
.lg-save-1-area {
  background: var(--lg-clr-sd-1);
}
.lg-save-1-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media (max-width: 767px) {
  .lg-save-1-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lg-save-1-doller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lg-save-1-doller span:nth-child(1) {
  font-size: 23px;
  font-weight: 500;
  opacity: 80%;
  letter-spacing: 6px;
  margin-bottom: 8px;
}
.lg-save-1-doller-curcle-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: pulse linear 2s infinite;
          animation: pulse linear 2s infinite;
}
.lg-save-1-doller-shape {
  position: absolute;
  right: -40px;
  top: -20px;
  -webkit-animation: flash linear 1s infinite;
          animation: flash linear 1s infinite;
}
.lg-save-1-doller-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -2px;
  max-width: 510px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lg-save-1-doller-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-save-1-doller-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-save-1-doller-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .lg-save-1-doller-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lg-save-1-doller-title {
    font-size: 40px;
  }
}
.lg-save-1-doller-title-shape {
  position: absolute;
  bottom: -30px;
  right: 29px;
  -webkit-animation: jello linear 1s infinite;
          animation: jello linear 1s infinite;
}
.lg-save-1-content {
  max-width: 530px;
}
.lg-save-1-content .para {
  margin-bottom: 24px;
}
.lg-save-1-list li {
  font-weight: 500;
}
.lg-save-1-list li:not(:last-child) {
  margin-bottom: 5px;
}
.lg-save-1-list li i {
  margin-right: 10px;
}
.lg-save-1-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-save-1-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lg-save-1-card {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .lg-save-1-card {
    width: 100%;
  }
}
.lg-save-1-card-dot-shape {
  position: absolute;
  bottom: -29px;
  left: -77px;
  z-index: -2;
  -webkit-animation: shake 10s linear infinite;
          animation: shake 10s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-save-1-card-dot-shape {
    display: none;
  }
}
.lg-save-1-card-single {
  padding: 32px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .lg-save-1-card-single {
    width: 100%;
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lg-save-1-card-single:not(:last-child) {
  margin-bottom: 6px;
}
.lg-save-1-card-single .card-logo {
  pointer-events: none;
}
.lg-save-1-card-single .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lg-save-1-card-single .save-doller {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.lg-save-1-card-single .save-doller b {
  font-weight: 700;
  color: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .lg-save-1-card-single .save-doller br {
    display: none;
  }
}

/* 
	preloader-css-start
*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#preloader .preloader-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#preloader .preloader-wrap .loader {
  max-width: 350px;
}
#preloader:is(.preloaded) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 0 0 1000px 1000px;
}

/* 
	preloader-css-end
*/
/* 
    footer-start
*/
.lg-footer-area {
  position: relative;
}
.lg-footer-area:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(5, 9, 26, 0)), color-stop(76.76%, rgba(4, 9, 32, 0.97)));
  background: linear-gradient(270deg, rgba(5, 9, 26, 0) 0%, rgba(4, 9, 32, 0.97) 76.76%);
}
.lg-footer-content {
  max-width: 900px;
}
.lg-footer-content .logo {
  margin-bottom: 29px;
}
.lg-footer-content .lg-scn-title-1 {
  margin-bottom: 38px;
  line-height: 0.766;
  font-size: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lg-footer-content .lg-scn-title-1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-footer-content .lg-scn-title-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-footer-content .lg-scn-title-1 {
    font-size: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .lg-footer-content .lg-scn-title-1 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lg-footer-content .lg-scn-title-1 {
    font-size: 50px;
    letter-spacing: 0;
  }
}
.lg-footer-content .disc {
  font-size: 23px;
  color: #fff;
  font-weight: 300;
  opacity: 72%;
  margin-bottom: 30px;
}
.lg-footer-img {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  z-index: -1;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-footer-img {
    right: -230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lg-footer-img {
    display: none;
  }
}

.lg-copyright-area {
  background: var(--lg-clr-pr-1);
  padding: 32px 0;
}
.lg-copyright-content {
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .lg-copyright-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lg-copyright-content .copyright-text, .lg-copyright-content .powered-text {
  color: rgba(255, 255, 255, 0.8);
  opacity: 100%;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .lg-copyright-content .copyright-text, .lg-copyright-content .powered-text {
    text-align: center;
  }
}
.lg-copyright-content .copyright-text a, .lg-copyright-content .powered-text a {
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.4s var(--wa-cube-1);
  transition: all 0.4s var(--wa-cube-1);
}
.lg-copyright-content .copyright-text a:hover, .lg-copyright-content .powered-text a:hover {
  color: #000;
}

/* 
    footer-end
*/