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

  Theme Name: AOZ Krefeld Template
  Author: Augenärzte Krefeld
  Version: 1.0

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

*******************************************/

/*----------------------------------------*/
/*  01. VARIBALES CSS START
/*----------------------------------------*/
:root {
  --primary: #005153;
  --secondary: #4A7172;
  --az-green: #457820;
  --az-gold: #a18643;
  --black: #121212;
  --black-2: #555555;
  --white: #fff;
  --white-2: #999999;
}

/*----------------------------------------*/
/*  01. MIXIN CSS START
/*----------------------------------------*/

@media (max-width: 768px) {
  .mb-mobile {
    margin-bottom: 20px
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}


.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

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

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

.br-50 {
  border-radius: 50%;
}


/*----------------------------------------*/
/*  01. TYPOGRAPHY CSS START
/*----------------------------------------*/

@font-face {
  font-family: oaksans;
  src: url('../fonts/OakSans-Regular.woff2') format('woff2'),
      url('../fonts/OakSans-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: oaksans;
  src: url('../fonts/OakSans-SemiBold.woff2') format('woff2'),
      url('../fonts/OakSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: oaksans;
  src: url('../fonts/OakSans-Bold.woff2') format('woff2'),
      url('../fonts/OakSans-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

:root {
  --font_primary: "oaksans";
  --font_secondary: "oaksans";
  --font_awesome: "Font Awesome 6 Free";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_primary);
  font-size: 18px;
  line-height: 1;
}

body.font-19 {
  font-size: 19px;
}

body.font-20 {
  font-size: 20px;
}

body.font-21 {
  font-size: 21px;
}

body.font-22 {
  font-size: 22px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding: 0;
  margin: 0;
  color: var(--az-green);
  font-family: var(--font_secondary);
  font-weight: 500;
}

h1,
h2 {
  color: var(--az-gold);
}


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

li {
  list-style: none;
}

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

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

p, .text {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--secondary);
  hyphens: auto;
  hyphenate-limit-chars: 8 3 3;
}



p a, .accordion-body a {
  font-weight: bolder;
}

.dark p {
  color: #999999;
}

strong {
  font-weight: 600;
  color: var(--secondary);
}

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

img:not(.image-comparison 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;
  }
  h1 br, h2 br  {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
}

h1, .h1 {
  font-size: calc(32px + (38 - 32) * ((100vw - 300px) / (1600 - 300)));
}

h2, .h2 {
  font-size: calc(28px + (34 - 28) * ((100vw - 300px) / (1600 - 300)));
}

h3, .h3 {
  font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1600 - 300)));
}

h4, .h4, .card h3 {
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300)));  
}

h5, .h5 {
  font-size: 20px;
}

h6, .h5 {
  font-size: 18px;
}


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

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

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

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

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

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

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

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

/*
-----------------------
Header
-----------------------
*/

.header__logo {
  position: relative;
  z-index: 2;
}

.header__logo img {
  height: 55px;
  width: auto;
}

.header__nav {
  position: relative;
}

.header__search {
  position: relative;
}

.header__menu {
  position: relative;
  width: auto;
}

.header__font {
  position: relative;
  width: auto;
}

.header__font svg, .header__menu img {
  height: 35px;
  width: auto;
  filter: invert(23%) sepia(20%) saturate(3035%) hue-rotate(142deg) brightness(95%) contrast(101%);
}

.active-circle {
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background-color: rgb(141, 207, 155);
  border-radius: 50px;
  display: inline-block;
  animation: dot-lighting 1s infinite;
}

@keyframes dot-lighting {
  0% {
    background-color: rgb(0, 226, 52);
    transition: 0.3s ease-in;
  }
  50% {
    background-color: rgba(141, 207, 155, 0.7);
    transition: 0.3s ease-out;
  }
  100% {
    background-color: rgb(141, 207, 155);
    transition: 0.3s ease-in;
  }
}
@media screen and (min-width: 1550px) {
  .container-large {
    max-width: 1550px;
  }
  .container-x-large {
    max-width: 1790px;
  }
  .container-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}
.circle-text .text {
  animation: spinner 5s infinite linear;
}
.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid var(--black);
  border-radius: 50%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.fix {
  overflow: hidden;
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-full img {
  width: 100%;
  height: 100%;
  -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;
  padding-inline-start: 35px;
  display: inline-block;
}
.has-left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

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

.wc-btn-icon i {
  transform: rotate(-45deg);
  transition: all 0.3s;
  font-size: 14px;
  color: var(--primary);
}

.wc-btn-icon:hover i {
  transform: rotate(0);
}

.list-check li {
  position: relative;
  padding-inline-start: 30px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}

.list-check li:last-child {
  margin-bottom: 0;
}

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

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}


/*----------------------------------------*/
/*  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: #FFF;
  color: var(--secondary);
}

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

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

.anim-reveal {
  overflow: hidden;
}

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

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

.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-accent {
  background-color: #F0F7F3;
}
.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: 3px;
}

.header__area-6 {
  position: unset;
}

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

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

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

section {
  margin-bottom: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
--------------------------------
PRICING STYLES
--------------------------------
*/
.compare-area {
  background-color: #F0F7F3;
}


.compare-area .pricing-wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: start;
  gap: 150px;
}
@media only screen and (max-width: 1919px) {
  .compare-area .pricing-wrapper {
    grid-template-columns: 0.5fr 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .compare-area .pricing-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .compare-area .pricing-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.compare-area .progress-wrapper {
  max-width: 292px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}
.compare-area .progress-wrapper .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid var(--white);
  height: 80px;
  width: 80px;
}

.compare-area .progress-wrapper .circle .title {
  font-size: 24px;
}
.compare-area .progress-wrapper .title {
  font-size: 20px;
  line-height: 1.33;
  color: var(--primary);
}
.compare-area .progress-wrapper .title span {
  font-weight: 600;
}

.pricing-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stellenanzeigen a {
  position: relative;
  display: block;
  font-size: 20px;
  background-color: rgb(255 255 255 / 50%);
  cursor: pointer;
  padding: 20px 40px;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pricing-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.price-item {
  background-color: rgb(255 255 255 / 50%);
  padding: 60px 45px;
}
@media only screen and (max-width: 767px) {
  .price-item {
    max-width: 100%;
    padding: 60px 30px;
    margin-bottom:30px;
  }
}
.price-item .price-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.price-item .thumb {
  padding-bottom: 10px;
}
.price-item .badge-title-wrapper {
  border: 1px solid var(--white);
  padding: 4px 15px;
  padding-bottom: 1px;
  border-radius: 50px;
  display: inline-block;
}
.price-item .badge-title {
  font-size: 14px;
  line-height: 1.84;
  font-weight: 600;
}
.price-item .price-amount {
  padding-bottom: 30px;
  padding-top: 5px;
}
.price-item .item-title {
  font-size: 30px;
  line-height: 1.83;
}
.price-item .price-title {
  font-size: 21px;
  line-height: 1;
}
.price-item .price-content {
  padding-top: 25px;
}
.price-item .price-check-list li {
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-item .price-button {
  padding-top: 30px;
}
.price-item .wc-btn-primary {
  gap: 9px;
  background-color: transparent;
  color: var(--primary);
  border-radius: 50px;
  border: 2px solid;
  padding: 15px 28px;
}
.price-item .wc-btn-primary img {
  transition: 0.3s;
}
.price-item .wc-btn-primary:hover {
  background-color: var(--white);
  color: var(--primary);
}
.price-item .wc-btn-primary:hover img {
  filter: invert(99%) sepia(100%) saturate(4%) hue-rotate(104deg) brightness(106%) contrast(100%);
}

/*
--------------------------------
PRICING STYLES
--------------------------------
*/

.services-area .services-area-inner {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .services-area .services-area-inner {
    gap: 50px;
    flex-direction: column;
  }
}
.services-area .thumb {
  position: relative;
  margin-bottom: 93px;
}
@media only screen and (max-width: 991px) {
  .services-area .thumb {
    margin-bottom: 43px;
  }
}
.services-area .section-heading {
  max-width: 775px;
}
@media only screen and (max-width: 1199px) {
  .services-area .section-heading {
    max-width: 375px;
  }
}
@media only screen and (max-width: 991px) {
  .services-area .section-heading {
    max-width: 295px;
  }
}
@media only screen and (max-width: 767px) {
  .services-area .section-heading {
    max-width: 100%;
  }
}
.services-area .section-heading .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 30px;
}

@media only screen and (max-width: 1399px) {
  .services-area .section-heading .content {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .services-area .section-heading .content .section-title {
    max-width: 100%;
  }
}

.services-area .services-wrapper {
  border-inline-start: 1px solid rgba(18, 18, 18, 0.1);
  max-width: 635px;
  flex-grow: 1;
  background: white;
  z-index: 9;
}

.services-area .services-wrapper > a {
  opacity: 0.7;
  transition: all 0.5s;
}
.services-area .services-wrapper > a:hover {
  opacity: 1;
}
.services-area .services-wrapper > a:first-child .service-item {
  padding-top: 0;
  border-top: 0;
}
.services-area .services-wrapper > a:last-child .service-item {
  padding-bottom: 20px;
}

.service-item {
  display: flex;
  gap: 72px;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 33px;
  padding-inline-start: 41px;
}
@media only screen and (max-width: 1199px) {
  .service-item {
    gap: 42px;
    padding-inline-start: 31px;
  }
}
@media only screen and (max-width: 991px) {
  .service-item {
    gap: 20px;
    padding-inline-start: 10px;
  }
}
@media (max-width: 575px) {
  .service-item {
    gap: 22px;
    padding-inline-start: 21px;
    flex-direction: column;
    padding-bottom: 18px;
  }
}

.service-item .number {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--az-gold);
}
.service-item .title {
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding: 0;

}

.service-item .title:before {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

.service-item .content-wrapper {
  display: flex;
  gap: 109px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .service-item .content-wrapper {
    gap: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .service-item .content-wrapper {
    gap: 69px;
  }
}

.service-item-border:not(:first-child) {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

/* services area end  */

.list-check li {
  position: relative;
  padding-inline-start: 20px;
  line-height: 1.4;
}

.list-check li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-menu-item li a {
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
  display: inline-block;
}
.footer-menu-item li a:hover {
  color: var(--white);
}

.social-icons {
  display: flex;
  gap: 23px;
}
.social-icons li a {
  font-size: 16px;
  display: block;
}
.social-icons li a:hover {
  color: var(--action);
}

.line-horizontal {
  width: 100%;
  background: rgba(18, 18, 18, 0.06);
  height: 1px;
}

.container-medium {
  max-width: 1415px;
  margin: auto;
}

.modal-content {
  display: unset;
  flex-direction: unset;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
  border: 0;
  text-align: center;
  position: unset;
}

.modal-dialog {
  max-width: 991px;
  position: unset;
}

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

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

.header__logo {
  transition: 0.3s;
}

.header-area.sticky {
  transition: 0.2s;
}


/* Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  animation: spinner 4s infinite linear;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  border: 1px solid rgb(74 113 114 / 50%);
  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 {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.container-preloader .loader-section {
  background-color: white;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  border: 3px solid var(--secondary);
  border-top-color: var(--primary);
  margin: 0 auto 3.5em auto;
  position: relative;
}

.spinner .spinner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  z-index: 10;
}

.dark .container-preloader .loader-section {
  background-color: var(--white);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

.wc-btn {
  display: inline-block;
}
.wc-btn-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  background: transparent;
  border-radius: 100px;
  padding: 17px 35px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--black-6);
  overflow: hidden;
  transition: all 0.3s;
}
.wc-btn-default:hover {
  color: var(--white);
}
.dark .wc-btn-default {
  color: var(--black);
}
.dark .wc-btn-default:hover {
  color: var(--black);
}
.wc-btn-border {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border: 1px solid var(--white);
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}
.wc-btn-border:hover {
  color: var(--white);
}
.dark .wc-btn-border {
  color: var(--black);
  border-color: var(--black);
}
.dark .wc-btn-border:hover {
  color: var(--black);
}
.wc-btn-primary {
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background-color: var(--primary);
  border: 2px solid var(--primary);
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}

.cta-area .wc-btn-primary {
  padding: 20px 50px;
  font-size: 22px;
  background: var(--az-gold);
}

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

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

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

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

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

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

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

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

/*
--------------------
wc-btn-underline
--------------------
*/
.wc-btn-underline {
  font-size: 20px;
  color: var(--az-gold);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

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

.wc-btn-underline:hover::after {
  width: 100%;
}
.wc-btn-underline::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: -4px;
  width: 0%;
  height: 1px;
  background-color: var(--primary);
  transition: 0.5s;
}

.wc-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #C0D6D3;
  transition: 0.5s;
}

.wc-btn-underline i {
  font-size: 10px;
}
/*
--------------------
wc-btn-normal
--------------------
*/
.wc-btn-normal {
  display: inline-flex;
  position: relative;
  color: var(--primary);
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  align-items: center;
  gap: 30px;
}
.wc-btn-normal::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.wc-btn-normal:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.wc-btn-normal i {
  font-size: 10px;
}

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

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

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


/*
------------------------------
SECTION TITLE
------------------------------
*/

.section-title-wrapper {
  margin-bottom: 28px;
}

.section-subtitle {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid rgba(0, 81, 83, 0.1);
  padding: 8px 15px;
  color: var(--primary);
  font-weight: 600;
  line-height: 1;
  background: white;
}
.subtitle-wrapper {
  margin-bottom: 28px;
}

.text .literatur {
  font-size: small;
  margin-top: 28px;
  padding-top: 10px;
  border-top: solid 1px var(--secondary);
}



.button-wrapper {
  margin-top: 25px;
}

/*----------------------------------------*/
/*  01. MENU CSS START
/*----------------------------------------*/
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
  justify-content: center;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 32px 15px;
}
.dark .main-menu li a {
  color: var(--black);
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\e929";
  font-family: "icomoon";
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.4;
}

.main-menu {
  position: relative; 
}

.main-menu .mega-menu {
  background-color: var(--white);
  padding: 60px 0;
  width: 100vw;
  font-weight: 500; 
  position: fixed;
  left: 0; 
  right: 0; 
  display: flex;
  justify-content: center; 
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .mega-menu:before {
content: "";
position: absolute;
inset-inline-start: -320px;
top: -320px;
height: 640px;
width: 640px;
background: url(../imgs/augen-logo.svg);
z-index: -2;
opacity: 0.1;
filter: blur(6px);
}

@media (min-width: 1200px) {
  .main-menu .mega-menu .inner-container {
    max-width: 1140px; 
  }
}

.main-menu .mega-menu .inner-container {
  max-width: 1320px; 
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 2fr); 
  column-gap: 25px;
  row-gap: 35px;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.main-menu .mega-menu::-webkit-scrollbar {
  width: 0px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.mega-menu .menu-item a, .mega-menu .menu-item p {
  flex-direction: column;
  gap: 20px;
  color: var(--secondary);
  font-weight: 400!important;
  line-height: 1;
  margin: 0;
  padding: 8px 0 8px 2rem;
  overflow: hidden;
  align-items: start;
  cursor: pointer;
}

.mega-menu .menu-item span {
  display:inline-block;
  width:40px;
}


.mega-menu .menu-item a:hover, .mega-menu .menu-item p:hover {
  color: var(--secondary);
  font-weight: 600!important;
}

.mega-menu .menu-item:before {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background-color: #C0D6D3;
  left: 10px;
  top: 0;
  position: absolute;
  transition: background-color .3s ease;
}

.mega-menu .menu-item:hover:before {
  background-color: #005153;
}

.mega-menu .menu-image a {
  padding: 0px;
}

.mega-menu .headline {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600!important;
  line-height: 1;
  color: var(--az-gold);
}

.mega-menu .headline:nth-of-type(2) {
  margin-top: 10px;
}

.main-menu .mega-menu li a img {
  transition: 1s;
}

.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  -moz-column-count: 2;
       column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}
.main-menu .mega-style-3 ul {
  -moz-column-count: 2;
       column-count: 2;
  position: relative;
  padding: 20px 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}
.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  -moz-column-span: all;
       column-span: all;
}
.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #23cc3a;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--primary);
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--white-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-color: var(--white-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

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

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

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

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

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

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

.offcanvas-menu__area {
  background: #F0F7F3;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 50px 50px 100px;
  z-index: 1000;
  overflow: hidden;
}

.offcanvas-menu__menu::-webkit-scrollbar {
  width: 0;
}

@media only screen and (max-width: 1919px) {
  .offcanvas-menu__area {
    padding: 30px 30px 100px;
  }
}
@media (max-height: 500px) {
  .offcanvas-menu__area {
    padding: 40px;
  }
}
.offcanvas-menu__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu__inner {
    grid-template-columns: 260px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu__inner {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}
@media (max-height: 500px) {
  .offcanvas-menu__inner {
    overflow-y: scroll;
  }
}
.offcanvas-menu__inner::-webkit-scrollbar {
  width: 0;
}
.offcanvas-menu__meta li {
}
.offcanvas-menu__meta li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu__meta li a:hover {
  color: var(--secondary);
}
.offcanvas-menu__meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}
.offcanvas-menu__social .title {
  font-weight: 600;
  line-height: 20px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.offcanvas-menu__social-links {
  display: flex;
  gap: 20px;
}

.offcanvas-menu__social-links a:hover {
  color: var(--secondary);
}
.offcanvas-menu__menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.offcanvas-menu__menu ul {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offcanvas-menu__menu ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #DDE8E5;
  inset-inline-start: 8px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu__menu ul:before {
    display: none;
  }
}
@media (max-height: 500px) {
  .offcanvas-menu__menu ul:before {
    height: 100%;
  }
}
.offcanvas-menu__menu li {
  padding-inline-start: 58px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu__menu li {
    padding-left: 0;
  }
}
.offcanvas-menu__menu li:hover:before {
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu__menu li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: var(--secondary);
  border-radius: 50%;
  inset-inline-start: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu__menu li:before {
    display: none;
  }
}
.offcanvas-menu__menu li:not(:last-child) {
  margin-bottom: 26px;
}
.offcanvas-menu__menu li a {
  font-size: 120px;
  font-size: 8vh;
  color: var(--secondary);
  font-weight: 600;
  line-height: 0.9;
  position: relative;
  text-decoration: none;

}
.offcanvas-menu__menu li a:hover {
  color: var(--az-gold);
}

@media only screen and (max-width: 1399px) {
  .offcanvas-menu__menu li a {
    font-size: 7vh;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas-menu__menu li a {
    font-size: 6vh;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu__menu li a {
    font-size: 5vw;
  }
}
.offcanvas-menu__menu-wrapper {
  display: flex;
  align-items: flex-end;
  overflow-y: hidden;
}

.offcanvas-menu__area {
  left: 0%;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu__menu ul li {
  opacity: 0;
  top: -100px;
  position: relative;
}

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

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

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

/*-----------------------------------
FAQ area style  
-----------------------------------*/

.accordion {
  border-top: 1px solid transparent;
}
.accordion .accordion-button {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.44;
  color: var(--primary);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.accordion .accordion-button::after {
  content: "+";
  color: var(--primary);
  background-image: none;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 22px;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
.accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}
.accordion .accordion-item {
  border-bottom: 1px solid #F1F1F1;
  background-color: transparent;
}
.accordion .accordion-body {
  line-height: 1.33;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-bottom: 34px;
  padding-top: 0;
  color: var(--secondary);
  max-width: 740px;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-body {
    padding-bottom: 19px;
  }
}
.accordion .accordion-body span {
  font-weight: 600;
  color: var(--primary);
}

/* 
-------------------------------------
Intro area style  
-------------------------------------
*/
.intro-area {
  position: relative;
}
.intro-wrapper {
  margin-left: auto;
  background-color: rgb(240, 247, 243);
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  position: absolute;
  bottom: -150px;
  right: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .intro-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-wrapper {
    bottom: auto;
    position: relative;
    padding-bottom: 40px;
  }
}

.intro-area + section   {
  padding-top: 240px;
}

@media only screen and (max-width: 767px) {
.intro-area + .feature-area{
  padding-top: 80px;
  }
}

.intro-thumb {
  position: relative;
  background: url(../imgs/intro-behandlungsportal.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80vh;
}

.ivom {
  position: relative;
  background: url(../imgs/intravitreale-injektion-ivom.jpg) no-repeat center bottom;
  background-size: cover;
  height: 80vh;
}

.karriere {
  position: relative;
  background: url(../imgs/intro-karriere.jpg) no-repeat center;
  background-size: cover;
  height: 80vh;
}


.generic {
  position: relative;
  background: url(../imgs/intro-kontakt.jpg) no-repeat center bottom;
  background-size: cover;
  height: 80vh;
}

.femto {
  position: relative;
  background: url(../imgs/operationssaal.jpg) no-repeat center center;
  background-size: cover;
  height: 80vh;
}

.op {
  position: relative;
  background: url(../imgs/operationssaal.jpg) no-repeat center center;
  background-size: cover;
  height: 80vh;
}

.intro-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intro-thumb {
    height: 60vh!important;
  }
}

.intro-content {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 70px;
}

@media only screen and (max-width: 991px) {
  .intro-content {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.intro-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.intro-item {
  display: flex;
  padding-bottom: 10px;
  padding-inline-start: 30px;
  align-items: center;
}

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

.intro-item:first-child {
  padding-top: 30px;
}

.intro-item:last-child {
  padding-bottom: 30px;
}

.intro-item .title {
  font-size: 20px;
  font-weight: 600;
}
.sub-title {
  padding-top: 2px;
  color: var(--primary);
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}

.x-shape {
  position: absolute;
  bottom: -50%;
  right: -25%;
  width: 50%;
  height: auto;
  opacity: 0.2;
}
@media only screen and (max-width: 991px) {
  .x-shape {
    max-width: 30%;
  }
}

.sub-category-links {
  margin-top: 5px; /* Adds space between the main link and sub-links */
}

.sub-category-links .sub-link {
  font-size: smaller;
  color: var(--primary);
  margin-right: 10px;
  text-decoration: none;
  opacity: 0.85;
}

.sub-category-links .sub-link:hover {
  text-decoration: underline; /* Underline on hover */
}

/* about area style  */
.about-area {
  position: relative;
  margin-top: 100px;
  min-height: 700px;
}
.about-area .area-shape-1 {
  position: absolute;
  bottom: 10%;
  inset-inline-start: calc(50vw - 650px);
  width: 60vh;
  max-width: 600px;
  opacity: 0.1;
}

.about-area .area-shape-2 {
  position: absolute;
  top: -20px;
  inset-inline-start: calc(50vw - 900px);
  width: 20vw;
  max-width: 400px;
}

.about-area .section-content {
  max-width: 50%;
  margin-inline-start: auto;
}
@media only screen and (max-width: 991px) {
  .about-area .section-content {
    max-width: 100%;
  }
}
.about-area .section-content .section-title {
  line-height: 1.2;
}

.about-area .section-content .text-wrapper .text span {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.about-area .section-content .btn-wrapper {
  margin-top: 53px;
}
@media only screen and (max-width: 1919px) {
  .about-area .section-content .btn-wrapper {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .section-content .btn-wrapper {
    margin-top: 33px;
  }
}
.about-area .area-thumb {
  position: absolute;
  inset-inline-start: calc(50vw - 600px);
  bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  .about-area .area-thumb {
    inset-inline-start: 2%;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .area-thumb {
    display: none;
  }
}

/* experience area style  */

.experience-area {
  position: relative;
  padding-top: 458px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .experience-area {
    padding-top: 268px;
  }
}
@media only screen and (max-width: 991px) {
  .experience-area {
    padding-top: 158px;
  }
}
.experience-area .counter-box {
  background-color: #D7DDCB;
  display: inline-block;
  padding: 70px 48px 54px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box {
    padding: 40px 38px 34px;
  }
}
.experience-area .counter-box .number {
  font-size: 100px;
  font-weight: 900;
  line-height: 0.5;
  letter-spacing: -3px;
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box .number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-area .counter-box .number {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
.experience-area .counter-box .number span {
  font-size: 50px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box .number span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-area .counter-box .number span {
    font-size: 30px;
  }
}
.experience-area .counter-box .text {
  text-align: center;
  font-size: 42px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box .text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-area .counter-box .text {
    font-size: 20px;
  }
}
.experience-area .counter-box-wrapper {
  margin-inline-end: 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper {
    margin-inline-end: 60px;
  }
}
.experience-area .counter-box-wrapper .shadow {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D7DDCB;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.experience-area .counter-box-wrapper .shadow-1 {
  opacity: 0.5;
  inset-inline-start: 30px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper .shadow-1 {
    inset-inline-start: 20px;
  }
}
.experience-area .counter-box-wrapper .shadow-2 {
  opacity: 0.4;
  inset-inline-start: 60px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper .shadow-2 {
    inset-inline-start: 40px;
  }
}
.experience-area .counter-box-wrapper .shadow-3 {
  opacity: 0.3;
  inset-inline-start: 90px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper .shadow-3 {
    inset-inline-start: 60px;
  }
}
.experience-area .section-content {
  display: flex;
  justify-content: flex-end;
}

.experience-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}

.experience-area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


/*
-----------------------------
FEATURES STYLES 1
-----------------------------
*/
.feature-area.style-1 {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 1800px) {
  .feature-area.style-1 {
    max-width: 1920px;
  }
}
.feature-area.style-1::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F1F6F6;
  width: 100%;
  z-index: -2;
}
@media only screen and (max-width: 1199px) {
  .feature-area.style-1::before {
    background-color: transparent;
  }
}
.feature-area.style-1 .wc-btn-primary i {
  font-size: 8px;
}
.feature-area.style-1 .wc-btn-primary:hover {
  color: var(--white);
}

.feature-inner.style-1 {
  display: grid;
  grid-template-columns: 5fr 2fr;
  gap: 100px;
}

@media only screen and (max-width: 1199px) {
  .feature-inner.style-1 {
    display: flex;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-inner.style-1 {
    flex-wrap: wrap;
  }
}

.feature-wrapper.style-1 {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
@media only screen and (max-width: 1919px) {
  .feature-wrapper.style-1 {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-wrapper.style-1 {
    gap: 30px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .feature-wrapper.style-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrapper.style-1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.feature-wrapper.style-1 .thumb {
  grid-column: span 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .feature-wrapper.style-1 .thumb {
    grid-column: unset;
  }
}

.feature-about.style-1 .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.feature-about.style-1 .section-heading {
  height: 100%;
}
.feature-about.style-1 .section-title-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.feature-about.style-1 .btn-wrapper {
  margin-top: auto;
}
@media only screen and (max-width: 991px) {
  .feature-about.style-1 .btn-wrapper {
    margin-top: 42px;
  }
}
.feature-about.style-1 .sub-title-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .feature-about.style-1 .sub-title-wrapper {
    margin-bottom: 20px;
  }
}
.feature-about.style-1 .title {
  color: var(--primary);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .feature-about.style-1 .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-about.style-1 .title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.feature-about.style-1 .text {
  color: var(--secodary);
  font-weight: 400;
  line-height: 1.44;
}

/*
-----------------------------
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
-----------------------------
*/
.cf_feature.style-3 {
  border-right: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  padding: 50px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .cf_feature.style-3 {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cf_feature.style-3 {
    flex-basis: 45%;
    border: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cf_feature.style-3 {
    padding-left: 0;
    margin-bottom: 0;
    flex-basis: 100%;
    padding-bottom: 20px;
  }
}
.cf_feature.style-3:first-child {
  padding-left: 0;
}
.cf_feature.style-3:last-child {
  border-right: 0;
}
.cf_feature.style-3:hover .title {
  padding-left: 15px;
}
.cf_feature.style-3:hover .title::before {
  left: 0;
}
.cf_feature.style-3 .content {
  overflow: hidden;
}
.cf_feature.style-3 .count-title {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
.cf_feature.style-3 .title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
  transition: 0.3s;
  position: relative;
}
.cf_feature.style-3 .title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}
.cf_feature.style-3 .title:hover {
  color: var(--action);
}
.cf_feature.style-3 .text {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .cf_feature.style-3 .text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cf_feature.style-3 .text {
    margin-bottom: 20px;
  }
}
.cf_feature.style-3 .btn-underline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
}
.body-wrapper.consultant-financial {
  --primary: #005153;
  --secondary: #4A7172;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .body-wrapper.consultant-financial {
    overflow: hidden;
  }
}
.body-wrapper.consultant-financial .header-area {
  top: 30px;
}
.body-wrapper.consultant-financial .header-area .header-area__inner {
  border-radius: 5px;
  border: 1px solid rgba(0, 81, 83, 0.08);
  background: #F0F7F3;
  padding: 0 30px;
  margin: 0 -30px;
  height: 70px;
}
.body-wrapper.consultant-financial .header-area .wc-btn-primary {
  font-size: 16px;
  font-weight: 700;
  padding: 11px 16px;
  border-radius: 5px;
  background-color: #FFCD4C;
  border-color: transparent;
  color: var(--primary);
}
.body-wrapper.consultant-financial .header-area .main-menu > ul > li > a {
  padding: 27px 25px;
}

/*
-----------------------
 think layout styles
-----------------------

 */
.think-area {
  background-color: #F0F7F3;
  position: relative;
}

.think-area-inner {
  display: flex;
  align-items: center;
  gap: 110px;
}
@media only screen and (max-width: 767px) {
  .think-area-inner {
    flex-wrap: wrap;
    gap: 50px;
  }
}

.think-content {
  max-width: 50%;
}


.think-thumb-wrapper {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: 100%;
}

.think-thumb-wrapper img {
  height:100%;
  width: auto;
  max-width: 700px;
}

@media only screen and (max-width: 1919px) {
  .think-thumb-wrapper {
    max-width: 700px;
  }
}

@media only screen and (max-width: 1599px) {
  .think-thumb-wrapper {
    position: relative;
    height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .think-thumb-wrapper {
    position: relative;
  }
}

.think-graph-wrapper {
  display: flex;
  gap: 80px;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .think-graph-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .think-content {
    max-width: 100%;
  }

}

.think-graph-content {
  max-width: 255px;
}
.think-graph-content .title {
  font-size: 50px;
  color: #005153;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.think-graph-content .sub-title {
  color: #005153;
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.1;
}
.think-graph-content .divider {
  position: relative;
  background-color: #C0D6D3;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
}
.think-graph-content .divider::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 83%;
  background-color: #005153;
  border-radius: 2.5px;
}
.list-plus {
  padding-top: 29px;
}
.list-plus li {
  padding-inline-start: 26px;
}
.think-graph-content .list-plus li::before {
  top: 0;
}

/*
-----------------------
 work layout styles 
-----------------------

 */
.work-area {
  padding-bottom: 92px;
}
@media only screen and (max-width: 1199px) {
  .work-area {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area {
    padding-bottom: 40px;
  }
}
.work-area .section-heading {
  text-align: center;
  margin-bottom: 58px;
}
.work-area .title-wrapper {
  max-width: 655px;
  margin: auto;
}

.working-step-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .working-step-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .working-step-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .working-step-wrapper {
    grid-template-columns: 1fr;
  }
}

.working-step:last-child {
  margin-bottom: 0;
}

.working-step .count {
  color: #005153;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
  position: relative;
}

.working-step .count::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #EBF1F1;
}
.working-step .count::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 10px;
  width: 10px;
  background-color: #005153;
  border-radius: 50px;
}
.working-step .title {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-right: 25px;
}

.working-step .text {
  padding-right: 25px;
}


/*
-----------------------
 case layout styles 
-----------------------

 */
.case-study {
  padding-bottom: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .case-study {
    padding-bottom: 40px;
  }
}

.case-study-inner {
  display: flex;
  justify-content: space-between;
  padding: 80px;
  background: linear-gradient(94deg, #f0f7f33b -16.29%, #F0F7F3 100%);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .case-study-inner {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-inner {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .case-study-inner {
    padding: 20px;
  }
}
.case-study-inner .line-1 {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  inset-inline-end: 699px;
}
@media only screen and (max-width: 767px) {
  .case-study-inner .line-1 {
    display: none;
  }
}
.case-study-inner .line-2 {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  inset-inline-end: 312px;
}
@media only screen and (max-width: 767px) {
  .case-study-inner .line-2 {
    display: none;
  }
}
.case-study-inner::before {
  content: "";
  position: absolute;
  inset-inline-start: -320px;
  top: -320px;
  height: 640px;
  width: 640px;
  background: url(../imgs/augen-logo.svg);
  z-index: -2;
  opacity: 0.2;
  filter: blur(6px);
}

@media only screen and (max-width: 767px) {
  .case-study-inner::before {
    display: none;
  }
}

.case-study-inner .list-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  width: 100%;
}

.fr-1 {
  grid-template-columns: 1fr!important;
}

@media only screen and (max-width: 1199px) {
  .case-study-inner .list-check {
    max-width: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .case-study-inner .list-check {
    grid-template-columns: 1fr;
  }
}
.case-study-inner .list-check li {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .case-study-inner .list-check li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .case-study-inner .list-check li:nth-child(even) {
    width: 100%;
  }
}


/*
-----------------------
 Video layout styles 
-----------------------
 */

.grid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}

.grid-1-1 {
  grid-template-columns: 1fr 1fr;
}

.grid-1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid-2-1 {
  grid-template-columns: 2fr 1fr;
}

.grid-2-3 {
  grid-template-columns: 2fr 3fr;
}

.grid-3-2 {
  grid-template-columns: 3fr 2fr;
}

@media only screen and (max-width: 1192px) {
  .grid-inner {
    display: block;
  }
}

 .flex-inner {
  display: flex;
  gap: 5%;
}

@media only screen and (max-width: 1192px) {
  .flex-inner {
    display: block;
  }
}

.faq-area .faq-content {
  width: 40%;
}

.faq-area .faq-thumb {
  width: 55%;
}

@media only screen and (max-width: 1192px) {
  .flex-inner {
    display: block;
    margin-bottom: 80px;
  }

  .faq-area .faq-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .faq-area .faq-thumb {
    width: 100%;
  }
}

.video-area {
  position: relative;
}
.video-area::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 81, 83, 0.4);
  z-index: 2;
}
.video-area .wc-btn-play {
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .video-area .wc-btn-play {
    width: 50px;
    height: 50px;
  }
}
.video-area .pos-center {
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .video-area .thumb img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Faq Layout styles */

.accordion .accordion-button {
  line-height: 1.44;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: #005153;
  font-weight: 600;
  justify-content: flex-end;
}
.accordion .accordion-button span {
  font-weight: 600;
}
.accordion .accordion-button::after {
  content: "+";
  background-image: none;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 26px;
  font-weight: 600;
  margin-left: 0;
  margin-inline-end: 10px;
}
.accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}
.accordion .accordion-item {
  background-color: transparent;
  border: none;
  position: relative;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 7px;
}
.accordion .accordion-body {
  line-height: 1.44;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  color: #005153;
}
.accordion .accordion-body span {
  font-weight: 600;
  color: #F8F5F3;
}



/*
-----------------------
 brand layout styles 
-----------------------

 */
.brand-area {
  background-color: #F0F7F3;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .brand-area {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .brand-area {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.brand-area .section-heading {
  text-align: center;
  max-width: 688px;
  margin: auto;
}
.brand-logos {
  margin: auto;
  margin-top: 40px;
}

.brands .brand-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.brand-logo img {
  filter: grayscale(1);
  opacity: 0.4;
  height: 30px;
  width: auto;
}

.brand-logo img:hover {
  filter: grayscale(0);
  opacity: 1
}



/*
-----------------------
 Counter layout styles 
-----------------------
 */
.counter-area {
  margin: 50px 0 25px 0;
  border-top: 1px solid rgba(9, 21, 66, 0.08);
  border-bottom: 1px solid rgba(9, 21, 66, 0.08);
}

.counter-area .feature-wrapper.style-5 {
  display: flex;
}

.counter-area .introbox.style-5 {
  flex-grow: 1;
  text-align: center;
  width: 25%;
}
.counter-area .introbox.style-5:first-child .cf_title {
  max-width: 160px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .counter-area .introbox.style-5:first-child .cf_title {
    max-width: unset;
  }
}
.counter-area .introbox.style-5 .title-1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 3px;
}
@media only screen and (max-width: 991px) {
  .counter-area .introbox.style-5 .title-1 {
    font-size: 30px;
  }
}
.counter-area .introbox.style-5 .title-2 {
  line-height: 1.2;
  font-weight: 600;
}

/* Testimonial layout styles */
.testimonial.style-5 {
  position: relative;
}
.testimonial.style-5::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #DDE8E5;
}
@media only screen and (max-width: 767px) {
  .testimonial.style-5::before {
    display: none;
  }
}

/*
-----------------------
 Blog layout styles 
-----------------------
 */
.blog-area {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1919px) {
  .blog-area {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area {
    padding-bottom: 40px;
  }
}

/*
-----------------------
 FOOTER layout styles 
-----------------------
 */
.footer-area .subscribe-form-item .header {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-area .subscribe-form-item .header {
    gap: 5px;
  }
}

.footer-area ul li a:hover {
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .feature-area.style-6 .introbox.style-6:nth-child(n):not(n) {
    border-bottom: 0;
  }
  .feature-area.style-6 .introbox.style-6:nth-child(n):last-child {
    border-bottom: 1px solid #EBF1F1;
  }
}

.header-area.sticky {
  position: fixed !important;
  background-color: #F0F7F3;
}

.header-area.style-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid rgba(18, 18, 18, 0.06);
  transition: 0.3s;
}
.header-area.style-2 .header-area__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  height: 80px;
}
.header-area.style-2 .header-area__inner > *:first-child {
  margin-inline-end: auto;
}
.header-area.style-2 .main-menu li a {
  font-size: 18px;
  font-weight: 600;
}
.header-area.style-2 .search-icon {
  color: var(--primary);
  cursor: pointer;
}
.header-area.style-2 .open-offcanvas span {
  color: var(--white);
  font-size: 13px;
}
@media (max-width: 575px) {
  .header-area.style-2 .header__meta {
    display: none;
  }
}
.header-area.style-2 .wc-btn-primary i {
  font-size: 8px;
}

/* header-banner area start */
.header-banner.banner-area {
  position: relative;
}
@media (max-width: 575px) {
  .header-banner.banner-area {
    background-color: #f0f7f3;
  }
}
.header-banner .banner-area-top {
  background-color: #F0F7F3;
  height: 550px;
}
.header-banner .banner-content {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .header-banner .banner-content {
    flex-direction: column;
  }
}

.title-box {
  width:75%;
}

.header-banner .title {
  font-size: calc(26px + (42 - 28) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}

.header-banner .title span {
  position: relative;
  z-index: 1;
}
.header-banner .title span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 17%;
  background: #FFCD4C;
  bottom: 25%;
  z-index: -1;
}
.header-banner .text-wrapper .text {
  margin-top: 0;
  max-width: 430px;
}

@media (max-width: 575px) {
  .header-banner .text-wrapper .text {
    max-width: 100%;
  }
}

.header-banner .text-wrapper .text span {
  color: #005153;
}

.header-banner .scroll-btn {
  margin-bottom: 200px;
}

.header-banner .btn-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.call-text p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.header-banner .wc-btn-primary {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  padding: 21px 33px;
  border-radius: 5px;
  background-color: #005153;
}
.header-banner .text-box {
  padding: 35px;
  background-color: #F0F7F3;
  position: relative;
  width: 100%;
}

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

.header-banner .banner-inner {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  max-width: 40%;
}

@media only screen and (max-width: 992px) {
  .header-banner .banner-inner {
    bottom: 0;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-banner .banner-inner {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
  }
}

.header-banner .banner-thumb {
  margin-top: -400px;
  position: relative;
}

@media only screen and (max-width: 991px) {

  .header-banner .banner-area-top {
    height: 350px;
}

  .header-banner .banner-thumb {
    margin-top: -200px;
  }
}

.header-banner .banner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* pricing area style  */
.cf_table {
  width: 100%;
}
.cf_table td,
.cf_table th {
  padding: 19px 20px 17px;
  text-align: center;
  border-inline-start: 1px solid #E0E5E5;
}
@media only screen and (max-width: 991px) {
  .cf_table td,
  .cf_table th {
    padding: 9px 20px 7px;
  }
}
.cf_table tr {
  border-bottom: 1px solid #E0E5E5;
  border-top: 1px solid #E0E5E5;
}
.cf_table tr > *:first-child {
  text-align: start;
  padding-inline-start: 0;
  font-weight: 600;
  border-inline-start: 0;
  padding: 10px;
}
.cf_table tr > *:first-child .text {
  font-size: 14px;
  line-height: 1.07;
  font-weight: 500;
  color: #555;
  max-width: 298px;
}

.cf_table thead td:first-child,
.cf_table thead th:first-child {
  font-weight: 600;

}
.cf_table thead .category {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  line-height: 1.11;
  margin-bottom: 16px;
}
.cf_table thead .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 0.83;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .cf_table thead .price {
    font-size: 20px;
  }
}
.cf_table tfoot td,
.cf_table tfoot th {
  padding-top: 35px;
  padding-bottom: 0;
}
.cf_table tfoot td:first-child,
.cf_table tfoot th:first-child {
  padding-top: 43px;
}
.cf_table tfoot tr {
  border-bottom: 0;
}
.cf_table tfoot img {
  filter: brightness(0);
}
.cf_table .wc-btn-primary {
  font-size: 18px;
  background-color: var(--primary);
  padding: 17px 34px 15px;
  border-radius: 5px;
  border: 0;
}
.cf_table .wc-btn-primary img {
  filter: brightness(100);
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .cf_table .wc-btn-primary {
    font-size: 16px;
  }
}
.cf_table .wc-btn-primary:hover {
  background-color: #F24721;
}
@media only screen and (max-width: 991px) {
  .pricing-table{
    overflow: scroll;
    padding-bottom: 20px;
  }
}

/*
-----------------------------
FEATURES STYLES 5
-----------------------------
*/
.introbox.style-5 {
  max-width: 340px;
  padding: 45px;
}
@media only screen and (max-width: 1199px) {
  .introbox.style-5 {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .introbox.style-5 {
    width: 50%!important;
  }
}

/*
-----------------------------
FEATURES STYLES 5
-----------------------------
*/
.feature-area.style-5 .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.feature-wrapper.style-5 {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .feature-wrapper.style-5 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*
-----------------------------
FEATURES STYLES 6
-----------------------------
*/
.introbox.style-6 {
  padding: 35px;
  border-inline-start: 1px solid #EBF1F1;
  border-inline-end: 1px solid #EBF1F1;
  flex-basis: 50%;
  padding-inline-start: 40px;
}

.introbox.style-6.fb-100 {
  border-inline-start: 1px solid #EBF1F1!important;
  border-top: none!important;
  flex-basis: 100%;
  padding: 0 35px 35px 35px;
}

@media only screen and (max-width: 991px) {
  .introbox.style-6.fb-100 {
    border: 0px!important;
    border-bottom: 1px solid #EBF1F1!important;
  }
}

@media only screen and (max-width: 991px) {
  .introbox.style-6 {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .introbox.style-6 {
    padding: 40px 0!important;
  }
}
.introbox.style-6:nth-child(2n+3) {
  border-top: 1px solid #EBF1F1;
}
.introbox.style-6:nth-child(2n+4) {
  border-top: 1px solid #EBF1F1;
}
.introbox.style-6:nth-child(even) {
  border-inline-start: 0;
}
@media only screen and (max-width: 991px) {
  .introbox.style-6:nth-child(even) {
    border-inline-end: 1px solid #EBF1F1;
  }
}
@media only screen and (max-width: 767px) {
  .introbox.style-6:nth-child(even) {
    border-inline-start: 1px solid #EBF1F1;
  }
}

@media only screen and (max-width: 1199px) {
  .introbox.style-6 {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .introbox.style-6 {
    padding: 40px 0;
    flex-basis: 50%;
    border: 1px solid #EBF1F1;
  }
}
@media only screen and (max-width: 767px) {
  .introbox.style-6 {
    flex-basis: 100%;
    border: 0px !important;
    border-bottom: 1px solid #EBF1F1 !important;
  }
}
.introbox.style-6 .thumb {
  margin-bottom: 34px;
  display: none;
}
/*
-----------------------------
FEATURES STYLES 6
-----------------------------
*/
.feature-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .feature-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-area .introbox:nth-child(3) {
    padding-bottom: 20px;
  }
}
.feature-area .introbox:nth-child(4) {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .feature-area .introbox:nth-child(4) {
    padding-bottom: 20px;
  }
}

.subtitle-radius {
  display: inline-block;
  border-radius: 12.5px;
  border: 1px solid rgba(0, 81, 83, 0.1);
  padding: 10px;
  color: #005153;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.feature-inner.style-6 {
  display: flex;
  gap: 5%;
}
@media only screen and (max-width: 1199px) {
  .feature-inner.style-6 {
    flex-wrap: wrap;
    gap: 40px;
  }
}

.feature-content.style-6 {
  flex-basis: 35%;
  flex-grow: 1;
}

.feature-content.fb-45 {
  flex-basis: 45%;
  flex-grow: 1;
}

@media only screen and (max-width: 1199px) {
  .feature-content.style-6, .feature-content.fb-45 {
    flex-basis: 100%;
  }
}

.feature-wrapper.style-6 {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 60%;
  flex-grow: 1;
}

.table-section-top {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 100px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .table-section-top {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .table-section-top {
    grid-template-columns: 1fr;
  }
}

.table-section-top .btn-wrapper {
  align-self: flex-start;
  text-align: end;
  margin-top: 60px;
}


.team.style-2 {
  max-width: 350px;
}
.team.style-2 .team-thumb {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.team.style-2 .team-thumb:hover img {
  transform: scale(1.1);
}
.team.style-2 .team-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 81, 83, 0.2);
  mix-blend-mode: multiply;
  z-index: 2;
}
.team.style-2 .team-thumb img {
  width: 100%;
  transition: 1s;
}
.team.style-2 .team-content {
  text-align: center;
}
.team.style-2 .name {
  color: var(--white);
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .team.style-2 .name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .team.style-2 .name {
    font-size: 18px;
  }
}
.team.style-2 .post {
  color: #88A6A7;
  font-size: 16px;
}

.team-area.style-2 .feature-section-top {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  margin-bottom: 60px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .team-area.style-2 .feature-section-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-area.style-2 .feature-section-top {
    grid-template-columns: 1fr;
  }
}
.team-area.style-2 .section-subtitle {
  color: var(--white);
  border-color: var(--white);
}
.team-area.style-2 .section-title {
  color: var(--white);
}
.team-area.style-2 .text {
  font-size: 18px;
  color: #9CB9BA;
  max-width: 400px;
  margin-inline-start: auto;
}
.team-area.style-2 .wc-btn-underline {
  color: var(--white);
}
.team-area.style-2 .wc-btn-underline::before {
  background-color: var(--white);
}
.team-area.style-2 .btn-wrapper {
  align-self: flex-start;
  text-align: end;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .team-area.style-2 .btn-wrapper {
    margin-top: 0;
    text-align: start;
  }
}

.team-wrapper.style-2 {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .team-wrapper.style-2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.testimonial-item.style-5 {
  position: relative;
}
.testimonial-item.style-5 .quote-icon-wrap {
  margin-bottom: 40px;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .testimonial-item.style-5 .quote-icon-wrap {
    margin-bottom: 30px;
  }
}
.testimonial-item.style-5 .text {
  line-height: 1.4;
  margin-bottom: 50px;
  max-width: 330px;
}

@media only screen and (max-width: 767px) {
  .testimonial-item.style-5 .text {
    margin-bottom: 35px;
    max-width: 100%;
  }
}
.testimonial-item.style-5 .meta-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-item.style-5 .meta-info .image-wrapper img {
  width: 100%;
  border-radius: 50px;
}
.testimonial-item.style-5 .meta {
  position: relative;
  border-left: 1px solid #E9EAEB;
  padding-left: 15px;
}
.testimonial-item.style-5 .name {
  color: #005153;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
}
.testimonial-item.style-5 .post {
  font-size: 14px;
  margin-top: 0px;

}
.testimonial-item.style-5 .feedback-category {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background: rgba(9, 21, 66, 0.05);
  color: #091542;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
  margin-bottom: 20px;
}
.testimonial-item.style-5 .clients-thumb {
  display: flex;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .testimonial-item.style-5 .clients-thumb {
    margin-top: 30px;
  }
}
.testimonial-item.style-5 .client-image {
  max-width: 60px;
  background-color: var(--white);
  padding: 4px;
  margin-left: -15px;
}
.testimonial-item.style-5 .client-image:first-child {
  margin-left: 0;
}
.testimonial-item.style-5 .client-image img {
  border-radius: 50px;
}

.testimonial-section.style-5 .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-inner.style-5 {
  background-color: #F0F7F3;
  position: relative;
  padding: 60px;
  display: flex;
  border-radius: 5px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-inner.style-5 {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-inner.style-5 {
    padding: 20px;
  }
}
.testimonial-inner.style-5::before {
  position: absolute;
  content: "";
  inset-inline-end: 300px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #DDE8E5;
}
@media only screen and (max-width: 1199px) {
  .testimonial-inner.style-5::before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-inner.style-5 {
    flex-wrap: wrap;
    gap: 50px;
  }
}

.testimonial-rating.style-5 {
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-rating.style-5 {
    padding-left: 0;
  }
}
.testimonial-rating.style-5 .rating-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
.testimonial-rating.style-5 .rating-title {
  color: #005153;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}
.testimonial-rating.style-5 .disc {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .testimonial-rating.style-5 .text {
    margin-bottom: 20px;
  }
}

/*
    ---------------------------------
    # Swiper Prev and Next Button Styles
    # Apply custom styles using the Like "style-1" class
    # Adjust styles for disabled icons with the "swiper-button-disabled" class
    # Apply custom text prev-text next and prev navigation
*/
.swiper-button-prev.style-1::after,
.swiper-button-next.style-1::after {
  color: var(--primary);
}
.swiper-button-prev.style-1.swiper-button-disabled::after,
.swiper-button-next.style-1.swiper-button-disabled::after {
  color: #E4E4E4;
}

.prev-text {
  position: absolute;
  left: 25px;
}

.case-upper {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
}

.swiper-pagination.pagination-style-3 .swiper-pagination-bullet {
  background-color: var(--white-2);
  height: 8px;
  width: 8px;
  border-radius: 50px;
}
.swiper-pagination.pagination-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F45734;
}

.swiper-wrapper.style-3 {
  padding-bottom: 110px;
}

.testimonial-item.style-5 {
  max-width: 870px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-item.style-5 {
    max-width: 670px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-item.style-5 {
    max-width: 100%;
  }
}

.testimonial-rating.style-5 {
  text-align: center;
  flex-basis: 300px;
  position: relative;
  margin-inline-start: 60px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-rating.style-5 {
    margin-left: unset;
    text-align: start;
  }
}

.testimonial.navigation-6 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .testimonial.navigation-6 {
    justify-content: flex-start;
    margin-top: 40px;
  }
}
.testimonial.navigation-6 .swiper-button-next.style-5::after {
  transform: rotate(-180deg);
}
.testimonial.navigation-6 .swiper-button-next.style-5,
.testimonial.navigation-6 .swiper-button-prev.style-5 {
  position: unset;
  margin-top: 0;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: rgba(0, 81, 83, 0.1);
}
.testimonial.navigation-6 .swiper-button-next.style-5::after,
.testimonial.navigation-6 .swiper-button-prev.style-5::after {
  content: "\e936";
  font-family: "icomoon";
  font-size: 18px;
  font-weight: 600;
  color: #005153;
}

.divide-border {
  width: 100%;
  height: 1px;
  background-color: #DDE8E5;
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .divide-border {
    margin-top: 40px;
  }
}

/* blog style 1 */
.blog.style-1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .blog.style-1 {
    gap: 20px;
  }
}
.blog.style-1:hover .thumb img {
  transform: scale(1.02);
}
.blog.style-1 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.blog.style-1 .tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  line-height: 1;
  background-color: #F0F0F0;
  padding: 4px 6px;
  display: inline-block;
}
.blog.style-1 .meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.blog.style-1 .date {
  font-size: 12px;
  line-height: 1;
}
.blog.style-1 .has-left-line {
  padding-inline-start: 25px;
}
.blog.style-1 .has-left-line:before {
  width: 15px;
  color: var(--black);
}
.blog.style-1 .title {
  font-size: 30px;
  line-height: 1.16;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1399px) {
  .blog.style-1 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .blog.style-1 .title {
    font-size: 22px;
  }
}
.blog.style-1 .title span {
  font-weight: 600;
}
.blog.style-1 .title a:hover {
  color: inherit;
}
.blog.style-1 .text {
  font-size: 16px;
  line-height: 1.5;
}

.blog-area.style-5 .blog-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 40px;
}
.blog-area.style-5 .blog-wrapper-area {
  max-width: 820px;
}
@media only screen and (max-width: 991px) {
  .blog-area.style-5 .blog-wrapper-area {
    max-width: 100%;
  }
}
.blog-area.style-5 .blog .meta {
  margin-bottom: 15px;
}
.blog-area.style-5 .blog .title {
  font-size: 28px;
  line-height: 1.07;
  margin-bottom: 0;
}
.blog-area.style-5 .blog .tag {
  border-radius: 5px;
}
.blog-area.style-5 .section-heading {
  display: flex;
  gap: 53px;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .blog-area.style-5 .section-heading {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area.style-5 .section-heading {
    gap: 20px;
  }
}
.blog-area.style-5 .section-heading .text {
  font-size: 18px;
  line-height: 1.44;
  min-width: 290px;
  max-width: 315px;
}
.blog-area.style-5 .section-title {
  max-width: 290px;
}
.blog-area.style-5 .blog-area-inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .blog-area.style-5 .blog-area-inner {
    flex-direction: column;
    align-items: normal;
  }
}
.blog-area.style-5 .wc-btn-primary {
  font-size: 18px;
  font-weight: 700;
  padding: 21px 25px;
  border-radius: 50px;
  background-color: #005153;
}

.footer-area.style-5 {
  padding-top: 100px;
  background-color: #004E50;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .footer-area.style-5 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-5 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-5 {
    padding-top: 40px;
  }
}
.footer-area.style-5 .footer-inner {
  display: flex;
  gap: 170px;
}
.footer-area.style-5 .footer-menu {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .footer-area.style-5 .footer-menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-5 .footer-menu {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer-area.style-5 .left-content {
  width: 100%;
  flex-grow: 1;
  max-width: 130px;
}
.footer-area.style-5 .logo-wrapper {
  width: 330px;
  grid-row: span 2;
  position: relative;
}

.footer-area.style-5 .logo-wrapper img {
  height: 55px;
  width: auto;
  filter: brightness(10)
}

@media only screen and (max-width: 1919px) {
  .footer-area.style-5 .logo-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-5 .logo-wrapper {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-5 .logo-wrapper {
    width: unset;
    grid-row: unset;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-5 .logo-wrapper {
    align-self: center;
  }
}
.footer-area.style-5 .logo-wrapper::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: -100px;
  height: 200%;
  width: 1px;
  background-color: #ffffff33;
  z-index: -2;
}
@media only screen and (max-width: 991px) {
  .footer-area.style-5 .logo-wrapper::after {
    display: none;
  }
}

.widget-item {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .widget-item {
    max-width: 100%;
  }
}
.widget-item .widget-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--white);
}

.widget-item .header {
  display: flex;
  justify-content: space-between;
  gap: 54px;
}
@media only screen and (max-width: 1199px) {
  .widget-item .header {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.widget-item .header .title-2 {
  max-width: 116px;
  color: var(--white);
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .widget-item .header .title-2 {
    max-width: 100%;
  }
}
.widget-item p {
  max-width: 200px;
  font-size: 14px;
  color: #ffffffa8;
  line-height: 1;
}

.widget-item .ueberweiser {
  display:block;
  padding: 12px 20px;
  font-size: 16px;
  margin-top: 10px;
  color: #ffffffa8;
  background-color: #00000033;
  width: 100%;
}

.downloads {
  display: block;
  padding: 12px 20px;
  margin-top: 10px;
  background-color: #f0f7f3;
  font-weight: 600;
}

.widget-item .ueberweiser i {
  float: right;
  color: white;
  opacity: 0.8;
}

.widget-item ul li {
  color: #ffffffa8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}
.widget-item .social-icons {
  margin-top: 16px;
  padding-top: 0;
}
.widget-item .copyright-title {
  color: var(--white);
  font-size: 16px;
}
.widget-item .copyright-title a {
  font-weight: 600;
}

.footer-copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  margin-inline-start: auto;
  border-top: 1px solid #ffffff33;
  padding: 26px 0;
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-copy-wrapper {
    max-width: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-copy-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copy-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer-copy-wrapper .social-icons {
  margin-top: 0;
}
.footer-copy-wrapper .copy-text {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.footer-copy-wrapper .copy-text a {
  color: var(--white);
}

.swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*
# contact-intro
*/
.contact-intro {
  padding-top: 155px;
}
@media only screen and (max-width: 1199px) {
  .contact-intro {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-intro .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.location-thumb {
  position: relative;
}

.location-info-wrapper {
  position: absolute;
  top: -70px;
}
@media only screen and (max-width: 991px) {
  .location-info-wrapper {
    position: unset;
  }
}

.location-info {
  background-color: #f1f7f3;
  padding: 35px;
}

.location-info .logo {
  margin-bottom: 170px;
}
@media only screen and (max-width: 1199px) {
  .location-info .logo {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .location-info .logo {
    margin-bottom: 30px;
  }
}
.location-info .title {
  color: var(--primary);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 23px;
}
@media only screen and (max-width: 991px) {
  .location-info .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.location-info .text {
  color: var(--primary);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.71;
  padding-top: 14px;
}

.info-list li a {
  color: var(--primary);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.71;
}

/* contact area style  */
.contact-area {
  background: #F0F7F3;
}

.contact-area .logo {
  padding-top: 20px;
  text-align: center;
}

.contact-area .section-heading {
  max-width: 33%;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact-area .section-heading {
    max-width: 100%;
  }
}
.contact-area .contact-area-inner {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-area-inner {
    gap: 40px;
    flex-direction: column;
  }
}
.contact-area .contact-wrapper {
  max-width: 850px;
  width: 100%;
}


/* info area style  */
.info-area {
  padding-top: 100px;
  background-color: #F0F7F3;
  position: relative;
}
.info-area .body-lines-area {
  z-index: 2;
}
.info-area #myTabContent {
  position: relative;
  z-index: 3;
}
.info-area .section-title-wrapper {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1919px) {
  .info-area {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 991px) {
  .info-area {
    padding-top: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .info-area {
    padding-top: 42px;
    margin: 0 0;
    border-radius: 0;
  }
}
.info-area-inner {
  margin: 0 auto;
}
.info-area .section-title {
  max-width: 583px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .info-area .section-title {
    max-width: 473px;
  }
}
.info-area .section-heading {
  margin-bottom: 56px;
}
@media only screen and (max-width: 991px) {
  .info-area .section-heading {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .info-area .section-heading {
    margin-bottom: 26px;
  }
}
.note-wrapper {
  padding: 12px 30px 10px;
  margin: 0 auto;
  border: 1px solid rgba(16, 49, 66, 0.1);
  background: white;
  border-radius: 36px;
  margin-top: 70px;
  position: relative;
  z-index: 3;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
note-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .note-wrapper {
    margin-top: 40px;
  }
}
.note-wrapper .text {
  text-align: center;
  margin: 0;
}
.note-wrapper .text span {
  font-weight: 600;
  color: var(--primary);
}
.info-area .nav-tabs {
  border-bottom: 1px solid rgba(40, 70, 85, 0.062745098);
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .info-area .nav-tabs {
    overflow-x: scroll;
    scrollbar-width: thin;
  }
  .info-area .nav-tabs::-webkit-scrollbar {
    display: none;
  }
}
.info-area .nav-tabs .nav-link {
  font-size: 20px;
  line-height: 1.4;
  color: var(--primary);
  padding: 0 65px;
  padding-bottom: 7px;
  border: none;
  border-bottom: 1px solid rgba(40, 70, 85, 0.06);
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .info-area .nav-tabs .nav-link {
    padding: 0 5px;
  }
}
.info-area .nav-tabs .nav-item.show .nav-link,
.info-area .nav-tabs .nav-link.active {
  border-bottom-color: var(--primary);
  background-color: transparent;
}
.info-area .nav-tabs .nav-link:focus,
.info-area .nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary);
}

.info-content-wrapper {
  display: grid;
  grid-template-columns: auto 30%;
  background: var(--white);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .info-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.info-content-wrapper .thumb img {
  width: 100%;
  height: 100%;
  padding: 15%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-content-wrapper .content {
  padding: 55px 60px 58px;
}
@media only screen and (max-width: 991px) {
  .info-content-wrapper .content {
    padding: 35px 40px 38px;
  }
}
@media only screen and (max-width: 767px) {
  .info-content-wrapper .content {
    order: 2;
  }
}
.info-content-wrapper .title {
  margin-bottom: 33px;
}
@media only screen and (max-width: 991px) {
  .info-content-wrapper .title {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .info-content-wrapper .title {
    max-width: 100%;
  }
}
.info-content-wrapper .text {
  margin-bottom: 18px;
}
.info-content-wrapper .list-plus li {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 600;
  color: var(--primary);
  padding-inline-start: 22px;
}
.info-content-wrapper .list-plus li:not(:last-child) {
  margin-bottom: 7px;
}
.info-content-wrapper .list-plus li::before {
  top: 0px;
  font-size: 14px;
}
.info-content-wrapper .info-list {
  margin-bottom: 51px;
}
@media only screen and (max-width: 991px) {
  .info-content-wrapper .info-list {
    margin-bottom: 31px;
  }
}

/* faq area style  */
.faq-area .faq-area-inner {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .faq-area .faq-area-inner {
    gap: 20px;
    flex-direction: column;
  }
}

.accordion {
  border-top: 1px solid transparent;
}
.accordion .accordion-button {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.44;
  color: var(--primary);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-button {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.accordion .accordion-button::after {
  content: "+";
  color: var(--primary);
  background-image: none;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 22px;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
.accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}
.accordion .accordion-item {
  border-bottom: 1px solid #F1F1F1;
  background-color: transparent;
}
.accordion .accordion-body {
  font-size: 18px;
  line-height: 1.33;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-bottom: 34px;
  padding-top: 0;
  color: var(--secondary);
  max-width: 740px;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-body {
    padding-bottom: 19px;
  }
}
.accordion .accordion-body span {
  font-weight: 600;
  color: var(--primary);
}

/* client area style  */

@media only screen and (max-width: 1199px) {
  .client-area .content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area .content {
    max-width: 300px;
  }
}
.client-area .content .client-logos {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.client-area .content .client-logos img {
  max-height: 39px;
}
@media only screen and (max-width: 1199px) {
  .client-area .content .client-logos img {
    max-height: 32px;
  }
}
.client-area .content .text {
  font-size: 18px;
  line-height: 1.44;
}
.client-area .content .text-wrapper {
  margin-bottom: 53px;
}
.client-area .client-area-inner {
  display: flex;
  gap: 287px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .client-area .client-area-inner {
    gap: 107px;
  }
}
@media only screen and (max-width: 1199px) {
  .client-area .client-area-inner {
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .client-area .client-area-inner {
    gap: 30px;
    flex-direction: column;
  }
}
.client-area .section-heading {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .client-area .section-heading {
    gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.intro_team img {
  max-width: 450px!important;
}

.blockquote {
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 600;
  border-left: solid 5px #4a71723b;
}

.table{
  vertical-align: middle;
  color: var(--secondary)!important;
}

/* Custom radio button styling */
input[type="radio"] {
  appearance: none;
  padding: 0;
  margin: 0 auto;
  -webkit-appearance: none; 
  width: 30px;
  height: 30px;
  border: 1px solid rgb(74 113 114 / 50%) !important; 
  border-radius: 50%; 
  outline: none;
  cursor: pointer;
  background-color: white; 
  transition: all 0.3s ease-in-out;
}

input[type="radio"]:checked {
  background-color: #457820; 
  border-color: #457820;
}

input[type="radio"]:hover {
  border-color: #345714; 
}

.badge-neu {
  display: inline-block;
  vertical-align: middle; /* sitzt neben dem Text */
  font-size: 0.65em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0.2em 0.5em;
  margin-left: 8px;
  color: #fff;
  background: var(--az-green);
  border-radius: 999px;
  }

/* high contrast */
#contrast-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  transition: transform 0.2s ease;
}

#contrast-icon {
  width: 35px;
  height: 35px;
  background-color: none;
  border: none;
  filter: invert(23%) sepia(20%) saturate(3035%) hue-rotate(142deg) brightness(95%) contrast(101%);
}


.high-contrast {
  --primary: black!important;
  --secondary: black!important;
  --az-green: black!important;
  --az-gold: black!important;
}

.high-contrast .header__font svg, .high-contrast .header__menu img, .high-contrast #contrast-icon {
    filter: none;
}

.high-contrast .footer-area {
    background-color: black!important;
}

    * { box-sizing: border-box; }


