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

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

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

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


/*----------------------------------------*/
/*  01. VARIBALES CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");

:root {
  --primary: #e55d2a;
  --secondary: #2a2d42;
  --text: #322e4a;
  --border: rgba(18, 18, 18, 0.08);
  --theme: #121212;
  --black: #121212;
  --black-2: #555555;
  --white: #ffffff;
  --white-2: #999999;
  --action: #ffcd4d;
}
:root .dark {
  --primary: #ffffff;
  --secondary: #999999;
  --border: rgba(255, 255, 255, 0.08);
}

/*----------------------------------------*/
/*  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 {
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
}
@media only screen and (max-width: 767px) {
  .pl-5 {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr-250 {
  -webkit-padding-start: 250px;
  padding-inline-start: 250px;
  -webkit-padding-end: 250px;
  padding-inline-end: 250px;
}
@media only screen and (min-width: 1600px) {
  .box-layout .plr-250 {
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (max-width: 1919px) {
  .plr-250 {
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .plr-250 {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-250 {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    -webkit-padding-end: 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_kanit: "Kanit", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Alexandria", serif !important;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--secondary);
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  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.41;
  font-weight: 400;
  font-size: 18px;
  color: var(--text);
}

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

body.dir-rtl .font-heading-teko-bold h1,
body.dir-rtl .font-heading-teko-bold h2,
body.dir-rtl .font-heading-teko-bold h3,
body.dir-rtl .font-heading-teko-bold h4,
body.dir-rtl .font-heading-teko-bold h5,
body.dir-rtl .font-heading-teko-bold h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 700;
  line-height: 0.94;
}
.font-heading-teko-bold h1,
.font-heading-teko-bold h2,
.font-heading-teko-bold h3,
.font-heading-teko-bold h4,
.font-heading-teko-bold h5,
.font-heading-teko-bold h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 700;
  line-height: 0.94;
}
body.dir-rtl .font-heading-dmsans-medium h1,
body.dir-rtl .font-heading-dmsans-medium h2,
body.dir-rtl .font-heading-dmsans-medium h3,
body.dir-rtl .font-heading-dmsans-medium h4,
body.dir-rtl .font-heading-dmsans-medium h5,
body.dir-rtl .font-heading-dmsans-medium h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 500;
  line-height: 1;
}
.font-heading-dmsans-medium h1,
.font-heading-dmsans-medium h2,
.font-heading-dmsans-medium h3,
.font-heading-dmsans-medium h4,
.font-heading-dmsans-medium h5,
.font-heading-dmsans-medium h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 500;
  line-height: 1;
}
body.dir-rtl .font-heading-plusjakartasans-regular h1,
body.dir-rtl .font-heading-plusjakartasans-regular h2,
body.dir-rtl .font-heading-plusjakartasans-regular h3,
body.dir-rtl .font-heading-plusjakartasans-regular h4,
body.dir-rtl .font-heading-plusjakartasans-regular h5,
body.dir-rtl .font-heading-plusjakartasans-regular h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 400;
  line-height: 1;
}

.font-heading-plusjakartasans-regular h1,
.font-heading-plusjakartasans-regular h2,
.font-heading-plusjakartasans-regular h3,
.font-heading-plusjakartasans-regular h4,
.font-heading-plusjakartasans-regular h5,
.font-heading-plusjakartasans-regular h6 {
  font-family: var(--font_plusjakartasans);
  font-weight: 400;
  line-height: 1;
}
body.dir-rtl .font-heading-plusjakartasans-regular-2 h1,
body.dir-rtl .font-heading-plusjakartasans-regular-2 h2,
body.dir-rtl .font-heading-plusjakartasans-regular-2 h3,
body.dir-rtl .font-heading-plusjakartasans-regular-2 h4,
body.dir-rtl .font-heading-plusjakartasans-regular-2 h5,
body.dir-rtl .font-heading-plusjakartasans-regular-2 h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 400;
  line-height: 1.08;
}

.font-heading-plusjakartasans-regular-2 h1,
.font-heading-plusjakartasans-regular-2 h2,
.font-heading-plusjakartasans-regular-2 h3,
.font-heading-plusjakartasans-regular-2 h4,
.font-heading-plusjakartasans-regular-2 h5,
.font-heading-plusjakartasans-regular-2 h6 {
  font-family: var(--font_plusjakartasans);
  font-weight: 400;
  line-height: 1.08;
}

body.dir-rtl .font-heading-beatricetrial-regular h1,
body.dir-rtl .font-heading-beatricetrial-regular h2,
body.dir-rtl .font-heading-beatricetrial-regular h3,
body.dir-rtl .font-heading-beatricetrial-regular h4,
body.dir-rtl .font-heading-beatricetrial-regular h5,
body.dir-rtl .font-heading-beatricetrial-regular h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 400;
  line-height: 1.07;
}

.font-heading-beatricetrial-regular h1,
.font-heading-beatricetrial-regular h2,
.font-heading-beatricetrial-regular h3,
.font-heading-beatricetrial-regular h4,
.font-heading-beatricetrial-regular h5,
.font-heading-beatricetrial-regular h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 400;
  line-height: 1.07;
}
.font-heading-beatricetrial-regular-2 h1,
.font-heading-beatricetrial-regular-2 h2,
.font-heading-beatricetrial-regular-2 h3,
.font-heading-beatricetrial-regular-2 h4,
.font-heading-beatricetrial-regular-2 h5,
.font-heading-beatricetrial-regular-2 h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 400;
  line-height: 1.08;
}
.font-heading-beatricetrial-medium h1,
.font-heading-beatricetrial-medium h2,
.font-heading-beatricetrial-medium h3,
.font-heading-beatricetrial-medium h4,
.font-heading-beatricetrial-medium h5,
.font-heading-beatricetrial-medium h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 500;
  line-height: 1.08;
}
.font-heading-khand-bold h1,
.font-heading-khand-bold h2,
.font-heading-khand-bold h3,
.font-heading-khand-bold h4,
.font-heading-khand-bold h5,
.font-heading-khand-bold h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 700;
  line-height: 0.88;
}
.font-heading-instumentsans-medium h1,
.font-heading-instumentsans-medium h2,
.font-heading-instumentsans-medium h3,
.font-heading-instumentsans-medium h4,
.font-heading-instumentsans-medium h5,
.font-heading-instumentsans-medium h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 500;
  line-height: 1;
}
.font-heading-instumentsans-semibold h1,
.font-heading-instumentsans-semibold h2,
.font-heading-instumentsans-semibold h3,
.font-heading-instumentsans-semibold h4,
.font-heading-instumentsans-semibold h5,
.font-heading-instumentsans-semibold h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 600;
  line-height: 1;
}
.font-heading-spacegrotesk-bold h1,
.font-heading-spacegrotesk-bold h2,
.font-heading-spacegrotesk-bold h3,
.font-heading-spacegrotesk-bold h4,
.font-heading-spacegrotesk-bold h5,
.font-heading-spacegrotesk-bold h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 700;
  line-height: 1;
}
.font-heading-canelatrial-thin h1,
.font-heading-canelatrial-thin h2,
.font-heading-canelatrial-thin h3,
.font-heading-canelatrial-thin h4,
.font-heading-canelatrial-thin h5,
.font-heading-canelatrial-thin h6 {
  font-family: "Alexandria", serif !important;
  font-weight: 300;
  line-height: 1.2;
}

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

@-webkit-keyframes wcBubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}

@keyframes wcBubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes wcZoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes wcZoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@-webkit-keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes sheen {
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    color: var(--primary);
  }
}
@keyframes sheen {
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    color: var(--primary);
  }
}
/*----------------------------------------*/
/*  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;
}

::-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.pagination.style-1 li:last-child {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.pagination.style-1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.dir-rtl .pagination.style-1 li a img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination.style-1 li a.current {
  color: #999;
}

.register-form-box {
  background-color: var(--white);
  border-radius: 30px;
  width: 420px;
  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%;
}
.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 .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  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%;
  -webkit-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 37px;
}
.register-form-box .social-links a {
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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: 420px;
  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%;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area .normal-logo {
  width: 135px;
  height: 35px;
}
.header-area.sticky {
  position: fixed !important;
  background-color: var(--white);
  z-index: 9999;
}
.dark .header-area.sticky {
  background-color: #121212;
}
.header-area.sticky .header-area__inner {
  height: 70px !important;
}
.header-area.sticky button i {
  color: var(--primary);
}

.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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-filter: brightness(100) contrast(0);
  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;
  -webkit-transition: unset;
  transition: unset;
}

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

@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-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}
.circle-text .text {
  -webkit-animation: spinner 5s infinite linear;
  animation: spinner 5s infinite linear;
  padding: 2px;
}
.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid transparent;
  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%;
  -o-object-fit: cover;
  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;
  -webkit-padding-start: 35px;
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.has-right-line {
  position: relative;
  -webkit-padding-end: 35px;
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wc-btn-play {
  width: 56px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  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-dark {
  display: none;
}
.dark .show-dark {
  display: inline-block;
}

.line-area {
  position: relative;
  z-index: 1;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: -1;
}
.lines .line {
  width: 1px;
  height: 100%;
  background-color: var(--border);
  display: inline-block;
  position: relative;
  z-index: 1;
}

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

.list-check li {
  position: relative;
  -webkit-padding-start: 30px;
  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;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.dir-rtl .list-check li::before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.list-check li:last-child {
  margin-bottom: 0;
}

.list-plus li {
  position: relative;
  -webkit-padding-start: 30px;
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pagination-with-dash {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: var(--primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary);
}
.pagination-with-dash .swiper-pagination-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-with-dash .swiper-pagination-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wcf__toggle_switcher .slide-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcf__toggle_switcher .slide-toggle-btn {
  --switcher-width: 40px;
  --switcher-border-width: 2px;
  --switcher-indicator-width: 16px;
  background-color: #f0f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wcf__toggle_switcher.style-1 input:checked + .switcher::before {
  -webkit-transform: translate(
    calc(
      var(--switcher-width) - (var(--switcher-indicator-width) + 2 *
            var(--switcher-border-width))
    ),
    -50%
  );
  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;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-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;
  -webkit-transform: translatex(0);
  transform: translatex(0);
}
.wcf__toggle_switcher.style-2 .before_label:after {
  -webkit-transform: translatex(100%);
  transform: translatex(100%);
}
.wcf__toggle_switcher.style-2 .after_label:after {
  -webkit-transform: translatex(-100%);
  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);
}
.dark body {
  background-color: #121212;
}

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

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.img_anim_reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  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: 1px;
  text-underline-offset: 4px;
}

.vertically-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
}

.dir-rtl {
  direction: rtl;
}

.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 {
  -webkit-border-end: 0 !important;
  border-inline-end: 0 !important;
}

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

.hover-zoom li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-rotate li a i {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.hover-rotate li a:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hover-space li a:hover {
  letter-spacing: 1px;
}
.hover-border-move li a {
  position: relative;
  -webkit-transition: all 0.5s;
  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;
  -webkit-transition: all 0.5s;
  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 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-img-leftmove:hover img {
  -webkit-transform: scale(1.1) translateX(4%);
  transform: scale(1.1) translateX(4%);
}
.blog-img-zoom {
  overflow: hidden;
}
.blog-img-zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.blog-img-zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

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

.service-hover-default:hover {
  background-color: var(--white-6);
}
.service-rollover-right {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-rollover-right::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-rollover-left::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--white-6);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-rollover-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: var(--white-6);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service-rollover-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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 {
  -webkit-animation: spinner 1s infinite linear;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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);
  -webkit-animation: characters 4s infinite;
  animation: characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.container-preloader
  .animation-preloader
  .txt-loading
  .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.container-preloader .loader-section {
  background-color: var(--black);
  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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.scroll__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@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;
  -webkit-transition: all 0.5s;
  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;
  -webkit-transition: all 0.5s;
  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;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  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(--black);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  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. 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);
  -webkit-transition: all 0.3s;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  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);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.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;
    -o-object-fit: cover;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  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;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  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;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  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);
  transform: scale(0.2);
}

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

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

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

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

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

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

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

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

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

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

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

.wc-cursor.hidden:before {
  -webkit-transform: scale(0);
  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);
  -webkit-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

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

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

.wc-cursor.text .wc-cursor-text {
  opacity: 1;
  -webkit-transform: scale(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 {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

.wc-cursor.hidden:before {
  -webkit-transform: scale(0);
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 45px auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 45px;
}
@media only screen and (max-width: 991px) {
  .cf-cta__text-wrapper {
    -ms-grid-columns: 1fr;
    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%;
  -webkit-transform: translateY(-50%);
  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;
    -webkit-transform: none;
    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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}
.switcher__icon i {
  color: var(--black);
}
.switcher__icon button {
  font-size: 24px;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.switcher__icon button:hover {
  color: var(--white-2);
}
.switcher__icon button#switcher_open {
  -webkit-animation: wcSpinner 5s infinite linear;
  animation: wcSpinner 5s infinite linear;
}
.switcher__items {
  width: 280px;
  padding: 50px 30px;
  background: var(--black);
  position: fixed;
  right: -280px;
  top: 40%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Alexandria", serif !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.switcher__items .wc-col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  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: 50px 50px 100px;
  z-index: 100000;
  overflow: hidden;
}
@media (max-height: 500px) {
  .offcanvas-3__area {
    padding: 40px;
  }
}
.offcanvas-3__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 1fr;
  grid-template-columns: 340px 1fr;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .offcanvas-3__inner {
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-3__inner {
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-padding-start: 58px;
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  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;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(50%, #ddd),
    color-stop(0, #666)
  );
  background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transform: perspective(359px) rotateY(-18deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow-y: hidden;
}

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

.offcanvas-3__menu ul li {
  opacity: 0;
  top: -100px;
  position: relative;
  -webkit-transform: perspective(359px) rotateX(50deg);
  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;
  -webkit-transition: all 0.5s;
  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%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .close-button span {
    width: 20px;
  }
}
.close-button span:first-child {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.close-button span:last-child {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/*
-----------------------------
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: "Alexandria", serif !important;
}

.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 {
    -ms-flex-preferred-size: 45%;
    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;
    -ms-flex-preferred-size: 100%;
    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;
  -webkit-transition: 0.3s;
  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;
}

:root {
  --theme: #feda1f;
  --section-bg: #faf8f7;
}

.section-spacing {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing-top {
  padding-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing-top {
    padding-top: 30px;
  }
}

.section-spacing-bottom {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .container-large {
    max-width: 1744px;
    margin: auto;
  }
}

.wc-btn-link {
  font-size: 18px;
  text-decoration: underline;
}

.wc-btn-primary {
  font-size: 12px;
  font-weight: 500;
  padding: 14px 25px;
  border-radius: 25px;
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .wc-btn-primary {
    padding: 14px 25px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .wc-btn-primary {
    padding: 21px 30px;
    border-radius: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .wc-btn-primary {
    padding: 16px 25px;
    border-radius: 10px;
  }
}

/*
--------------------------------
HEADER AREA
--------------------------------
*/
.header-area {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  background-color: var(--white);
}
.header-area .header-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 100px;
}
@media only screen and (max-width: 1919px) {
  .header-area .header-area__inner {
    height: 80px;
  }
}
.header-area .header-area__inner > *:first-child {
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.header-area .header__nav {
  background: url("../imgs/shape/header-bg.svg") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  width: 910px;
  height: 100px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dark .header-area .header__nav {
  background: url("../imgs/shape/header-bg-dark.svg") no-repeat;
}
@media only screen and (max-width: 1919px) {
  .header-area .header__nav {
    width: 750px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area .header__nav {
    background: none;
    width: auto;
  }
}
.header-area .header-search {
  cursor: pointer;
}
.header-area .header-search i {
  font-size: 22px;
  color: var(--primary);
}
.header-area .main-menu ul {
  gap: 15px;
}
.header-area .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
.header-area .wc-btn-primary {
  padding: 14px 25px;
  border-radius: 15px;
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white);
}
.dark .header-area .wc-btn-primary {
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .header-area .wc-btn-primary {
    padding: 11px 20px;
  }
}
.dir-rtl .header-area .header__navicon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*
--------------------------------
INTRO AREA
--------------------------------
*/
.intro-area {
  background-color: var(--section-bg);
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  background-image: url(../imgs/webp/02.webp);
  background-size: cover;
  top: 80px;
  margin-bottom: 80px;
}
.intro-area::before {
  position: absolute;
  content: "";
  background-color: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.intro-area .intro-content,
.intro-area .intro-info {
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .intro-area {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.dark .intro-area {
  background-color: #171717;
}
.intro-area .intro-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 355px 532px 1fr;
  grid-template-columns: 355px 532px 1fr;
}
@media only screen and (max-width: 1919px) {
  .intro-area .intro-grid {
    -ms-grid-columns: 355px 472px 1fr;
    grid-template-columns: 355px 472px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .intro-area .intro-grid {
    -ms-grid-columns: 355px 402px 1fr;
    grid-template-columns: 355px 402px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .intro-area .intro-grid {
    -ms-grid-columns: 355px 1fr;
    grid-template-columns: 355px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .intro-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.intro-area .intro-info .text {
  padding-bottom: 13px;
  color: var(--text);
}
.intro-area .highlight-text {
  font-size: 12px;
  font-weight: 400;
  max-width: 131px;
  line-height: 1.8;
  color: white !important;
  padding-bottom: 78px;
}
body.dir-rtl .intro-area .highlight-text {
  font-weight: bold;
  font-family: "Alexandria", serif !important;
}
@media only screen and (max-width: 1919px) {
  .intro-area .highlight-text {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 1399px) {
  .intro-area .highlight-text {
    max-width: 201px;
  }
}
.intro-area .arrow-button {
  padding-bottom: 156px;
}
.dir-rtl .intro-area .arrow-button {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1919px) {
  .intro-area .arrow-button {
    max-width: 40px;
    padding-bottom: 46px;
  }
}
@media only screen and (max-width: 1399px) {
  .intro-area .arrow-button {
    display: none;
  }
}
.intro-area .counter-box {
  background-color: var(--white);
  padding: 35px;
  border-radius: 30px;
  max-width: 230px;
  position: relative;
}
.dark .intro-area .counter-box {
  background-color: #222222;
}
@media only screen and (max-width: 1399px) {
  .intro-area .counter-box {
    padding: 25px;
    border-radius: 15px;
  }
}
.intro-area .counter-box::before {
  position: absolute;
  content: "";
  inset-inline-end: 120px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 82px;
  height: 2px;
  background-color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .intro-area .counter-box::before {
    display: none;
  }
}
.intro-area .counter-title {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1919px) {
  .intro-area .counter-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .intro-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}
.intro-area .intro-content .text {
  font-size: 16px;
  padding-bottom: 50px;
  font-weight: 300;
  color: white !important;
}
@media only screen and (max-width: 1399px) {
  .intro-area .intro-content .text {
    font-size: 16px;
  }
}
.intro-area .intro-title {
  padding-bottom: 18px;
  font-weight: 700;
  color: white !important;
  line-height: 0.92;
}
@media only screen and (max-width: 1919px) {
  .intro-area .intro-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .intro-area .intro-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-area .intro-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .intro-area .intro-title {
    font-size: 45px;
  }
}
.intro-area .intro-title .small-hypen {
  display: inline-block;
  height: 15px;
  width: 30px;
  background-color: #121212;
  border-radius: 3px;
  position: relative;
  top: -20px;
}
@media only screen and (max-width: 1199px) {
  .intro-area .intro-title .small-hypen {
    height: 10px;
    top: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-area .intro-title .small-hypen {
    height: 5px;
    top: -10px;
  }
}
.intro-area .main-thumb {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .intro-area .main-thumb {
    display: none;
  }
}
.dir-rtl .intro-area .main-thumb img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.intro-area .shape-1 {
  position: absolute;
  inset-inline-end: 0;
  bottom: 27%;
}
.dir-rtl .intro-area .shape-1 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1919px) {
  .intro-area .shape-1 {
    width: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .intro-area .shape-1 {
    bottom: 17%;
  }
}

/*
--------------------------------
ABOUT AREA
--------------------------------
*/
.about-area .section-heading {
  text-align: center;
}

.about-area .section-heading .section-desc {
  max-width: 780px;
  margin: auto;
  margin-top: 22px;
}
.about-area .about-thumb {
  text-align: center;
  margin-top: 14px;
}
.about-area .about-thumb img {
  width: 450px;
}
.dir-rtl .about-area .about-thumb img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .about-area .about-thumb img {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .about-thumb img {
    width: 250px;
  }
}

/*
--------------------------------
PROJECT AREA
--------------------------------
*/
.project-area {
  background-color: var(--black);
}
.dark .project-area {
  background-color: var(--white);
}
.project-area .projects-grid {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  gap: 70px 130px;
  max-width: 1290px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .project-area .projects-grid {
    gap: 70px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .project-area .projects-grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    gap: 30px;
  }
}
.project-area .projects-grid > * {
  margin-top: 150px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .project-area .projects-grid > * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .project-area .projects-grid > * {
    margin-top: 50px;
  }
}
.project-area .projects-grid > *:first-child {
  margin-top: 0;
}
.project-area .project-item {
  position: relative;
}
.project-area .project-item:hover .thumb .wc-btn-primary {
  opacity: 1;
  margin-top: 0;
}
.project-area .project-item:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.project-area .project-item .thumb {
  position: relative;
  overflow: hidden;
}
.project-area .project-item .thumb .wc-btn-primary {
  font-size: 14px;
  padding: 17px 26px;
  border-radius: 15px;
  background-color: var(--white);
  color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: 20px;
}
.project-area .project-item .thumb img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.project-area .project-content {
  padding-top: 25px;
}
.project-area .project-content .title {
  font-size: 30px;
  color: var(--white);
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .project-area .project-content .title {
    font-size: 24px;
  }
}
.dark .project-area .project-content .title {
  color: var(--black);
}
.project-area .project-content .text {
  color: var(--white-2);
}
.dark .project-area .project-content .text {
  color: var(--black-2);
}
.project-area .btn-wrap {
  text-align: center;
  padding-top: 93px;
}
@media only screen and (max-width: 991px) {
  .project-area .btn-wrap {
    padding-top: 43px;
  }
}
.project-area .wc-btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
}
.dark .project-area .wc-btn-primary {
  border-color: rgba(18, 18, 18, 0.1);
  color: var(--black);
}
.project-area .wc-btn-primary:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}
.dark .project-area .wc-btn-primary:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

/*
--------------------------------
COUNTER AREA
--------------------------------
*/
.counter-area-inner {
  border-bottom: 1px solid var(--border);
}
.counter-area .counters-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .counter-area .counters-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    gap: 30px;
  }
}
.counter-area .counter-item {
  text-align: center;
}
.counter-area .counter-item .title {
  font-size: 100px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .counter-area .counter-item .title {
    font-size: 60px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .counter-area .counter-item .title {
    font-size: 60px;
  }
}
.counter-area .counter-item .text {
  font-size: 20px;
  color: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .counter-area .counter-item .text {
    font-size: 16px;
  }
}

/*
--------------------------------
TESTIMONIAL AREA
--------------------------------
*/
.testimonial-area .section-heading {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .testimonial-area .section-heading {
    padding-bottom: 20px;
  }
}
.testimonial-area .testimonial-item {
  max-width: 910px;
  margin: auto;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}
.testimonial-area .text {
  font-size: 30px;
  padding-top: 20px;
  font-weight: 300;
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .testimonial-area .text {
    font-size: 22px;
  }
}
.testimonial-area .meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 10px auto;
  grid-template-columns: 50px auto;
  gap: 10px;
  max-width: 186px;
  margin: auto;
  text-align: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area .meta {
    padding-top: 30px;
  }
}
.testimonial-area .meta img {
  border-radius: 50%;
}
.testimonial-area .name {
  font-size: 20px;
}
.testimonial-area .post {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.testimonial-area .testimonial-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 48px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .testimonial-area .testimonial-pagination {
    padding-top: 20px;
  }
}
.testimonial-area .testimonial-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #e7e7e7;
  opacity: 1;
}
.dark .testimonial-area .testimonial-pagination .swiper-pagination-bullet {
  background-color: #4a4a4a;
}
.testimonial-area
  .testimonial-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
  width: 30px;
}

/*
--------------------------------
SERVICE AREA
--------------------------------
*/
.service-area {
  background-color: #faf8f7;
}
.dark .service-area {
  background-color: #171717;
}
.service-area .service-top-wrapper {
  padding-bottom: 80px;
}
.service-area .service-top-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 520px;
  grid-template-columns: 1fr 520px;
}
@media only screen and (max-width: 991px) {
  .service-area .service-top-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-area .service-top-wrapper .text {
  padding-bottom: 31px;
}
@media only screen and (max-width: 991px) {
  .service-area .service-top-wrapper .text {
    padding-bottom: 10px;
  }
}
.service-area .wc-btn-underline {
  color: var(--primary);
  text-transform: capitalize;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.service-area .services-wrapper-box {
  overflow: hidden;
}
.service-area .services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -70px;
  gap: 50px 0;
}
@media only screen and (max-width: 1399px) {
  .service-area .services-grid {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area .services-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .service-area .services-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .service-area .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-area .service-item {
  padding: 0 70px;
  -webkit-border-start: 1px solid #ece7e4;
  border-inline-start: 1px solid #ece7e4;
}
.dark .service-area .service-item {
  border-color: #272727;
}
@media only screen and (max-width: 1399px) {
  .service-area .service-item {
    padding: 0 30px;
  }
}
.service-area .service-item .icon {
  padding-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service-item .icon {
    padding-bottom: 25px;
  }
}
.service-area .service-item .title {
  padding-bottom: 25px;
  font-size: 30px;
}
@media only screen and (max-width: 1919px) {
  .service-area .service-item .title {
    font-size: 24px;
  }
}
.service-area .service-item .service-features li {
  font-size: 18px;
  color: var(--secondary);
  font-weight: 300;
  padding-bottom: 15px;
  list-style: disc;
  list-style-position: inside;
}

/*
--------------------------------
AWARDS AREA
--------------------------------
*/
.awards-area {
  position: relative;
  z-index: 1;
}
.awards-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.awards-area .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.awards-area .area-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.85);
  top: 0;
  inset-inline-start: 0;
}
.awards-area .section-title {
  color: var(--white);
}
.awards-area .section-subtitle {
  color: var(--white);
}
.awards-area .section-subtitle.has-right-line {
  -webkit-padding-end: 130px;
  padding-inline-end: 130px;
}
.awards-area .section-subtitle.has-right-line:after {
  width: 120px;
  background-color: var(--white);
}
.awards-area .subtitle-wrapper {
  margin-bottom: -90px;
}
@media only screen and (max-width: 1399px) {
  .awards-area .subtitle-wrapper {
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .awards-area .subtitle-wrapper {
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .awards-area .subtitle-wrapper {
    margin-bottom: 10px;
  }
}
.awards-area .section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .awards-area .section-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
.awards-area .awards-area-inner {
  position: relative;
  z-index: 1;
}
.awards-area .section-content {
  margin-top: 72px;
  -webkit-margin-start: 438px;
  margin-inline-start: 438px;
}
@media only screen and (max-width: 1919px) {
  .awards-area .section-content {
    margin-top: 62px;
    -webkit-margin-start: 378px;
    margin-inline-start: 378px;
  }
}
@media only screen and (max-width: 1399px) {
  .awards-area .section-content {
    margin-top: 52px;
    -webkit-margin-start: 308px;
    margin-inline-start: 308px;
  }
}
@media only screen and (max-width: 1199px) {
  .awards-area .section-content {
    margin-top: 22px;
    -webkit-margin-start: 228px;
    margin-inline-start: 228px;
  }
}
@media only screen and (max-width: 991px) {
  .awards-area .section-content {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}
.awards-area .section-content .text {
  max-width: 480px;
  color: #999999;
}
.awards-area .section-content .awards-list {
  margin-top: 63px;
}
@media only screen and (max-width: 991px) {
  .awards-area .section-content .awards-list {
    margin-top: 33px;
  }
}
.awards-area .section-content .awards-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  max-width: 480px;
}

.client-area-text {
  position: relative;
}
.client-area-text .text {
  font-size: 30px;
  line-height: 1;
  max-width: 310px;
  position: absolute;
  inset-inline-start: 40%;
  top: 70px;
}
@media only screen and (max-width: 1399px) {
  .client-area-text .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .client-area-text .text {
    font-size: 22px;
    max-width: 280px;
    top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-text .text {
    font-size: 18px;
    max-width: 230px;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .client-area-text .text {
    text-align: center;
    position: static;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.client-area .clients-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 767px) {
  .client-area .clients-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .client-area .clients-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.client-area .client-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border);
  min-width: 100px;
  aspect-ratio: 100/100;
  padding: 0 20px;
  margin-top: -1px;
  border-inline-start-color: transparent;
}
@media only screen and (max-width: 767px) {
  .client-area .client-box {
    border: none;
    aspect-ratio: 100/50;
  }
}
.client-area .client-box:hover img {
  opacity: 1;
}
.client-area .client-box:nth-child(1) {
  -ms-grid-column: 2;
  grid-column-start: 2;
  border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
  .client-area .client-box:nth-child(1) {
    -ms-grid-column: auto;
    grid-column-start: auto;
  }
}
.client-area .client-box:nth-child(2) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
  .client-area .client-box:nth-child(2) {
    -ms-grid-column: auto;
    grid-column-start: auto;
  }
}
.client-area .client-box:nth-child(7) {
  -ms-grid-column: 2;
  grid-column-start: 2;
  border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
  .client-area .client-box:nth-child(7) {
    -ms-grid-column: auto;
    grid-column-start: auto;
  }
}
.client-area .client-box:nth-child(12) {
  -ms-grid-column: 5;
  grid-column-start: 5;
  border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
  .client-area .client-box:nth-child(12) {
    -ms-grid-column: auto;
    grid-column-start: auto;
  }
}
.client-area .client-box img {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* cta area style */
.cta-area .section-content {
  text-align: center;
}
.cta-area .section-content .section-title {
  max-width: 840px;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .cta-area .section-content .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area .section-content .section-title {
    max-width: 580px;
  }
}
.cta-area .section-content .btn-wrapper {
  margin-top: 51px;
}
@media only screen and (max-width: 1399px) {
  .cta-area .section-content .btn-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area .section-content .btn-wrapper {
    margin-top: 31px;
  }
}

/* footer area style  */
.footer-area {
  background-color: var(--secondary);
}
.dark .footer-area {
  background-color: #1b1b1b;
}
.footer-area .footer-area-inner {
  display: -ms-grid;
  display: grid;
  gap: 80px 60px;
  -ms-grid-columns: 275px 60px 190px 60px 190px 60px 385px;
  grid-template-columns: 275px 190px 190px 385px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-area-inner {
    padding-top: 80px;
    padding-bottom: 74px;
    -ms-grid-columns: 215px 190px 190px 315px;
    grid-template-columns: 215px 190px 190px 315px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-area-inner {
    padding-top: 60px;
    padding-bottom: 54px;
    gap: 50px 60px;
    -ms-grid-columns: auto 60px auto 60px auto;
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-inner {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-area-inner {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.footer-area .footer-area-inner > * {
  min-width: 130px;
}
.footer-area .footer-area-inner > *:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-area-inner > *:first-child {
    grid-row: auto;
  }
}
.footer-area .footer-area-inner > *:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 400px);
  background-color: #202020;
  top: -200px;
  inset-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-area-inner > *:first-child:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-area-inner > *.newsletter {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-inner > *.newsletter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-area-inner > *.newsletter {
    grid-column: auto;
  }
}
.footer-area .footer-logo img {
  max-height: 42px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-logo img {
    max-height: 34px;
  }
}
.footer-area .footer-widget-wrapper .title {
  color: var(--white);
  font-size: 30px;
  line-height: 0.73;
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper .title {
    font-size: 22px;
  }
}
.footer-area .footer-nav-list {
  margin-top: 27px;
}
.footer-area .footer-nav-list li {
  font-size: 18px;
  line-height: 30px;
  color: var(--white);
}
.footer-area .footer-nav-list li a:hover {
  color: var(--primary);
}
.footer-area .footer-nav-list li .location {
  margin-bottom: 22px;
  display: inline-block;
}
.footer-area .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 36px;
}
.footer-area .social-links li {
  line-height: 1;
}
.footer-area .social-links li a {
  color: var(--white-2);
}
.footer-area .social-links li a:hover {
  color: var(--white);
}
.footer-area .newsletter-text {
  margin-top: 29px;
}
.footer-area .newsletter-text .text {
  color: var(--white);
}

.subscribe-form {
  margin-top: 38px;
}
.subscribe-form .input-field {
  background-color: #202020;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 25px;
}
@media only screen and (max-width: 1399px) {
  .subscribe-form .input-field {
    padding: 18px 25px;
  }
}
.subscribe-form .input-field input {
  border: 0;
  background-color: #202020;
  color: var(--primary);
  width: 100%;
}
.subscribe-form .input-field input::-webkit-input-placeholder {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input::-moz-placeholder {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input:-ms-input-placeholder {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input::-ms-input-placeholder {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input::placeholder {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input:focus {
  outline: 0;
}
.subscribe-form .input-field .subscribe-btn img,
.subscribe-form .input-field .subscribe-btn i {
  color: var(--primary);
}
.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.subscribe-form .input-field .icon {
  color: var(--white-2);
}
.subscribe-form .policy-field {
  margin-top: 20px;
}
.subscribe-form .policy-field label {
  font-size: 14px;
  -webkit-margin-start: 6px;
  margin-inline-start: 6px;
}
.subscribe-form .policy-field label span {
  color: var(--primary);
  font-weight: 500;
}

.copyright-area {
  border-top: 1px solid #202020;
}

.copyright-area .copyright-text .text {
  text-align: center;
  font-weight: 500;
  color: var(--primary);
}
.copyright-area .copyright-text .text a {
  color: var(--white);
}
.header__button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.lang-btn:hover {
  transform: translateY(-2px);
}

.lang-btn.active {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .header__button {
    gap: 10px;
  }

  .lang-btn img {
    width: 20px;
  }
}
