/*-----------------------------------------------------------------------------------

  Theme Name: Sassly - HTML5 Template
  Author: Crowdyflow
  Support: habib.crowdyflow@gmail.com
  Description: 
  Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************


/*----------------------------------------*/
/*  01. VARIBALES CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Comme:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary: #072032;
  --secondary: #534F63;
  --border: #EBEDEF;
  --theme: #FF845D;
  --black: #072032;
  --black-2: #5C6972;
  --white: #fff;
  --white-2: #9BA0A3;
  --action: #FFCD4D;
}

/*----------------------------------------*/
/*  01. MIXIN CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. SPACE CSS START
/*----------------------------------------*/
.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;
}
@media only screen and (max-width: 767px) {
  .pb-30 {
    padding-bottom: 25px;
  }
}

.pb-35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .pb-35 {
    padding-bottom: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.pb-45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .pb-45 {
    padding-bottom: 30px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}

.pb-55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .pb-55 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-55 {
    padding-bottom: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .pb-65 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-65 {
    padding-bottom: 30px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .pb-75 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-75 {
    padding-bottom: 35px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 35px;
  }
}

.pb-85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .pb-85 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-85 {
    padding-bottom: 35px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 40px;
  }
}

.pb-95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  .pb-95 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-95 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-95 {
    padding-bottom: 40px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}
@media only screen and (max-width: 991px) {
  .pb-105 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-105 {
    padding-bottom: 60px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1399px) {
  .pb-110 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 60px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 1399px) {
  .pb-115 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-115 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-115 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 1399px) {
  .pb-125 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-125 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-125 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-125 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1399px) {
  .pb-130 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1399px) {
  .pb-135 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-135 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-135 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
  .pb-140 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

.pb-145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 1399px) {
  .pb-145 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-145 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-145 {
    padding-bottom: 60px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1399px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 60px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1399px) {
  .pb-160 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-160 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-160 {
    padding-bottom: 60px;
  }
}

.pb-170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 1399px) {
  .pb-170 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-170 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-170 {
    padding-bottom: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 1399px) {
  .pb-180 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-180 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-180 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1199px) {
  .pb-190 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-190 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-190 {
    padding-bottom: 100px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .pb-200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-200 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}

.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;
}
@media only screen and (max-width: 767px) {
  .pt-30 {
    padding-top: 25px;
  }
}

.pt-35 {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .pt-35 {
    padding-top: 30px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pt-45 {
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .pt-45 {
    padding-top: 30px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .pt-50 {
    padding-top: 30px;
  }
}

.pt-55 {
  padding-top: 55px;
}
@media only screen and (max-width: 991px) {
  .pt-55 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-55 {
    padding-top: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.ptf-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}
@media only screen and (max-width: 991px) {
  .pt-65 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-65 {
    padding-top: 30px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 35px;
  }
}

.pt-75 {
  padding-top: 75px;
}
@media only screen and (max-width: 991px) {
  .pt-75 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-75 {
    padding-top: 35px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 35px;
  }
}

.pt-85 {
  padding-top: 85px;
}
@media only screen and (max-width: 991px) {
  .pt-85 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-85 {
    padding-top: 35px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 40px;
  }
}

.pt-95 {
  padding-top: 95px;
}
@media only screen and (max-width: 1199px) {
  .pt-95 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-95 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-95 {
    padding-top: 40px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-105 {
  padding-top: 105px;
}
@media only screen and (max-width: 991px) {
  .pt-105 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-105 {
    padding-top: 60px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1399px) {
  .pt-110 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-110 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 60px;
  }
}

.pt-115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1399px) {
  .pt-115 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-115 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-115 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1399px) {
  .pt-120 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-125 {
  padding-top: 125px;
}
@media only screen and (max-width: 1399px) {
  .pt-125 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-125 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-125 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 60px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1399px) {
  .pt-130 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-135 {
  padding-top: 135px;
}
@media only screen and (max-width: 1399px) {
  .pt-135 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-135 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-135 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-135 {
    padding-top: 60px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 1399px) {
  .pt-140 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

.pt-145 {
  padding-top: 145px;
}
@media only screen and (max-width: 1399px) {
  .pt-145 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-145 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-145 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-145 {
    padding-top: 60px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1399px) {
  .pt-150 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-150 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.pt-160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1399px) {
  .pt-160 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-160 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-160 {
    padding-top: 60px;
  }
}

.pt-170 {
  padding-top: 170px;
}
@media only screen and (max-width: 1399px) {
  .pt-170 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-170 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-170 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-170 {
    padding-top: 60px;
  }
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1399px) {
  .pt-180 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-180 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-180 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 60px;
  }
}

.pt-190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1199px) {
  .pt-190 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-190 {
    padding-top: 100px;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1199px) {
  .pt-200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-200 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-200 {
    padding-top: 100px;
  }
}

.pt-210 {
  padding-top: 210px;
}
@media only screen and (max-width: 1919px) {
  .pt-210 {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-210 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-210 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-210 {
    padding-top: 130px;
  }
}

.pt-230 {
  padding-top: 230px;
}
@media only screen and (max-width: 1919px) {
  .pt-230 {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-230 {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-230 {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-230 {
    padding-top: 150px;
  }
}

.pt-250 {
  padding-top: 250px;
}
@media only screen and (max-width: 1919px) {
  .pt-250 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-250 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .pt-250 {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-250 {
    padding-top: 160px;
  }
}

.pl-5 {
  padding-inline-start: 5px;
}
@media only screen and (max-width: 767px) {
  .pl-5 {
    padding-inline-start: 0;
  }
}

.pl-10 {
  padding-inline-start: 10px;
}
@media only screen and (max-width: 767px) {
  .pl-10 {
    padding-inline-start: 0;
  }
}

.pl-15 {
  padding-inline-start: 15px;
}
@media only screen and (max-width: 767px) {
  .pl-15 {
    padding-inline-start: 0;
  }
}

.pl-20 {
  padding-inline-start: 20px;
}
@media only screen and (max-width: 991px) {
  .pl-20 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-20 {
    padding-inline-start: 0;
  }
}

.pl-25 {
  padding-inline-start: 25px;
}
@media only screen and (max-width: 1199px) {
  .pl-25 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-25 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-25 {
    padding-inline-start: 0;
  }
}

.pl-30 {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1199px) {
  .pl-30 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-30 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-30 {
    padding-inline-start: 0;
  }
}

.pl-35 {
  padding-inline-start: 35px;
}
@media only screen and (max-width: 1399px) {
  .pl-35 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-35 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-35 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-35 {
    padding-inline-start: 0;
  }
}

.pl-40 {
  padding-inline-start: 40px;
}
@media only screen and (max-width: 1399px) {
  .pl-40 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-40 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-40 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-40 {
    padding-inline-start: 0;
  }
}

.pl-45 {
  padding-inline-start: 45px;
}
@media only screen and (max-width: 1919px) {
  .pl-45 {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-45 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-45 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-45 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-45 {
    padding-inline-start: 0;
  }
}

.pl-50 {
  padding-inline-start: 50px;
}
@media only screen and (max-width: 1919px) {
  .pl-50 {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-50 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-50 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-50 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-50 {
    padding-inline-start: 0;
  }
}

.pl-55 {
  padding-inline-start: 55px;
}
@media only screen and (max-width: 1919px) {
  .pl-55 {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-55 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-55 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-55 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-55 {
    padding-inline-start: 0;
  }
}

.pl-60 {
  padding-inline-start: 60px;
}
@media only screen and (max-width: 1919px) {
  .pl-60 {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-60 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-60 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-60 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-60 {
    padding-inline-start: 0;
  }
}

.pl-65 {
  padding-inline-start: 65px;
}
@media only screen and (max-width: 1919px) {
  .pl-65 {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-65 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-65 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-65 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-65 {
    padding-inline-start: 0;
  }
}

.pl-70 {
  padding-inline-start: 70px;
}
@media only screen and (max-width: 1919px) {
  .pl-70 {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-70 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-70 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-70 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-70 {
    padding-inline-start: 0;
  }
}

.pl-75 {
  padding-inline-start: 75px;
}
@media only screen and (max-width: 1919px) {
  .pl-75 {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-75 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-75 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-75 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-75 {
    padding-inline-start: 0;
  }
}

.pl-80 {
  padding-inline-start: 80px;
}
@media only screen and (max-width: 1919px) {
  .pl-80 {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-80 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-80 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-80 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-80 {
    padding-inline-start: 0;
  }
}

.pl-85 {
  padding-inline-start: 85px;
}
@media only screen and (max-width: 1919px) {
  .pl-85 {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-85 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-85 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-85 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-85 {
    padding-inline-start: 0;
  }
}

.pl-90 {
  padding-inline-start: 90px;
}
@media only screen and (max-width: 1919px) {
  .pl-90 {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-90 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-90 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-90 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-90 {
    padding-inline-start: 0;
  }
}

.pl-100 {
  padding-inline-start: 100px;
}
@media only screen and (max-width: 1919px) {
  .pl-100 {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .pl-100 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pl-100 {
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pl-100 {
    padding-inline-start: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-100 {
    padding-inline-start: 0;
  }
}

.plr-50 {
  padding-inline-start: 50px;
  padding-inline-end: 50px;
}
@media only screen and (max-width: 991px) {
  .plr-50 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-50 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-100 {
  padding-inline-start: 100px;
  padding-inline-end: 100px;
}
@media only screen and (min-width: 1600px) {
  .box-layout .plr-100 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .plr-100 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-100 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-150 {
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}
@media only screen and (min-width: 1600px) {
  .box-layout .plr-150 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1919px) {
  .plr-150 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-150 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-200 {
  padding-inline-start: 200px;
  padding-inline-end: 200px;
}
@media only screen and (min-width: 1600px) {
  .box-layout .plr-200 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (max-width: 1919px) {
  .plr-200 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .plr-200 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-200 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.plr-250 {
  padding-inline-start: 250px;
  padding-inline-end: 250px;
}
@media only screen and (min-width: 1600px) {
  .box-layout .plr-250 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (max-width: 1919px) {
  .plr-250 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .plr-250 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-250 {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.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;
}
@media only screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 25px;
  }
}

.mt-35 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .mt-35 {
    margin-top: 30px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mt-45 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .mt-45 {
    margin-top: 30px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-55 {
  margin-top: 55px;
}
@media only screen and (max-width: 991px) {
  .mt-55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-55 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-65 {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .mt-65 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-65 {
    margin-top: 30px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .mt-70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 35px;
  }
}

.mt-75 {
  margin-top: 75px;
}
@media only screen and (max-width: 991px) {
  .mt-75 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-75 {
    margin-top: 35px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .mt-80 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 35px;
  }
}

.mt-85 {
  margin-top: 85px;
}
@media only screen and (max-width: 991px) {
  .mt-85 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-85 {
    margin-top: 35px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .mt-90 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-90 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 40px;
  }
}

.mt-95 {
  margin-top: 95px;
}
@media only screen and (max-width: 1199px) {
  .mt-95 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-95 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-95 {
    margin-top: 40px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.mt-105 {
  margin-top: 105px;
}
@media only screen and (max-width: 991px) {
  .mt-105 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-105 {
    margin-top: 60px;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media only screen and (max-width: 1199px) {
  .mt-110 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-110 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-110 {
    margin-top: 60px;
  }
}

.mt-115 {
  margin-top: 115px;
}
@media only screen and (max-width: 1199px) {
  .mt-115 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-115 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-115 {
    margin-top: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mt-125 {
  margin-top: 125px;
}
@media only screen and (max-width: 1199px) {
  .mt-125 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-125 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-125 {
    margin-top: 60px;
  }
}

.mt-130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .mt-130 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-130 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-130 {
    margin-top: 60px;
  }
}

.mt-135 {
  margin-top: 135px;
}
@media only screen and (max-width: 1199px) {
  .mt-135 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-135 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-135 {
    margin-top: 60px;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .mt-140 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-140 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-140 {
    margin-top: 60px;
  }
}

.mt-145 {
  margin-top: 145px;
}
@media only screen and (max-width: 1199px) {
  .mt-145 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-145 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-145 {
    margin-top: 60px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1199px) {
  .mt-150 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-150 {
    margin-top: 60px;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media only screen and (max-width: 1199px) {
  .mt-160 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-160 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-160 {
    margin-top: 60px;
  }
}

.mt-170 {
  margin-top: 170px;
}
@media only screen and (max-width: 1199px) {
  .mt-170 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-170 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-170 {
    margin-top: 60px;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media only screen and (max-width: 1199px) {
  .mt-180 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-180 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-180 {
    margin-top: 60px;
  }
}

.mt-190 {
  margin-top: 190px;
}
@media only screen and (max-width: 1199px) {
  .mt-190 {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-190 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-190 {
    margin-top: 100px;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media only screen and (max-width: 1199px) {
  .mt-200 {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-200 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-200 {
    margin-top: 100px;
  }
}

.mlr-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.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;
}
@media only screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 25px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .mb-35 {
    margin-bottom: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .mb-45 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .mb-55 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-55 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .mb-65 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-65 {
    margin-bottom: 30px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 35px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .mb-75 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-75 {
    margin-bottom: 35px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 35px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .mb-85 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-85 {
    margin-bottom: 35px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 40px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  .mb-95 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-95 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-95 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mb-105 {
  margin-bottom: 105px;
}
@media only screen and (max-width: 991px) {
  .mb-105 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-105 {
    margin-bottom: 60px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 1199px) {
  .mb-115 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-115 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-115 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.mb-125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 1199px) {
  .mb-125 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-125 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-125 {
    margin-bottom: 60px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-130 {
    margin-bottom: 60px;
  }
}

.mb-135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 1199px) {
  .mb-135 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-135 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-135 {
    margin-bottom: 60px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-140 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-140 {
    margin-bottom: 60px;
  }
}

.mb-145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 1199px) {
  .mb-145 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-145 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-145 {
    margin-bottom: 60px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-150 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-150 {
    margin-bottom: 60px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1199px) {
  .mb-160 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-160 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-160 {
    margin-bottom: 60px;
  }
}

.mb-170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 1199px) {
  .mb-170 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-170 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-170 {
    margin-bottom: 60px;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 1199px) {
  .mb-180 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-180 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-180 {
    margin-bottom: 60px;
  }
}

.mb-190 {
  margin-bottom: 190px;
}
@media only screen and (max-width: 1199px) {
  .mb-190 {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-190 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-190 {
    margin-bottom: 100px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .mb-200 {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-200 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-200 {
    margin-bottom: 100px;
  }
}

.ml-5 {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .ml-5 {
    margin-left: 0;
  }
}

.ml-10 {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .ml-10 {
    margin-left: 0;
  }
}

.ml-15 {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .ml-15 {
    margin-left: 0;
  }
}

.ml-20 {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .ml-20 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-20 {
    margin-left: 0;
  }
}

.ml-25 {
  margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .ml-25 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-25 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-25 {
    margin-left: 0;
  }
}

.ml-30 {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .ml-30 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-30 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-30 {
    margin-left: 0;
  }
}

.ml-35 {
  margin-left: 35px;
}
@media only screen and (max-width: 1399px) {
  .ml-35 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-35 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-35 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-35 {
    margin-left: 0;
  }
}

.ml-40 {
  margin-left: 40px;
}
@media only screen and (max-width: 1399px) {
  .ml-40 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-40 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-40 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-40 {
    margin-left: 0;
  }
}

.ml-45 {
  margin-left: 45px;
}
@media only screen and (max-width: 1919px) {
  .ml-45 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-45 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-45 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-45 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-45 {
    margin-left: 0;
  }
}

.ml-50 {
  margin-left: 50px;
}
@media only screen and (max-width: 1919px) {
  .ml-50 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-50 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ml-55 {
  margin-left: 55px;
}
@media only screen and (max-width: 1919px) {
  .ml-55 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-55 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-55 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-55 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-55 {
    margin-left: 0;
  }
}

.ml-60 {
  margin-left: 60px;
}
@media only screen and (max-width: 1919px) {
  .ml-60 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-60 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-60 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-60 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-60 {
    margin-left: 0;
  }
}

.ml-65 {
  margin-left: 65px;
}
@media only screen and (max-width: 1919px) {
  .ml-65 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-65 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-65 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-65 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-65 {
    margin-left: 0;
  }
}

.ml-70 {
  margin-left: 70px;
}
@media only screen and (max-width: 1919px) {
  .ml-70 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-70 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-70 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-70 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-70 {
    margin-left: 0;
  }
}

.ml-75 {
  margin-left: 75px;
}
@media only screen and (max-width: 1919px) {
  .ml-75 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-75 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-75 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-75 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-75 {
    margin-left: 0;
  }
}

.ml-80 {
  margin-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .ml-80 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-80 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-80 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-80 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-80 {
    margin-left: 0;
  }
}

.ml-85 {
  margin-left: 85px;
}
@media only screen and (max-width: 1919px) {
  .ml-85 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-85 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-85 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-85 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-85 {
    margin-left: 0;
  }
}

.ml-90 {
  margin-left: 90px;
}
@media only screen and (max-width: 1919px) {
  .ml-90 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-90 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-90 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-90 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-90 {
    margin-left: 0;
  }
}

.ml-100 {
  margin-left: 100px;
}
@media only screen and (max-width: 1919px) {
  .ml-100 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .ml-100 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .ml-100 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-100 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ml-100 {
    margin-left: 0;
  }
}

.ptf-70 {
  padding-top: 70px;
}

.ptf-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .sm-pb-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pb-40 {
    padding-bottom: 40px;
  }
}

.mbm-1 {
  margin-bottom: -1px;
}

/*----------------------------------------*/
/*  01. TYPOGRAPHY CSS START
/*----------------------------------------*/
:root {
  --font_primary: "Montserrat", sans-serif;
  --font_secondary: "Comme", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_secondary);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  font-family: var(--font_primary);
  font-weight: bold;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.44;
  font-weight: 400;
  font-size: 18px;
  color: var(--secondary);
  font-family: var(--font_secondary);
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

@font-face {
  font-family: colasta;
  src: url("../fonts/Colasta/Colasta-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: colasta;
  src: url("../fonts/Colasta/Colasta.otf");
  font-weight: 400;
}
:root {
  --font_colasta: "colasta";
}

.font-heading-colasta-bold h1,
.font-heading-colasta-bold h2,
.font-heading-colasta-bold h3,
.font-heading-colasta-bold h4,
.font-heading-colasta-bold h5,
.font-heading-colasta-bold h6 {
  font-family: var(--font_colasta);
  font-weight: 700;
  line-height: 1;
}

/*----------------------------------------*/
/*  01. ANIMATION CSS START
/*----------------------------------------*/
.cf_parallax_image {
  overflow: hidden;
}

@keyframes wcBubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcSlideBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}
.wc-y-anim {
  animation: wc-y-anim 2s ease-in-out infinite alternate;
}
.wc-y-anim.delay-2 {
  animation-delay: 2s;
}

@keyframes wc-y-anim {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*----------------------------------------*/
/*  01. Global CSS START
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  z-index: 9;
  pointer-events: none;
  top: 0;
  opacity: 1;
  inset-inline-start: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  background-position: top left;
  background-image: url(../imgs/writer/body-bg.webp);
}

.container-xl {
  max-width: 1550px;
}

.text-slider-active .swiper-slide {
  width: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*
-----------------------
Pagination
-----------------------
*/
.pagination.style-1 {
  display: flex;
  gap: 20px;
}
.pagination.style-1 li:last-child {
  padding-inline-start: 20px;
}
.pagination.style-1 li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dir-rtl .pagination.style-1 li a img {
  transform: rotate(180deg);
}
.pagination.style-1 li a.current {
  color: #999;
}

/* register popup style  */
.register-form-box {
  background-color: var(--white);
  border-radius: 30px;
  width: 550px;
  padding: 70px 45px 80px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .register-form-box {
    margin: 0 10px;
    padding: 50px 25px 60px;
    width: calc(100% - 20px);
  }
}
.register-form-box .close-btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: 0.4s;
}
.register-form-box .close-btn:hover {
  border: 1px solid var(--theme);
}
.register-form-box .btn-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.register-form-box .title {
  font-size: 30px;
}
.register-form-box .title span {
  font-weight: 400;
  color: var(--primary);
}
.register-form-box .title span br {
  display: none;
}
.register-form-box .icon {
  margin-top: 20px;
  margin-bottom: 45px;
}
.register-form-box .input-field input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 0 30px;
  outline: none;
}
.register-form-box .input-field input:focus {
  border-color: var(--theme);
}
.register-form-box .input-field:not(:first-child) {
  margin-top: 12px;
}
.register-form-box .policy-field {
  margin-top: 20px;
  margin-bottom: 42px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.register-form-box .policy-field label {
  font-size: 14px;
}
.register-form-box .policy-field label a {
  font-weight: 600;
  text-decoration: underline;
}
.register-form-box .note {
  margin-top: 15px;
  text-align: start;
}
.register-form-box .note p {
  font-size: 14px;
}
.register-form-box .note p a {
  font-weight: 600;
  text-decoration: underline;
}
.register-form-box button {
  width: 100%;
}
.register-form-box .alternative-title {
  font-size: 16px;
  position: relative;
  margin-top: 38px;
}
.register-form-box .alternative-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--border);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.register-form-box .alternative-title span {
  padding: 0 18px;
  background-color: var(--white);
  display: inline-block;
  position: relative;
}
.register-form-box .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 37px;
}
.register-form-box .social-links a {
  width: 60px;
  height: 60px;
  background-color: #F5F5F5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}
.register-form-box .social-links a:hover {
  background-color: var(--theme);
}

/* register popup style  */
.login-form-box {
  background-color: var(--white);
  border-radius: 30px;
  width: 550px;
  padding: 70px 45px 80px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .login-form-box {
    margin: 0 10px;
    padding: 50px 25px 60px;
    width: calc(100% - 20px);
  }
}
.login-form-box .close-btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: 0.4s;
}
.login-form-box .close-btn:hover {
  border: 1px solid var(--theme);
}
.login-form-box .btn-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.login-form-box .title {
  font-size: 30px;
}
.login-form-box .title span {
  font-weight: 400;
  color: var(--primary);
}
.login-form-box .icon {
  margin-top: 20px;
  margin-bottom: 45px;
}
.login-form-box .input-field input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 0 30px;
  outline: none;
}
.login-form-box .input-field input:focus {
  border-color: var(--theme);
}
.login-form-box .input-field:not(:first-child) {
  margin-top: 12px;
}
.login-form-box .policy-field {
  margin-top: 15px;
  margin-bottom: 42px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.login-form-box .policy-field label {
  font-size: 14px;
}
.login-form-box .policy-field label a {
  font-weight: 600;
  text-decoration: underline;
}
.login-form-box .note {
  margin-top: 15px;
  text-align: start;
}
.login-form-box .note p {
  font-size: 14px;
}
.login-form-box .note p a {
  font-weight: 600;
  text-decoration: underline;
}
.login-form-box button {
  width: 100%;
}
.login-form-box .forget-password {
  font-size: 14px;
  color: var(--theme);
  margin-left: auto;
}

.pos-abs {
  position: absolute;
}

.header-area {
  transition: 0.3s;
}
.header-area.sticky {
  position: fixed !important;
  background-color: var(--white);
  z-index: 99999;
}
.header-area.sticky .header-area__inner {
  height: 60px !important;
}

.modal {
  z-index: 99999;
}

.modal-content {
  background-color: transparent;
  border: 0;
}

.btn-primary {
  background-color: transparent;
  color: unset;
  border: unset;
  outline: unset;
}
.btn-primary:hover {
  background-color: unset;
}
.btn-primary:focus {
  outline: unset;
  background-color: unset;
  border: unset;
}

.form-search input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: 0;
  color: var(--white);
}
.form-search input:focus {
  outline: 0;
}

.form-search {
  display: flex;
  gap: 10px;
  border: 1px solid #19242B;
  border-radius: 70px;
  padding: 0 15px;
}
.form-search button i {
  color: var(--white);
}

.btn-close {
  content: "\e92d";
  font-family: "icomoon";
  font-size: 16px;
  opacity: 1;
  filter: brightness(100) contrast(0);
  border-radius: 50px;
  width: 2em;
  height: 2em;
  border: 1px solid var(--white);
  position: absolute;
  inset-inline-end: 20px;
  top: 20px;
  transition: unset;
}

.modal {
  background-color: var(--primary);
}

.swiper-slide {
  cursor: grab;
}

.active-page {
  color: #171B50 !important;
}

@media only screen and (max-width: 767px) {
  .body-wrapper {
    overflow: hidden;
  }
}

@media screen and (min-width: 1550px) {
  .container-large {
    max-width: 1630px;
  }
  .container-x-large {
    max-width: 1790px;
  }
  .container-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}
.circle-text .text {
  animation: spinner 5s infinite linear;
}
.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid var(--black);
  border-radius: 50%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.fix {
  overflow: hidden;
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.has-top-line {
  position: relative;
  padding-top: 10px;
}
.has-top-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 0;
  left: 0;
}

.has-bottom-line {
  position: relative;
  padding-bottom: 10px;
}
.has-bottom-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}

.has-left-line {
  position: relative;
  padding-inline-start: 35px;
  display: inline-block;
}
.has-left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}

.has-right-line {
  position: relative;
  padding-inline-end: 35px;
  display: inline-block;
}
.has-right-line:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wc-btn-play {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .wc-btn-play {
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-width: 1px;
  }
}
.wc-btn-play:hover {
  color: var(--theme, --action);
}
.wc-btn-play.light {
  color: var(--white);
}
.wc-btn-play.light:hover {
  color: var(--white);
}
.wc-btn-play.dark {
  color: var(--black);
}
.wc-btn-play.dark:hover {
  color: var(--black);
}

.show-light {
  display: inline-block;
}
.dark .show-light {
  display: none;
}

.show-dark {
  display: none;
}
.dark .show-dark {
  display: inline-block;
}

.line-area {
  position: relative;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 81, 83, 0.031372549);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.wc-btn-icon i {
  transform: rotate(-45deg);
  transition: all 0.3s;
  font-size: 20px;
  color: var(--primary);
}
.dir-rtl .wc-btn-icon i {
  transform: rotate(-135deg);
}
.wc-btn-icon:hover i {
  transform: rotate(0);
}
.dir-rtl .wc-btn-icon:hover i {
  transform: rotate(-180deg);
}

.list-check li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-check li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  background-image: url("../imgs/electrician/check-mark.webp");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 4px;
  transform: rotateY(0deg);
}
.dir-rtl .list-check li::before {
  transform: rotateY(180deg);
}
.list-check li:last-child {
  margin-bottom: 0;
}

.list-plus li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}
.list-plus li::before {
  content: "+";
  position: absolute;
  inset-inline-start: 0;
  top: -10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.list-plus li:not(:last-child) {
  margin-bottom: 10px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pagination-with-dash {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--primary);
  align-items: center;
}
.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary);
}
.pagination-with-dash .swiper-pagination-current {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pagination-with-dash .swiper-pagination-current:before {
  content: url(../imgs/icon/arrow-left.webp);
}
.pagination-with-dash .swiper-pagination-total {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pagination-with-dash .swiper-pagination-total:after {
  content: url(../imgs/icon/arrow-right.webp);
}

.wcf__toggle_switcher .slide-toggle-wrapper {
  display: flex;
  justify-content: center;
}
.wcf__toggle_switcher .slide-toggle-btn {
  --switcher-width: 40px;
  --switcher-border-width: 2px;
  --switcher-indicator-width: 16px;
  background-color: #F0F7F8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  user-select: none;
}
.wcf__toggle_switcher .slide-toggle-btn input {
  display: none;
}
.wcf__toggle_switcher .before_label,
.wcf__toggle_switcher .after_label {
  cursor: pointer;
  font-size: 18px;
  color: var(--primary);
}
.wcf__toggle_switcher .toggle-pane {
  display: none;
}
.wcf__toggle_switcher .toggle-pane.show {
  display: block;
}
.wcf__toggle_switcher.style-1 .switcher {
  display: inline-block;
  width: var(--switcher-width);
  height: 20px;
  background-color: #999999;
  border: var(--switcher-border-width) solid #999999;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.wcf__toggle_switcher.style-1 .switcher::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--switcher-indicator-width);
  height: var(--switcher-indicator-width);
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(0px, -50%);
}
.wcf__toggle_switcher.style-1 input:checked + .switcher::before {
  transform: translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))), -50%);
}
.wcf__toggle_switcher.style-1 input:checked + .switcher {
  background-color: #000;
  border-color: #000;
}
.wcf__toggle_switcher.style-2 .before_label,
.wcf__toggle_switcher.style-2 .after_label {
  padding: 22px 38px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
}
.wcf__toggle_switcher.style-2 .before_label:after,
.wcf__toggle_switcher.style-2 .after_label:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--theme);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s;
}
.wcf__toggle_switcher.style-2 .before_label.active,
.wcf__toggle_switcher.style-2 .after_label.active {
  color: var(--primary);
}
.wcf__toggle_switcher.style-2 .before_label.active:after,
.wcf__toggle_switcher.style-2 .after_label.active:after {
  opacity: 1;
  visibility: visible;
  transform: translatex(0);
}
.wcf__toggle_switcher.style-2 .before_label:after {
  transform: translatex(100%);
}
.wcf__toggle_switcher.style-2 .after_label:after {
  transform: translatex(-100%);
}
.wcf__toggle_switcher.style-2 .slide-toggle-btn {
  gap: 0;
  border-radius: 60px;
}

/*----------------------------------------*/
/*  01. THEME CSS START
/*----------------------------------------*/
html {
  --container-max-widths: 1320px;
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

body {
  background-color: #F5F5F5;
  color: var(--secondary);
}

.body-wrapper {
  background-color: var(--white);
}
.dark .body-wrapper {
  background-color: var(--black);
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.img_anim_reveal img {
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}

.wc-bg-white {
  background-color: var(--white);
}
.wc-bg-black {
  background-color: var(--black);
}
.wc-bg-primary {
  background-color: var(--primary);
}
.wc-bg-secondary {
  background-color: var(--secondary);
}
.wc-bg-transparent {
  background-color: transparent !important;
}

.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

.box-layout {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden !important;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.header__area-6 {
  position: unset;
}

.vertically-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
  background-color: #F8F5F5;
}

.dir-rtl {
  direction: rtl;
}

.show-dark {
  display: inline-block;
}
.dark .show-dark {
  display: none;
}

.show-light {
  display: none;
}
.dark .show-light {
  display: inline-block;
}

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}
.dark .line-divider-sm {
  background-color: #E9E9E9;
}

.admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  border-inline-end: 0 !important;
}

.border-s-0 {
  border-inline-start: 0 !important;
}

.hover-zoom li a:hover {
  transform: scale(1.1);
}
.hover-rotate li a i {
  transition: all 1s;
}
.hover-rotate li a:hover i {
  transform: rotate(360deg);
}
.hover-space li a:hover {
  letter-spacing: 1px;
}
.hover-border-move li a {
  position: relative;
  transition: all 0.5s;
}
.hover-border-move li a:hover::after {
  width: 100%;
  left: auto;
  right: 0;
}
.hover-border-move li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background-color: currentColor;
}

.menu-hover-default li a:hover {
  color: var(--primary);
}
.menu-hover-space li a:hover {
  letter-spacing: 1px;
}

.blog-img-leftmove img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.blog-img-leftmove:hover img {
  transform: scale(1.1) translateX(4%);
}
.blog-img-zoom {
  overflow: hidden;
}
.blog-img-zoom img {
  transform: scale(1);
  transition: all 1s;
}
.blog-img-zoom:hover img {
  transform: scale(1.1);
}

.anim_img_zoom img {
  transform: scale(1);
  transition: all 1s;
}
.anim_img_zoom:hover img {
  transform: scale(1.1);
}

.title-hover-flip {
  overflow: hidden;
  perspective: 1000px;
}
.title-hover-flip strong {
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.title-hover-flip strong:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: all 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.title-hover-flip:hover strong {
  transform: rotateX(90deg) translateY(-22px);
}

.service-hover-default:hover {
  background-color: var(--white-6);
}
.service-rollover-right {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-right::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.service-rollover-right:hover::after {
  width: 100%;
  left: auto;
  right: 0%;
}
.service-rollover-left {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-left::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--white-6);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
}
.service-rollover-left:hover::after {
  width: 100%;
  right: auto;
  left: 0%;
}
.service-rollover-top {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.service-rollover-top:hover::after {
  height: 100%;
  bottom: auto;
  top: 0%;
}
.service-rollover-bottom {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.service-rollover-bottom:hover::after {
  height: 100%;
  top: auto;
  bottom: 0%;
}

/* Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  border: 10px solid var(--white);
  border-top-color: var(--primary);
  margin: 0 auto 3.5em auto;
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .spinner {
    margin: 0 auto 0.2em auto;
  }
}
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters {
  color: var(--white);
  position: relative;
  display: inline-block;
}
.dark .container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .txt-loading .characters {
    font-size: 50px;
  }
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  color: var(--primary);
  content: attr(data-text);
  animation: characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}
.container-preloader .loader-section {
  background-color: #28233C;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.dark .container-preloader .loader-section {
  background-color: var(--white);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.dark .go-top-writer {
  color: var(--black);
  background-image: url(../imgs/writer/go-top-light.webp);
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: var(--theme);
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.light .scroll__down p {
  color: var(--black);
}
.light .scroll__down span {
  border-color: var(--white-3);
}
.light .scroll__down span i {
  color: var(--black);
}
.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}
.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}
.light.progress-wrap svg path {
  fill: var(--black);
}
.light.progress-wrap::after {
  color: var(--white);
}

/*----------------------------------------*/
/*  01. Button CSS START
/*----------------------------------------*/
.b-radius {
  border-radius: 12px;
}

.wc-btn {
  display: inline-block;
}
.wc-btn-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  background: transparent;
  border-radius: 100px;
  padding: 17px 35px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--black-6);
  overflow: hidden;
  transition: all 0.3s;
}
.wc-btn-default:hover {
  color: var(--white);
}
.dark .wc-btn-default {
  color: var(--black);
}
.dark .wc-btn-default:hover {
  color: var(--black);
}
.dir-rtl .wc-btn-default i {
  transform: rotateY(180deg);
}
.wc-btn-border {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border: 1px solid var(--white);
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}
.wc-btn-border:hover {
  color: var(--white);
}
.dark .wc-btn-border {
  color: var(--black);
  border-color: var(--black);
}
.dark .wc-btn-border:hover {
  color: var(--black);
}
.wc-btn-primary {
  padding: 21px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 15px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .wc-btn-primary {
    padding: 16px 25px;
  }
}
.wc-btn-primary:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.wc-btn-primary.bordered {
  border-color: var(--secondary);
  background-color: transparent;
  color: var(--primary);
}
.wc-btn-primary.bordered:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.dir-rtl .wc-btn-primary i {
  transform: rotateY(180deg);
}
.wc-btn-circle {
  text-align: center;
  width: 140px;
  height: 140px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .wc-btn-circle {
    width: 130px;
    height: 130px;
  }
}
.wc-btn-circle:hover {
  color: var(--white);
}
.wc-btn-oval {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  border: 1px solid #3F3A36;
  display: inline-block;
  padding: 32px 52px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
}
.dark .wc-btn-oval {
  color: var(--black);
}
.wc-btn-oval:hover {
  color: var(--primary);
}
.wc-btn-light {
  color: var(--white) !important;
  border-color: var(--white) !important;
}
.wc-btn-light:hover {
  color: var(--black) !important;
}
.wc-btn-light span {
  background-color: var(--white) !important;
}
.wc-btn-ellipse {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 45px 45px;
  position: relative;
  display: inline-block;
  background-color: var(--white);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%;
  z-index: 1;
}
.dark .wc-btn-ellipse {
  color: var(--black);
  background-color: var(--black);
}
.wc-btn-ellipse:before {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 2px);
  background-color: var(--black);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%;
}
.dark .wc-btn-ellipse:before {
  background-color: #EDEDED;
}
.wc-btn-appointment {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--blue-6);
  text-align: center;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 215px;
  width: 215px;
  padding: 20px;
}
@media only screen and (max-width: 1199px) {
  .wc-btn-appointment {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .wc-btn-appointment {
    width: 170px;
    height: 170px;
    font-size: 18px;
  }
}
.wc-btn-appointment i {
  font-size: 24px;
  margin-bottom: 10px;
}
.wc-btn-appointment:hover {
  color: var(--blue-3);
}
.wc-btn-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dark .wc-btn-link {
  color: var(--black);
}
.wc-btn-link i {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.wc-btn-link:hover {
  color: var(--primary);
}
.wc-btn-link:hover i {
  transform: rotate(0);
  color: var(--primary);
}

.about-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--primary);
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.about-btn img {
  padding-left: 15px;
}

.readmore-btn img {
  margin-bottom: 3px;
}

.play_btn_5 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
@media only screen and (max-width: 991px) {
  .play_btn_5 {
    height: 80px;
    width: 80px;
  }
}
.play_btn_5:hover {
  border-color: var(--primary);
}
.play_btn_5 i {
  font-size: 20px;
  color: var(--white);
}
.dark .play_btn_5 i {
  color: var(--black);
}
.dark .play_btn_5 img {
  filter: brightness(0);
}

.get-touch {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-11);
  padding: 13px 18px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid var(--white);
  margin-inline-end: 40px;
}
.get-touch:hover {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .get-touch {
    padding: 12px 10px;
    margin-inline-end: 12px;
  }
}

.wc-btns-group {
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .wc-btns-group {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .wc-btns-group {
    padding: 40px 0;
  }
  .wc-btns-group br {
    display: block;
  }
}
.wc-btns-group .btn-wrapper a {
  width: 140px;
  height: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .wc-btns-group .btn-wrapper a {
    width: 110px;
    height: 110px;
  }
}
.wc-btns-group .btn-wrapper:first-child a {
  margin-inline-end: -15px;
  background-color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .wc-btns-group .btn-wrapper:first-child a {
    margin-inline-end: 0;
  }
}
.wc-btns-group .btn-wrapper:first-child a span {
  background-color: var(--white);
}
.wc-btns-group .btn-wrapper:last-child a {
  margin-inline-start: -15px;
}
.dark .wc-btns-group .btn-wrapper:last-child a {
  background: var(--black);
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .wc-btns-group .btn-wrapper:last-child a {
    margin-inline-start: 0;
    margin-top: -15px;
  }
}
.wc-btns-group .btn-wrapper:last-child a:hover {
  border: 0;
}
.wc-btns-group .btn-wrapper:last-child a span {
  background-color: var(--primary);
}
.wc-btns-group-wrap {
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--black-6);
}
.dark .wc-btns-group-wrap {
  border-color: #F3F2F2;
}
@media only screen and (max-width: 1399px) {
  .wc-btns-group-wrap {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .wc-btns-group-wrap {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .wc-btns-group-wrap {
    height: auto;
  }
}
.wc-btns-group a:hover {
  border: 0;
}
.wc-btns-group a span {
  background-color: var(--white);
}

.btn-hover-bgchange {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.btn-hover-bgchange span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 100%;
  transition: all 1s;
  background-color: var(--primary);
  transform: translate(-50%, -50%);
}
.btn-hover-bgchange:hover {
  color: var(--black);
  border: 1px solid var(--primary);
}
.btn-hover-bgchange:hover span {
  width: 400px;
  height: 400px;
}

/*
--------------------------------
BINOX NEW BUTTON
--------------------------------
*/
.wc-btn-underline {
  color: var(--primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wc-btn-underline:hover {
  color: var(--action);
}
.wc-btn-underline:hover::before {
  width: 0;
}
.wc-btn-underline::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transition: 0.3s;
}

.wc-btn-link-none {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.wc-btn-link-none:hover {
  color: var(--action);
}

/*
--------------------
wc-btn-underline
--------------------
*/
.wc-btn-underline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.wc-btn-underline:hover::before {
  width: 0;
}
.wc-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s;
}
.wc-btn-underline i {
  font-size: 10px;
}
.dir-rtl .wc-btn-underline i {
  transform: rotateY("180deg");
}

/*
--------------------
wc-btn-normal
--------------------
*/
.wc-btn-normal {
  display: inline-flex;
  position: relative;
  color: var(--secondary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  gap: 5px;
}
.wc-btn-normal:hover {
  color: var(--theme);
}
.wc-btn-normal i {
  font-size: 14px;
}
.dir-rtl .wc-btn-normal i {
  transform: rotateY(180deg);
}

/*
--------------------
btn-text-flip
--------------------
*/
.btn-text-flip {
  perspective: 1000px;
}
.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: inherit;
}
.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  color: #fff;
}
.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

.wc-btn-group {
  display: flex;
}
.wc-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: -70px;
}
.wc-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.wc-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
}
.wc-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
}
.wc-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.wc-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: -70px;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.btn-hover-default {
  transition: all 0.5s;
}
.btn-hover-default:hover {
  color: var(--black);
  background-color: var(--white);
}
.btn-hover-cross {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1;
}
.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent;
}
.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-mask {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1;
}
.btn-hover-mask::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
}
.btn-hover-mask:hover {
  color: var(--white);
}
.btn-hover-mask:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.dark .btn-hover-mask {
  border-color: var(--black);
}
.dark .btn-hover-mask::after {
  z-index: -1;
  color: var(--white);
  background-color: var(--black);
}
.dark .btn-hover-mask:hover {
  color: var(--black);
}
.btn-rollover-top {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-top:hover::before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.btn-rollover-left {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-left::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-left:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/*  01. MENU CSS START
/*----------------------------------------*/
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:hover > a {
  color: var(--white);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  padding: 20px 0 10px;
  margin: 0 16px;
  text-transform: capitalize;
}
.dark .main-menu li a {
  color: var(--black);
}
.main-menu ul.dp-menu {
  background-color: #fff;
  box-shadow: 0px 14px 34px 0px rgba(25, 12, 21, 0.1019607843);
  padding: 18px 0px;
  width: 170px;
  border-radius: 6px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu::after {
  content: "";
  width: 10px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: linear-gradient(45deg, #ffffff, #ffffff);
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 18px;
}
.main-menu ul.dp-menu li:last-child a {
  border-bottom: 0 !important;
}
.main-menu ul.dp-menu li:hover > a {
  color: #171B50;
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #838383;
  font-family: var(--font_secondary);
  font-weight: 600;
  padding: 10px 12px;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216) !important;
  border-radius: 0;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}
.main-menu .mega-style-3 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
  column-gap: 0;
}
.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}
.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}
.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}
.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}
.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}
.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}
.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}
.menu-with-number li {
  display: inline-block;
}
.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-with-number li a:hover span {
  color: var(--white);
}
.menu-with-number li a:hover span::before {
  background-color: var(--white);
}
.menu-with-number li a.active span {
  color: var(--white);
}
.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}
.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}
.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}
.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  color: var(--black);
  border-color: var(--white-4);
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  background-color: var(--white-4);
}
.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  right: 275px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--white-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-color: var(--white-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}
.light .main-menu-2 li a {
  color: var(--black);
}
.light .main-menu-2 li a:hover {
  color: var(--primary);
}
.light .main-menu-3 li a {
  color: var(--black);
}
.light .main-menu-3 li a:hover {
  color: var(--primary);
}
.light .sidebar-menu li a {
  color: var(--black);
}
.light .sidebar-menu li a:hover {
  color: var(--primary);
}
.light .menu-with-number li a {
  color: var(--black);
}
.light .menu-with-number li a:hover span {
  color: var(--black);
}
.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}
.light .menu-with-number li a span {
  color: var(--black-9);
}
.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}
.light .menu-with-number li a.active span {
  color: var(--black);
}
.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/*----------------------------------------*/
/*  01. MODAL CSS START
/*----------------------------------------*/
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}
.modal__content {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}
.modal__content iframe {
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}
.modal__close:hover {
  color: var(--primary);
}
.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}
.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}
.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}
.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    object-fit: cover;
    margin-top: 45%;
  }
}

/*----------------------------------------*/
/*  01. CURSOR CSS START
/*----------------------------------------*/
.cursor {
  position: fixed;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--var(--white));
  background: var(--black);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  transition: all 0.3s;
}
.cursor.large {
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s;
  z-index: 999;
}
@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 999;
}
@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}

.cursor-testi {
  position: fixed;
  width: 80px;
  height: 80px;
  background-color: var(--black);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 999;
}
@media (max-width: 1200px) {
  .cursor-testi {
    display: none;
  }
}

@supports (mix-blend-mode: exclusion) {
  .wc-cursor.exclusion,
  .wc-cursor.opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .wc-cursor.exclusion:before,
  .wc-cursor.opaque:before {
    background: var(--white);
  }
}
.wc-cursor.normal,
.wc-cursor.text {
  mix-blend-mode: normal;
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
  background: currentColor;
}

.wc-cursor.inverse {
  color: var(--white);
}

.wc-cursor.visible:before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.wc-cursor.visible.active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.wc-cursor.pointer:before {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}

.wc-cursor.text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.wc-cursor.text.active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.wc-cursor.opaque:before {
  transform: scale(1.32);
}

.wc-cursor.opaque.active:before {
  transform: scale(1.2);
}

.wc-cursor.sm:before {
  transform: scale(1.25);
}

.wc-cursor.md:before {
  transform: scale(1.5);
}

.wc-cursor.lg:before {
  transform: scale(2);
}

.wc-cursor.xl:before {
  transform: scale(2.5);
}

.wc-cursor.xxl:before {
  transform: scale(3);
}

.wc-cursor.hidden:before {
  transform: scale(0);
}

.color-accent-lilac {
  color: #8d53e9;
}

.color-accent-lilac-bg {
  background: #8d53e9;
}

/* Cursor CSS */
.wc-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  color: var(--primary);
  transition: opacity 0.3s, color 0.4s;
}

.wc-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
}

.wc-cursor-text {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  transition: opacity 0.4s, transform 0.3s;
}

.wc-cursor.text .wc-cursor-text {
  opacity: 1;
  transform: scale(1);
}

@supports (mix-blend-mode: exclusion) {
  .wc-cursor.-exclusion,
  .wc-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .wc-cursor.exclusion:before,
  .wc-cursor.opaque:before {
    background: var(--white);
  }
}
.wc-cursor.normal,
.wc-cursor.text {
  mix-blend-mode: normal;
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
  background: currentColor;
}

.wc-cursor.inverse {
  color: var(--white);
}

.wc-cursor.visible:before {
  transform: scale(0.2);
}

.wc-cursor.visible.active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.wc-cursor.pointer:before {
  transform: scale(0.15);
}

.wc-cursor.text:before {
  opacity: 0.85;
  transform: scale(1.7);
}

.wc-cursor.text.active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.wc-cursor.opaque:before {
  transform: scale(1.32);
}

.wc-cursor.opaque.active:before {
  transform: scale(1.2);
}

.wc-cursor.sm:before {
  transform: scale(1.25);
}

.wc-cursor.md:before {
  transform: scale(1.5);
}

.wc-cursor.lg:before {
  transform: scale(2);
}

.wc-cursor.xl:before {
  transform: scale(2.5);
}

.wc-cursor.xxl:before {
  transform: scale(3);
}

.wc-cursor.xxxl:before {
  transform: scale(3.5);
}

.wc-cursor.hidden:before {
  transform: scale(0);
}

/*----------------------------------------*/
/*  01. HERO CSS START
/*----------------------------------------*/
.progress__item p.title, .progress__item-2 p.title {
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: var(--white);
  padding-bottom: 15px;
  text-transform: uppercase;
}
.progress__item-2 {
  padding-bottom: 25px;
}

.light .progress__item p.title, .light .progress__item-2 p.title {
  color: var(--black);
}
.light .developer-skill__resume .sonny_progressbar .progress-percent {
  color: var(--black);
}

.cf-cta__text-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  grid-gap: 45px;
}
@media only screen and (max-width: 991px) {
  .cf-cta__text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cf-cta__btn .wc-btn-default {
  font-size: 18px;
  font-weight: 600;
  padding: 35px 75px;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-width: 0;
}
.dark .cf-cta__btn .wc-btn-default {
  background-color: var(--black);
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .cf-cta__btn .wc-btn-default {
    padding: 20px 40px;
    font-weight: 500;
  }
}
.dark .cf-cta__btn .wc-btn-default:hover {
  color: var(--black);
}
.cf-cta__text {
  max-width: 250px;
  position: absolute;
  inset-inline-end: -30px;
  top: 47%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .cf-cta__text {
    inset-inline-end: -130px;
    max-width: 270px;
  }
}
@media only screen and (max-width: 991px) {
  .cf-cta__text {
    inset-inline-end: 0;
    max-width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .cf-cta__text {
    position: static;
    transform: none;
  }
}
.cf-cta__text p {
  font-size: 18px;
}
.dark .cf-cta__text p {
  color: #555555;
}
.cf-cta__sec-title-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cf-cta__sec-title-wrapper .sec-title-18 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.switcher__area {
  position: relative;
  direction: ltr;
}
@media only screen and (max-width: 767px) {
  .switcher__area {
    display: none;
  }
}
.switcher__icon {
  position: fixed;
  width: 50px;
  height: 50px;
  background: var(--white);
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}
.switcher__icon i {
  color: var(--black);
}
.switcher__icon button {
  font-size: 24px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.switcher__icon button:hover {
  color: var(--white-2);
}
.switcher__icon button#switcher_open {
  animation: wcSpinner 5s infinite linear;
}
.switcher__items {
  width: 280px;
  padding: 50px 30px;
  background: var(--black);
  position: fixed;
  right: -280px;
  top: 40%;
  z-index: 99;
  transform: translateY(-50%);
  font-family: var(--font_primary);
  transition: all 0.3s;
}
.switcher__items .wc-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.switcher__item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .switcher__item:nth-child(3) {
    display: none;
  }
}
.switcher__item:last-child {
  margin-bottom: 0;
}
.switcher__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white) !important;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.switcher__btn button {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-2);
  background: #2B2B2F;
  border-radius: 4px;
  padding: 10px 15px;
  text-transform: capitalize;
}
.switcher__btn button:hover, .switcher__btn button.active {
  color: var(--white);
}
.switcher__btn select {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-2);
  width: 100%;
  border: none;
  padding: 9px 10px;
  border-radius: 4px;
  background: #2B2B2F;
  text-transform: capitalize;
  outline: none;
  cursor: pointer;
}

#switcher_close {
  display: none;
}

.overlay-switcher-close {
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-color: transparent;
  display: none;
}

.overlay-switcher-close.show-overlay {
  display: block;
}

.offcanvas-3__area {
  background: var(--primary);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 100000;
  overflow: hidden;
}
.offcanvas-3__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .offcanvas-3__inner {
    grid-template-columns: 260px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-3__inner {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}
@media (max-height: 500px) {
  .offcanvas-3__inner {
    overflow-y: scroll;
  }
}
.offcanvas-3__inner::-webkit-scrollbar {
  width: 0;
}
.offcanvas-3__meta li {
  font-size: 18px;
  line-height: 20px;
  color: var(--white);
  text-transform: uppercase;
}
.offcanvas-3__meta li:not(:last-child) {
  margin-bottom: 19px;
}
.offcanvas-3__meta li a:hover {
  color: var(--secondary);
}
.offcanvas-3__meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.offcanvas-3__social .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.offcanvas-3__social-links {
  display: flex;
  gap: 20px;
}
.offcanvas-3__social-links a {
  font-size: 18px;
  color: var(--white);
}
.offcanvas-3__social-links a:hover {
  color: var(--secondary);
}
.offcanvas-3__menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.offcanvas-3__menu ul {
  position: relative;
}
.offcanvas-3__menu ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #333337;
  inset-inline-start: 8px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .offcanvas-3__menu ul:before {
    display: none;
  }
}
@media (max-height: 500px) {
  .offcanvas-3__menu ul:before {
    height: 100%;
  }
}
.offcanvas-3__menu li {
  padding-inline-start: 58px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .offcanvas-3__menu li {
    padding-left: 0;
  }
}
.offcanvas-3__menu li:hover > a {
  color: var(--white);
}
.offcanvas-3__menu li:hover:before {
  opacity: 1;
  visibility: visible;
}
.offcanvas-3__menu li:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: var(--white);
  border-radius: 50%;
  border: 4px solid var(--black-2);
  inset-inline-start: 0;
  top: 38%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .offcanvas-3__menu li:before {
    display: none;
  }
}
.offcanvas-3__menu li:not(:last-child) {
  margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  .offcanvas-3__menu li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.offcanvas-3__menu li a {
  font-size: 120px;
  font-size: 8vh;
  color: var(--secondary);
  text-transform: uppercase;
  line-height: 0.9;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
  background-size: 200% 100%;
  background-position: 100%;
  transform: perspective(359px) rotateY(-18deg);
}
.offcanvas-3__menu li a:hover {
  background-position: 0;
  color: #fff;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1399px) {
  .offcanvas-3__menu li a {
    font-size: 7vh;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas-3__menu li a {
    font-size: 6vh;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas-3__menu li a {
    font-size: 2.5vh;
    color: rgba(255, 255, 255, 0.6705882353);
    background-image: unset;
    -webkit-text-fill-color: unset;
  }
}
.offcanvas-3__menu-wrapper {
  display: flex;
  align-items: flex-end;
  overflow-y: hidden;
}

.offcanvas-3__area {
  left: 0%;
  opacity: 0;
  visibility: hidden;
  transform: perspective(359px) rotateY(50deg);
}

.offcanvas-3__menu ul li {
  opacity: 0;
  top: -100px;
  position: relative;
  transform: perspective(359px) rotateX(50deg);
}

.offcanvas-3__meta {
  opacity: 0;
  top: -30px;
  position: relative;
}

.offcanvas-3__social {
  opacity: 0;
  top: -30px;
  position: relative;
}

.close-button {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--black-2);
  position: relative;
  border: 1px solid #333337;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .close-button {
    width: 50px;
    height: 50px;
  }
}
.close-button:hover {
  background-color: var(--secondary);
}
.close-button:hover span {
  background-color: var(--primary);
}
.close-button span {
  width: 26px;
  height: 1px;
  display: inline-block;
  background-color: var(--white);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .close-button span {
    width: 20px;
  }
}
.close-button span:first-child {
  transform: translateX(-50%) rotate(45deg);
}
.close-button span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}

/**
   * Submenu
   -----------------------------*/
.submenu {
  display: none;
  background: transparent;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid rgba(49, 49, 49, 0.3764705882);
  margin-left: 15px;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #D9D9D9;
  padding: 10px 0px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a.active-page {
  color: #fff !important;
}

.submenu a:hover {
  background: transparent;
  color: #FFF;
}

/*
OFFCANVAS STYLES
*/
.offcanvas-area {
  background-color: #1C1C1C;
  padding: 30px;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 100;
  width: 360px;
  max-width: 360px;
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  overflow-y: scroll;
  z-index: 999999;
}
@media (max-width: 767px) {
  .offcanvas-area {
    width: 100%;
  }
}

.offcanvas-area.show {
  opacity: 1;
  visibility: visible;
  left: 0;
}

#open_offcanvas {
  border: 0;
  background: #000;
  padding: 0px;
  outline: 0;
}

.close-offcanvas {
  cursor: pointer;
  display: inline-block;
}

.offcanvas-area-meta-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-area-meta-wrapper .wc-btn-default {
  padding: 14px 25px;
  font-size: 14px;
  background-color: var(--theme);
}

/* accordion style  */
.offcanvas-area .accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.offcanvas-area .accordion .link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(49, 49, 49, 0.3764705882);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offcanvas-area .accordion li:last-child .link {
  border-bottom: 0;
}
.offcanvas-area .accordion li .angle-down {
  margin-left: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offcanvas-area .accordion li.open .link {
  color: var(--white);
}
.offcanvas-area .accordion li.open .angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas-area .accordion > li > a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(49, 49, 49, 0.3764705882);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*
-----------------------------
FEATURES STYLES 1
-----------------------------
*/
.cf_feature.style-1 .thumb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .cf_feature.style-1 .thumb {
    margin-bottom: 30px;
  }
}
.cf_feature.style-1 .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.cf_feature.style-1 .title:hover {
  color: var(--action);
}
.cf_feature.style-1 .text {
  color: var(--primary);
}
.cf_feature.style-1 .btn-wrapper {
  display: none;
}

/*
-----------------------------
FEATURES STYLES 2
-----------------------------
*/
.cf_feature.text-design {
  padding: 60px;
  padding-left: 70px;
  padding-right: 0;
  border-left: 1px solid rgba(18, 18, 18, 0.06);
}
@media only screen and (max-width: 1199px) {
  .cf_feature.text-design {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cf_feature.text-design {
    border: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cf_feature.text-design {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cf_feature.text-design .thumb {
  margin-bottom: 30px;
}
.cf_feature.text-design .title-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.16;
  text-decoration-line: underline;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .cf_feature.text-design .title-2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.cf_feature.style-2 {
  padding: 60px;
  border-right: 1px solid rgba(18, 18, 18, 0.06);
}
@media only screen and (max-width: 1199px) {
  .cf_feature.style-2 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cf_feature.style-2 {
    padding-left: 0;
  }
}
.cf_feature.style-2:first-child {
  padding-left: 0;
}
.cf_feature.style-2:last-child {
  border-right: 0;
  padding-right: 0;
}

/*
-----------------------------
FEATURES STYLES 3
-----------------------------
*/
.font-heading-Beatricetrial h1,
.font-heading-Beatricetrial h2,
.font-heading-Beatricetrial h3,
.font-heading-Beatricetrial h4,
.font-heading-Beatricetrial h5,
.font-heading-Beatricetrial h6 {
  font-family: var(--font_beatricetrial);
}

.cf_feature.style-3 {
  border-right: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  padding: 50px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .cf_feature.style-3 {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cf_feature.style-3 {
    flex-basis: 45%;
    border: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cf_feature.style-3 {
    padding-left: 0;
    margin-bottom: 0;
    flex-basis: 100%;
    padding-bottom: 20px;
  }
}
.cf_feature.style-3:first-child {
  padding-left: 0;
}
.cf_feature.style-3:last-child {
  border-right: 0;
}
.cf_feature.style-3:hover .title {
  padding-left: 15px;
}
.cf_feature.style-3:hover .title::before {
  left: 0;
}
.cf_feature.style-3 .content {
  overflow: hidden;
}
.cf_feature.style-3 .count-title {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.cf_feature.style-3 .title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
  transition: 0.3s;
  position: relative;
}
.cf_feature.style-3 .title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}
.cf_feature.style-3 .title:hover {
  color: var(--action);
}
.cf_feature.style-3 .text {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .cf_feature.style-3 .text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cf_feature.style-3 .text {
    margin-bottom: 20px;
  }
}
.cf_feature.style-3 .btn-underline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
}

.header-area.style-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area.style-1 .header-area__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 90px;
}
.header-area.style-1 .header-area__inner > *:first-child {
  margin-inline-end: auto;
}
.header-area.style-1 .main-menu li a {
  font-size: 14px;
  font-weight: 500;
}
.header-area.style-1 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area.style-1 .header__meta {
    display: none;
  }
}
.header-area.style-1 .wc-btn-primary {
  padding: 14px 25px;
}
@media only screen and (max-width: 991px) {
  .header-area.style-1 .wc-btn-primary {
    padding: 11px 20px;
  }
}
.dir-rtl .header-area.style-1 .header__navicon img {
  transform: rotateY(180deg);
}

.footer-area.style-2 .footer-area-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
  justify-content: space-between;
  padding-top: 128px;
  padding-bottom: 121px;
}
@media only screen and (max-width: 1919px) {
  .footer-area.style-2 .footer-area-inner {
    padding-top: 98px;
    padding-bottom: 91px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-2 .footer-area-inner {
    padding-top: 78px;
    padding-bottom: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-2 .footer-area-inner {
    padding-top: 58px;
    padding-bottom: 51px;
    grid-template-columns: 100%;
  }
}
.footer-area.style-2 .footer-area-inner > * {
  min-width: 130px;
}
.footer-area.style-2 .footer-logo img {
  max-height: 42px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-2 .footer-logo img {
    max-height: 34px;
  }
}
.footer-area.style-2 .description-text {
  margin-top: 41px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-2 .description-text {
    margin-top: 31px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-2 .description-text {
    margin-top: 21px;
  }
}
.footer-area.style-2 .description-text .text {
  max-width: 300px;
}
.footer-area.style-2 .footer-widget-wrapper .title {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-2 .footer-widget-wrapper .title {
    font-size: 20px;
  }
}
.footer-area.style-2 .footer-nav-list {
  margin-top: 24px;
}
.footer-area.style-2 .footer-nav-list li {
  font-size: 16px;
  line-height: 30px;
  color: #B9C1E4;
  font-weight: normal;
}
.footer-area.style-2 .footer-nav-list li a:hover {
  color: var(--white);
}
.footer-area.style-2 .social-links {
  display: flex;
  gap: 24px;
}
.footer-area.style-2 .social-links li {
  line-height: 1;
}
.footer-area.style-2 .copyright-text .text {
  font-size: 16px;
  color: #B9C1E4;
}
.footer-area.style-2 .copyright-text .text a {
  color: var(--primary);
}
.footer-area.style-2 .copyright-area-inner {
  border-top: 1px solid rgba(7, 32, 50, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
  justify-content: center;
  padding: 38px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area.style-2 .copyright-area-inner {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-2 .copyright-area-inner {
    flex-direction: column;
    align-items: center;
  }
}

.subscribe-form {
  margin-top: 36px;
}
.subscribe-form .input-field {
  position: relative;
  background-color: #282828;
  border-radius: 10px;
  overflow: hidden;
}
.subscribe-form .input-field input {
  border: 0;
  padding: 19px 20px;
  background-color: #FAFAFA;
  color: var(--primary);
  width: 100%;
  padding-inline-end: 50px;
  padding-inline-start: 50px;
  width: 100%;
}
.subscribe-form .input-field input::placeholder {
  color: #ABB1B6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input:focus {
  outline: 0;
}
.subscribe-form .input-field .subscribe-btn {
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
  transform: rotateY(180deg);
}
.subscribe-form .input-field .icon {
  color: #ABB1B6;
  position: absolute;
  inset-inline-start: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-form .policy-field {
  margin-top: 20px;
}
.subscribe-form .policy-field label {
  font-size: 14px;
  margin-inline-start: 6px;
}
.subscribe-form .policy-field label span {
  color: var(--primary);
  font-weight: 500;
}

.header__logo img {
  width: 130px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.typewrite {
  color: #fff;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  pointer-events: none;
  font-family: sans-serif;
  font-weight: 900;
}
.typewrite:hover {
  color: #fff;
}
.typewrite .wrap {
  border-right: 0.08em solid #fff;
}

.customGmap {
  width: 100%;
  height: 500px;
  border: 10px solid #fff;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .customGmap {
    height: 100%;
  }
}

.intro-area {
  background-image: url("/assets/imgs/slider_images/home_banner_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-area.hide_mask {
  background-image: none;
}
.intro-area.home {
  padding-top: 230px;
  padding-bottom: 120px;
}
.intro-area.about_us_banner_section {
  background-image: url("/assets/imgs/slider_images/aboutus_banner_bg.png");
}
.intro-area.services_banner_section {
  background-image: url("/assets/imgs/slider_images/services_banner_bg.png");
}
.intro-area.history_banner_section {
  background-image: url("/assets/imgs/slider_images/history_banner_bg.png");
}

.section-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.section-content p {
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.8980392157);
}

.logo_up {
  background: #fff;
  padding: 12px;
  border-radius: 0 0 20px 20px;
  position: relative;
  top: -20px;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .logo_up {
    top: -10px;
  }
}

.site_link {
  color: var(--theme);
}
.site_link:hover {
  color: var(--theme);
}

.swiper-pagination-bullets {
  text-align: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background-color: rgba(23, 27, 80, 0.1803921569);
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #171B50;
}

.section-heading .section-title.sm {
  color: #171B50;
  font-weight: 600;
  line-height: 30px;
}

.home_sec_img_2_sm {
  z-index: 1 !important;
}

.home_sec_img_2 {
  max-width: 300px;
  border-radius: 20px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 576px) {
  .home_sec_img_2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .home_sec_img_2 {
    max-width: 200px;
  }
}

.mt--200px {
  margin-top: -200px;
}
@media only screen and (min-width: 1920px) {
  .mt--200px {
    margin-top: -240px;
  }
}

.mt-floatcontainer {
  margin-top: -200px;
}
@media screen and (min-width: 1200px) {
  .mt-floatcontainer {
    margin-top: -250px;
  }
}
@media only screen and (min-width: 1920px) {
  .mt-floatcontainer {
    margin-top: -400px;
  }
}

.open-offcanvas {
  color: #fff;
}

.offcanvas-area .close-offcanvas img {
  width: 20px;
  height: 20px;
}

.main-menu ul li.active > a {
  color: var(--white);
  border-bottom: 2px solid #fff;
  font-weight: bold !important;
}

.header__button {
  display: flex;
}
.header__button .btn-wrapper.custom {
  margin-left: -1rem;
  padding: 28px 28px 28px 0;
}

.section_bg_green {
  background-color: rgb(238, 247, 237);
}

.section-heading.mw-900 {
  max-width: 900px !important;
}
.section-heading .title-wrapper span.inline_text {
  padding: 0;
  margin: 0;
  line-height: 1.44;
  font-weight: 600;
  font-size: clamp(18px, 3vw, 28px);
  color: var(--secondary);
}

.btn-wrapper.custom {
  padding: 28px;
  margin-top: 2rem;
}
.btn-wrapper.custom .wc-btn-primary-reverse {
  background: linear-gradient(111.19deg, #1772DB 7.78%, #A55899 93.05%);
  border: none;
  color: #fff;
  border-radius: 70px;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
}
.btn-wrapper.custom .wc-btn-primary-reverse span {
  color: #fff;
}
.btn-wrapper.custom .wc-btn-primary-reverse.hover-border:hover {
  border: 1px solid transparent;
}
.btn-wrapper.custom .wc-btn-primary-reverse:hover {
  background: linear-gradient(111.19deg, #1B65BB 7.78%, #934387 93.05%);
  border-color: var(--theme);
  color: #fff;
}
.btn-wrapper.custom .wc-btn-primary-reverse:hover span {
  color: #fff;
}
.btn-wrapper.custom .wc-btn-primary-reverse.btn_solid_white {
  border: 1px solid #fff;
  background-color: #fff !important;
  background: none;
  color: #28233C !important;
  padding: 16px 20px;
}
.btn-wrapper.custom .wc-btn-primary-reverse.btn_solid_white span {
  color: #28233C !important;
}
.btn-wrapper.custom .wc-btn-primary-reverse.btn_outline_white {
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  background: none;
  color: #fff;
  padding: 16px 20px;
}
.btn-wrapper.custom .wc-btn-primary-reverse.btn_outline_dark {
  border: 1px solid rgba(40, 35, 60, 0.2901960784);
  background-color: transparent;
  background: none;
  color: #28233C;
  padding: 16px 20px;
}
.btn-wrapper.custom .wc-btn-primary-reverse.btn_outline_dark span {
  color: #28233C;
}

.cta-area-wrapper .cta-area-wrapper-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-area-wrapper .section-heading {
  margin: 0;
  width: 100%;
  text-align: start;
}
.cta-area-wrapper .section-heading .section-title {
  color: var(--theme);
}
.cta-area-wrapper .cta-area-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}
.cta-area-wrapper .cta-area-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .cta-area-wrapper .cta-area-list li {
    gap: 6px;
    font-size: 16px;
  }
}
.cta-area-wrapper .cta-area-list li img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .cta-area-wrapper .cta-area-list li img {
    width: 40px;
    height: 40px;
  }
}

.footer-area {
  background-color: #28233C;
}
.footer-area .description-text .text {
  color: rgb(57, 80, 66);
}
.footer-area .footer-nav-list li {
  margin: 0;
  margin-bottom: 0.5rem;
  color: rgb(90, 121, 96);
}
.footer-area .footer-nav-list li.active {
  color: var(--white);
  font-weight: bold;
}
.footer-area .social-links {
  margin-top: 2rem;
}
.footer-area .social-links li {
  width: 30px;
  height: 30px;
  background: #494361;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.footer-area .social-links li:hover {
  background-color: #B9C1E4;
}
.footer-area .social-links li:hover a {
  color: #000 !important;
}

.intro-thumb.home img.img_sm {
  max-width: 200px;
}
.intro-thumb.home img.img_big {
  max-width: 250px;
}
@media only screen and (max-width: 991px) {
  .intro-thumb.banner_section {
    margin-left: 0 !important;
  }
}
.intro-thumb.banner_section .left_img_group .center_fixed_img {
  max-width: 450px;
  left: 50px;
  top: -60px;
}
@media only screen and (max-width: 991px) {
  .intro-thumb.banner_section .left_img_group .center_fixed_img {
    max-width: 300px;
    left: 30px;
    top: -20px;
  }
}
.intro-thumb .left_img_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.intro-thumb .left_img_group .img_float {
  position: absolute;
}
.intro-thumb .left_img_group .center_fixed_img {
  top: -30px;
  right: 70px;
  z-index: -1;
  max-width: 630px;
}
@media only screen and (max-width: 767px) {
  .intro-thumb .left_img_group .center_fixed_img {
    top: 0;
    right: 0;
  }
}
.intro-thumb .left_img_group .black_strip_img {
  top: 0;
  right: 0;
  max-width: 100px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .intro-thumb .left_img_group .black_strip_img {
    top: 30px;
    max-width: 50px;
  }
}
.intro-thumb .left_img_group .green_curv_img {
  bottom: 0;
  left: 10px;
  max-width: 100px;
  z-index: -1;
}
.intro-thumb .left_img_group .robo_hand_img {
  max-width: 500px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .intro-thumb .left_img_group .robo_hand_img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-thumb .left_img_group .robo_hand_img {
    max-width: 300px;
  }
}
.intro-thumb .square_floating_img {
  width: 200px;
  z-index: 2;
}

.features-area,
.feature-three-area {
  position: relative;
}
.features-area .oval-shape,
.feature-three-area .oval-shape {
  position: absolute;
  top: -173px;
  left: 0;
}
@media only screen and (max-width: 1919px) {
  .features-area .oval-shape,
  .feature-three-area .oval-shape {
    top: -125px;
  }
}
@media only screen and (max-width: 1199px) {
  .features-area .oval-shape,
  .feature-three-area .oval-shape {
    top: -95px;
    max-width: 150px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features-area .oval-shape,
  .feature-three-area .oval-shape {
    max-width: 90px;
    top: -55px;
  }
  .features-area .oval-shape img,
  .feature-three-area .oval-shape img {
    max-width: 100px !important;
  }
}
.features-area .oval-shape img,
.feature-three-area .oval-shape img {
  max-width: 200px;
}

.small_team_sec .feature-thumb .img-2.small_team_sec_img_2_sm {
  top: 100px;
  right: 150px;
}
@media only screen and (max-width: 991px) {
  .small_team_sec .feature-thumb .img-2.small_team_sec_img_2_sm {
    left: 100px;
  }
}

.about_us_sec_2 .feature-thumb .img-2.home_sec_img_2_sm,
.home_sec_2 .feature-thumb .img-2.home_sec_img_2_sm {
  top: 100px;
}
@media screen and (min-width: 1200px) {
  .about_us_sec_2 .feature-thumb .img-2.home_sec_img_2_sm,
  .home_sec_2 .feature-thumb .img-2.home_sec_img_2_sm {
    right: 100px !important;
  }
}

.features-area.section-spacing.home_sec_2 {
  padding-bottom: 200px;
}

.blog-area {
  padding-top: 124px;
}
@media only screen and (max-width: 1919px) {
  .blog-area {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area {
    padding-top: 50px;
  }
}
.blog-area .section-header {
  text-align: center;
}
.blog-area .section-header .section-title {
  margin: 0 auto;
}
.blog-area .section-header .text {
  max-width: 900px;
  margin: 0 auto;
}
.blog-area .section-header .text-wrapper {
  margin-top: 29px;
}
.blog-area .blog-wrapper-box {
  margin-top: 63px;
}
@media only screen and (max-width: 1919px) {
  .blog-area .blog-wrapper-box {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog-wrapper-box {
    margin-top: 33px;
  }
}
.blog-area .blog-wrapper {
  display: grid;
  gap: 40px 45px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog-wrapper {
    gap: 40px 30px;
  }
}
.blog-area .blog-wrapper > * {
  max-width: 700px;
}

.blog:hover img {
  transform: scale(1.2);
}
.blog .thumb {
  border-radius: 20px;
  overflow: hidden;
}
.blog .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.2s;
}
.blog .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.blog .title {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 12px;
}
@media only screen and (max-width: 1919px) {
  .blog .title {
    font-size: 20px;
  }
}
.blog .content {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .blog .content {
    margin-top: 28px;
  }
}

@media screen and (min-width: 992px) {
  .mission_vision_thumb .img-2 {
    top: 50px !important;
    right: 50px !important;
  }
}

.feature-three-inner {
  z-index: 2;
  position: relative;
}
.feature-three-inner nav {
  margin: 0;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /* width */
  /* Track */
  /* Handle */
}
.feature-three-inner nav::-webkit-scrollbar {
  height: 6px;
}
.feature-three-inner nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d6d6d6;
  border-radius: 10px;
}
.feature-three-inner nav::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .feature-three-inner nav {
    display: flex;
  }
}
.feature-three-inner nav .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
}
.feature-three-inner .nav-link {
  height: 50px;
}
.feature-three-inner .nav-link.active img.icon_black {
  display: none;
}
.feature-three-inner .nav-link.active img.icon_white {
  display: block;
}
.feature-three-inner .nav-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.feature-three-inner .nav-link img.icon_black {
  display: block;
}
.feature-three-inner .nav-link img.icon_white {
  display: none;
}
@media only screen and (max-width: 767px) {
  .feature-three-inner .nav-link img {
    width: 20px;
    height: 20px;
  }
}
.feature-three-inner .workflow-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}
.feature-three-inner .workflow-list.align-start li {
  align-items: start !important;
}
.feature-three-inner .workflow-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 12px;
}
.feature-three-inner .workflow-list li.para {
  padding: 0;
  margin: 0;
  line-height: 1.44;
  font-weight: 400;
  font-size: 18px;
}
.feature-three-inner .workflow-list li.nested_list p {
  font-size: 16px;
  padding-left: 2rem;
}
.feature-three-inner .workflow-list li span {
  font-weight: 600;
  color: var(--primary);
}
.feature-three-inner .workflow-list li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.workflow-list.with_span {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}
.workflow-list.with_span li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 12px;
}
.workflow-list.with_span li.nested_list p {
  font-size: 16px;
  padding-left: 2rem;
}
.workflow-list.with_span li span {
  font-weight: 600;
  color: var(--primary);
}
.workflow-list.with_span li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.contact_card_content {
  margin: 5px auto;
}
.contact_card_content:hover .contact_card_inner {
  background-color: var(--theme);
}
.contact_card_content:hover .contact_card_inner h2,
.contact_card_content:hover .contact_card_inner p {
  color: #fff !important;
}
.contact_card_content:hover .contact_card_inner .contact_card_image img.icon_black {
  display: none;
}
.contact_card_content:hover .contact_card_inner .contact_card_image img.icon_white {
  display: block;
}
.contact_card_content .contact_card_inner {
  padding: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 18px;
  border: 1px solid rgb(215, 228, 213);
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: start;
  background-color: rgb(238, 247, 237);
}
.contact_card_content .contact_card_inner .contact_card_image img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.contact_card_content .contact_card_inner .contact_card_image img.icon_black {
  display: block;
}
.contact_card_content .contact_card_inner .contact_card_image img.icon_white {
  display: none;
}
.contact_card_content .contact_card_inner .contact_card_desc {
  margin: 0;
  margin-top: 1rem;
  height: 100px;
}
.contact_card_content .contact_card_inner .contact_card_desc h2 {
  font-size: 22px;
  color: rgb(66, 76, 64);
  letter-spacing: 0;
  margin-bottom: 9px;
  text-transform: capitalize;
  font-weight: 600;
}

/* map area style  */
.map-area {
  position: relative;
  z-index: 1;
}

.map-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.map-wrapper iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
}
@media only screen and (max-width: 991px) {
  .map-wrapper {
    border-radius: 10px;
  }
}

/* Dark theme styles */
@media (prefers-color-scheme: dark) {
  body,
  header,
  section,
  footer,
  .offcanvas-area,
  .loader-section {
    background-color: #040514 !important;
  }
  a,
  p {
    color: rgb(141, 141, 141);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #fff;
  }
  .site_link {
    color: var(--theme);
  }
  .site_link:hover {
    color: var(--theme);
  }
  .open-offcanvas {
    color: #fff;
  }
  .btn-wrapper.custom .wc-btn-primary-reverse {
    background-color: transparent;
  }
  .wc-btn-play {
    color: rgb(82, 89, 78);
  }
  .intro-area .play-btn-wrap span {
    color: rgb(141, 141, 141) !important;
  }
  .main-menu ul li a {
    color: rgb(141, 141, 141);
  }
  .progress-wrap svg.progress-circle path {
    fill: transparent;
  }
  .footer-area .footer-nav-list li.active a {
    color: var(--theme);
  }
  .footer-area .description-text .text {
    color: rgb(141, 141, 141);
  }
  .footer-area .social-links li {
    background-color: rgb(36, 46, 40);
  }
  .footer-area .social-links li a {
    color: #040514 !important;
  }
  .footer-area .social-links li a i {
    color: #040514 !important;
  }
  .process-area .process-item {
    background-color: rgb(28, 32, 30) !important;
  }
  .process-area .process-item:hover {
    background-color: var(--theme) !important;
  }
  .process-area .process-item:hover .wc-btn-primary-reverse span {
    color: #fff;
  }
  .process-area .process-item .title {
    color: var(--theme);
  }
  .feature-two-area .workflow-list li {
    color: #fff !important;
  }
  .feature-three-area .feature-three-inner {
    background-color: rgb(36, 46, 40) !important;
  }
  .feature-three-area .feature-three-inner h3 {
    color: #fff;
  }
  .feature-three-area .feature-three-inner .text-dark {
    color: rgb(141, 141, 141) !important;
  }
  .feature-three-area .feature-three-inner .workflow-list li.para {
    color: rgb(141, 141, 141);
  }
  .feature-three-area .feature-three-inner .workflow-list li span {
    color: #fff;
  }
  .workflow-list.with_span li span {
    color: #fff !important;
  }
}
.counter-area .counter_container {
  background: #28233C;
  border-radius: 40px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.counter-area .counter_container::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: rgba(189, 53, 80, 0.3607843137);
  z-index: 0;
  animation: wc-y-anim 2s ease-in-out infinite alternate;
  animation-delay: 2s;
}
.counter-area .counter_container .counter-area-inner .counter-wrapper {
  position: relative;
  z-index: 1;
}

.section-heading {
  position: relative;
  overflow: hidden;
}
.section-heading .floating_circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: rgba(164, 226, 201, 0.231372549);
  transition: all linear;
}

.floating_circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  transition: all linear;
}
.floating_circle.sm {
  width: 80px;
  height: 80px;
}
.floating_circle.red-50 {
  background-color: rgba(189, 53, 80, 0.3607843137);
  left: -50px;
  bottom: 100px;
}
.floating_circle.red-50.sticky_to_image {
  left: 50px;
}
.floating_circle.red-50.footer_floating_shape {
  top: -160px;
  left: 0;
  bottom: unset;
}
.floating_circle.blue-50 {
  background-color: rgba(94, 81, 238, 0.168627451);
}

.title_sub_title {
  font-weight: 400;
  font-size: 22px;
  line-height: 64px;
  color: #8779D4;
}

.app_link_container {
  display: flex;
}
.app_link_container a {
  margin: 0;
  margin-right: 12px;
}
.app_link_container a img {
  max-width: 150px;
  height: auto;
}

.trust-area {
  background-image: url("/assets/imgs/bg/stepping_stones_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.trust-area .trust-wrapper .trust-button-prev,
.trust-area .trust-wrapper .trust-button-next {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.2588235294);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 1;
}
.trust-area .trust-wrapper .trust-button-prev i,
.trust-area .trust-wrapper .trust-button-next i {
  color: #fff;
}
.trust-area .trust-wrapper .trust-button-prev:hover,
.trust-area .trust-wrapper .trust-button-next:hover {
  background-color: var(--white);
}
.trust-area .trust-wrapper .trust-button-prev:hover i,
.trust-area .trust-wrapper .trust-button-next:hover i {
  color: #000;
}
.trust-area .trust-wrapper .trust-button-prev {
  left: -30px;
}
.trust-area .trust-wrapper .trust-button-next {
  right: -30px;
}
.trust-area .trust_box_container {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: rgba(255, 255, 255, 0.168627451);
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .trust-area .trust_box_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .trust-area .trust_box_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.trust-area .trust_box_container .trust_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}
.trust-area .trust_box_container .trust_box:last-child {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .trust-area .trust_box_container .trust_box:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
  }
  .trust-area .trust_box_container .trust_box:nth-child(3) {
    border-right: none !important;
  }
  .trust-area .trust_box_container .trust_box:nth-child(4) {
    border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .trust-area .trust_box_container .trust_box:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2509803922);
  }
  .trust-area .trust_box_container .trust_box:nth-last-child(2) {
    border-bottom: none;
  }
}
.trust-area .trust_box_container .trust_box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}
.trust-area .trust_box_container .trust_box p {
  font-size: 18px;
  color: #fff;
}

.wrapper-box {
  position: relative;
}
.wrapper-box .process-block {
  position: relative;
}
.wrapper-box .process-block:last-child .inner-box::before {
  content: none !important;
}
.wrapper-box .process-block .floating_circle {
  z-index: 2;
}
.wrapper-box .process-block .floating_circle.circle_1 {
  bottom: 0;
}
.wrapper-box .process-block .floating_circle.circle_2 {
  top: -50px;
  right: -30px;
}
.wrapper-box .process-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.wrapper-box .process-block .inner-box::before {
  content: "";
  background-image: url("../imgs/resources/step_blue_1.png");
  position: absolute;
  top: -40px;
  right: -120px;
  display: block;
  width: 80%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
.wrapper-box .process-block .inner-box:hover .image {
  transform: translateY(10px);
}
.wrapper-box .process-block .image {
  width: 200px;
  height: 200px;
  box-shadow: 0px 40px 50px 0px rgba(29, 113, 104, 0.1);
  border-radius: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.wrapper-box .process-block .image img {
  border-radius: 100px;
  width: 120px;
}
.wrapper-box .process-block .count {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  top: -25px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 22px;
  background: linear-gradient(111.19deg, #1772DB 7.78%, #A55899 93.05%);
  z-index: 1;
}
.wrapper-box .process-block h4 {
  position: relative;
  color: #534F63;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--font_secondary);
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .process-block .inner-box::before {
    content: none !important;
  }
}
.calculator-area {
  background-color: #F2F4FE;
}
.calculator-area .section-heading {
  max-width: 695px;
  text-align: center;
  padding-bottom: 70px;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .calculator-area .section-heading {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .calculator-area .section-heading {
    padding-bottom: 20px;
  }
}
.calculator-area .section-heading .floating_circle {
  background: rgba(94, 81, 238, 0.0588235294);
  top: 0;
  left: 30%;
  transform: translateX(-50%);
}

.slider-box {
  margin-bottom: 30px;
}
.slider-box .ui-widget-content {
  border: none !important;
  background: #DADBF1 !important;
  height: 7px;
}

.main-heading.block-title {
  margin-bottom: 40px;
}

.main-heading p {
  line-height: 1.66;
  margin: 0;
}
.main-heading h3 {
  font-size: 34px;
}

.single-loan-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.main-slide h4 {
  font-size: 22px;
  font-family: var(--font_secondary);
  font-weight: 500;
  font-style: Medium;
}
.main-slide input {
  background-color: #fff;
  border: 1px solid #D3D8EE;
  border-radius: 12px;
  max-width: 200px;
  padding: 13px 15px;
  outline: 0;
  color: #000;
}
.main-slide input.grey_bg {
  background-color: gray !important;
}
.main-slide .ui-slider .ui-slider-range {
  background: linear-gradient(101.86deg, #1772DB -4.36%, #A55899 93.89%);
  border-radius: 3px;
}
.main-slide .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #A55899;
  background: #fff;
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}
.main-slide .ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
  margin-left: -5px !important;
}

.loan-counter-value {
  margin-top: 12px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #6e6d6e;
  display: flex;
  align-items: center;
}
.loan-counter-value p {
  margin-top: 14px;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #717171;
  margin: 0;
}
.loan-counter-value span {
  margin-left: 6px;
  color: #717171;
  font-weight: normal;
}

.total-loan-form {
  margin-bottom: 40px;
}

.total-loan-form-emi {
  margin-bottom: 90px;
}

.total-loan-form-calculation {
  text-align: center;
}

.highcharts-exporting-group {
  display: none;
}

.highcharts-credits {
  display: none;
}

@media (min-width: 992px) {
  .loan-calculator__form {
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .loan-calculator__form {
    padding-top: 55px;
    padding-bottom: 53px;
    padding-left: 80px;
    padding-right: 80px;
    margin-right: -43px;
  }
  .loan-calculator__image img {
    margin-left: 43px;
  }
  .loan-calculator__image__caption {
    display: flex;
  }
}
@media (max-width: 991px) {
  .loan-calculator__image {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .loan-calculator__box {
    padding: 0px 15px;
  }
  .single-loan-header {
    display: block;
  }
  .main-slide h4 {
    margin-bottom: 20px;
  }
  .main-slide input {
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .slider-box .main-slide {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .total-loan-form {
    padding: 20px;
  }
}
.emi-calculation {
  position: relative;
  background-color: #fff;
  border: 1px solid #D3D8EE;
  border-bottom: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.emi-calculation-content {
  padding-left: 50px;
  padding-top: 24px;
  padding-right: 50px;
  padding-bottom: 24px;
}
.emi-calculation-content p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  align-items: center;
}
.emi-calculation-content p span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.emi-calculation-content p i {
  font-style: normal;
}
.emi-calculation-content p b {
  font-weight: 600;
  font-size: 32px;
  color: #333C62;
  line-height: 1;
  display: block;
}

@media (max-width: 425px) {
  .emi-calculation-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .emi-calculation-content p {
    display: block;
    text-align: center;
  }
  .emi-calculation-content p b {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .emi-calculation-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .emi-calculation-content p {
    font-size: 16px;
  }
  .emi-calculation-content p span {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .emi-calculation-content p span {
    max-width: 100px;
  }
}
.loan-calculation {
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: #fff;
  border: 1px solid #D3D8EE;
  border-top: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.loan-calculation .noUi-horizontal {
  height: 7px;
  border-radius: 4px;
  background-color: #eff2f6;
  border: none;
  box-shadow: none;
}
.loan-calculation .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: var(--thm-base);
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}
.loan-calculation .noUi-horizontal .noUi-handle::before {
  display: none;
}
.loan-calculation .noUi-horizontal .noUi-handle::after {
  display: none;
}
.loan-calculation .noUi-horizontal .noUi-tooltip {
  bottom: 185%;
  font-weight: 500;
}
.loan-calculation .noUi-tooltip {
  border: none;
  padding: 0;
  color: #000;
  font-size: 15px;
  background-color: #fff;
  box-shadow: none;
}
.loan-calculation .noUi-connect {
  background-color: gray;
  border-radius: 4px;
}

.loan-calculation.gray_bg5 .highcharts-background {
  fill: var(--thm-gray-5);
}

#loan-chart {
  min-height: 230px;
}

#home-loan-chart {
  height: 230px;
}

.loan-calculation-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-top: 0;
}
.loan-calculation-content p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  color: #818181;
}
.loan-calculation-content p span {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.loan-calculation-content p i {
  font-style: normal;
}
.loan-calculation-content p b {
  font-weight: 400;
  color: #818181;
  line-height: 1;
  display: block;
  font-size: 16px;
}
.loan-calculation-content .loan-eligibility-inner {
  text-align: left;
  font-size: 30px;
  color: #000;
}
.loan-calculation-content .loan-eligibility-inner h4 {
  font-weight: 700;
}
.loan-calculation-content .loan-eligibility-inner #loan-eligibility-emi {
  font-size: 20px;
}
.loan-calculation-content p + p {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.loan-calculation-content .loan-eligibility-inner + .loan-eligibility-inner {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 499px) {
  #loan-chart {
    min-height: 170px;
  }
  #home-loan-chart {
    min-height: 170px;
  }
}
@media (max-width: 1199px) {
  .loan-calculation {
    margin-left: 0;
  }
  .loan-calculation-content p {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .loan-calculation-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .loan-calculation-content p {
    display: block;
    text-align: center;
  }
  .loan-calculation-content p b {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .loan-calculation-content p {
    font-size: 16px;
  }
  .loan-calculation-content p span {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .loan-calculation-content p span {
    max-width: 100px;
  }
}
.tesmonial-wrapper-box .quote_img {
  float: right;
  top: -30px;
  position: relative;
}
.tesmonial-wrapper-box h3 {
  color: #171B50;
}
.tesmonial-wrapper-box .designation {
  color: #686488;
}
.tesmonial-wrapper-box p {
  color: #534F63;
}
.tesmonial-wrapper-box .testimonial-content {
  background-color: #fff;
  padding: 50px;
  padding-bottom: 100px;
  border-radius: 40px;
}
.tesmonial-wrapper-box .testimonial-button-prev,
.tesmonial-wrapper-box .testimonial-button-next {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D4D2EC;
  border-radius: 50px;
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .tesmonial-wrapper-box .testimonial-button-prev,
  .tesmonial-wrapper-box .testimonial-button-next {
    top: 88%;
  }
}
.tesmonial-wrapper-box .testimonial-button-prev:hover,
.tesmonial-wrapper-box .testimonial-button-next:hover {
  background-color: #D4D2EC;
}
.tesmonial-wrapper-box .testimonial-button-prev:hover img,
.tesmonial-wrapper-box .testimonial-button-next:hover img {
  filter: brightness(100);
}
.tesmonial-wrapper-box .testimonial-button-prev {
  left: 30px;
}
.tesmonial-wrapper-box .testimonial-button-next {
  left: 90px;
}

.banner_search_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.banner_search_container .search-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 12px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.banner_search_container .search-container:hover, .banner_search_container .search-container:focus, .banner_search_container .search-container:active, .banner_search_container .search-container:valid {
  border-color: rgba(255, 255, 255, 0.47);
  background: rgba(255, 255, 255, 0.2);
}
.banner_search_container .search-input {
  flex-grow: 1;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  font-size: 1.1em;
  color: #ffffff;
}
.banner_search_container .search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-family: var(--font_colasta);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
}
.banner_search_container .search-input:-webkit-autofill, .banner_search_container .search-input:-webkit-autofill:hover, .banner_search_container .search-input:-webkit-autofill:focus, .banner_search_container .search-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.05) inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}
.banner_search_container .search-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3em;
  margin-left: 15px;
  cursor: pointer;
}
.banner_search_container .search-icon:hover {
  color: #ffffff;
}
.banner_search_container .error {
  position: absolute;
  bottom: -26px;
  left: 0;
  color: white;
  font-size: 14px;
}

.custom_ul {
  padding-left: 2rem;
}
.custom_ul li {
  list-style-type: disc;
  color: #534F63;
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px;
}

.mission-area {
  background-image: url("/assets/imgs/bg/mission_section_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mission-area.section-spacing-custom {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mission-area.section-spacing-custom h2,
.mission-area.section-spacing-custom p {
  color: #fff;
}
.mission-area.section-spacing-custom p {
  font-size: 15px;
}
.mission-area .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mission-area .section-heading {
    border-right: 2px solid #fff;
  }
}

.banner_text_container {
  max-width: 700px;
}
.banner_text_container h1 {
  text-align: start;
}

.process-wrapper .product-button-prev,
.process-wrapper .product-button-next {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D4D2EC;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 1;
}
.process-wrapper .product-button-prev:hover,
.process-wrapper .product-button-next:hover {
  background-color: #D4D2EC;
}
.process-wrapper .product-button-prev:hover img,
.process-wrapper .product-button-next:hover img {
  filter: brightness(100);
}
.process-wrapper .product-button-prev {
  left: -50px;
}
.process-wrapper .product-button-next {
  right: -50px;
}

.product_details_container {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .product_details_container {
    flex-direction: column;
  }
}
.product_details_container .nav-pills {
  padding: 10px;
  width: 100%;
  height: auto;
  max-width: 300px;
  background-color: #28233C;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .product_details_container .nav-pills {
    margin-bottom: 3rem;
    max-width: 100%;
  }
}
.product_details_container .nav-pills .nav-link {
  margin: 4px 0;
  padding: 14px;
  font-family: var(--font_primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border-radius: 0;
  text-align: start;
}
.product_details_container .nav-pills .nav-link.active {
  background-color: #9E627A;
  border-radius: 16px;
  outline: none;
}
.product_details_container .nav-pills .nav-link:not(:last-child) {
  border-bottom: 1px solid #605B73;
}
.product_details_container .tab-content {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 30px 20px;
  border-radius: 30px;
}
.product_details_container .tab-content .title1 {
  margin: 0;
  margin-bottom: 1rem;
  color: #171B50;
  font-family: var(--font_primary);
  font-weight: 600;
  font-size: 24px;
}
.product_details_container .tab-content p {
  font-size: 16px;
}
.product_details_container .tab-content .content_img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: left;
}

.history_page_main {
  position: relative;
  overflow: hidden;
}
.history_page_main::before, .history_page_main::after {
  content: "";
  position: absolute;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.history_page_main::before {
  top: 0;
  background-image: url("/assets/imgs/bg/history_bg_1.jpg");
  height: 60%;
}
.history_page_main::after {
  bottom: 0;
  background-image: url("/assets/imgs/bg/history_bg_2.jpg");
  height: 40%;
}
.history_page_main > * {
  position: relative;
  z-index: 1;
}
.history_page_main section {
  background-color: transparent !important;
}

.group-journey-area .group_journey_container {
  background: linear-gradient(121.39deg, #1772DB 0.32%, #A55899 94.47%);
  text-align: center;
  position: relative;
  border-radius: 50px;
  padding: 30px 24px;
}
@media screen and (min-width: 1200px) {
  .group-journey-area .group_journey_container {
    padding: 100px 100px 50px;
  }
}
.group-journey-area .group_journey_container .history_bg_text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(60px, 15vw, 200px);
  /* Adjust size as needed */
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  /* Light opacity */
  white-space: nowrap;
  z-index: 0;
}
.group-journey-area .group_journey_container .history_bg_text.up {
  top: 20%;
}
.group-journey-area .group_journey_container .history_bg_text.sm {
  font-size: clamp(60px, 7vw, 200px);
}
@media screen and (max-width: 768px) {
  .group-journey-area .group_journey_container .history_bg_text.sm {
    font-size: clamp(30px, 7vw, 200px);
  }
}
.group-journey-area .group_journey_container h2,
.group-journey-area .group_journey_container p {
  color: rgb(255, 255, 255);
}
.group-journey-area .group_journey_container h2 {
  font-family: var(--font_primary);
  font-weight: 600;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .group-journey-area .group_journey_container h2 {
    font-size: 24px;
    line-height: normal;
  }
}

.timeline-img,
.timeline-text {
  border: 3px solid rgb(42, 53, 57);
}
.timeline-img img,
.timeline-text img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.timeline-text {
  background-color: #28233C;
  padding: 27px 14px 52px;
  border: 1px solid #E7E7E7;
  border-top: 0;
}
.timeline-text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.timeline-text p.timeline-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.timeline-text ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.timeline-text ul li {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  margin-bottom: 12px;
}

.history_colored_bg {
  background-color: #28233C;
  padding: 0;
  border-radius: 40px;
}
.history_colored_bg p {
  color: #fff;
  padding: 30px 50px 0px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .history_colored_bg p {
    padding: 30px 30px 0px;
  }
}
.history_colored_bg p:last-child {
  background-color: #433C62;
  padding: 30px 50px 30px;
  border-radius: 0 0 40px 40px;
}
@media only screen and (max-width: 991px) {
  .history_colored_bg p:last-child {
    padding: 30px;
  }
}

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

/*----------------------------------------
    7. Timeline
----------------------------------------*/
.what-top.line {
  margin-bottom: 36px;
}

.timeline-area {
  background-color: transparent;
}

.timeline-wraper {
  width: 100%;
  position: relative;
}
.timeline-wraper::before {
  background: #dedede none repeat scroll 0 0;
  content: "";
  height: 95%;
  left: 50%;
  margin-left: -0.5px;
  position: absolute;
  top: 0;
  width: 1px;
}

.sin-timeline {
  float: right;
  z-index: 9;
  position: relative;
}
.sin-timeline:hover {
  z-index: 8;
}
.sin-timeline:hover::before {
  border: 1px solid #171B50;
  background: #171B50;
}
.sin-timeline:hover::after {
  opacity: 1;
}
.sin-timeline:hover .timeline-date {
  color: #171B50;
}
.sin-timeline:hover .timeline-img > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.sin-timeline:nth-child(2n) {
  margin-top: 190px;
}
.sin-timeline:nth-child(2n)::before {
  right: -6px;
  left: auto;
}
.sin-timeline:nth-child(2n)::after {
  left: auto;
  right: -0.5px;
}
.sin-timeline:nth-child(2n) .timeline-content {
  padding-right: 127px;
}
.sin-timeline:nth-child(2n) .timeline-date {
  right: 34px;
}
.sin-timeline:nth-child(2n) .timeline-img::before {
  right: -18px;
  left: auto;
  border-left: 9px solid #333;
  border-right: 9px solid transparent;
}
.sin-timeline::before {
  width: 11px;
  height: 11px;
  border: 1px solid #d2d2d2;
  background: #fff;
  position: absolute;
  left: -6px;
  right: auto;
  content: "";
  border-radius: 50px;
  top: 135px;
}
.sin-timeline::after {
  background: #171B50 none repeat scroll 0 0;
  bottom: 66%;
  content: "";
  height: 10000%;
  left: -0.5px;
  position: absolute;
  width: 1px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .sin-timeline::after {
    bottom: 63%;
  }
}
.sin-timeline:nth-child(2n+1) .timeline-content {
  padding-left: 127px;
}
.sin-timeline:nth-child(2n+1) .timeline-date {
  left: 34px;
}

.timeline-date {
  position: absolute;
  top: 133px;
  display: block;
  line-height: 14px;
  font-size: 15px;
  font-weight: bold;
  color: #28233C;
  letter-spacing: 0.3px;
}

.timeline-img {
  display: block;
  position: relative;
}
.timeline-img::before {
  position: absolute;
  left: -18px;
  top: 133px;
  content: "";
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #333;
  border-left: 9px solid transparent;
}
.timeline-img > img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

@media (max-width: 992px) {
  .timeline-text p {
    font-size: 14px;
  }
}
.read-icon {
  bottom: 0;
  display: inline-block;
  left: 47%;
  position: absolute;
  z-index: 90;
}
.read-icon > a {
  color: #28233C;
  font-size: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sin-timeline:nth-child(2n+1) .timeline-date {
    left: 15px;
  }
  .sin-timeline:nth-child(2n+1) .timeline-content {
    padding-left: 101px;
  }
  .sin-timeline:nth-child(2n) .timeline-date {
    right: 15px;
  }
  .sin-timeline:nth-child(2n) .timeline-content {
    padding-right: 101px;
  }
  .sin-timeline::before {
    top: 74px;
  }
  .sin-timeline::after {
    bottom: 84%;
  }
  .timeline-date {
    top: 71px;
  }
  .timeline-img::before {
    top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sin-timeline:nth-child(2n+1) .timeline-content {
    padding-left: 0;
  }
  .sin-timeline:nth-child(2n+1) .timeline-date {
    left: 44%;
  }
  .sin-timeline::after {
    content: none;
  }
  .sin-timeline::before {
    content: none;
  }
  .sin-timeline:nth-child(2n) {
    margin-bottom: 71px;
  }
  .sin-timeline:nth-child(2n) .timeline-date {
    left: 44%;
  }
  .sin-timeline:nth-child(2n) .timeline-content {
    padding-right: 0;
  }
  .sin-timeline:nth-child(2n) .timeline-img::before {
    right: 48%;
    transform: rotate(-89deg);
    -webkit-transform: rotate(-89deg);
    -ms-transform: rotate(-89deg);
  }
  .timeline-wraper::before {
    content: none;
  }
  .timeline-date {
    top: -32px;
  }
  .timeline-wraper.fix {
    padding-top: 32px;
    padding-bottom: 70px;
  }
  .timeline-img::before {
    left: 48%;
    top: -17px;
    transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
  }
  .sin-timeline.res-sin:nth-child(2n) {
    margin-top: 71px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sin-timeline:nth-child(2n+1) .timeline-date {
    left: 44%;
  }
  .sin-timeline:nth-child(2n) .timeline-img::before {
    right: 48%;
  }
  .timeline-img::before {
    left: 48%;
  }
}
.footer_modal .modal-content {
  background-color: #fff;
}
.footer_modal .modal-content .modal-header .modal-title {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: bold;
}
.footer_modal .modal-content .modal-header .btn-close {
  border: 0;
}
.footer_modal .modal-content .modal-header .btn-close i {
  font-size: clamp(16px, 2vw, 22px);
}
.footer_modal .modal-content .footer_modal_content ul {
  padding-left: 0;
  list-style-type: none;
}
.footer_modal .modal-content .footer_modal_content ul.inner-ul {
  padding-left: 1rem;
}
.footer_modal .modal-content .footer_modal_content ul > li {
  margin: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
}
.footer_modal .modal-content .footer_modal_content p {
  font-size: 14px;
}
.footer_modal .modal-content .footer_modal_content p.heading {
  font-weight: bold;
  margin: 0;
  margin-bottom: 8px;
  color: #000;
}
.footer_modal .modal-content .footer_modal_content p.sub-heading {
  margin-bottom: 0.8rem;
  font-weight: bold;
  color: #000;
}

.partners_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  background: transparent;
  padding: 40px;
}
.partners_grid > div {
  transition: all 0.3s ease;
  text-align: center;
}
.partners_grid > div img {
  width: 150px;
  border-radius: 12px;
  transition: all 0.3s ease;
  object-fit: contain;
  object-position: center;
}
.partners_grid > div img:hover {
  box-shadow: 0px 4px 64px 0px rgba(198, 189, 189, 0.5019607843);
}

@media (max-width: 768px) {
  .partners_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    padding: 20px;
  }
}
.lending-partner-area .lending-partner-wrapper .lending-partner-button-prev,
.lending-partner-area .lending-partner-wrapper .lending-partner-button-next {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 1;
}
.lending-partner-area .lending-partner-wrapper .lending-partner-button-prev i,
.lending-partner-area .lending-partner-wrapper .lending-partner-button-next i {
  color: #000;
}
.lending-partner-area .lending-partner-wrapper .lending-partner-button-prev:hover,
.lending-partner-area .lending-partner-wrapper .lending-partner-button-next:hover {
  background-color: var(--white);
}
.lending-partner-area .lending-partner-wrapper .lending-partner-button-prev:hover i,
.lending-partner-area .lending-partner-wrapper .lending-partner-button-next:hover i {
  color: #000;
}
.lending-partner-area .lending-partner-wrapper .lending-partner-button-prev {
  left: -30px;
}
.lending-partner-area .lending-partner-wrapper .lending-partner-button-next {
  right: -30px;
}

/* Contact form section */
.contact-form-section {
  position: relative;
  padding: 30px;
  background-color: #F2F4FE;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
}
.contact-form-section .contact-form {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}
.contact-form-section .contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-form-section .contact-form .form-group .form-grp small {
  width: 100%;
  padding-left: 1rem;
  color: #e75c3c;
  margin-top: 8px;
  visibility: hidden;
  position: absolute;
  bottom: -28px;
  font-size: 12px;
  background-color: white;
  max-width: fit-content;
  z-index: 1;
  white-space: nowrap;
}
.contact-form-section .contact-form .error {
  color: red;
  font-size: 14px;
  position: relative;
  top: 8px;
  left: 8px;
}
.contact-form-section .contact-form .iti {
  width: 100% !important;
}
.contact-form-section .contact-form .iti .iti__selected-dial-code {
  background-color: #fff;
}
.contact-form-section .contact-form .iti__country-container {
  left: 10px !important;
}
.contact-form-section .contact-form input[name=phone] {
  padding-left: 100px !important;
}
.contact-form-section .contact-form input[type=text],
.contact-form-section .contact-form input[type=number],
.contact-form-section .contact-form input[type=tel],
.contact-form-section .contact-form input[type=email],
.contact-form-section .contact-form input[type=password],
.contact-form-section .contact-form select,
.contact-form-section .contact-form textarea {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 50px;
  font-size: 16px;
  padding: 10px 30px 10px 20px;
  background: #ffffff;
  color: #565872;
  border: 1px solid #C0CBE7;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 12px;
}
.contact-form-section .contact-form input {
  margin: 0;
  margin-right: 1rem;
}
.contact-form-section .contact-form textarea {
  height: 150px;
  resize: none;
  font-size: 16px;
  background: #ffffff;
}
.contact-form-section .contact-form input.error,
.contact-form-section .contact-form select.error,
.contact-form-section .contact-form textarea.error {
  border-color: #ff0000 !important;
}
.contact-form-section .contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}
.contact-form-section .sec-title h2 {
  color: #20242F;
  text-align: start;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
}

.select2-container {
  z-index: 9999 !important;
}

.select2-search__field:focus-visible {
  outline: 0;
}

.select2-selection {
  background: #fff;
  border-radius: 12px !important;
  height: 50px !important;
  padding: 0 16px;
  font-weight: 500;
  color: var(--color-body);
  display: flex !important;
  align-items: center;
  border: 1px solid #C0CBE7 !important;
}
.select2-selection .select2-selection__arrow {
  top: 12px !important;
  right: 12px !important;
}
.select2-selection .select2-selection__rendered {
  padding-left: 0 !important;
  font-weight: 500;
  font-size: 16px;
  color: rgb(150, 151, 158) !important;
}

.iti__dropdown-content {
  z-index: 99999 !important;
}

/*
-----------------------------
AI SOFTWARE GLOBAL STYLES
-----------------------------
*/
:root {
  --theme: #1772DB;
  --primary: #072032;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.header-area.style-1 {
  transition: 0.3s;
}
.header-area.style-1.sticky {
  position: fixed !important;
  background-color: #fff;
}
.header-area.style-1.sticky .main-menu li.active a {
  border-bottom: 2px solid #171B50;
}
.header-area.style-1.sticky .main-menu li a {
  color: #171B50 !important;
}

.wc-btn-primary {
  background-color: var(--theme);
  border-color: var(--theme);
  color: #fff;
  border-radius: 70px;
  padding: 22px 27px;
  font-size: 16px;
  text-transform: none;
}
@media only screen and (max-width: 1919px) {
  .wc-btn-primary {
    padding: 21px 28px;
  }
}
.wc-btn-primary:hover {
  background-color: var(--white);
  border-color: #E7E9EC;
  color: var(--primary);
}
.wc-btn-primary.primary-bg {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.section-heading {
  margin: auto;
}
.section-heading .title-wrapper {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .section-heading .title-wrapper {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .title-wrapper {
    padding-bottom: 10px;
  }
}

.section-title {
  font-size: 60px;
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 28px;
  }
}

.section-spacing-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.body-ai-software {
  max-width: 1920px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .body-ai-software {
    padding: 0;
  }
}

/*
-----------------------------
HEADER AREA SASS
-----------------------------
*/
.header-area {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-area .header-area__inner {
    height: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .header__logo {
    max-width: 120px;
  }
}
.header-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(7, 32, 50, 0.08);
  height: 1px;
  max-width: 1715px;
  width: 100%;
  margin: auto;
}
.header-area__inner:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50000px;
  top: 0;
  inset-inline-start: 100px;
}
@media screen and (max-width: 1549px) {
  .header-area__inner:before {
    display: none;
  }
}
.header-area__inner:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50000px;
  top: 0;
  inset-inline-end: 100px;
}
@media screen and (max-width: 1549px) {
  .header-area__inner:after {
    display: none;
  }
}
.header-area__items {
  display: flex;
  gap: 13px;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 90px;
}
.header-area__items > *:first-child {
  margin-inline-end: auto;
}
@media only screen and (max-width: 767px) {
  .header-area .header-search {
    display: none;
  }
}
.header-area .header-search img {
  cursor: pointer;
}

/*
-----------------------------
INTRO AREA SASS
-----------------------------
*/
.intro-area {
  background-color: rgb(238, 247, 237);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1600px) {
  .intro-area.home {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro-area {
    padding-top: 170px;
  }
  .intro-area.home {
    padding-top: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area {
    padding-top: 80px !important;
    padding-bottom: 80px;
  }
}
.intro-area .title-wrapper {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .intro-area .title-wrapper {
    padding-bottom: 20px;
  }
}
.intro-area .title {
  font-size: 50px;
  color: #fff !important;
}
@media only screen and (max-width: 1199px) {
  .intro-area .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .title {
    font-size: 32px;
  }
}
.intro-area .sub_title {
  color: #F8F5F5;
}
.intro-area .text-wrapper {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .intro-area .text-wrapper {
    padding-bottom: 20px;
  }
}
.intro-area .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .intro-area .btn-wrapper {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .btn-wrapper {
    padding-bottom: 20px;
  }
}
.intro-area .play-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-area .play-btn-wrap .wc-btn-play {
  border-width: 2px;
  width: 60px;
  height: 60px;
}
.intro-area .play-btn-wrap span {
  font-weight: 700;
  color: var(--primary);
}
.intro-area .intro-thumb {
  position: relative;
  gap: 20px;
  display: grid;
  grid-template-columns: 310px 300px;
  justify-content: end;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .intro-area .intro-thumb {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .intro-area .intro-thumb {
    max-width: 400px;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .intro-thumb {
    padding-bottom: 30px;
  }
}
.intro-area .intro-thumb .shape-1 {
  position: absolute;
  left: 68px;
  top: 0;
  z-index: -2;
}
@media only screen and (max-width: 991px) {
  .intro-area .intro-thumb .shape-1 {
    display: none;
  }
}
.intro-area .thumbs-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .intro-area .thumbs-wrap {
    gap: 10px;
  }
}
.intro-area .thumbs-wrap img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .intro-area .review-thumb img {
    max-width: 200px;
  }
}

/*
-----------------------------
INSTALLATION AREA SASS
-----------------------------
*/
.installation-area {
  position: relative;
}
.installation-area .oval-shape {
  position: absolute;
  top: -173px;
  left: -160px;
}
@media only screen and (max-width: 1919px) {
  .installation-area .oval-shape {
    top: -125px;
  }
}
@media only screen and (max-width: 1199px) {
  .installation-area .oval-shape {
    top: -95px;
    max-width: 150px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .installation-area .oval-shape {
    max-width: 90px;
    top: -55px;
  }
}
.installation-area .section-heading {
  max-width: 695px;
  text-align: center;
  margin-bottom: 63px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .installation-area .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .installation-area .section-heading {
    margin-bottom: 20px;
  }
}
.installation-area .title-wrapper {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .installation-area .title-wrapper {
    padding-bottom: 10px;
  }
}
.installation-area .step-items {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .installation-area .step-items {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
}
.installation-area .step-items::before {
  content: "";
  left: 0;
  top: 16px;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #EBEDEF;
}
@media only screen and (max-width: 767px) {
  .installation-area .step-items::before {
    display: none;
  }
}
.installation-area .step-item {
  max-width: 280px;
}
@media only screen and (max-width: 991px) {
  .installation-area .step-item {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .installation-area .step-item {
    width: 48%;
    border: 1px solid #EBEDEF;
    padding: 15px;
  }
}
.installation-area .step-item:first-child {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .installation-area .step-item:first-child {
    margin-left: 0;
  }
}
.installation-area .step-item .step-title {
  font-size: 12px;
  padding: 11px 12px;
  border-radius: 16px;
  background-color: #F8FAF5;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 42px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .installation-area .step-item .step-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .installation-area .step-item .step-title {
    margin-bottom: 10px;
  }
}
.installation-area .step-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  max-width: 179px;
  line-height: 1.33;
}
@media only screen and (max-width: 991px) {
  .installation-area .step-item .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .installation-area .step-item .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

/*
-----------------------------
FEATURES AREA SASS
-----------------------------
*/
.features-area .section-heading,
.feature-two-area .section-heading {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .features-area .section-heading,
  .feature-two-area .section-heading {
    margin-bottom: 20px;
  }
}
.features-area .feature-thumb,
.feature-two-area .feature-thumb {
  position: relative;
  max-width: 520px;
}
@media only screen and (max-width: 1199px) {
  .features-area .feature-thumb,
  .feature-two-area .feature-thumb {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .features-area .feature-thumb,
  .feature-two-area .feature-thumb {
    max-width: 250px;
    margin-bottom: 20px;
  }
}
.features-area .feature-thumb .img-2,
.feature-two-area .feature-thumb .img-2 {
  position: absolute;
  right: 100px;
  bottom: 120px;
  border-radius: 15px;
  max-width: 150px;
  border-radius: 20px;
  filter: drop-shadow(0 0 100px #EBEDEF);
  z-index: -1;
}
@media only screen and (min-width: 1920px) {
  .features-area .feature-thumb .img-2,
  .feature-two-area .feature-thumb .img-2 {
    right: -60px;
  }
}
@media only screen and (max-width: 1919px) {
  .features-area .feature-thumb .img-2,
  .feature-two-area .feature-thumb .img-2 {
    right: -60px;
  }
}
@media only screen and (max-width: 1919px) {
  .features-area .feature-thumb .img-2,
  .feature-two-area .feature-thumb .img-2 {
    right: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .features-area .feature-thumb .img-2,
  .feature-two-area .feature-thumb .img-2 {
    bottom: -50%;
    left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .features-area .feature-thumb .img-2,
  .feature-two-area .feature-thumb .img-2 {
    bottom: 38px;
    left: auto;
    right: -50px;
    max-width: 100px;
  }
}
.features-area .feature-list,
.feature-two-area .feature-list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media only screen and (max-width: 767px) {
  .features-area .feature-list,
  .feature-two-area .feature-list {
    gap: 20px;
  }
}
.features-area .feature-item,
.feature-two-area .feature-item {
  display: grid;
  grid-template-columns: 65px auto;
  gap: 25px;
}
.features-area .feature-item .title,
.feature-two-area .feature-item .title {
  font-size: 20px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .features-area .feature-item .title,
  .feature-two-area .feature-item .title {
    font-size: 18px;
  }
}

/*
-----------------------------
PROCESS AREA SASS
-----------------------------
*/
.process-area .section-heading {
  max-width: 695px;
  text-align: center;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .process-area .section-heading {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .process-area .section-heading {
    padding-bottom: 20px;
  }
}
.process-area .process-items.grid_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 30px;
}
.process-area .process-items.grid_items.grid_item_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .process-area .process-items.grid_items.grid_item_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .process-area .process-items.grid_items.grid_item_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .process-area .process-items.grid_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .process-area .process-items.grid_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .process-area .process-items.grid_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process-area .process-item {
  height: 100%;
  border-radius: 20px;
  background-color: var(--white);
  padding: 20px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.process-area .process-item.service_card {
  background-color: #fff !important;
  max-width: 350px;
}
.process-area .process-item.service_card:hover {
  box-shadow: 0px 4px 64px 0px rgba(198, 189, 189, 0.5019607843);
}
.process-area .process-item.contact_card {
  padding: 30px;
  background-color: #fff !important;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.process-area .process-item.contact_card:hover {
  box-shadow: 0px 4px 64px 0px rgba(198, 189, 189, 0.5019607843);
}
.process-area .process-item.contact_card .text-wrapper {
  height: 70px;
}
.process-area .process-item.bg_clr_1 {
  background-color: #FFE4E4;
}
.process-area .process-item.bg_clr_2 {
  background-color: #EAEDFF;
}
.process-area .process-item.bg_clr_3 {
  background-color: #FDEBFF;
}
.process-area .process-item.bg_clr_4 {
  background-color: #D7F6E5;
}
@media only screen and (max-width: 767px) {
  .process-area .process-item {
    padding: 15px;
  }
}
.process-area .process-item:hover.bg_clr_1 {
  background-color: #FFD0D0;
}
.process-area .process-item:hover.bg_clr_2 {
  background-color: #D9DEF9;
}
.process-area .process-item:hover.bg_clr_3 {
  background-color: #F4D9F8;
}
.process-area .process-item:hover.bg_clr_4 {
  background-color: #C1EFD6;
}
.process-area .process-item .icon {
  margin-bottom: 20px;
}
.process-area .process-item .icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
@media only screen and (max-width: 1199px) {
  .process-area .process-item .icon img {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .process-area .process-item .icon {
    max-width: 60px;
  }
}
.process-area .process-item .title-wrap {
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .process-area .process-item .title-wrap {
    margin-bottom: 8px;
  }
}
.process-area .process-item .text-wrapper {
  margin: 0 auto;
  height: 180px;
}
.process-area .process-item .text-wrapper .text {
  height: auto;
  text-overflow: ellipsis;
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  font-size: 14px;
}
.process-area .process-item .title {
  color: #171B50;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1399px) {
  .process-area .process-item .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-area .process-item .title {
    font-size: 22px;
  }
}
.process-area .process-item .btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-42%, 0);
  width: 100%;
  margin: 0;
  margin-bottom: 1.5rem;
}

/*
-----------------------------
FEATURE TWO AREA SASS
-----------------------------
*/
.feature-two-area .workflow-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}
.feature-two-area .workflow-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary);
  margin: 0;
  margin-bottom: 12px;
}
.feature-two-area .workflow-list li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.feature-two-area .thumb {
  position: relative;
  background-color: #F8FAF5;
  padding: 30px;
  border-radius: 20px;
  max-width: 550px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .feature-two-area .thumb {
    padding: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-two-area .thumb {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.feature-two-area .thumb .img-1 {
  padding-bottom: 30px;
}
.feature-two-area .thumb .img-2 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  filter: drop-shadow(-20px -19px 50px rgba(28, 37, 60, 0.05));
}
@media only screen and (max-width: 991px) {
  .feature-two-area .thumb .img-2 {
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-two-area .thumb .img-2 {
    max-width: 150px;
    bottom: 140px;
  }
}
.feature-two-area .thumb .img-3 {
  position: relative;
  left: 35px;
}
@media only screen and (max-width: 991px) {
  .feature-two-area .thumb .img-3 {
    left: 0;
  }
}
.feature-two-area .thumb .img-4 {
  position: absolute;
  bottom: 94px;
}
.feature-two-area .btn-wrapper {
  padding-top: 46px;
}
@media only screen and (max-width: 767px) {
  .feature-two-area .btn-wrapper {
    padding-top: 20px;
  }
}

/*
-----------------------------
FEATURE THREE AREA SASS
-----------------------------
*/
.feature-three-area .section-heading {
  max-width: 770px;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .feature-three-area .section-heading {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-three-area .section-heading {
    padding-bottom: 20px;
  }
}
.feature-three-area .feature-three-inner {
  background-color: rgb(238, 247, 237);
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .feature-three-area .feature-three-inner {
    padding: 15px;
  }
}
.feature-three-area .feature-content {
  display: grid;
  grid-template-columns: auto 550px;
  gap: 128px;
  padding: 0 60px;
}
@media only screen and (max-width: 1919px) {
  .feature-three-area .feature-content {
    grid-template-columns: auto 450px;
    gap: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .feature-three-area .feature-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-three-area .feature-content {
    gap: 20px;
  }
}
.feature-three-area .feature-content .section-title {
  font-size: 40px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .feature-three-area .feature-content .section-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-three-area .inner-content {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .feature-three-area .inner-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .feature-three-area .inner-thumb {
    order: 1;
  }
}
.feature-three-area .nav.nav-tabs {
  padding: 15px;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .feature-three-area .nav.nav-tabs {
    scrollbar-width: thin;
  }
}
@media only screen and (max-width: 767px) {
  .feature-three-area .nav.nav-tabs {
    padding: 10px 15px;
    padding-left: 0;
  }
}
.feature-three-area .nav-tabs .nav-link {
  max-width: 200px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: var(--primary);
  border-radius: 15px;
  padding-right: 95px;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid rgb(213, 225, 212);
}
@media only screen and (max-width: 1919px) {
  .feature-three-area .nav-tabs .nav-link {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-three-area .nav-tabs .nav-link {
    gap: 10px;
    font-size: 14px;
  }
}
.feature-three-area .nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--theme);
  border-color: transparent;
}
.feature-three-area .nav-tabs {
  border-bottom: 0;
  justify-content: center;
}
.feature-three-area .title-wrapper {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .feature-three-area .title-wrapper {
    padding-bottom: 10px;
  }
}
.feature-three-area .text-wrapper {
  margin: auto;
}
.feature-three-area .btn-wrapper {
  padding-top: 33px;
}
@media only screen and (max-width: 767px) {
  .feature-three-area .btn-wrapper {
    padding-top: 20px;
  }
}

/*
-----------------------------
PRICING AREA SASS
-----------------------------
*/
.pricing-area .text-wrapper {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .pricing-area .text-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.pricing-area .wcf__toggle_switcher.style-1 input:checked + .switcher::before {
  transform: translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))), -50%);
  left: 29%;
}
.pricing-area-inner {
  position: relative;
}
.pricing-area-inner .shape-1 {
  position: absolute;
  top: 110px;
  inset-inline-end: 100%;
  width: 158px;
}
.dir-rtl .pricing-area-inner .shape-1 img {
  transform: rotateY(180deg);
}
.pricing-area .section-heading {
  max-width: 650px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .pricing-area .section-heading {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-area .section-heading {
    max-width: 480px;
  }
}
.pricing-area .title-wrapper {
  padding-bottom: 5px;
}
.pricing-area .toggle-content {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .pricing-area .toggle-content {
    margin-top: 30px;
  }
}
.pricing-area .pricing-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .pricing-area .pricing-wrapper {
    grid-template-columns: 50% 50%;
    gap: 10px;
  }
}

.pricing-box {
  border: 1px solid var(--border);
  background-color: #F8FAF5;
  border-radius: 20px;
  padding: 50px;
  text-align: start;
  position: relative;
  max-width: 410px;
}
@media only screen and (max-width: 1399px) {
  .pricing-box {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-box {
    padding: 15px;
    max-width: 100%;
  }
}
.pricing-box .text-wrapper {
  max-width: 310px;
}
.pricing-box .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media only screen and (max-width: 1199px) {
  .pricing-box .title {
    font-size: 18px;
  }
}
.pricing-box .price {
  font-size: 40px;
  line-height: 1;
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1399px) {
  .pricing-box .price {
    font-size: 50px;
    margin-top: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-box .price {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-box .price {
    font-size: 20px;
  }
}
.pricing-box .price span {
  font-size: 16px;
  color: var(--secondary);
  font-weight: 400;
}
.pricing-box .description {
  font-size: 18px;
  margin-top: 18px;
}
.pricing-box .feature-list {
  margin-top: 40px;
  text-align: start;
}
.pricing-box .feature-list li {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.pricing-box .feature-list li img {
  margin-inline-end: 10px;
  width: 15px;
}
.dir-rtl .pricing-box .feature-list li img {
  transform: rotateY(180deg);
}
.pricing-box .feature-list li:not(:first-child) {
  margin-top: 15px;
}
.pricing-box .feature-list li.disallow {
  opacity: 0.3;
}
.pricing-box .wc-btn-primary {
  width: 100%;
  padding: 21px 28px;
}
@media only screen and (max-width: 767px) {
  .pricing-box .wc-btn-primary {
    padding: 15px;
    font-size: 14px;
  }
}
.pricing-box.popular {
  background-color: #5DC988;
  border-color: #5DC988;
  color: var(--primary);
}
.pricing-box.popular p {
  color: var(--primary);
}
.pricing-box.popular .wc-btn-primary {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary);
}
.pricing-box .tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 12px;
  line-height: 1;
  background-color: var(--white);
  border-radius: 30px;
  position: absolute;
  inset-inline-end: 30px;
  top: 30px;
}
@media only screen and (max-width: 1199px) {
  .pricing-box .tag {
    top: 24px;
  }
}

.wcf__toggle_switcher .slide-toggle-btn {
  background-color: var(--bg);
  --switcher-width: 55px;
  --switcher-border-width: 1px;
  --switcher-indicator-width: 30px;
  position: relative;
}
.wcf__toggle_switcher .slide-toggle-btn .switcher {
  height: 30px;
  height: 50px;
  width: 90px;
  background-color: var(--white);
  border: var(--switcher-border-width) solid #EBEDEF;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .wcf__toggle_switcher .slide-toggle-btn .switcher {
    height: 30px;
    width: 70px;
  }
}
.wcf__toggle_switcher .slide-toggle-btn .switcher::before {
  background-color: var(--primary);
  left: 5px;
}
.wcf__toggle_switcher .slide-toggle-btn input:checked + .switcher {
  background-color: var(--white);
  border-color: #EBEDEF;
}

/*
-----------------------------
FAQ AREA SASS
-----------------------------
*/
.faq-area .section-content {
  max-width: 350px;
}
@media only screen and (max-width: 1399px) {
  .faq-area .section-content {
    max-width: 450px;
  }
}
.faq-area .section-content .text-wrapper {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .faq-area .section-content .text-wrapper {
    margin-top: 10px;
  }
}
.faq-area .section-content .title-wrapper {
  margin-top: 17px;
}
.faq-area .section-content .section-subtitle {
  background-color: var(--white);
}
.faq-area .accordion .accordion-button {
  font-size: 20px;
  line-height: 1.25;
  color: var(--primary);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  text-align: start;
  font-weight: 600;
  border: 1px solid #EBEDEF;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion .accordion-button {
    font-size: 17px !important;
  }
}
.faq-area .accordion .accordion-button .section-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 10px;
  background-color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .faq-area .accordion .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area .accordion .accordion-button {
    padding-top: 21px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion .accordion-button {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .accordion .accordion-button br {
    display: none;
  }
}
.faq-area .accordion .accordion-button::after {
  content: "+";
  color: var(--primary);
  background-image: none;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 25px;
  margin-inline-start: 50px;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
.faq-area .accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.faq-area .accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}
.faq-area .accordion .accordion-item {
  border-bottom: 0;
  background-color: var(--white);
  border-radius: 20px;
}
.faq-area .accordion .accordion-item:not(:first-child) {
  margin-top: 5px;
}
.faq-area .accordion .accordion-body {
  font-size: 18px;
  line-height: 1.44;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  padding-bottom: 24px;
  padding-top: 28px;
  color: var(--secondary);
  border: 1px solid #EBEDEF;
  border-radius: 10px;
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .faq-area .accordion .accordion-body {
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion .accordion-body {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.faq-area .accordion .accordion-body span {
  font-weight: 600;
  color: #F8F5F3;
}
.faq-area .faq-wrapper {
  background-color: var(--bg);
  border-radius: 20px;
}

.faq-area-inner {
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 20px;
}
@media only screen and (max-width: 1919px) {
  .faq-area-inner {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area-inner {
    grid-template-columns: 1fr;
  }
}

/*
-----------------------------
COUNTER AREA SASS
-----------------------------
*/
.counter-area .section-header {
  text-align: center;
}
.counter-area .section-header .section-title {
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .counter-area .section-header .section-title {
    max-width: 570px;
  }
}
.counter-area .section-header .section-title img {
  transform: rotate(15deg);
}
.counter-area .section-header .text {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .counter-area .section-header .text {
    max-width: 600px;
  }
}
.counter-area .section-header .text-wrapper {
  margin-top: 29px;
}
.counter-area .section-header .title-wrapper {
  margin-top: 17px;
}

.counter-box {
  text-align: center;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.3294117647);
  flex: 1 1 0;
  padding: 24px;
}
@media only screen and (max-width: 991px) {
  .counter-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-box {
    padding: 15px;
    border-inline-start: 1px solid transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.3294117647);
  }
}
.counter-box .number {
  font-size: 40px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .counter-box .number {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-box .number {
    font-size: 22px;
  }
}
.counter-box .text {
  max-width: 242px;
  margin: 0 auto;
  margin-top: 18px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .counter-box .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-box .text {
    margin-top: 10px;
  }
}

.counter-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -80px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .counter-wrapper {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/*
-----------------------------
CTA AREA SASS
-----------------------------
*/
.cta-area .section-heading {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .cta-area .text-wrapper {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area .text-wrapper {
    padding-bottom: 18px;
  }
}
.cta-area .text {
  color: rgb(162, 178, 161);
}
.cta-area .btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.cta-area-wrapper {
  padding: 80px 100px;
  background-color: rgb(36, 46, 40);
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .cta-area-wrapper {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-wrapper {
    padding: 50px 25px;
  }
}

/*
-----------------------------
FOOTER AREA SASS
-----------------------------
*/
.footer-area.style-2 .footer-area-inner {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .footer-area.style-2 .footer-area-inner {
    gap: 30px;
  }
}
.footer-area.style-2 .footer-widget-wrapper:last-child {
  min-width: 330px;
}
.footer-area.style-2 .footer-widget-wrapper .title {
  font-size: 18px;
  color: var(--white);
}
.footer-area.style-2 .input-field input {
  background-color: #F6F9F3;
}
.footer-area.style-2 .footer-nav-list {
  margin-top: 28px;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme);
}

.modal {
  background-color: rgba(5, 17, 26, 0.2);
}

/*# sourceMappingURL=master-ai-software.css.map */
