@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Bootstrap primary color override */
:root {
  --bs-primary: #2bc0e4;
  --bs-primary-rgb: 43, 192, 228;
}

:root {
  --primary: #121212;
  --secondary: #555555;
  --border: rgba(18, 18, 18, 0.08);
  --theme: #121212;
  --black: #fff;
  --black-2: #fff;
  --white: #FFFFFF;
  --white-2: #999999;
  --action: #FFCD4D;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2bc0e4;
  --bs-btn-border-color: #2bc0e4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2bc0e4;
  --bs-btn-hover-border-color: #2bc0e4;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2bc0e4;
  --bs-btn-active-border-color: #14bfea;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2bc0e4;
  --bs-btn-disabled-border-color: #2bc0e4;
}

:root .dark {
  --primary: #ffffff;
  --secondary: #999999;
  --border: rgba(255, 255, 255, 0.08);
}

/*----------------------------------------*/
/*  01. MIXIN CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. SPACE CSS START
/*----------------------------------------*/
.pb-10 {
  padding-bottom: 10px;
}

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

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

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

.navbar-nav a.nav-link.active {
  color: #2bc0e4 !important;
}

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

p {
  font-family: "Poppins", serif !important;
}

li {
  font-family: "Poppins", serif !important;
}

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

  .dropdown-menu {
    width: 100% !important;
    border-radius: 0 !important;
  }

  .dropdown-menu {
    padding: 15px !important;
  }

  .dropdown-menu img {
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 6px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-110 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-115 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-115 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-125 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-125 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-130 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-135 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-135 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-140 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-145 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-160 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-170 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-180 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-180 {
    padding-bottom: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-110 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-115 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-115 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-120 {
    padding-top: 120px;
  }
}

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-125 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-125 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-130 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-135 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-135 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-140 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-145 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-145 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-150 {
    padding-top: 120px;
  }
}

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-160 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-160 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-170 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-170 {
    padding-top: 100px;
  }
}

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

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

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

@media only screen and (max-width: 1399px) {
  .pt-180 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-180 {
    padding-top: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1919px) {
  .pt-210 {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-210 {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-210 {
    padding-top: 150px;
  }
}

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

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

@media only screen and (max-width: 1919px) {
  .pt-230 {
    padding-top: 190px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-230 {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-230 {
    padding-top: 170px;
  }
}

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

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

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

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

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

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

.pl-5 {
  padding-inline-start: 5px;
}

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

.pl-10 {
  padding-inline-start: 10px;
}

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

.pl-15 {
  padding-inline-start: 15px;
}

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

.pl-20 {
  padding-inline-start: 20px;
}

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

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

.pl-25 {
  padding-inline-start: 25px;
}

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

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

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

.pl-30 {
  padding-inline-start: 30px;
}

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

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

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

.pl-35 {
  padding-inline-start: 35px;
}

@media only screen and (max-width: 1399px) {
  .pl-35 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-35 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-40 {
  padding-inline-start: 40px;
}

@media only screen and (max-width: 1399px) {
  .pl-40 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-40 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-45 {
  padding-inline-start: 45px;
}

@media only screen and (max-width: 1919px) {
  .pl-45 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-45 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-45 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-50 {
  padding-inline-start: 50px;
}

@media only screen and (max-width: 1919px) {
  .pl-50 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-50 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-50 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-55 {
  padding-inline-start: 55px;
}

@media only screen and (max-width: 1919px) {
  .pl-55 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-55 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-55 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-60 {
  padding-inline-start: 60px;
}

@media only screen and (max-width: 1919px) {
  .pl-60 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-60 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-60 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-65 {
  padding-inline-start: 65px;
}

@media only screen and (max-width: 1919px) {
  .pl-65 {
    padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-65 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-65 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-70 {
  padding-inline-start: 70px;
}

@media only screen and (max-width: 1919px) {
  .pl-70 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-70 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-70 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-75 {
  padding-inline-start: 75px;
}

@media only screen and (max-width: 1919px) {
  .pl-75 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-75 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-75 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-80 {
  padding-inline-start: 80px;
}

@media only screen and (max-width: 1919px) {
  .pl-80 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-80 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-80 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-85 {
  padding-inline-start: 85px;
}

@media only screen and (max-width: 1919px) {
  .pl-85 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-85 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-85 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-90 {
  padding-inline-start: 90px;
}

@media only screen and (max-width: 1919px) {
  .pl-90 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-90 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-90 {
    padding-inline-start: 20px;
  }
}

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

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

.pl-100 {
  padding-inline-start: 100px;
}

@media only screen and (max-width: 1919px) {
  .pl-100 {
    padding-inline-start: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .pl-100 {
    padding-inline-start: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-100 {
    padding-inline-start: 20px;
  }
}

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

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

.plr-50 {
  padding-inline-start: 50px;
  padding-inline-end: 50px;
}

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

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

.plr-100 {
  padding-inline-start: 100px;
  padding-inline-end: 100px;
}

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

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

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

.plr-150 {
  padding-inline-start: 150px;
  padding-inline-end: 150px;
}

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

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

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

.plr-200 {
  padding-inline-start: 200px;
  padding-inline-end: 200px;
}

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

@media only screen and (max-width: 1919px) {
  .plr-200 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .plr-200 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

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

.plr-250 {
  padding-inline-start: 250px;
  padding-inline-end: 250px;
}

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

@media only screen and (max-width: 1919px) {
  .plr-250 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .plr-250 {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-45 {
  margin-bottom: 45px;
}

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

.mb-50 {
  margin-bottom: 50px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

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

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

.mb-60 {
  margin-bottom: 60px;
}

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

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

.mb-65 {
  margin-bottom: 65px;
}

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

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

.mb-70 {
  margin-bottom: 70px;
}

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

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

.mb-75 {
  margin-bottom: 75px;
}

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

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

.mb-80 {
  margin-bottom: 80px;
}

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

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

.mb-85 {
  margin-bottom: 85px;
}

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

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

.mb-90 {
  margin-bottom: 90px;
}

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

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

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

.mb-95 {
  margin-bottom: 95px;
}

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

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

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

.mb-100 {
  margin-bottom: 100px;
}

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

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

.mb-105 {
  margin-bottom: 105px;
}

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

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

.mb-110 {
  margin-bottom: 110px;
}

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

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

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

.mb-115 {
  margin-bottom: 115px;
}

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

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

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

.mb-120 {
  margin-bottom: 120px;
}

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

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

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

.mb-125 {
  margin-bottom: 125px;
}

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

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

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

.mb-130 {
  margin-bottom: 130px;
}

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

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

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

.mb-135 {
  margin-bottom: 135px;
}

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

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

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

.mb-140 {
  margin-bottom: 140px;
}

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

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

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

.mb-145 {
  margin-bottom: 145px;
}

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

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

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

.mb-150 {
  margin-bottom: 150px;
}

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

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

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

.mb-160 {
  margin-bottom: 160px;
}

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

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

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

.mb-170 {
  margin-bottom: 170px;
}

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

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

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

.mb-180 {
  margin-bottom: 180px;
}

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

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

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

.mb-190 {
  margin-bottom: 190px;
}

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

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

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

.mb-200 {
  margin-bottom: 200px;
}

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

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

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

.ml-5 {
  margin-left: 5px;
}

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

.ml-10 {
  margin-left: 10px;
}

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

.ml-15 {
  margin-left: 15px;
}

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

.ml-20 {
  margin-left: 20px;
}

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

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

.ml-25 {
  margin-left: 25px;
}

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

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

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

.ml-30 {
  margin-left: 30px;
}

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

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

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

.ml-35 {
  margin-left: 35px;
}

@media only screen and (max-width: 1399px) {
  .ml-35 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-35 {
    margin-left: 20px;
  }
}

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

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

.ml-40 {
  margin-left: 40px;
}

@media only screen and (max-width: 1399px) {
  .ml-40 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-40 {
    margin-left: 20px;
  }
}

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

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

.ml-45 {
  margin-left: 45px;
}

@media only screen and (max-width: 1919px) {
  .ml-45 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-45 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-45 {
    margin-left: 20px;
  }
}

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

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

.ml-50 {
  margin-left: 50px;
}

@media only screen and (max-width: 1919px) {
  .ml-50 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-50 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-50 {
    margin-left: 20px;
  }
}

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

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

.ml-55 {
  margin-left: 55px;
}

@media only screen and (max-width: 1919px) {
  .ml-55 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-55 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-55 {
    margin-left: 20px;
  }
}

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

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

.ml-60 {
  margin-left: 60px;
}

@media only screen and (max-width: 1919px) {
  .ml-60 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-60 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-60 {
    margin-left: 20px;
  }
}

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

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

.ml-65 {
  margin-left: 65px;
}

@media only screen and (max-width: 1919px) {
  .ml-65 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-65 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-65 {
    margin-left: 20px;
  }
}

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

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

.ml-70 {
  margin-left: 70px;
}

@media only screen and (max-width: 1919px) {
  .ml-70 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-70 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-70 {
    margin-left: 20px;
  }
}

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

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

.ml-75 {
  margin-left: 75px;
}

@media only screen and (max-width: 1919px) {
  .ml-75 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-75 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-75 {
    margin-left: 20px;
  }
}

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

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

.ml-80 {
  margin-left: 80px;
}

@media only screen and (max-width: 1919px) {
  .ml-80 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-80 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-80 {
    margin-left: 20px;
  }
}

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

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

.ml-85 {
  margin-left: 85px;
}

@media only screen and (max-width: 1919px) {
  .ml-85 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-85 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-85 {
    margin-left: 20px;
  }
}

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

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

.ml-90 {
  margin-left: 90px;
}

@media only screen and (max-width: 1919px) {
  .ml-90 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-90 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-90 {
    margin-left: 20px;
  }
}

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

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

.ml-100 {
  margin-left: 100px;
}

@media only screen and (max-width: 1919px) {
  .ml-100 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .ml-100 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .ml-100 {
    margin-left: 20px;
  }
}

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  01. TYPOGRAPHY CSS START
/*----------------------------------------*/
:root {
  --font_kanit: "Kanit", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_kanit);
  /* line-height: 1; */
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  scroll-behavior: smooth;
}

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

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  color: var(--primary);
}

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

p {
  padding: 0;
  margin: 0;
  /* line-height: 1.41; */
  font-weight: 400;
  font-size: 18px;
  color: var(--secondary);
}

strong {
  font-weight: 500;
}

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

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

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

  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }

  br {
    display: none;
  }
}

main {
  display: inline-block;
  width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}


.font-heading-recoleta-medium h1,
.font-heading-recoleta-medium h2,
.font-heading-recoleta-medium h3,
.font-heading-recoleta-medium h4,
.font-heading-recoleta-medium h5,
.font-heading-recoleta-medium h6 {
  font-family: "Poppins", serif !important;
  font-weight: 500;
  line-height: 1.05;
}

.font-heading-teko-bold h1,
.font-heading-teko-bold h2,
.font-heading-teko-bold h3,
.font-heading-teko-bold h4,
.font-heading-teko-bold h5,
.font-heading-teko-bold h6 {
  font-family: "Poppins", serif !important;
  font-weight: 700;
  line-height: 0.94;
}

.font-heading-dmsans-medium h1,
.font-heading-dmsans-medium h2,
.font-heading-dmsans-medium h3,
.font-heading-dmsans-medium h4,
.font-heading-dmsans-medium h5,
.font-heading-dmsans-medium h6 {
  font-family: "Poppins", serif !important;
  font-weight: 500;
  line-height: 1;
}

.font-heading-plusjakartasans-regular h1,
.font-heading-plusjakartasans-regular h2,
.font-heading-plusjakartasans-regular h3,
.font-heading-plusjakartasans-regular h4,
.font-heading-plusjakartasans-regular h5,
.font-heading-plusjakartasans-regular h6 {
  font-family: "Poppins", serif !important;
  font-weight: 400;
  line-height: 1;
}

.font-heading-plusjakartasans-regular-2 h1,
.font-heading-plusjakartasans-regular-2 h2,
.font-heading-plusjakartasans-regular-2 h3,
.font-heading-plusjakartasans-regular-2 h4,
.font-heading-plusjakartasans-regular-2 h5,
.font-heading-plusjakartasans-regular-2 h6 {
  font-family: "Poppins", serif !important;
  font-weight: 400;
  line-height: 1.08;
}

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

.font-heading-beatricetrial-regular-2 h1,
.font-heading-beatricetrial-regular-2 h2,
.font-heading-beatricetrial-regular-2 h3,
.font-heading-beatricetrial-regular-2 h4,
.font-heading-beatricetrial-regular-2 h5,
.font-heading-beatricetrial-regular-2 h6 {
  font-family: "Poppins", serif !important;
  font-weight: 400;
  line-height: 1.08;
}

.font-heading-beatricetrial-medium h1,
.font-heading-beatricetrial-medium h2,
.font-heading-beatricetrial-medium h3,
.font-heading-beatricetrial-medium h4,
.font-heading-beatricetrial-medium h5,
.font-heading-beatricetrial-medium h6 {
  font-family: "Poppins", serif !important;
  font-weight: 500;
  line-height: 1.08;
}

.font-heading-khand-bold h1,
.font-heading-khand-bold h2,
.font-heading-khand-bold h3,
.font-heading-khand-bold h4,
.font-heading-khand-bold h5,
.font-heading-khand-bold h6 {
  font-family: "Poppins", serif !important;
  font-weight: 700;
  line-height: 0.88;
}

.font-heading-instumentsans-medium h1,
.font-heading-instumentsans-medium h2,
.font-heading-instumentsans-medium h3,
.font-heading-instumentsans-medium h4,
.font-heading-instumentsans-medium h5,
.font-heading-instumentsans-medium h6 {
  font-family: "Poppins", serif !important;
  font-weight: 500;
  line-height: 1;
}

.font-heading-instumentsans-semibold h1,
.font-heading-instumentsans-semibold h2,
.font-heading-instumentsans-semibold h3,
.font-heading-instumentsans-semibold h4,
.font-heading-instumentsans-semibold h5,
.font-heading-instumentsans-semibold h6 {
  font-family: "Poppins", serif !important;
  font-weight: 600;
  line-height: 1;
}

.font-heading-spacegrotesk-bold h1,
.font-heading-spacegrotesk-bold h2,
.font-heading-spacegrotesk-bold h3,
.font-heading-spacegrotesk-bold h4,
.font-heading-spacegrotesk-bold h5,
.font-heading-spacegrotesk-bold h6 {
  font-family: "Poppins", serif !important;
  font-weight: 700;
  line-height: 1;
}

.font-heading-canelatrial-thin h1,
.font-heading-canelatrial-thin h2,
.font-heading-canelatrial-thin h3,
.font-heading-canelatrial-thin h4,
.font-heading-canelatrial-thin h5,
.font-heading-canelatrial-thin h6 {
  font-family: "Poppins", serif !important;
  font-weight: 300;
  line-height: 1.2;
}

/*----------------------------------------*/
/*  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.webp);
}

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

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

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

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

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

/*
-----------------------
Pagination
-----------------------
*/
.pagination.style-1 {
  display: flex;
  gap: 20px;
}

.pagination.style-1 li:last-child {
  padding-inline-start: 20px;
}

.pagination.style-1 li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dir-rtl .pagination.style-1 li a img {
  transform: rotate(180deg);
}

.pagination.style-1 li a.current {
  color: #999;
}

.register-form-box {
  background-color: var(--white);
  border-radius: 30px;
  width: 420px;
  padding: 70px 45px 80px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .register-form-box {
    margin: 0 10px;
    padding: 50px 25px 60px;
    width: calc(100% - 20px);
  }
}

.register-form-box .close-btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.register-form-box .btn-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}

.register-form-box .title {
  font-size: 30px;
}

.register-form-box .title span {
  font-weight: 400;
  color: var(--primary);
}

.register-form-box .icon {
  margin-top: 20px;
  margin-bottom: 45px;
}

.register-form-box .input-field input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 0 30px;
  outline: none;
}

.register-form-box .input-field input:focus {
  border-color: var(--theme);
}

.register-form-box .input-field:not(:first-child) {
  margin-top: 12px;
}

.register-form-box .policy-field {
  margin-top: 20px;
  margin-bottom: 42px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.register-form-box .policy-field label {
  font-size: 14px;
}

.register-form-box .policy-field label a {
  font-weight: 600;
  text-decoration: underline;
}

.register-form-box .note {
  margin-top: 15px;
  text-align: start;
}

.register-form-box .note p {
  font-size: 14px;
}

.register-form-box .note p a {
  font-weight: 600;
  text-decoration: underline;
}

.register-form-box button {
  width: 100%;
}

.register-form-box .alternative-title {
  font-size: 16px;
  position: relative;
  margin-top: 38px;
}

.register-form-box .alternative-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--border);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.register-form-box .alternative-title span {
  padding: 0 18px;
  background-color: var(--white);
  display: inline-block;
  position: relative;
}

.register-form-box .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 37px;
}

.register-form-box .social-links a {
  width: 60px;
  height: 60px;
  background-color: #F5F5F5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

.register-form-box .social-links a:hover {
  background-color: var(--theme);
}

/* register popup style  */
.login-form-box {
  background-color: var(--white);
  border-radius: 30px;
  width: 420px;
  padding: 70px 45px 80px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .login-form-box {
    margin: 0 10px;
    padding: 50px 25px 60px;
    width: calc(100% - 20px);
  }
}

.login-form-box .close-btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.login-form-box .btn-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}

.login-form-box .title {
  font-size: 30px;
}

.login-form-box .title span {
  font-weight: 400;
  color: var(--primary);
}

.login-form-box .icon {
  margin-top: 20px;
  margin-bottom: 45px;
}

.login-form-box .input-field input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 0 30px;
  outline: none;
}

.login-form-box .input-field input:focus {
  border-color: var(--theme);
}

.login-form-box .input-field:not(:first-child) {
  margin-top: 12px;
}

.login-form-box .policy-field {
  margin-top: 15px;
  margin-bottom: 42px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.login-form-box .policy-field label {
  font-size: 14px;
}

.login-form-box .policy-field label a {
  font-weight: 600;
  text-decoration: underline;
}

.login-form-box .note {
  margin-top: 15px;
  text-align: start;
}

.login-form-box .note p {
  font-size: 14px;
}

.login-form-box .note p a {
  font-weight: 600;
  text-decoration: underline;
}

.login-form-box button {
  width: 100%;
}

.login-form-box .forget-password {
  font-size: 14px;
  color: var(--theme);
  margin-left: auto;
}

.pos-abs {
  position: absolute;
}

.header-area {
  transition: 0.3s;
}

.header-area.sticky {
  position: fixed !important;
  background-color: var(--white);
  z-index: 9999;
}

.dark .header-area.sticky {
  background-color: #121212;
}

.header-area.sticky .header-area__inner {
  height: 70px !important;
}

.header-area.sticky button i {
  color: var(--primary);
}

.modal {
  z-index: 99999;
}

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

/* .btn-primary {
  background-color: transparent;
  color: unset;
  border: unset;
  outline: unset;
}

.btn-primary:hover {
  background-color: unset;
}

.btn-primary:focus {
  outline: unset;
  background-color: unset;
  border: unset;
} */

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

.form-search input:focus {
  outline: 0;
}

.form-search {
  display: flex;
  gap: 10px;
  border: 1px solid #19242B;
  border-radius: 70px;
  padding: 0 15px;
}

.form-search button i {
  color: var(--white);
}

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

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

@media screen and (min-width: 1550px) {
  .container-large {
    max-width: 1630px;
  }

  .container-x-large {
    max-width: 1790px;
  }

  .container-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}

.circle-text .text {
  animation: spinner 5s infinite linear;
  padding: 2px;
}

.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 transparent;
  border-radius: 50%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.fix {
  overflow: hidden;
}

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

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

.has-top-line {
  position: relative;
  padding-top: 10px;
}

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

.has-bottom-line {
  position: relative;
  padding-bottom: 10px;
}

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

.has-left-line {
  position: relative;
  padding-inline-start: 35px;
  display: inline-block;
}

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

.has-right-line {
  position: relative;
  padding-inline-end: 35px;
  display: inline-block;
}

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

.wc-btn-play {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .wc-btn-play {
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-width: 1px;
  }
}

.wc-btn-play:hover {
  color: var(--theme, --action);
}

.wc-btn-play.light {
  color: var(--white);
}

.wc-btn-play.light:hover {
  color: var(--white);
}

.wc-btn-play.dark {
  color: var(--black);
}

.wc-btn-play.dark:hover {
  color: var(--black);
}

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

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

.show-dark {
  display: none;
}

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

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

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}

.lines .line {
  width: 1px;
  height: 100%;
  background-color: var(--border);
  display: inline-block;
  position: relative;
  z-index: 1;
}

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

.dir-rtl .wc-btn-icon i {
  transform: rotate(-135deg);
}

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

.dir-rtl .wc-btn-icon:hover i {
  transform: rotate(-180deg);
}

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

.list-check li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  background-image: url("../imgs/electrician/check-mark.webp");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 4px;
  transform: rotateY(0deg);
}

.dir-rtl .list-check li::before {
  transform: rotateY(180deg);
}

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

.list-plus li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}

.list-plus li::before {
  content: "+";
  position: absolute;
  inset-inline-start: 0;
  top: -10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

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

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

.pagination-with-dash {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--primary);
  align-items: center;
}

.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary);
}

.pagination-with-dash .swiper-pagination-current {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pagination-with-dash .swiper-pagination-total {
  display: flex;
  gap: 5px;
  align-items: center;
}

.wcf__toggle_switcher .slide-toggle-wrapper {
  display: flex;
  justify-content: center;
}

.wcf__toggle_switcher .slide-toggle-btn {
  --switcher-width: 40px;
  --switcher-border-width: 2px;
  --switcher-indicator-width: 16px;
  background-color: #F0F7F8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wcf__toggle_switcher .slide-toggle-btn input {
  display: none;
}

.wcf__toggle_switcher .before_label,
.wcf__toggle_switcher .after_label {
  cursor: pointer;
  font-size: 18px;
  color: var(--primary);
}

.wcf__toggle_switcher .toggle-pane {
  display: none;
}

.wcf__toggle_switcher .toggle-pane.show {
  display: block;
}

.wcf__toggle_switcher.style-1 .switcher {
  display: inline-block;
  width: var(--switcher-width);
  height: 20px;
  background-color: #999999;
  border: var(--switcher-border-width) solid #999999;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.wcf__toggle_switcher.style-1 .switcher::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--switcher-indicator-width);
  height: var(--switcher-indicator-width);
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(0px, -50%);
}

.wcf__toggle_switcher.style-1 input:checked+.switcher::before {
  transform: translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))), -50%);
}

.wcf__toggle_switcher.style-1 input:checked+.switcher {
  background-color: #000;
  border-color: #000;
}

.wcf__toggle_switcher.style-2 .before_label,
.wcf__toggle_switcher.style-2 .after_label {
  padding: 22px 38px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
}

.wcf__toggle_switcher.style-2 .before_label:after,
.wcf__toggle_switcher.style-2 .after_label:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--theme);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s;
}

.wcf__toggle_switcher.style-2 .before_label.active,
.wcf__toggle_switcher.style-2 .after_label.active {
  color: var(--primary);
}

.wcf__toggle_switcher.style-2 .before_label.active:after,
.wcf__toggle_switcher.style-2 .after_label.active:after {
  opacity: 1;
  visibility: visible;
  transform: translatex(0);
}

.wcf__toggle_switcher.style-2 .before_label:after {
  transform: translatex(100%);
}

.wcf__toggle_switcher.style-2 .after_label:after {
  transform: translatex(-100%);
}

.wcf__toggle_switcher.style-2 .slide-toggle-btn {
  gap: 0;
  border-radius: 60px;
}

section.about-section.home-about {
  padding-top: 0;
}

.about-section-page .image img {
  min-height: 640px;
}

section.about-section.home-about .image-column .inner-column .image img {
  /*min-height: 640px;*/
  object-fit: cover;
  border-radius: 20px;
  max-height: 640px;
}

/*----------------------------------------*/
/*  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);
}

.dark body {
  background-color: #121212;
}

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

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

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}

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

.anim-reveal {
  overflow: hidden;
}

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

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

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

.color-secondary {
  color: var(--secondary);
}

.wc-bg-white {
  background-color: var(--white);
}

.wc-bg-black {
  background-color: var(--black);
}

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

.wc-bg-secondary {
  background-color: var(--secondary);
}

.wc-bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

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

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.vertically-center {
  height: 100%;
  display: 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;
}

.dir-rtl {
  direction: rtl;
}

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

.dark .line-divider-sm {
  background-color: #E9E9E9;
}

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

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

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

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

.hover-zoom li a:hover {
  transform: scale(1.1);
}

.hover-rotate li a i {
  transition: all 1s;
}

.hover-rotate li a:hover i {
  transform: rotate(360deg);
}

.hover-space li a:hover {
  letter-spacing: 1px;
}

.hover-border-move li a {
  position: relative;
  transition: all 0.5s;
}

.hover-border-move li a:hover::after {
  width: 100%;
  left: auto;
  right: 0;
}

.hover-border-move li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background-color: currentColor;
}

.menu-hover-default li a:hover {
  color: var(--primary);
}

.menu-hover-space li a:hover {
  letter-spacing: 1px;
}

.blog-img-leftmove img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.blog-img-leftmove:hover img {
  transform: scale(1.1) translateX(4%);
}

.blog-img-zoom {
  overflow: hidden;
}

.blog-img-zoom img {
  transform: scale(1);
  transition: all 1s;
}

.blog-img-zoom:hover img {
  transform: scale(1.1);
}

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

.anim_img_zoom:hover img {
  transform: scale(1.1);
}

.title-hover-flip {
  overflow: hidden;
  perspective: 1000px;
}

.title-hover-flip strong {
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.title-hover-flip strong:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: all 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}

.title-hover-flip:hover strong {
  transform: rotateX(90deg) translateY(-22px);
}

.service-hover-default:hover {
  background-color: var(--white-6);
}

.service-rollover-right {
  position: relative;
  transition: all 0.5s;
}

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

.service-rollover-right:hover::after {
  width: 100%;
  left: auto;
  right: 0%;
}

.service-rollover-left {
  position: relative;
  transition: all 0.5s;
}

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

.service-rollover-left:hover::after {
  width: 100%;
  right: auto;
  left: 0%;
}

.service-rollover-top {
  position: relative;
  transition: all 0.5s;
}

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

.service-rollover-top:hover::after {
  height: 100%;
  bottom: auto;
  top: 0%;
}

.service-rollover-bottom {
  position: relative;
  transition: all 0.5s;
}

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

.service-rollover-bottom:hover::after {
  height: 100%;
  top: auto;
  bottom: 0%;
}

/* Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

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

@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .spinner {
    margin: 0 auto 0.2em auto;
  }
}

.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters {
  color: var(--white);
  position: relative;
  display: inline-block;
}

.dark .container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .txt-loading .characters {
    font-size: 50px;
  }
}

.container-preloader .animation-preloader .txt-loading .characters:before {
  color: var(--primary);
  content: attr(data-text);
  animation: characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}

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

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

.container-preloader .loader-section.section-left {
  left: 0;
}

.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}

.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}

.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}

.scroll__down span i {
  color: var(--white);
}

.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}

.dark .go-top-writer {
  color: var(--black);
  background-image: url(../imgs/writer/go-top-light.webp);
}

.go-top-writer:hover {
  color: var(--primary);
}

.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

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

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

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

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

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

.light .scroll__down p {
  color: var(--black);
}

.light .scroll__down span {
  border-color: var(--white-3);
}

.light .scroll__down span i {
  color: var(--black);
}

.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}

.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}

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

.light.progress-wrap::after {
  color: var(--white);
}

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

.wc-btn {
  display: inline-flex;
  transition: all 0.3s;
}

.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(--border);
  overflow: hidden;
  transition: all 0.3s;
}

.wc-btn-default:hover {
  color: var(--white);
}

.dark .wc-btn-default {
  color: var(--black);
}

.dark .wc-btn-default:hover {
  color: var(--black);
}

.dir-rtl .wc-btn-default i {
  transform: rotateY(180deg);
}

.wc-btn-border {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border: 1px solid var(--white);
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}

.wc-btn-border:hover {
  color: var(--white);
}

.dark .wc-btn-border {
  color: var(--black);
  border-color: var(--black);
}

.dark .wc-btn-border:hover {
  color: var(--black);
}

.wc-btn-primary {
  padding: 21px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 15px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}

.dark .wc-btn-primary {
  color: var(--black);
}

@media only screen and (max-width: 991px) {
  .wc-btn-primary {
    padding: 16px 25px;
  }
}

.wc-btn-primary:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.wc-btn-primary.bordered {
  border-color: var(--primary);
  background-color: transparent;
  color: var(--primary);
}

.wc-btn-primary.bordered:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.dark .wc-btn-primary.bordered:hover {
  color: var(--black);
}

.dir-rtl .wc-btn-primary i {
  transform: rotateY(180deg);
}

.wc-btn-circle {
  text-align: center;
  width: 70px;
  height: 70px;
  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(--white);
}

@media only screen and (max-width: 1199px) {
  .wc-btn-circle {
    width: 50px;
    height: 50px;
  }
}

.wc-btn-circle:hover {
  background-color: var(--black);
  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;
}

.contact-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.contact-area .section-title {
  max-width: 850px;
}

.section-title.large {
  font-size: 100px;
}

.contact-area .section-content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 740px;
  margin-top: 112px;
  background: #e4eff1;
  padding: 60px;
  border-radius: 10px;
}

.contact-area .info-box .text {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--primary);
  max-width: 360px;
}

@media only screen and (max-width: 1199px) {
  .wc-btn-appointment {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .wc-btn-appointment {
    width: 170px;
    height: 170px;
    font-size: 18px;
  }
}

.wc-btn-appointment i {
  font-size: 24px;
  margin-bottom: 10px;
}

.wc-btn-appointment:hover {
  color: var(--blue-3);
}

.wc-btn-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dark .wc-btn-link {
  color: var(--black);
}

.wc-btn-link i {
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.wc-btn-link:hover {
  color: var(--primary);
}

.wc-btn-link:hover i {
  transform: rotate(0);
  color: var(--primary);
}

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

.about-btn img {
  padding-left: 15px;
}

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

.play_btn_5 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}

@media only screen and (max-width: 991px) {
  .play_btn_5 {
    height: 80px;
    width: 80px;
  }
}

.play_btn_5:hover {
  border-color: var(--primary);
}

.play_btn_5 i {
  font-size: 20px;
  color: var(--white);
}

.dark .play_btn_5 i {
  color: var(--black);
}

.dark .play_btn_5 img {
  filter: brightness(0);
}

.get-touch {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-11);
  padding: 13px 18px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid var(--white);
  margin-inline-end: 40px;
}

.get-touch:hover {
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .get-touch {
    padding: 12px 10px;
    margin-inline-end: 12px;
  }
}

.wc-btns-group {
  text-align: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .wc-btns-group {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .wc-btns-group {
    padding: 40px 0;
  }

  .wc-btns-group br {
    display: block;
  }
}

.wc-btns-group .btn-wrapper a {
  width: 140px;
  height: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .wc-btns-group .btn-wrapper a {
    width: 110px;
    height: 110px;
  }
}

.wc-btns-group .btn-wrapper:first-child a {
  margin-inline-end: -15px;
  background-color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .wc-btns-group .btn-wrapper:first-child a {
    margin-inline-end: 0;
  }
}

.wc-btns-group .btn-wrapper:first-child a span {
  background-color: var(--white);
}

.wc-btns-group .btn-wrapper:last-child a {
  margin-inline-start: -15px;
}

.dark .wc-btns-group .btn-wrapper:last-child a {
  background: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 991px) {
  .wc-btns-group .btn-wrapper:last-child a {
    margin-inline-start: 0;
    margin-top: -15px;
  }
}

.wc-btns-group .btn-wrapper:last-child a:hover {
  border: 0;
}

.wc-btns-group .btn-wrapper:last-child a span {
  background-color: var(--primary);
}

.wc-btns-group-wrap {
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--black-6);
}

.dark .wc-btns-group-wrap {
  border-color: #F3F2F2;
}

@media only screen and (max-width: 1399px) {
  .wc-btns-group-wrap {
    height: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .wc-btns-group-wrap {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .wc-btns-group-wrap {
    height: auto;
  }
}

.wc-btns-group a:hover {
  border: 0;
}

.wc-btns-group a span {
  background-color: var(--white);
}

.btn-hover-bgchange {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

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

.btn-hover-bgchange:hover {
  color: var(--black);
  border: 1px solid var(--primary);
}

.btn-hover-bgchange:hover span {
  width: 400px;
  height: 400px;
}

.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: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  white-space: nowrap;
}

.wc-btn-underline:hover::before {
  width: 0;
}

.wc-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s;
}

.wc-btn-underline i,
.wc-btn-underline img {
  font-size: 10px;
}

.dir-rtl .wc-btn-underline i,
.dir-rtl .wc-btn-underline img {
  transform: rotateY(180deg);
}

/*
--------------------
wc-btn-normal
--------------------
*/
.wc-btn-normal {
  display: inline-flex;
  position: relative;
  color: var(--secondary);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  gap: 5px;
}

.wc-btn-normal:hover {
  color: var(--theme);
}

.wc-btn-normal i {
  font-size: 14px;
}

.dir-rtl .wc-btn-normal i {
  transform: rotateY(180deg);
}

/*
--------------------
btn-text-flip
--------------------
*/
.btn-text-flip {
  perspective: 1000px;
}

.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: inherit;
}

.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.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-inline-end: -40px;
}

.wc-btn-group>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.wc-btn-group>*:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}

.wc-btn-group:hover>*:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 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-inline-start: -40px;
}

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

/*----------------------------------------*/
/*  01. MENU CSS START
/*----------------------------------------*/
.main-menu.menu-dark>ul>li>a {
  color: var(--black);
}

.main-menu.menu-light>ul>li>a {
  color: var(--white);
}

.main-menu>ul {
  display: flex;
}

.main-menu>ul>li:hover>a {
  color: var(--primary);
}

.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: 16px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: uppercase;
}

.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 240px;
  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: 230px;
  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 ul.dp-menu.col-2 {
  -moz-column-count: 2;
  column-count: 2;
  width: 500px;
}

.main-menu .has-mega-menu {
  position: static;
}

.main-menu li.menu-item-has-children>a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}

.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.main-menu .mega-menu li:has(ul)>a:after {
  content: "";
}

.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}

.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}

.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}

.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu .mega-style-2>li:not(:first-child) {
  border-left: 1px solid #333337;
}

.main-menu .mega-style-2 ul {
  -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: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}

.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}

.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}

.main-menu-2 li a:hover {
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}

.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}

@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}

.main-menu-3 li:last-child {
  margin-right: 0;
}

.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.main-menu-3 li a:hover {
  color: var(--primary);
}

.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}

.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}

.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}

.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}

.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  -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);
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  right: 275px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}

@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}

.light .main-menu-2 li a {
  color: var(--black);
}

.light .main-menu-2 li a:hover {
  color: var(--primary);
}

.light .main-menu-3 li a {
  color: var(--black);
}

.light .main-menu-3 li a:hover {
  color: var(--primary);
}

.light .sidebar-menu li a {
  color: var(--black);
}

.light .sidebar-menu li a:hover {
  color: var(--primary);
}

.light .menu-with-number li a {
  color: var(--black);
}

.light .menu-with-number li a:hover span {
  color: var(--black);
}

.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}

.light .menu-with-number li a span {
  color: var(--black-9);
}

.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}

.light .menu-with-number li a.active span {
  color: var(--black);
}

.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/*----------------------------------------*/
/*  01. MODAL CSS START
/*----------------------------------------*/
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}

.modal__content {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}

.modal__content iframe {
  width: 100%;
  height: 100%;
}

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}

.modal__close:hover {
  color: var(--primary);
}

.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}

.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}

.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}

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

  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 45%;
  }
}

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

.cursor.large {
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

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

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}

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

@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}

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

@media (max-width: 1200px) {
  .cursor-testi {
    display: none;
  }
}

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.exclusion,
  .wc-cursor.opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.exclusion:before,
  .wc-cursor.opaque:before {
    background: var(--white);
  }
}

.wc-cursor.normal,
.wc-cursor.text {
  mix-blend-mode: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.-exclusion,
  .wc-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {

  .wc-cursor.exclusion:before,
  .wc-cursor.opaque:before {
    background: var(--white);
  }
}

.wc-cursor.normal,
.wc-cursor.text {
  mix-blend-mode: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.features-area.home-sect {
  background: #fff;
}

.home-sect .feature-box.has_fade_anim {
  border-bottom: 5px solid #2bc0e4;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 9px #eee;
}

.feature-box img {
  width: 100px;
}

.why-choose h3.title {
  color: #fff;
  margin: 16px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.why-choose p.text {
  color: #333;
}

.why-choose .feature-box p.text {
  color: #fff;
}

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

.progress__item-2 {
  padding-bottom: 25px;
}

.light .progress__item p.title,
.light .progress__item-2 p.title {
  color: var(--black);
}

.light .developer-skill__resume .sonny_progressbar .progress-percent {
  color: var(--black);
}

.cf-cta__text-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  grid-gap: 45px;
}

@media only screen and (max-width: 991px) {
  .cf-cta__text-wrapper {
    grid-template-columns: 1fr;
  }
}

.cf-cta__btn .wc-btn-default {
  font-size: 18px;
  font-weight: 600;
  padding: 35px 75px;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-width: 0;
}

.dark .cf-cta__btn .wc-btn-default {
  background-color: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 1199px) {
  .cf-cta__btn .wc-btn-default {
    padding: 20px 40px;
    font-weight: 500;
  }
}

.dark .cf-cta__btn .wc-btn-default:hover {
  color: var(--black);
}

.cf-cta__text {
  max-width: 250px;
  position: absolute;
  inset-inline-end: -30px;
  top: 47%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .cf-cta__text {
    inset-inline-end: -130px;
    max-width: 270px;
  }
}

@media only screen and (max-width: 991px) {
  .cf-cta__text {
    inset-inline-end: 0;
    max-width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .cf-cta__text {
    position: static;
    transform: none;
  }
}

.cf-cta__text p {
  font-size: 18px;
}

.dark .cf-cta__text p {
  color: #555555;
}

.cf-cta__sec-title-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cf-cta__sec-title-wrapper .sec-title-18 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.switcher__area {
  position: relative;
  direction: ltr;
}

@media only screen and (max-width: 767px) {
  .switcher__area {
    display: none;
  }
}

.switcher__icon {
  position: fixed;
  width: 50px;
  height: 50px;
  background: var(--white);
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}

.switcher__icon i {
  color: var(--black);
}

.switcher__icon button {
  font-size: 24px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}

.switcher__icon button:hover {
  color: var(--white-2);
}

.switcher__icon button#switcher_open {
  animation: wcSpinner 5s infinite linear;
}

.switcher__items {
  width: 280px;
  padding: 50px 30px;
  background: var(--black);
  position: fixed;
  right: -280px;
  top: 40%;
  z-index: 99;
  transform: translateY(-50%);
  font-family: var(--font_primary);
  transition: all 0.3s;
}

.switcher__items .wc-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.switcher__item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .switcher__item:nth-child(3) {
    display: none;
  }
}

.switcher__item:last-child {
  margin-bottom: 0;
}

.switcher__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white) !important;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.switcher__btn button {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-2);
  background: #2B2B2F;
  border-radius: 4px;
  padding: 10px 15px;
  text-transform: capitalize;
}

.switcher__btn button:hover,
.switcher__btn button.active {
  color: var(--white);
}

.switcher__btn select {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-2);
  width: 100%;
  border: none;
  padding: 9px 10px;
  border-radius: 4px;
  background: #2B2B2F;
  text-transform: capitalize;
  outline: none;
  cursor: pointer;
}

#switcher_close {
  display: none;
}

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

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

.offcanvas-3__area {
  background: var(--primary);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 50px 50px 100px;
  z-index: 100000;
  overflow: hidden;
}

@media (max-height: 500px) {
  .offcanvas-3__area {
    padding: 40px;
  }
}

.offcanvas-3__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .offcanvas-3__inner {
    grid-template-columns: 260px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__inner {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}

@media (max-height: 500px) {
  .offcanvas-3__inner {
    overflow-y: scroll;
  }
}

.offcanvas-3__inner::-webkit-scrollbar {
  width: 0;
}

.offcanvas-3__meta li {
  font-size: 18px;
  line-height: 20px;
  color: var(--white);
  text-transform: uppercase;
}

.offcanvas-3__meta li:not(:last-child) {
  margin-bottom: 19px;
}

.offcanvas-3__meta li a:hover {
  color: var(--secondary);
}

.offcanvas-3__meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.offcanvas-3__social .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.offcanvas-3__social-links {
  display: flex;
  gap: 20px;
}

.offcanvas-3__social-links a {
  font-size: 18px;
  color: var(--white);
}

.offcanvas-3__social-links a:hover {
  color: var(--secondary);
}

.offcanvas-3__menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas-3__menu ul {
  position: relative;
}

.offcanvas-3__menu ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #333337;
  inset-inline-start: 8px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__menu ul:before {
    display: none;
  }
}

@media (max-height: 500px) {
  .offcanvas-3__menu ul:before {
    height: 100%;
  }
}

.offcanvas-3__menu li {
  padding-inline-start: 58px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__menu li {
    padding-left: 0;
  }
}

.offcanvas-3__menu li:hover>a {
  color: var(--white);
}

.offcanvas-3__menu li:hover:before {
  opacity: 1;
  visibility: visible;
}

.offcanvas-3__menu li:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: var(--white);
  border-radius: 50%;
  border: 4px solid var(--black-2);
  inset-inline-start: 0;
  top: 38%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .offcanvas-3__menu li:before {
    display: none;
  }
}

.offcanvas-3__menu li:not(:last-child) {
  margin-bottom: 26px;
}

@media only screen and (max-width: 991px) {
  .offcanvas-3__menu li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.offcanvas-3__menu li a {
  font-size: 120px;
  font-size: 8vh;
  color: var(--secondary);
  text-transform: uppercase;
  line-height: 0.9;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
  background-size: 200% 100%;
  background-position: 100%;
  transform: perspective(359px) rotateY(-18deg);
}

.offcanvas-3__menu li a:hover {
  background-position: 0;
  color: #fff;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 1399px) {
  .offcanvas-3__menu li a {
    font-size: 7vh;
  }
}

@media only screen and (max-width: 1199px) {
  .offcanvas-3__menu li a {
    font-size: 6vh;
  }
}

@media only screen and (max-width: 991px) {
  .offcanvas-3__menu li a {
    font-size: 2.5vh;
    color: rgba(255, 255, 255, 0.6705882353);
    background-image: unset;
    -webkit-text-fill-color: unset;
  }
}

.offcanvas-3__menu-wrapper {
  display: flex;
  align-items: flex-end;
  overflow-y: hidden;
}

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

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

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

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

.close-button {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--black-2);
  position: relative;
  border: 1px solid #333337;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .close-button {
    width: 50px;
    height: 50px;
  }
}

.close-button:hover {
  background-color: var(--secondary);
}

.close-button:hover span {
  background-color: var(--primary);
}

.close-button span {
  width: 26px;
  height: 1px;
  display: inline-block;
  background-color: var(--white);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .close-button span {
    width: 20px;
  }
}

.close-button span:first-child {
  transform: translateX(-50%) rotate(45deg);
}

.close-button span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}

/*
-----------------------------
FEATURES STYLES 1
-----------------------------
*/
.cf_feature.style-1 .thumb {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .cf_feature.style-1 .thumb {
    margin-bottom: 30px;
  }
}

.cf_feature.style-1 .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.cf_feature.style-1 .title:hover {
  color: var(--action);
}

.cf_feature.style-1 .text {
  color: var(--primary);
}

.cf_feature.style-1 .btn-wrapper {
  display: none;
}

/*
-----------------------------
FEATURES STYLES 2
-----------------------------
*/
.cf_feature.text-design {
  padding: 60px;
  padding-left: 70px;
  padding-right: 0;
  border-left: 1px solid rgba(18, 18, 18, 0.06);
}

@media only screen and (max-width: 1199px) {
  .cf_feature.text-design {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .cf_feature.text-design {
    border: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.text-design {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.cf_feature.text-design .thumb {
  margin-bottom: 30px;
}

.cf_feature.text-design .title-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.16;
  text-decoration-line: underline;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .cf_feature.text-design .title-2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.cf_feature.style-2 {
  padding: 60px;
  border-right: 1px solid rgba(18, 18, 18, 0.06);
}

@media only screen and (max-width: 1199px) {
  .cf_feature.style-2 {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.style-2 {
    padding-left: 0;
  }
}

.cf_feature.style-2:first-child {
  padding-left: 0;
}

.cf_feature.style-2:last-child {
  border-right: 0;
  padding-right: 0;
}

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

.cf_feature.style-3 {
  border-right: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  padding: 50px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .cf_feature.style-3 {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .cf_feature.style-3 {
    flex-basis: 45%;
    border: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.style-3 {
    padding-left: 0;
    margin-bottom: 0;
    flex-basis: 100%;
    padding-bottom: 20px;
  }
}

.cf_feature.style-3:first-child {
  padding-left: 0;
}

.cf_feature.style-3:last-child {
  border-right: 0;
}

.cf_feature.style-3:hover .title {
  padding-left: 15px;
}

.cf_feature.style-3:hover .title::before {
  left: 0;
}

.cf_feature.style-3 .content {
  overflow: hidden;
}

.cf_feature.style-3 .count-title {
  color: var(--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}

.cf_feature.style-3 .title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 25px;
  transition: 0.3s;
  position: relative;
}

.cf_feature.style-3 .title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}

.cf_feature.style-3 .title:hover {
  color: var(--action);
}

.cf_feature.style-3 .text {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .cf_feature.style-3 .text {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cf_feature.style-3 .text {
    margin-bottom: 20px;
  }
}

.cf_feature.style-3 .btn-underline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: capitalize;
}

:root {
  --theme: #2bc0e4;
}

:root .dark {
  --border: #252525;
}

.section-title {
  font-size: 50px;
  margin-top: -17px;
}

@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 46px;
    margin-top: -15px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 42px;
    margin-top: -13px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 40px;
    margin-top: -11px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 38px;
    margin-top: -11px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 30px;
    margin-top: 0;
  }
}

.section-title span {
  background-image: url(../imgs/shape/img-s-53.webp);
  background-repeat: no-repeat;
  background-size: 100% 28px;
  background-position: bottom left;
}

@media only screen and (max-width: 1399px) {
  .section-title span {
    background-size: 100% 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title span {
    background-size: 100% 16px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title span {
    background-size: 100% 10px;
  }
}

.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

section.features-area.home-sect {
  background: #fff;
  padding: 120px 0px;
}

@media only screen and (max-width: 1919px) {
  /*  .section-spacing-top {
    padding-top: 120px;
  }*/
}

@media only screen and (max-width: 1399px) {
  .section-spacing-top {
    padding-top: 100px;
  }
}

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

.section-spacing-bottom {
  padding-bottom: 150px;
}

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

@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 100px;
  }
}

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

.work-section a.wc-btn.wc-btn-primary.btn-text-flip {
  background: #083757;
}

.wc-btn-primary {
  font-size: 14px;
  font-weight: 500;
  border-radius: 60px;
  padding: 21px 40px;
  background-color: #2bc0e4;
  color: var(--white);
  border-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.wc-btn-primary:hover {
  border-color: transparent;
  background-color: var(--theme);
  color: var(--black);
}

/*section.banner {
    background: #083757;
    padding: 90px 0px;
}*/
.banner-image {
  width: 40%;
  text-align: center;
}

.ban-inner {
  display: flex;
  align-items: center;
}

.banner-text h1 {
  color: #fff;
  font-size: 74px;
  line-height: 90px;
}

.clients-area {
  position: absolute;
  bottom: 0;
  width: 50%;
  background: #e4eff1;
  padding: 40px 0px;
  border-radius: 0px 80px 0px 0px;
  z-index: 0;
}

.section-header-abt {
  text-align: center;
}

section.banner {
  background: linear-gradient(-45deg, #183448, #03426d, #041e30, #021420);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: auto;
  padding: 120px 0px;
  position: relative;
}

.banner-text p.mb-4 {
  color: #2bc0e4;
}

.rating {
  color: #fff;
}

span.stars {
  color: orange;
}

.banner-image img {
  width: 500px;
  height: 600px;
  object-fit: cover;
}

span.highlight {
  background: #2bc0e4;
  padding: 0px 10px;
  border: 1px solid;
  font-weight: 300;
}

.banner-text button.btn.btn-primary.btn-custom {
  background: #2bc0e4;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 60px;
  margin: 40px 0px;
  border: 1px solid;
}

.banner-text {
  width: 60%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 1900px) {
  .container.large {
    max-width: 100%;
  }
}

/* header area style  */
.header-area {
  /*  position: absolute;*/
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.header-area.sticky {
  background-color: #F9F9F9;
}

.header-area .header-area__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 80px;
}

.carousel-item img {
  max-height: 400px;
  object-fit: cover;
}

.carousel-item img {
  position: relative;
}

.carousel-item {
  height: 400px;
  /* Set the height of the carousel */
  background-size: cover;
  /* Ensure the image covers the entire container */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Prevent tiling */
}

.carousel-item:first-child {
  background-image: url('../imgs/modern-minimalist-dark-blue2.png');
  background-size: 100%;
}

.carousel-item:nth-child(2) {
  background-image: url('../imgs/modern-minimalist-dark-blue3.png');
  background-size: 100%;
}

.carousel-item:nth-child(3) {
  background-image: url('../imgs/modern-minimalist-dark-blue4.jpg');
  background-size: 100%;
}

.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*            background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 10%;
  color: #fff;
  z-index: 9;
  width: 80%;
  text-align: left;
}

img.sl3 {
  width: 90%;
  position: relative;
  right: 40px;
  top: 50px;
}

.col-md-6.banner-des {
  padding-top: 8%;
}

.banner-des h6 {
  color: #2bc0e4;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner-des p {
  width: 80%;
}

a.ban-btn {
  background: #2bc0e4;
  margin-top: 40px;
  display: inline-block;
  padding: 19px 40px;
  font-size: 18px;
  border-radius: 6px;
}

.carousel-item h5 {
  color: #fff;
  font-size: 64px;
  margin-bottom: 30px;
  line-height: 62px;
}

.carousel-item p {
  color: #fff;
  font-size: 18px;
}

.carousel-item h5 span {
  color: #2bc0e4;
}

.feature-area {
  background-color: var(--theme);
}

.testimonial-area.testimonial-service {
  margin-top: 0 !important;
}

.clients-area.clients-services {
  padding-bottom: 90px;
}

.why-choose .section-header {
  text-align: center;
}

.feature-area .features-wrapper {
  display: grid;
  gap: 0 0;
  grid-template-columns: repeat(3, 1fr);
  /* margin: 0 -100px; */
  margin: 0 auto;
  max-width: 100%;
}

.feature-area .features-wrapper-box {
  margin-top: 73px;
}

.feature-area .section-title {
  max-width: 730px;
  margin-inline: auto;
  color: var(--black);
}

.why-choose .feature-box {
  padding: 40px 100px 42px;
  border-inline-end: 1px solid #fff;
  background: #083757;
}

.why-choose h2.section-title {
  margin-bottom: 20px;
  color: #000;
}


.feature-area .feature-box img {
  width: auto;
}

.why-choose .feature-box:last-of-type {
  border: none;
}

section.feature-area.why-choose {
  padding: 120px 0px;
  background: #fff;
}

h5.build {
  text-align: center;
  color: #083757;
  margin-top: 60px;
  line-height: 30px;
}

.build a {
  color: #083757;
  text-decoration: underline;
}

.contact-area-inner h2.section-title.large.has_fade_anim {
  text-align: left;
}

.jobs-section .job-container {
  margin: 0 auto;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.jobs-section .job-title {
  font-size: 24px;
  font-weight: 600;
  color: #2bc0e4;
}

.jobs-section .job-meta {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

.jobs-section .section-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  color: #2bc0e4;
  margin-bottom: 20px;
}

.jobs-section ul {
  padding-left: 20px;
}

.jobs-section ul li {
  margin-bottom: 8px;
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 24px;
  list-style: circle;
}

.jobs-section .apply-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}

.jobs-section .apply-btn:hover {
  background: #0056b3;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

@media only screen and (max-width: 1919px) {
  .header-area .header-area__inner {
    height: 80px;
  }
}

.header-area .header-area__inner>*:nth-child(1) {
  margin-inline-end: auto;
}

@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}

.dir-rtl .header-area .header__navicon img {
  transform: rotateY(180deg);
}

.header-area .main-menu>ul>li:hover>a {
  color: var(--primary);
}

.header-area .main-menu>ul>li>a {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  padding: 31px 15px;
  font-weight: 600;
}

.header-area .wc-btn-primary {
  padding: 13px 20px;
  background-color: var(--theme);
  color: var(--black);
}

/* hero area style  */
.hero-area {
  margin-top: 80px;
}

.hero-area-inner {
  display: grid;
  grid-template-columns: 51% 1fr;
}

@media only screen and (max-width: 1919px) {
  .hero-area-inner {
    grid-template-columns: 55% 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-inner {
    grid-template-columns: 1fr;
  }
}

.hero-area .thumb {
  position: relative;
  overflow: hidden;
}

.hero-area .thumb:after {
  position: absolute;
  content: url(../imgs/shape/img-s-51.webp);
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
}

.hero-area .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 20px 20px 0px;
}

.hero-area .section-content {
  position: relative;
  padding: 170px 60px;
  padding-inline-start: 120px;
  z-index: 1;
}

@media only screen and (max-width: 1919px) {
  .hero-area .section-content {
    padding: 120px 60px;
    padding-inline-start: 180px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area .section-content {
    padding: 100px 60px;
    padding-inline-start: 160px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area .section-content {
    padding: 80px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area .section-content {
    padding: 50px 30px;
  }
}

.hero-area .section-content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
  background: #083757;
  border-radius: 20px 0px 0px 20px;
}

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

.hero-area .section-content .section-title {
  font-size: 62px;
  line-height: 67px;
  margin-top: -6px;
  color: var(--black);
}

p.ban-text {
  color: #ccc;
  width: 90%;
}

@media only screen and (max-width: 1919px) {
  .hero-area .section-content .section-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area .section-content .section-title {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .hero-area .section-content .section-title {
    font-size: 50px;
  }
}

.hero-area .section-content .section-title .shape-1 {
  height: 72px;
  margin-top: -18px;
}

@media only screen and (max-width: 1919px) {
  .hero-area .section-content .section-title .shape-1 {
    height: 62px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area .section-content .section-title .shape-1 {
    height: 52px;
    margin-top: -13px;
  }
}

@media (max-width: 575px) {
  .hero-area .section-content .section-title .shape-1 {
    height: 42px;
    margin-top: -10px;
  }
}

.hero-area .section-content .section-subtitle {
  font-size: 16px;
  color: var(--black);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  .hero-area .section-content .section-subtitle {
    transform: none;
    writing-mode: unset;
  }
}

.hero-area .section-content .section-subtitle.has-right-line {
  padding-inline-end: 110px;
}

.dir-rtl .hero-area .section-content .section-subtitle.has-right-line {
  padding-inline-start: 110px;
}

@media only screen and (max-width: 1199px) {
  .hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-end: 0;
  }

  .dir-rtl .hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-start: 0px;
  }
}

.hero-area .section-content .section-subtitle.has-right-line:after {
  width: 1px;
  height: 90px;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  top: auto;
}

@media only screen and (max-width: 1199px) {
  .hero-area .section-content .section-subtitle.has-right-line:after {
    display: none;
  }
}

.hero-area .section-content .subtitle-wrapper {
  position: absolute;
  inset-inline-start: 48px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .hero-area .section-content .subtitle-wrapper {
    transform: none;
    position: static;
    margin-bottom: 20px;
  }
}

.hero-area .section-content .text {
  font-size: 24px;
  line-height: 1.33;
  max-width: 490px;
  color: var(--black-2);
}

@media only screen and (max-width: 1199px) {
  .hero-area .section-content .text {
    font-size: 20px;
  }
}

.hero-area .section-content .text-wrapper {
  margin-top: 42px;
}

@media only screen and (max-width: 991px) {
  .hero-area .section-content .text-wrapper {
    margin-top: 32px;
  }
}

.hero-area .section-content .btn-wrapper {
  margin-top: 42px;
}

@media only screen and (max-width: 991px) {
  .hero-area .section-content .btn-wrapper {
    margin-top: 32px;
  }
}

.hero-area .section-content .wc-btn-primary {
  background-color: #2bc0e4 !important;
  color: var(--white);
}

.hero-area .section-content .review-wrapper {
  margin-top: 40px;
  border-top: 1px solid var(--black);
  display: inline-flex;
}

.hero-area .section-content .ratings {
  border-inline-start: 1px solid var(--black);
  padding-inline-start: 20px;
  margin-inline-start: 15px;
}

.hero-area .section-content .rating {
  font-size: 50px;
  line-height: 1;
  margin-top: 13px;
  color: var(--black);
}

.hero-area .section-content .review {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: var(--black-2);
}

.hero-area .section-content .rating-icons {
  display: flex;
  gap: 4px;
  margin-top: 15px;
}

.hero-area .section-content .rating-text {
  font-size: 18px;
  color: var(--black);
  line-height: 1;
  display: inline-block;
  margin-top: 17px;
}

/* client slider area style  */
@media only screen and (max-width: 1919px) {
  .clients-area-inner {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  .clients-area-inner {
    padding-top: 0px;
  }
}

.clients-area .section-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary);
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background-color: var(--white);
  padding: 0 22px;
  margin-top: 0;
}

.dark .clients-area .section-title {
  background-color: var(--black);
}

.clients-area .title-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.clients-area .title-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--border);
  top: 4px;
  z-index: -1;
}

.clients-area .title-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--border);
  top: 8px;
  z-index: -1;
}

.clients-area .section-header {
  margin-bottom: 48px;
}

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

.client-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.client-box img {
  opacity: 1;
  width: 100px;
}

/* features area style  */
.features-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 600px;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .features-area .section-header {
    grid-template-columns: 1fr 330px;
  }
}

@media only screen and (max-width: 991px) {
  .features-area .section-header {
    grid-template-columns: 1fr;
  }
}

.features-area .section-title {
  max-width: 670px;
}

.features-area .features-wrapper-box {
  margin-top: 92px;
}

@media only screen and (max-width: 1919px) {
  .features-area .features-wrapper-box {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 1399px) {
  .features-area .features-wrapper-box {
    margin-top: 52px;
  }
}

.features-area .features-wrapper {
  gap: 40px 30px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
  .features-area .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .features-area .features-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.features-area .feature-box .title {
  font-size: 24px;
  font-weight: 600;
}

.features-area .feature-box .content {
  margin-top: 41px;
}

@media only screen and (max-width: 1199px) {
  .features-area .feature-box .content {
    margin-top: 21px;
  }
}

.features-area .feature-box .text {
  margin-top: 16px;
  max-width: 250px;
  font-size: 16px;
}

section.project-area {
  padding: 120px 0px;
}

@media (max-width: 575px) {
  .features-area .feature-box .text {
    max-width: 100%;
  }
}

/* about area style  */
.about-area .thumbs {
  width: 100%;
  aspect-ratio: 100/118;
  position: relative;
  max-width: 610px;
}

.about-area .thumbs img {
  border-radius: 5px;
}

.about-area .thumbs .img-1 {
  width: 49%;
  position: absolute;
  top: 9%;
  inset-inline-start: 0;
}

.about-area .thumbs .img-2 {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 41%;
}

.about-area .thumbs .img-3 {
  position: absolute;
  bottom: 0;
  inset-inline-start: 26%;
  width: 59%;
}

.about-area .about-area-inner {
  display: grid;
  gap: 50px 60px;
  grid-template-columns: 610px 444px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1399px) {
  .about-area .about-area-inner {
    grid-template-columns: 510px 444px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area .about-area-inner {
    grid-template-columns: 410px 400px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area .about-area-inner {
    grid-template-columns: 1fr;
  }
}

.about-area .section-content .text-wrapper {
  margin-top: 33px;
}

@media only screen and (max-width: 1199px) {
  .about-area .section-content .text-wrapper {
    margin-top: 23px;
  }
}

.about-area .section-content .btn-wrapper {
  margin-top: 43px;
  display: flex;
  gap: 30px;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .about-area .section-content .btn-wrapper {
    margin-top: 33px;
  }
}

.about-area .experience-box {
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .about-area .experience-box {
    margin-top: 35px;
  }
}

.about-area .experience-box .number {
  font-size: 100px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .about-area .experience-box .number {
    font-size: 70px;
  }
}

.about-area .experience-box .number i {
  font-size: 18px;
  margin-top: 12px;
  margin-inline-start: 9px;
}

@media only screen and (max-width: 1199px) {
  .about-area .experience-box .number i {
    margin-top: 10px;
  }
}

.about-area .experience-box .info {
  font-size: 18px;
  line-height: 1.2;
  max-width: 180px;
  font-weight: 600;
  margin-top: 10px;
}

/* service area style  */
.service-area {
  background-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 0 45px;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  .service-area {
    padding: 0 15px;
  }
}

.service-area .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
  background: #083757;
  border-radius: 10px;
}

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

.service-area .section-title {
  max-width: 700px;
  color: var(--white);
}

.service-area .services-wrapper-box {
  margin-top: 90px;
}

@media only screen and (max-width: 1919px) {
  .service-area .services-wrapper-box {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-area .services-wrapper-box {
    margin-top: 50px;
  }
}

.service-box {
  border-bottom: 1px solid #fff;
  padding: 36px 0;
  display: grid;
  gap: 30px;
  grid-template-columns: 80px 1156px 1fr;
  align-items: center;
  transition: all 0.5s;
  /* background: #2bc0e4; */
}

@media only screen and (max-width: 1399px) {
  .service-box {
    grid-template-columns: 50px 200px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .service-box {
    grid-template-columns: auto 1fr;
  }
}

.service-box:hover {
  background-color: transparent;
  border: 1px solid #fff !important;
}

.service-box:hover .number {
  transform: translateX(30px);
}

.dir-rtl .service-box:hover .number {
  transform: translateX(-30px);
}

@media only screen and (max-width: 1199px) {
  .service-box:hover .number {
    transform: none;
  }
}

.service-box:hover .wc-btn-circle {
  transform: translateX(-30px);
  background-color: var(--theme);
  border-color: transparent;
  color: var(--black);
}

.dir-rtl .service-box:hover .wc-btn-circle {
  transform: translateX(30px);
}

@media only screen and (max-width: 1199px) {
  .service-box:hover .wc-btn-circle {
    transform: none;
  }
}

.service-box:first-child {
  border-top: 1px solid #fff;
}

.service-box .number {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  transition: all 0.5s;
}

.service-box .thumb img {
  border-radius: 60px;
}

.service-box .title {
  font-size: 28px;
  line-height: 1.07;
  color: var(--white);
}

.testimonial-area {
  background-image: url('../imgs/testimonial-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.blog-area {
  background-image: url('../imgs/blog-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

section.fun-fact-area {
  padding: 120px 0px;
}

section.blog-area {
  padding: 120px 0px;
}

@media only screen and (max-width: 991px) {
  .service-box .title {
    font-size: 24px;
  }
}

.service-box .text {
  color: #fff;
  max-width: 360px;
}

@media only screen and (max-width: 1399px) {
  .service-box .text {
    max-width: 330px;
  }
}

.service-box .wc-btn-circle {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  font-size: 20px;
  color: var(--white);
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .service-box .wc-btn-circle {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

.service-box .wc-btn-circle i {
  transform: rotate(-45deg);
}

.service-box .content {
  display: grid;
  gap: 20px;
  grid-template-columns: 31% 1fr auto;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .service-box .content {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 767px) {
  .service-box .content {
    grid-template-columns: 1fr;
  }
}

/* report area style  */
.report-area .section-title {
  max-width: 580px;
  margin-inline: auto;
}

.report-area .section-header {
  text-align: center;
}

.report-area .section-content-box {
  margin-top: 82px;
}

@media only screen and (max-width: 1919px) {
  .report-area .section-content-box {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 1399px) {
  .report-area .section-content-box {
    margin-top: 52px;
  }
}

.report-area .section-content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 340px;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .report-area .section-content {
    grid-template-columns: 1fr 290px;
  }
}

@media only screen and (max-width: 1199px) {
  .report-area .section-content {
    grid-template-columns: 1fr 270px;
  }
}

@media only screen and (max-width: 991px) {
  .report-area .section-content {
    grid-template-columns: 1fr;
  }
}

.report-area .report-graph {
  max-width: 860px;
}

.report-area .satisfaction-box .number {
  font-size: 250px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  line-height: 0.75;
}

@media only screen and (max-width: 1399px) {
  .report-area .satisfaction-box .number {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .report-area .satisfaction-box .number {
    font-size: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .report-area .satisfaction-box .number {
    font-size: 150px;
  }
}

@media (max-width: 575px) {
  .report-area .satisfaction-box .number {
    font-size: 100px;
  }
}

.report-area .satisfaction-box .number .icon {
  font-size: 30px;
  margin-inline-start: 2px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .report-area .satisfaction-box .number .icon {
    font-size: 20px;
  }
}

.report-area .satisfaction-box .info {
  font-size: 22px;
  line-height: 1.23;
  color: var(--secondary);
  font-weight: 400;
  margin-top: 42px;
}

@media only screen and (max-width: 1199px) {
  .report-area .satisfaction-box .info {
    margin-top: 22px;
    font-size: 18px;
  }
}

.report-area .satisfaction-box .info span {
  color: var(--primary);
}

.report-area .satisfaction-box .info br {
  display: block;
}

/* project area style  */
.project-area .section-title {
  max-width: 350px;
}

.project-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .project-area .section-header {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .project-area .section-header {
    grid-template-columns: 1fr;
  }
}

.project-area .section-header .text {
  max-width: 450px;
}

.project-area .nav-icon {
  width: 70px;
  height: 70px;
  font-size: 20px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .project-area .nav-icon {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

.project-area .nav-icon:hover {
  background-color: var(--theme);
  color: var(--black);
  border-color: transparent;
}

.dark .project-area .nav-icon:hover {
  color: var(--black);
}

.project-area .slider-nav {
  display: flex;
  gap: 20px;
}

.dir-rtl .project-area .slider-nav {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .project-area .slider-nav {
    display: none;
  }
}

.project-area .projects-wrapper-box {
  margin-top: 90px;
}

@media only screen and (max-width: 1919px) {
  .project-area .projects-wrapper-box {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1399px) {
  .project-area .projects-wrapper-box {
    margin-top: 50px;
  }
}

.project-area .projects-wrapper-box .swiper {
  margin: -30px;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .project-area .projects-wrapper-box .swiper {
    margin: 0;
    padding: 0;
  }
}

.project-box {
  display: inline-block;
  position: relative;
}

.project-box:hover .thumb {
  transform: scale(1.09);
}

@media only screen and (max-width: 991px) {
  .project-box:hover .thumb {
    transform: none;
  }
}

.project-box:hover .wc-btn-circle {
  margin-bottom: 0;
  opacity: 1;
}

.project-box .thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s;
}

.project-box .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 38.85%, #121212 100%);
  top: 0;
  inset-inline-start: 0;
}

.project-box .thumb img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-box .tag {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.35);
  color: var(--black);
}

.project-box .meta {
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  margin: 40px;
}

@media only screen and (max-width: 1919px) {
  .project-box .meta {
    margin: 30px;
  }
}

.project-box .title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--white);
}

@media only screen and (max-width: 1919px) {
  .project-box .title {
    font-size: 22px;
  }
}

.project-box .title a:hover {
  color: var(--white);
}

.project-box .content {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  margin: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 1919px) {
  .project-box .content {
    margin: 30px;
  }
}

.project-box .wc-btn-circle {
  margin-top: 28px;
  width: 60px;
  height: 60px;
  background-color: var(--theme);
  color: var(--black);
  margin-bottom: -88px;
  opacity: 0;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .project-box .wc-btn-circle {
    margin-bottom: 0;
    opacity: 1;
  }
}

.project-box .wc-btn-circle i {
  transform: rotate(-45deg);
}

/* pricing area style  */
.pricing-area .section-title {
  max-width: 610px;
}

.pricing-area .section-header {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 480px;
}

@media only screen and (max-width: 1199px) {
  .pricing-area .section-header {
    grid-template-columns: 1fr 400px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-area .section-header {
    grid-template-columns: 1fr;
  }
}

.pricing-area .accordion .accordion-button {
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  text-align: start;
  font-weight: 500;
}

.pricing-area .accordion .accordion-button .section-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 10px;
  background-color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .pricing-area .accordion .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .pricing-area .accordion .accordion-button br {
    display: none;
  }
}

.pricing-area .accordion .accordion-button::after {
  content: "+";
  color: var(--primary);
  background-image: none;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 25px;
  margin-inline-start: 50px;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.pricing-area .accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}

.pricing-area .accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}

.pricing-area .accordion .accordion-item {
  border-bottom: 1px solid #B8B8B8;
  background-color: transparent;
  border-radius: 0px;
}

.dark .pricing-area .accordion .accordion-item {
  border-color: #464646;
}

.pricing-area .accordion .accordion-item:not(:first-child) {
  margin-top: 0px;
}

.pricing-area .accordion .accordion-item:first-child {
  border-top: 1px solid #B8B8B8;
}

.dark .pricing-area .accordion .accordion-item:first-child {
  border-color: #464646;
}

.pricing-area .accordion .accordion-body {
  font-size: 18px;
  line-height: 1.44;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  padding-bottom: 24px;
  padding-top: 0;
  color: var(--secondary);
}

@media only screen and (max-width: 991px) {
  .pricing-area .accordion .accordion-body {
    padding-bottom: 23px;
  }
}

.pricing-area .pricing-wrapper-box {
  margin-top: 100px;
}

@media only screen and (max-width: 1919px) {
  .pricing-area .pricing-wrapper-box {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .pricing-area .pricing-wrapper-box {
    margin-top: 60px;
  }
}

.pricing-area .pricing-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 991px) {
  .pricing-area .pricing-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .pricing-area .pricing-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pricing-box {
  background-color: var(--white);
  padding: 47px 50px 50px;
  box-shadow: 0px 30px 200px rgba(16, 25, 56, 0.08);
  border-radius: 5px;
}

.dark .pricing-box {
  background-color: #1C1C1C;
}

@media only screen and (max-width: 1199px) {
  .pricing-box {
    padding: 27px 30px 30px;
  }
}

.pricing-box .tag {
  font-size: 18px;
  color: var(--primary);
  display: inline-block;
  line-height: 1;
}

.pricing-box .feature-list {
  margin-top: 39px;
  min-height: 171px;
}

@media only screen and (max-width: 767px) {
  .pricing-box .feature-list {
    min-height: auto;
  }
}

.pricing-box .feature-list li {
  display: flex;
  align-items: center;
}

.pricing-box .feature-list li:not(:first-child) {
  margin-top: 15px;
}

.pricing-box .feature-list li img {
  margin-inline-end: 10px;
}

.dir-rtl .pricing-box .feature-list li img {
  transform: rotateY(180deg);
}

.pricing-box .price {
  font-size: 60px;
  line-height: 1;
  margin-top: 17px;
}

@media only screen and (max-width: 1399px) {
  .pricing-box .price {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-box .price {
    font-size: 40px;
  }
}

.pricing-box .wc-btn-primary {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .pricing-box .wc-btn-primary {
    margin-top: 40px;
  }
}

.dark .pricing-box .wc-btn-primary:hover {
  color: var(--black);
}

/* fun-fact area style  */
.fun-fact-area .section-title {
  /* max-width: 520px; */
  margin-inline: auto;
  line-height: 60px;
}

.fun-fact-area .section-header {
  text-align: center;
}

.counter-wrapper-box {
  margin-top: 61px;
}

@media only screen and (max-width: 1399px) {
  .counter-wrapper-box {
    margin-top: 41px;
  }
}

.counter-wrapper {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
  .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter-box {
  text-align: center;
  border: 1px solid;
  padding-bottom: 30px;
  border-radius: 10px;
}

.counter-box .number {
  font-size: 100px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  display: inline-block;
  background-image: url(../imgs/shape/img-s-55.webp);
  background-size: 100% 100%;
  background-position: center;
}

@media only screen and (max-width: 1399px) {
  .counter-box .number {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-box .number {
    font-size: 50px;
    padding: 0 20px;
  }
}

.counter-box .text {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width: 1399px) {
  .counter-box .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-box .text {
    font-size: 18px;
  }
}

/* blog area style  */
.blog-area .section-title {
  max-width: 620px;
}

.blog-area .section-header {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .blog-area .section-header {
    grid-template-columns: 1fr;
  }
}

.blog-area .blogs-wrapper-box {
  margin-top: 87px;
}

@media only screen and (max-width: 1919px) {
  .blog-area .blogs-wrapper-box {
    margin-top: 67px;
  }
}

@media only screen and (max-width: 1399px) {
  .blog-area .blogs-wrapper-box {
    margin-top: 47px;
  }
}

.blog-area .blogs-wrapper {
  display: flex;
  gap: 30px 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 575px) {
  .blog-area .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog {
  grid-template-columns: 1fr 390px;
}

@media only screen and (max-width: 1399px) {
  .blog {
    grid-template-columns: auto 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog {
    grid-template-columns: auto 290px;
  }
}

@media only screen and (max-width: 991px) {
  .blog {
    grid-template-columns: 1fr;
  }
}

.blog:hover .thumb img {
  transform: scale(1.1);
}

.blog .content-wrapper {
  background-color: #fff;
  padding: 37px 40px 45px;
  border: none;
  border-inline-start: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 1px 4px 4px #ccc;
}

.dark .blog .content-wrapper {
  background-color: var(--black);
}

@media only screen and (max-width: 991px) {
  .blog .content-wrapper {
    padding: 27px 15px 25px;
    border: 1px solid var(--border);
    border-top: 0;
  }
}

.blog .thumb {
  overflow: hidden;
}

.blog .thumb img {
  transition: all 0.5s;
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .btn-wrapper {
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.blog .tag {
  font-size: 14px;
  display: inline-block;
  color: var(--primary);
}

.blog .meta {
  display: flex;
  gap: 5px;
  align-items: center;
}

.blog .date {
  font-size: 14px;
}

.blog .date.date.has-left-line {
  padding-inline-start: 25px;
}

.blog .date.date.has-left-line:before {
  width: 20px;
}

.blog .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-top: 22px;
  height: 155px;
}

@media only screen and (max-width: 1399px) {
  .blog .title {
    font-size: 22px;
    height: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog .title {
    padding-bottom: 30px;
    height: auto;
  }
}

.blog .wc-btn-normal {
  font-size: 16px;
  color: var(--primary);
}

/* testimonial area style  */
.testimonial-area-inner {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 740px;
  align-items: center;
}

@media only screen and (max-width: 1399px) {
  .testimonial-area-inner {
    grid-template-columns: 1fr 640px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-area-inner {
    grid-template-columns: 1fr 470px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area-inner {
    grid-template-columns: 100%;
  }
}

.testimonial-area .section-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  font-family: var(--font_spacegrotesk);
}

.testimonial-area .section-title {
  max-width: 390px;
}

.testimonial-area .section-content .subtitle-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.testimonial-area .section-content .title-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .testimonial-area .section-content .title-wrapper {
    margin-top: 15px;
  }
}

.testimonial-area .section-content .text-wrapper {
  margin-top: 32px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area .section-content .text-wrapper {
    margin-top: 22px;
  }
}

.testimonial-area .section-content .review-wrapper-box {
  margin-top: 63px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area .section-content .review-wrapper-box {
    margin-top: 43px;
  }
}

.testimonial-area .review-wrapper {
  background-color: #E7F5EB;
  border-radius: 5px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
}

.dark .testimonial-area .review-wrapper {
  background-color: #252525;
}

.testimonial-area .review-author {
  display: flex;
  gap: 10px;
  align-items: center;
}

.testimonial-area .review-author .text {
  font-size: 16px;
  font-weight: 600;
}

.testimonial-area .review-author .text br {
  display: block;
}

.testimonial-area .review-rating {
  padding-inline-start: 20px;
  border-inline-start: 1px solid #CDDBD9;
  margin-inline-start: 20px;
}

.testimonial-area .review-rating .ratings {
  display: flex;
  align-items: center;
}

.testimonial-area .review-rating .number {
  font-size: 22px;
  display: inline-block;
}

.testimonial-area .review-rating .icon-list {
  display: inline-flex;
  gap: 2px;
  margin-inline-start: 8px;
}

.testimonial-area .review-rating .icon-list li {
  font-size: 14px;
}

.testimonial-area .review-rating .text {
  font-size: 14px;
  margin-top: 4px;
}

.testimonial-area .testimonial-wrapper {
  padding: 0px 0px;
  border-radius: 5px;
}

.testimonial-area {
  padding: 120px 0px;
}

.testimonial-area h2 {
  text-align: center;
  margin-bottom: 60px;
}

.dark .testimonial-area .testimonial-wrapper {
  background-color: #1C1C1C;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area .testimonial-wrapper {
    padding: 50px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area .testimonial-wrapper {
    padding: 30px 20px;
  }
}

.testimonial-area .testimonial-wrapper-box {
  position: relative;
}

.testimonial-area .slider-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -80px;
  transform: translateY(-50%);
  /* width: calc(100% + 70px); */
  margin-inline-start: -35px;
  right: 0;
  gap: 20px;
}

.dir-rtl .testimonial-area .slider-nav {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area .slider-nav {
    width: calc(100% + 60px);
    margin-inline-start: -30px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area .slider-nav {
    display: none;
  }
}

.testimonial-area .slider-nav .nav-icon,
.testimonial-area .slider-nav [role=button] {
  cursor: pointer;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(18, 18, 18, 0.15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--primary);
  transition: all 0.5s;
  background: #fff;
}

.dark .testimonial-area .slider-nav .nav-icon,
.dark .testimonial-area .slider-nav [role=button] {
  border-color: #464646;
}

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

  .testimonial-area .slider-nav .nav-icon,
  .testimonial-area .slider-nav [role=button] {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.testimonial-area .slider-nav .nav-icon:hover,
.testimonial-area .slider-nav [role=button]:hover {
  background-color: var(--theme);
  border-color: transparent;
  color: var(--black);
}

.testimonial-area .slider-nav .nav-icon.swiper-button-disabled,
.testimonial-area .slider-nav [role=button].swiper-button-disabled {
  opacity: 0.3;
}

.testimonial-item {
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  min-height: 440px;
}

label#subject-error {
  text-align: left;
  width: 100%;
}

.testimonial-item .icon img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.ban-inner a.btn.btn-primary.btn-custom {
  background: #2bc0e4;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 15px 33px;
  border-radius: 60px;
  cursor: pointer;
  z-index: 8;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item .icon img {
    height: 37px;
  }
}

.testimonial-item .text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--primary);
  font-family: var(--font_spacegrotesk);
}

@media only screen and (max-width: 1399px) {
  .testimonial-item .text {
    font-size: 20px;
  }
}

.testimonial-item .post {
  font-size: 16px;
  display: block;
  margin-top: 8px;
}

.testimonial-item .name {
  font-size: 18px;
  line-height: 1;
  display: block;
  color: var(--primary);
  font-family: 'Poppins';
  font-weight: 600;
}

.testimonial-item .text-wrapper {
  margin-top: 38px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .testimonial-item .text-wrapper {
    margin-top: 28px;
  }
}

.testimonial-item .author {
  margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-item .author {
    margin-top: 45px;
  }
}

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

/* team area style  */
.team-area-inner {
  padding-bottom: 70px;
  padding-inline: 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.dark .team-area-inner {
  background-color: #1C1C1C;
}

@media only screen and (max-width: 1919px) {
  .team-area-inner {
    padding-bottom: 285px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-area-inner {
    padding-bottom: 235px;
  }
}

@media only screen and (max-width: 767px) {
  .team-area-inner {
    padding-inline: 20px;
  }
}

.team-area-inner .shape-1 {
  position: absolute;
  width: 230px;
  top: 84px;
  inset-inline-end: 65px;
  z-index: -1;
}

.dir-rtl .team-area-inner .shape-1 img {
  transform: rotateY(180deg);
}

.team-area .section-title {
  max-width: 635px;
  margin-inline: auto;
  color: #333;
}

.team-area .section-header {
  text-align: center;
}

.team-area .section-header .text {
  max-width: 600px;
  margin-inline: auto;
  color: #333;
}

.team-area .section-header .text-wrapper {
  margin-top: 31px;
}

@media only screen and (max-width: 767px) {
  .team-area .section-header .text-wrapper {
    margin-top: 21px;
  }
}

.team-area .team-wrapper {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1199px) {
  .team-area .team-wrapper {
    gap: 40px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-area .team-wrapper-box {
  margin-top: 0px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1919px) {
  .team-area .team-wrapper-box {
    margin-top: -212px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-area .team-wrapper-box {
    margin-top: -232px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-area .team-wrapper-box {
    margin-top: -182px;
  }
}

.team-area .team-wrapper-box .shape-1 {
  position: absolute;
  width: 200px;
  right: 9%;
  top: -130px;
  z-index: 1;
}

@media only screen and (max-width: 1919px) {
  .team-area .team-wrapper-box .shape-1 {
    width: 130px;
    right: -1%;
    top: -90px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area .team-wrapper-box .shape-1 {
    display: none;
  }
}

.team-box:hover .thumb img {
  transform: scale(1.1);
}

.team-box .thumb {
  border-radius: 5px;
  overflow: hidden;
}

.team-box .thumb img {
  width: 100%;
  transition: all 0.5s;
}

.team-box .content {
  margin-top: 22px;
}

.team-box .name {
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 1399px) {
  .team-box .name {
    font-size: 22px;
  }
}

.team-box .post {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 1199px) {
  .team-box .post {
    margin-bottom: 23px;
  }
}

.team-box .wc-btn-circle {
  width: 30px;
  height: 30px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid rgba(18, 18, 18, 0.15);
  font-size: 14px;
}

.dark .team-box .wc-btn-circle {
  background-color: var(--black);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.15);
}

.team-box .wc-btn-circle i {
  transform: none;
}

.team-box .wc-btn-primary {
  font-size: 12px;
  font-weight: 400;
  padding: 0 11px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid rgba(18, 18, 18, 0.15);
  border-radius: 30px;
}

.dark .team-box .wc-btn-primary {
  background-color: var(--black);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.15);
}

.team-box .wc-btn-group {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.team-box .wc-btn-group>*:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -30px;
}

.team-box .wc-btn-group>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.team-box .wc-btn-group>*:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
}

.team-box .wc-btn-group:hover>*:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}

.team-box .wc-btn-group:hover>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.team-box .wc-btn-group:hover>*:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -30px;
}

/* text slider area style  */
.text-slider-active .swiper-slide {
  width: auto;
}

.text-slider {
  padding-top: 110px;
}

@media only screen and (max-width: 1919px) {
  .text-slider {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .text-slider {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .text-slider {
    padding-top: 30px;
  }
}

.text-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.text-slider-item .title {
  font-size: 190px;
  font-weight: 500;
  line-height: 1.1;
}

@media only screen and (max-width: 1919px) {
  .text-slider-item .title {
    font-size: 140px;
  }
}

@media only screen and (max-width: 1399px) {
  .text-slider-item .title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .text-slider-item .title {
    font-size: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .text-slider-item .title {
    font-size: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .text-slider-item .title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .text-slider-item .title {
    font-size: 35px;
  }
}

.text-slider-item .title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

/* cta area style  */
.cta-area .section-title {
  max-width: 100%;
  margin-inline: auto;
  color: #fff;
  font-size: 40px;
}

.cta-area .section-header {
  text-align: left;
  display: flex;
  /* gap: 320px; */
  align-items: center;
  justify-content: space-between;
}


/* footer area style  */
.footer-area {
  background-image: url(../imgs/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0px;
  background-position: center bottom;
}

.copyright-area {
  background: #061d2c;
}

.dark .footer-area {
  background-color: #1C1C1C;
}

@media only screen and (max-width: 991px) {
  .footer-area {
    padding: 0 15px;
  }
}

.footer-area-inner {
  display: grid;
  gap: 80px 0px;
  grid-template-columns: 305px 320px 190px 295px;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1919px) {
  .footer-area-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    grid-template-columns: 265px 190px 190px 385px;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-area-inner {
    padding-top: 80px;
    padding-bottom: 80px;
    grid-template-columns: 225px 160px 160px 305px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 50px 60px;
    grid-template-columns: auto auto auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-inner {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 575px) {
  .footer-area-inner {
    grid-template-columns: auto;
  }
}

.footer-area .footer-area-inner>* {
  min-width: 130px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-area-inner>*.newsletter {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-area-inner>*.newsletter {
    order: 1;
  }
}

@media (max-width: 575px) {
  .footer-area .footer-area-inner>*.newsletter {
    grid-column: auto;
  }
}

.footer-area .footer-logo img {
  max-height: 42px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-logo img {
    max-height: 34px;
  }
}

.footer-area .info-text {
  max-width: 270px;
  margin-top: 26px;
  color: #fff;
  font-size: 16px;
}

.footer-area .footer-widget-wrapper .title {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 0.73;
  text-transform: uppercase;
}

@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper .title {
    font-size: 22px;
  }
}

.footer-area .footer-nav-list {
  margin-top: 27px;
}

.footer-area .footer-nav-list li {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}

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

.footer-area .footer-nav-list li .location {
  margin-bottom: 22px;
  display: inline-block;
}

.footer-area .social-links {
  display: flex;
  gap: 20px;
  margin-top: 36px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .social-links {
    margin-top: 36px;
  }
}

.footer-area .social-links li {
  line-height: 1;
  border: 2px solid #2bc0e4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-area .social-links li a {
  color: #2bc0e4;
}

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

.footer-area .newsletter-text {
  margin-top: 29px;
}

.footer-area .newsletter-text .text {
  color: #fff;
  font-size: 16px;
}

.subscribe-form .input-field {
  background-color: #fff;
  border-radius: 45px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 25px 25px;
}

.feature-box.dedicated.has_fade_anim {
  border-radius: 10px 0px 0px 10px;
}

.feature-box.end-team.has_fade_anim {
  border-radius: 0px 10px 10px 0px;
}

@media only screen and (max-width: 1399px) {
  .subscribe-form .input-field {
    padding: 18px 25px;
  }
}

.subscribe-form .input-field input {
  border: 0;
  background-color: #fff;
  color: #000;
  width: 100%;
}

.subscribe-form .input-field input::-moz-placeholder {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.subscribe-form .input-field input::placeholder {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.subscribe-form .input-field input:focus {
  outline: 0;
}

.subscribe-form .input-field .subscribe-btn img,
.subscribe-form .input-field .subscribe-btn i {
  color: var(--theme);
}

.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
  transform: rotateY(180deg);
}

.subscribe-form .input-field .icon {
  color: var(--white-2);
}

.subscribe-form .policy-field {
  margin-top: 20px;
}

.subscribe-form .policy-field label {
  font-size: 14px;
  margin-inline-start: 6px;
}

.subscribe-form .policy-field label span {
  color: var(--primary);
  font-weight: 500;
}

.copyright-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 0;
  position: relative;
}

.header__logo img.show-light {
  width: 240px;
}

@media only screen and (max-width: 1399px) {
  .copyright-area-inner {
    padding: 22px 0;
  }
}

.copyright-area .copyright-text .text {
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.copyright-area .copyright-text .text a {
  color: var(--white);
}

/* Header Section */
.honor-section {
  background-color: #fff;
  padding: 90px 20px;
  text-align: center;
}

.honor-section h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.honor-section p {
  font-size: 21px;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #6c757d;
  margin-bottom: 0;
}

.honor-section p span {
  color: #2bc0e4;
  font-weight: bold;
}

p.subh {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.honor-section .row img {
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.honor-section .row img:hover {
  transform: scale(1.05);
}

/* Job Listings Section */

.jobs-section h2 {
  font-size: 2rem;
  margin-bottom: 0px;
  color: #000;
}

.jobs-section h2.text-center {
  margin-bottom: 20px;
}

.jobs-section button.accordion-button {
  background: #fff !important;
  color: #000 !important;
}

.jobs-section .accordion-body {
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  padding: 40px 40px;
}

.jobs-section .accordion-item {
  margin-bottom: 10px;
}

section.jobs-section {
  background: #e4eff1;
  padding: 90px 0px;
}

.accordion-button {
  background-color: #111;
  color: #fff;
  border: none;
  font-size: 1.2rem;
  padding: 15px;
}

.accordion-button:hover {
  background-color: #222;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: #222;
  color: #ccc;
  font-size: 1rem;
}

/* Reasons Section */
.reasons-section {
  background-color: #fff;
  padding: 120px 20px;
}

.reasons-section h2 {
  font-size: 2rem;
  margin-bottom: 40px !important;
  color: #000;
}

.reason-card {
  background-color: #e4eff1;
  padding: 60px 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.reason-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.reason-card .reasons-icon {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}

.reason-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.reason-card p {
  font-size: 1rem;
  color: #6c757d;
}

.jobs-section .accordion-item button {
  padding: 40px 40px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px;
}

.contact-area .contact-list {
  margin-top: 26px;
}

.contact-area .contact-list li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.contact-area .contact-list li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-area .contact-formwrap {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(2, 1fr);
}

.contact-area .contact-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  transition: all .5s;
}

.contact-area .contact-formwrap .messages {
  grid-column: span 2;
}

.contact-area .submit-btn {
  margin-top: 60px;
}

.contact-area-inner.section-spacing .section-title-wrapper {
  width: 800px;
}

.inner-section-banner img {
  min-height: 350px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}

section.inner-banner {
  margin-top: 0px;
}

.inner-section-banner h2 {
  width: 100%;
  text-align: center;
  color: #fff;
}

.inner-banner .nav.bredcrumb {
  text-align: center;
  width: 100%;
}

.inner-banner .inner-section-banner {
  position: relative;
  text-align: center;
}

.inner-banner ol.breadcrumb {
  display: inline-flex;
  margin-top: 20px;
  color: #fff;
}

.inner-banner li.breadcrumb-item.active {
  color: #2bc0e4;
}

/* Circle Service Section */
.circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #6c757d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}

.circle.active {
  background-color: #2bc0e4;
}

/* SEO Strategies Section */
section img {
  border-radius: 10px;
}

section.py-5.techno {
  padding: 90px 0px !important;
}

section.py-5.text-white.projects {
  background: rgb(13, 86, 135);
  background: linear-gradient(180deg, rgba(13, 86, 135, 1) 0%, rgba(8, 55, 87, 1) 100%);
  padding: 80px 0px !important;
  position: relative;
}

img.project-bgimg {
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.projects h2 {
  color: #2bc0e4;
  font-size: 52px;
}

section.about-section.home-about.about-section-page .year-box {
  box-shadow: none;
}

.projects p {
  color: #fff;
}

.overlay-ban {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0px;
}

.modern-design-section img.img-fluid.rounded {
  width: 100%;
}

.techno ul.list-unstyled {
  margin-bottom: 60px;
}

.techno h3 {
  line-height: 40px;
}

section.team-area {
  padding: 120px 0px;
  background-image: url(../imgs/team-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.misiion h3 {
  margin-bottom: 20px;
}

.misiion img.img-fluid.rounded {
  width: 90%;
}

.testimonial-area.abt {
  margin-top: 0 !important;
}

.misiion h5 {
  margin-bottom: 20px;
}

.it-solutions-section a.btn.btn-primary {
  background: #2bc0e4;
  color: #fff;
  padding: 15px 40px;
  margin-top: 30px;
}

* IT Solutions Section */ .it-solutions-section h6 {
  font-weight: bold;
}

.it-solutions-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.it-solutions-section p {
  color: #6c757d;
}

.check-icon {
  color: #d4a373;
  font-size: 1.25rem;
}

.client-box-s {
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: #2bc0e4 !important;
}

.client-box-s img {
  width: 40px;
  height: 40px;
  border: 2px solid white;
}

.it-solutions-section .client-box-s p {
  color: #fff;
}

section.it-solutions-section {
  padding: 120px 0px;
}

.client-box-s p.mb-1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 40px;
}

section.service-area.abt-serv {
  margin-top: 0;
}

.it-solutions-section h6.text-primary.mb-2 {
  color: #083757 !important;
}

* General Styling */ .modern-design-section h1,
.modern-design-section h2,
.modern-design-section h3 {
  font-weight: bold;
}

.modern-design-section h1 {
  font-size: 2.5rem;
}

.modern-design-section p {
  font-size: 1rem;
  color: #6c757d;
}

/* Bullet Icons */
.bullet-icon {
  color: #000;
  font-size: 1.25rem;
  margin-right: 10px;
}

/* Roadmap Boxes */
.roadmap-box {
  background-color: #f8f9fa;
  font-size: 1rem;
  font-weight: bold;
  padding: 60px !important;
}

.roadmap-box h4 {
  font-size: 2rem;
  color: #007bff;
}

.roadmap-box p {
  margin: 0;
}

.text-center.mb-4.single-head {
  margin-bottom: 60px !important;
  margin-top: 30px;
}

.strategy {
  margin: 60px 0px;
}

section.py-5.misiion {
  padding: 150px 0px !important;
}

section.process {
  text-align: center;
  padding: 60px 0px;
  background: #e4eff1;
}

section.process h2 {
  margin-bottom: 20px;
}

li.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu ul {
  display: block;
  flex-wrap: wrap;
}

.dropdown-menu {
  width: 400px;
  position: absolute;
  left: 0;
  border-bottom: 5px solid #007aff;
}

.dropdown-menu li a {
  line-height: 21px;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-menu .fa-solid,
.fas {
  margin-right: 10px;
  color: #2bc0e4;
}

.main-menu li a {
  text-transform: capitalize !important;
}

/* Animation for Moving Up and Down */
@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
    /* Start and End Position */
  }

  50% {
    transform: translateY(-10px);
    /* Move Up */
  }
}

/* Apply Animation to the Element */
.overlay-box {
  animation: moveUpDown 3s ease-in-out infinite;
  /* Animation properties */
  display: inline-block;
  /* Ensures proper alignment */
}

/* Optional Styling for Year Box */
.year-box {
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

p.text-primary.fw-bold {
  color: #2bc0e4 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: 18px;
}

.home-about h2 span {
  color: #2bc0e4;
  line-height: 60px;
}

.work-process p.text-primary.fw-bold {
  text-align: center;
  margin-bottom: 7px;
}

.project-head h2.fw-bold {
  color: #000;
}

.work-process {
  padding: 120px 0px;
  background: #e4eff1;
  padding-top: 200px;
}

.work-process h2 {
  margin-bottom: 0px !important;
}

.work-process p.sub-txt {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 20px;
}

.work-process .nav-pills .nav-link {
  border-radius: 25px;
  text-align: left;
  margin-bottom: 1rem;
  background-color: #f1f1f1;
  color: #000;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  background: #fff;
  font-size: 18px;
  padding: 20px 30px;
}

.work-process .nav-pills .nav-link.active {
  background-color: #2bc0e4;
  color: #fff;
}

.work-process .nav-pills .nav-link:hover {
  background-color: #2bc0e4;
}

.work-process .tab-content h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.work-process .tab-content p {
  font-size: 1rem;
  color: #555;
}

.work-process .tab-content img {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
}

.tab-content-inner {
  display: flex;
  align-items: center;
}

.inner-left ul {
  padding: 20px;
}

.inner-left ul li {
  line-height: 30px;
  list-style: circle;
}

.inner-left button.btn.btn-primary.btn-custom {
  background: #2bc0e4;
  color: #fff;
  padding: 15px 40px;
  font-size: 14px;
  border-radius: 60px;
  margin: 10px 0px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
}

.inner-left {
  width: 60%;
  padding-right: 40px;
}

.cta-area-inner.section-spacing {
  background: rgb(43, 192, 228);
  background: linear-gradient(90deg, rgba(43, 192, 228, 1) 0%, rgba(5, 122, 150, 1) 100%);
  padding: 50px;
  border-radius: 20px;
  margin-bottom: -70px;
}

.cta-area-inner .wc-btn-primary {
  font-size: 16px;
  font-weight: 500;
  border-radius: 60px;
  padding: 21px 40px;
  background-color: #083757;
  color: var(--white);
  border-color: transparent;
}

.cta-area .section-title span {
  font-size: 24px;
}

.area {
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

.feature-box-solution::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #2bc0e4;
  /* The hover background color */
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.feature-box-solution:hover::before {
  height: 100%;
  /* Fill the entire background from bottom to top */
}

.feature-box-solution .content {
  position: relative;
  z-index: 2;
  /* Keep content above the background */
  padding: 20px;
  color: #333;
}

.feature-box-solution {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px 0px 70px 0px;
}

section.features-area.home-sect .feature-box-solution .content {
  margin-top: 0;
  border-top: 5px solid #2bc0e4;
}

section.features-area.home-sect .feature-box-solution:hover .content h3 {
  color: #fff;
  margin-bottom: 15px;
}

section.features-area.home-sect .feature-box-solution:hover .content p {
  margin-top: 0;
  color: #fff;
}

.feature-box-solution h3.title {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0px;
}

.feature-box-solution p.text {
  font-size: 16px;
}

section.inner-banner {
  background-image: url('../imgs/banner-slide.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  position: relative;
  background-position: center bottom;
}

section.inner-banner.contact-ban {
  background-image: url('../imgs/Contactus-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  position: relative;
  background-position: center;
}

section.inner-banner.service-banner {
  background-image: url('../imgs/service-ban-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  position: relative;
  background-position: center;
}

.about-section {
  position: relative;
  padding: 120px 0px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  padding-right: 100px;
}

.about-section .content-column .text {
  position: relative;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: 'Poppins';
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 0px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .row.clearfix {
  align-items: center;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 101px;
  color: #2bc0e4;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  border: navajowhite;
}

.overlay-box.exp {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #083757;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #2bc0e4;
  text-transform: uppercase;
  border: 2px solid #2bc0e4;
  border-radius: 60px;
}

.about-section .sec-title2 {
  color: #fff;
}

.about-section .sec-title {
  position: relative;
  padding-bottom: 40px;
}

.about-section .sec-title .title {
  position: relative;
  color: #2bc0e4;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.about-section .sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 2px;
  background-color: #2bc0e4;
}

section.cta-area.request-schdule .cta-area-inner.section-spacing {
  position: relative;
}

section.cta-area.request-schdule .cta-area-inner.section-spacing p {
  color: #fff !important;
  font-size: 24px;
}

section.cta-area.request-schdule .cta-area-inner.section-spacing h2 {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}

section.cta-area.request-schdule a.theme-btn.btn-style-three {
  background: #083757;
  color: #fff;
  padding: 17px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

section.cta-area.request-schdule .row {
  align-items: center;
}

section.cta-area.request-schdule .cta-area-inner.section-spacing {
  padding: 80px;
}

section.about-section.home-about .image-column .inner-column {
  margin-left: 0;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.project-card img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  min-height: 400px;
  height: 400px;
  object-fit: cover;
}

.project-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.project-card .overlay .text h5 {
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}

.project-card .overlay .text p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.project-area a.btn.btn-primary.px-4 {
  background: #2bc0e4;
  color: #fff;
  padding: 15px 40px;
  font-size: 14px;
  border-radius: 60px;
  margin: 10px 0px;
  border: 1px solid;
  font-weight: bold;
}

/* Hover Effects */
.project-card:hover img {
  transform: scale(1.1);
}

.project-card:hover .overlay {
  opacity: 1;
}

.project-head .text-end.mt-4 {
  margin-top: 0 !important;
}

.project-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.testimonial-area h2 {
  text-align: left;
  padding-left: 0px;
}

.testimonial-area p.text-primary.fw-bold {
  padding-left: 0px;
}

section.work-section.py-5 {
  padding: 120px 0px !important;
}

section.blog-area {
  padding-top: 90px;
}

.contact-area-home {
  background: rgb(43, 192, 228);
  background: linear-gradient(90deg, rgba(43, 192, 228, 1) 0%, rgba(5, 122, 150, 1) 100%);
  color: #ffffff;
  border-radius: 36px;
  padding: 60px 40px;
}

.contact-area-home form.p-4.bg-white.rounded-3.shadow {
  background: transparent !important;
  box-shadow: none !important;
}

/* .contact-area-home .form-control {
  height: 60px;
  margin-bottom: 10px;
} */

.contact-area-home button.btn-primary {
  background-color: #083757;
  border: none;
  padding: 16px 20px;
  margin-top: 20px;
  font-size: 14px;
}

.contact-area-home textarea.form-control.rounded-3 {
  height: 110px;
  border-radius: 20px !important;
}

/* Icon Styling */
.icon-circle {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid #fff;
}

/* Form Styling */
/*form {
    background-color: #ffffff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}*/

/* input.form-control,
textarea.form-control {
  border: 1px solid #ddd;
  font-size: 0.9rem;
} */

input::placeholder,
textarea::placeholder {
  color: #999;
}

button.btn-primary {
  background-color: #2b56f1;
  border: none;
}

button.btn-primary:hover {
  background-color: #1f47d4;
}

.contact-area-home p.text-white-50.mb-4 {
  color: #fff !important;
}

.fw-bold {
  font-weight: 700 !important;
  color: #fff;
}

.contact-area-home p.m-0.small.text-white-50 {
  color: #fff !important;
}

/* Styling for the progress circle */
.choose-home .progress-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid rgba(43, 86, 241, 0.2);
  position: relative;
}

.choose-home .progress-circle .progress-value {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #2bc0e4;
  /*clip-path: inset(0 0 50% 0);*/
}

.choose-home .progress-number {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.choose-home .progress-label {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  font-weight: 600;
}

.choose-home .image-container img {
  width: 100%;
  border-radius: 10px;
}

.why-choose-heading h6.text-primary.fw-bold {
  text-align: left;
  color: #2bc0e4 !important;
}

.why-choose-heading h2.fw-bold {
  text-align: left;
  color: #000;
  line-height: 50px;
  margin-top: 10px;
}

.fa-brands,
.fab {
  font-size: 24px;
}

.choose-home .image-container img.video-icon {
  width: 100px;
  position: absolute;
  top: 40%;
  left: 47%;
}

.video-section .col-lg-12.col-md-12.image-container {
  position: relative;
}

section.py-5.choose-home {
  padding-bottom: 120px !important;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 241, 248, 1) 100%);
  padding-top: 120px !important;
}

.video-section video {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

span.delivert-dig {
  font-size: 24px;
  font-weight: bold;
}

.mrkt-year {
  display: flex;
  gap: 20px;
}

.certified-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.about-section.home-about.about-section-page {
  padding-top: 120px;
}

.about-section-page .image img {
  border-radius: 50% !important;
}

section.about-section.home-about.about-section-page .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 140px;
  bottom: 108px;
}

section.blog-area.blog-about {
  padding-top: 120px;
}

.clients-area.about-client {
  position: static;
  width: 100%;
  background: transparent;
  padding: 120px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.succes-story {
  width: 180px;
  text-align: center;
  margin: 0 auto;
}

/* Responsive Design */
/* General submenu styling */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -620px;
  width: 80vw;
  background: #fff;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 20px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  /* Show on hover */
}

.dropdown-menu__inner {
  max-width: 1200px;
  /* Align submenu with the header container */
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 20px 0;
}

/* Submenu list */
.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu ul li {
  margin-bottom: 10px;
}

.dropdown-menu ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dropdown-menu ul li a:hover {
  color: #0056b3;
}

.dropdown-menu ul li a i {
  margin-right: 10px;
  color: #0056b3;
}

.service-card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 40px !important;
  margin-bottom: 40px;
}

.service-card a {
  background: #2bc0e4;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 60px;
  margin-top: 20px;
  display: inline-block;
}

/* Hover Effect */
.service-card:hover {
  transform: translateY(-8px);
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #2bc0e4;
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.service-card:hover .overlay {
  height: 100%;
}

/* Overlay Text */
.service-card .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}

.contact-banner {
  background-image: url('../imgs/it-solution.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

/* Work Process Section */
.work-process-step {
  border: 2px solid #2bc0e4;
  border-radius: 15px;
  padding: 30px;
  transition: 0.3s;
  text-align: center;
}

.work-process-step:hover {
  background: #2bc0e4;
  color: #fff;
  transform: scale(1.05);
}

/* Icon Circle */
.step-icon {
  background: #2bc0e4;
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  font-size: 20px;
}

.service-card img {
  width: 80px;
  margin-bottom: 30px;
}

.service-card img {
  width: 80px;
  margin-bottom: 30px;
}

.service-card h4 {
  margin-bottom: 20px;
}

.work-process-step h5 {
  margin-bottom: 15px;
}

.work-process-step:hover .step-icon {
  border: 2px solid #fff;
}

.work-process-step:hover h5 {
  color: #fff;
}

.work-process-step:hover p {
  color: #fff;
}

h5.subhead {
  text-align: center;
  font-weight: 500 !important;
  color: #2bc0e4;
  margin-bottom: 10px;
}

section.work-process-section {
  padding: 120px 0px;
}

section.work-process-section .process-bg {
  background-image: url('../imgs/process-line.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

section.service-section {
  padding: 80px 0px;
  padding-top: 110px;
}

.contact-banner h2 {
  color: #fff;
  margin-bottom: 40px;
  line-height: 49px;
}

.contact-banner h5 {
  color: #2bc0e4;
  margin-bottom: 13px;
  font-weight: 500;
}

.contact-banner button.btn.btn-light.mt-3 {
  background: #2bc0e4;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 60px;
  margin-top: 0 !important;
}

.contact-banner h2 span {
  color: #2bc0e4;
  font-weight: 400;
}

/* Portfolio Grid Styling */
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.portfolio-item img {
  width: 100%;
  height: 280px;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px 0px 0px 0px;
  object-fit: cover;
}

.portfolio-item h5 {
  font-size: 18px;
  line-height: 28px;
  min-height: 90px;
}

/* Hover Effect */
/*        .portfolio-item:hover img {
            transform: scale(1.1);
        }*/

/* Overlay with Title and Description */

.portfolio-overlay {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5eff1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: left;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  padding: 20px;
}

/*        .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
        }*/

.portfolio-overlay h5,
.portfolio-overlay p {
  margin: 0;
}

#lightbox img {
  width: 800px !important;
  height: 600px !important;
  object-fit: cover;
}

/* Custom Content Width */
#lightbox .lb-dataContainer {
  max-width: 800px;
  margin: 0 auto;
}

.lightbox-caption {
  text-align: left;
  padding: 10px;
}

.tech-stack img {
  height: 24px;
  margin-right: 8px;
}

#lightbox .client-image {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
}

.lightbox-caption p {
  color: #fff;
}

section.portfolio-grid {
  padding: 120px 0px;
}

.portfolio-item:hover h5 {
  color: #333
}

.portfolio-item:hover p {
  color: #333
}

/* Blog Card Styles */
section.blog-section .blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

section.blog-section .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

section.blog-section .blog-card img {
  width: 100%;
  height: auto;
}

section.blog-section .blog-card-body {
  padding: 20px;
}

section.blog-section .blog-card h5 {
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  font-size: 24px;
  margin-top: 20px;
}

section.blog-section .blog-card p {
  font-size: 14px;
  /* line-height: 1.6; */
}

section.blog-section .read-more {
  display: inline-block;
  margin: 20px 0px;
  background: #2bc0e4;
  color: #fff;
  padding: 15px 32px;
  border-radius: 60px;
  font-size: 14px;
}

section.blog-section .read-more:hover {
  background: #083757;
}

/* Sidebar */
section.blog-section .sidebar {
  background: #e4eff1;
  padding: 40px 20px;
  border-radius: 8px;
  /*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.sidebar h5 {
  margin-bottom: 40px;
  font-size: 24px;
}

section.blog-section .search-bar input {
  border-radius: 4px;
  border: 1px solid #ddd;
}

section.blog-section .categories ul {
  list-style: none;
  padding: 0;
}

section.blog-section .categories li {
  margin-bottom: 10px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}

section.blog-section .recent-posts a {
  display: flex;
  margin-bottom: 30px;
  color: #222;
  align-items: center;
  gap: 20px;
}

.recent-posts img {
  width: 230px;
  border-radius: 5px;
  height: 75px;
  /*object-fit: cover;*/
}

.recent-posts p span {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
}

/* Pagination */
section.blog-section .pagination .page-link {
  color: #2bc0e4;
  padding: 15px 30px;
}

.pagination .page-item.active .page-link {
  background-color: #2bc0e4;
  border-color: #2bc0e4;
  color: #fff;
}

.pagination .page-link {
  color: #2bc0e4;
  padding: 15px 30px;
}

section.blog-section ul.pagination.justify-content-center {
  margin-top: 60px;
}

section.blog-section .pagination .page-item.active .page-link {
  background-color: #2bc0e4;
  border-color: #2bc0e4;
  color: #fff;
}

section.blog-section {
  padding: 120px 0px;
}

/*******contact page css*************/

/* Contact Info Cards */
.contact-page-section .contact-info {
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  min-height: 340px;
}

.contact-info h5 {
  margin-bottom: 20px;
}

.contact-page-section .contact-info i {
  font-size: 32px;
  color: #2bc0e4;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  width: 80px;
  border-radius: 60px;
  height: 78px;
  border: 2px solid #2bc0e4;
}

.contactus-form {
  padding: 120px 0px;
  background-image: url(../imgs/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.contactus-form .justify-content-center {
  justify-content: start !important;
}

.contact-page-section .contact-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Form Section */
.contact-page-section .contact-form {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* .contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  box-shadow: none;
} */

/* .contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 5px rgba(108, 99, 255, 0.3);
} */

.contact-page-section .btn-primary {
  background: #2bc0e4;
  border-color: #2bc0e4;
  border-radius: 60px;
  padding: 15px 30px;
  font-weight: bold;
  color: #fff;
}

.contact-page-section .btn-primary:hover {
  background: #083757;
  border-color: #083757;
}

/* Map Section */
.contact-page-section .map-section iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 8px;
}

section.contact-page-section {
  padding-top: 120px;
}

.contactus-form input.form-control {
  height: 50px;
}

.contactus-form select.form-select {
  height: 50px;
}

/*******contact page css end *******/
.main-menu li a.active {
  color: #2bc0e4 !important;
  border-bottom: 3px solid #2bc0e4;
}

/* Timeline Design */
.timeline {
  position: relative;
  margin: 4rem 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  z-index: 0;
}

.timeline-points .dot {
  width: 50px;
  height: 50px;
  background: #e5eff1;
  border-radius: 50%;
  display: flex;
  text-align: center;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
}

.timeline-points .dot.active {
  background: #2bc0e4;
  color: white;
  font-weight: bold;
}

.card .red-header {
  background-color: #2bc0e4;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* Slider Design */
.slider-container {
  max-width: 1420px;
  margin: auto;
}

.slick-slide {
  margin: 0 10px;
}

.slick-prev,
.slick-next {
  color: #000;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
}

.our-story h2.text-center.fw-bold.mb-4 {
  color: #000;
}

.slick-prev,
.slick-next {
  display: none !important;
}

section.our-story {
  padding: 120px 0px;
}

.slick-slide .card img {
  min-height: 300px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 0px;
  border-radius: 10px;
}

.journey-slider .slide .card .row {
  align-items: center;
  padding: 40px;
}

.journey-slider .slide .card.text-center {
  background: #e5eff1;
}

.journey-slider .slide .card .row h4.text-left {
  text-align: left;
  margin-bottom: 30px;
}

.journey-slider .slide .card .row p {
  text-align: left;
}

.service-single h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0px;
}

.service-single h4.mt-4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature-list li {
  line-height: 35px;
}

.service-benfits {
  margin-top: 40px;
}

.service-benfits h3.text-center.mb-4 {
  text-align: left !important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.benefit-card {
  background: #fff;
  box-shadow: 1px 1px 9px #ccc;
  padding: 20px;
  margin-bottom: 60px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.service-benfits i {
  font-size: 40px;
  margin-bottom: 20px;
}

.service-benfits .benefit-card h5 {
  margin-bottom: 10px;
}

.accordion-item {
  border: none;
}

.service-detail-faq .accordion-button {
  background-color: #fff;
  color: #333;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 0px !important;
}

.service-detail-faq .accordion-body {
  background-color: transparent;
  color: #555555;
  font-size: 16px;
  border: 1px solid #ccc;
  border-top: none;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 23px;
}

.accordion-header {
  margin-bottom: 0 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #2bc0e4;
  color: #fff !important;
}

.service-detail-faq h3.text-center.mb-4 {
  text-align: left !important;
  font-size: 24px;
  font-weight: 600;
}

.container.my-5.service-single {
  margin: 0 auto !important;
  padding: 120px 0px;
}

.service-single .sidebar.mb-4 {
  background: #e4eff1;
  padding: 60px;
  border-radius: 10px;
}

.service-single .sidebar h4 {
  text-align: center;
  margin-bottom: 30px;
}

.service-single .sidebar a.btn.btn-purple.w-100.mb-2 {
  background: #2bc0e4;
  color: #fff;
  font-weight: 600;
  padding: 10px 0px;
}

.service-single .sidebar .fa-file-pdf:before {
  content: "\f1c1";
  color: #fff;
}

.sidebar.need-help-section.text-white {
  padding: 70px 40px;
  text-align: center;
  background-image: url('../imgs/contact-business.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.need-help-section h4 {
  color: #fff;
}

.need-help-section p {
  color: #fff;
}

.need-help-section .fa-arrow-right:before {
  color: #fff;
}

.need-help-section a.btn.btn-dark.w-100 {
  background: #2bc0e4;
  border: none;
  margin-top: 40px;
  width: 50%;
}

.need-help-section .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.it-theme img {
  width: 48% !important;
}

.it-theme {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.comments-section {
  max-width: 100%;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.comments-section .comment {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.comments-section .comment img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.comments-section .comment-content {
  flex: 1;
}

.comments-section .comment-content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.comments-section .comment-content p {
  font-size: 14px;
  margin: 0;
  color: #555;
}

.comments-section .comment-content .date {
  font-size: 12px;
  color: #aaa;
}

.comments-section .comment-content a {
  font-size: 14px;
  color: #6c63ff;
  text-decoration: none;
}

.comments-section .comment-content a:hover {
  text-decoration: underline;
}

.comments-section .leave-comment {
  margin-top: 40px;
}

.comments-section .leave-comment h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.comments-section .form-control {
  border-radius: 6px;
}

.comments-section .btn-primary {
  background-color: #2bc0e4;
  border-color: #2bc0e4;
  color: #fff;
  border-radius: 60px;
  padding: 10px 30px;
  margin-top: 20px;
}

.comments-section .btn-primary:hover {
  background-color: #5848d1;
  border-color: #5848d1;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  background: #2bc0e4;
}

.lb-closeContainer {
  position: absolute;
  top: -35px;
  left: 69%;
}

.lb-dataContainer {
  padding-top: 0;
}

.lb-data .lb-details {
  width: 41.4% !important;
  float: left;
  text-align: left;
  line-height: 1.1em;
  position: absolute;
  bottom: 9px !important;
  background-color: rgba(8, 55, 87, 0.6) !important;
}

.lightbox-caption h5 {
  color: #fff;
  margin-bottom: 10px;
}

.lightbox-caption div {
  color: #fff;
  margin: 7px 0px;
}

.contact-page-section .contact-info p i.fas.fa-map-marker-alt {
  width: auto;
  border: none;
  height: auto;
  padding: 0;
  font-size: 18px;
  margin: 6px;
}

.contact-page-section .contact-info.multiple-address p {
  text-align: left;
  margin-bottom: 14px;
  display: flex;
}

.our-products img {
  width: 150px;
  margin-top: 20px;
}

.our-products ul l1 {
  width: 100%;
  display: block;
}

.newsletter-section {
  background: linear-gradient(90deg, rgba(43, 192, 228, 1) 0%, rgba(5, 122, 150, 1) 100%);
  padding: 30px;
}

.newsletter-section .row {
  align-items: center;
}

.newsletter-section h2 {
  color: #fff;
  margin-bottom: 10px;
}

.newsletter-section p {
  color: #fff;
}

.contact-page-section .contact-info p i {
  font-size: 14px;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 4px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dropdown-menu {
    padding: 10px;
  }

  .dropdown-menu__inner {
    flex-direction: column;
    gap: 15px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .footer-area-inner {
    grid-template-columns: 295px 310px 160px 305px;
  }

  .technology-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -620px;
    width: 80vw;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {


  .footer-area-inner {
    grid-template-columns: 295px 310px 160px 305px;
  }

  .banner-text h1 {
    color: #fff;
    font-size: 54px;
    line-height: 70px;
  }

  .about-section .content-column .inner-column {
    position: relative;
    padding-top: 0;
    padding-right: 0;
  }

  section.cta-area.request-schdule .cta-area-inner.section-spacing {
    padding: 30px;
  }

  section.cta-area.request-schdule .col-md-6 {
    width: 45%;
  }

  .inner-left {
    width: 100%;
    padding-right: 40px;
  }

  .testimonial-area .slider-nav {
    width: auto;
  }

  .testimonial-item .icon img {
    height: 100px;
  }

  section.about-section.home-about .image-column .inner-column .image img {
    min-height: 100%;
    max-height: 100%;
  }

  .home-sect .features-area-inner.section-spacing-top {
    padding-top: 0;
  }
}

@media screen and (min-width: 1251px) and (max-width: 1400px) {
  .technology-menu .mega-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 1rem;
  }

  .technology-menu .dropdown-menu {
    left: -528px;
    width: 80vw;
  }

  .technology-menu img {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
  .technology-menu .mega-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 1rem;
  }

  .technology-menu .dropdown-menu {
    left: -528px;
    width: 100vw;
  }

  .technology-menu img {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  nav .navbar-nav a.nav-link {
    padding: 30px 7px !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

  .header-area .container {
    max-width: 100%;
  }

  .navbar-nav a.nav-link {
    font-weight: 600;
    color: #333;
    padding: 0 6px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1030px) {
  .header__logo img.show-light {
    width: 180px;
  }

  .header-nav .navbar-nav a.nav-link {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .work-process-step {
    min-height: 330px;
  }

  .service-card {
    min-height: 450px;
  }

  .header-nav .navbar-nav a.nav-link {
    font-weight: bold;
    color: #333;
    padding: 30px 5px !important;
    font-size: 14px;
  }

  section.banner {
    height: auto;
  }

  .portfolio-grid .portfolio-item h5 {
    font-size: 13px;
    line-height: 19px;
    min-height: 70px;
    font-weight: 400;
  }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area-home .row.align-items-center.g-4 {
    display: block;
  }

  .contact-area-home .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .footer-area .footer-widget-wrapper {
    width: 45%;
  }

  .footer-area .footer-area-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .newsletter-section h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .service-section .row.g-4 {
    display: block;
  }

  .service-section .row.g-4 .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .work-process-section .row.g-4 {
    display: block;
  }

  .work-process-section .row.g-4 .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
  }

  .contact-page-section .row.text-center {
    display: block;
  }

  .contact-page-section .col-md-4.mb-4 {
    width: 100%;
  }

  .contact-page-section .contact-info.multiple-address p {
    text-align: center;
  }

  section.cta-area.request-schdule .row {
    display: block;
  }

  .cta-area-inner .col-md-4 {
    width: 100%;
  }

  .banner-text {
    width: 58% !important;
  }

  .banner-image img {
    width: 600px;
    height: 400px;
    object-fit: cover;
  }

  .portfolio-grid .portfolio-item h5 {
    font-size: 13px;
    line-height: 19px;
    min-height: 70px;
    font-weight: 400;
  }

  .portfolio-grid .portfolio-item img {
    width: 100%;
    height: 150px;
  }
}


@media (max-width: 991px) {
  section.about-section.home-about .image-column .inner-column .image img {
    min-height: 100%;
    max-height: 100%;
  }

  .header__button {
    display: none;
  }

  .header-area .container {
    max-width: 100%;
    padding: 0;
  }

  .header__logo {
    padding-left: 20px;
  }

  .pos-center {
    position: absolute;
    top: 40px;
    left: auto;
    transform: none;
    z-index: 9;
    width: 100%;
  }

  .technology-menu .dropdown-menu {
    height: 300px;
    overflow-y: scroll;
  }

  .technology-menu .mega-menu div a b {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }

  button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: -18px;
  }

  .navbar-nav a.nav-link {
    font-weight: bold;
    color: #fff !important;
    padding: 30px 14px !important;
    font-size: 18px;
  }

  li.nav-item {
    border-bottom: 1px solid #fff;
  }

  ul.navbar-nav {
    position: absolute;
    left: 0;
    background: #032842;
    width: 100%;
    top: 40px;
    z-index: 99999999999;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    width: 100% !important;
    min-width: 100% !important;
  }

  .mega-menu {
    display: block !important;
  }

  .why-choose .feature-box {
    padding: 30px 30px 30px;
  }

  .container.my-5.service-single {
    margin: 0 auto !important;
    padding: 60px 20px;
  }

  .benefit-card {
    margin-bottom: 0;
  }

  .service-detail-faq {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  section.feature-area.why-choose {
    padding: 60px 0px;
  }

  .section-spacing-top {
    padding-top: 0;
  }

  .feature-area .features-wrapper {
    display: block;
    margin: 0 0px;
  }

  .feature-box.dedicated.has_fade_anim {
    border-radius: 0px;
  }

  .feature-box.end-team.has_fade_anim {
    border-radius: 0;
  }

  .projects .row {
    gap: 30px;
  }

  .testimonial-item .icon img {
    height: 100px;
  }

  .modern-design-section h1 {
    font-size: 2rem;
  }

  .about-section .image-column .inner-column .image .overlay-box .year-box {
    line-height: 3.4em;
  }

  section.about-section.home-about.about-section-page .image-column .inner-column .image .overlay-box .year-box {
    line-height: 1.4em;
  }

  .mrkt-year {
    margin-bottom: 20px;
  }

  .choose-home .row.text-center.justify-content-center.mb-5 {
    display: block;
  }

  .choose-home .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .modern-design-section h2,
  .modern-design-section h3 {
    font-size: 1.5rem;
  }

  nav.main-menu {
    display: none;
  }

  .blog-area .blogs-wrapper {
    display: block;
  }

  section.work-section.py-5 {
    padding: 40px 0px !important;
  }

  section.features-area.home-sect {

    padding: 40px 0px;
  }

  .banner-text h1 {
    color: #fff;
    font-size: 34px;
    line-height: 60px;
  }

  .banner-text h1 br {
    display: none;
  }

  section.banner {
    height: auto;
  }

  .banner-text {
    width: 100%;
  }

  .about-section .image-column .inner-column {
    padding: 0px 0px 0px 0px;
  }

  .about-section .content-column .inner-column {
    padding-right: 0;
  }

  section.cta-area.request-schdule .cta-area-inner.section-spacing {
    padding: 30px;
  }

  .about-section {
    padding: 0px 0px;
  }

  section.cta-area.request-schdule .cta-area-inner.section-spacing h2 {
    margin: 20px 0px;
  }

  .tab-content-inner {
    display: block;
  }

  .inner-left {
    width: 100%;
    padding-right: 0;
    padding: 10px;
    margin: 10px 0px;
  }

  .why-choose-heading h2.fw-bold {
    margin-bottom: 20px;
  }

  .about-section .col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .about-section .row.clearfix {
    display: block !important;
  }

  .home-about .image-column .inner-column .image .overlay-box .year-box {
    line-height: 40px;
  }

  .project-card img {
    min-height: 300px;
    height: 300px;
    object-fit: cover;
  }

  section.blog-section ul.pagination.justify-content-center {
    margin-bottom: 60px;
  }

  section.blog-section {
    padding: 60px 0px;
  }

  section.contact-page-section {
    padding-top: 60px;
  }

  .footer-area .footer-widget-wrapper .title {
    font-size: 22px !important;
  }

  .clients-area {
    padding: 20px 0px;
  }
}

@media (max-width: 768px) {
  section.about-section.home-about.about-section-page .image-column .inner-column .image .overlay-box {
    left: 0;
  }

  #projectImageSlider .carousel-item {
    height: auto !important;
  }

  section.about-section.home-about.about-section-page {
    padding-top: 50px;
  }

  .expertise-nishtha1 li.mb-4.text-primary.font-weight-bold {
    width: 100%;
    color: #333 !important;
  }

  #projectImageSlider .carousel-item img {
    height: 260px;
  }

  section.our_work.techno-projects h4 {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 33px;
  }

  section.our_work.techno-projects {
    padding: 50px 0px;
  }

  .about-section .image-column .inner-column .image .overlay-box {
    left: 0px;
    height: 110px;
  }

  .portfolio-item.mb-5:last-child {
    margin-bottom: 0 !important;
  }

  section.faq.py-5.jobs-section.single-faq {
    padding: 50px 0px !important;
  }

  .footer-area .social-links {
    display: flex;
    gap: 7px;
  }

  section.portfolio-grid {
    padding: 60px 0px;
  }

  .header-area .container {
    max-width: 100%;
    padding: 0;
  }

  .lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
  }

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

  .lb-closeContainer {
    position: absolute;
    top: -35px;
    left: 89%;
  }

  .banner-image {
    display: none;
  }

  article.blog {
    margin-bottom: 30px;
  }

  /*.about-section .image-column .inner-column .image .overlay-box {
    display: none;
}*/
  section.py-5.choose-home {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .newsletter-text {
    margin-bottom: 40px;
  }

  .project-head .text-end {
    text-align: left !important;
  }

  .project-head {
    display: block;
  }

  h2 {
    font-size: 30px !important;
    margin: 0 !important;
  }

  .about-section .sec-title {
    position: relative;
    padding-bottom: 20px;
  }

  .home-about .image-column .inner-column .image .overlay-box .year-box {
    line-height: 28px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .work-process {
    padding: 60px 0px;
    padding-top: 140px;
  }

  .icon-circle {
    width: 50px;
    height: 45px;
  }

  .request-schdule h2 {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
  }

  section.cta-area.request-schdule .cta-area-inner.section-spacing p {
    color: #fff !important;
    font-size: 20px;
  }

  section.project-area {
    padding: 60px 0px;
  }

  .why-choose-heading h2.fw-bold {
    text-align: center;
    color: #000;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 40px !important;
  }

  .why-choose-heading h6.text-primary.fw-bold {
    text-align: center;
    color: #2bc0e4 !important;
  }

  .contact-area-home form.p-4.bg-white.rounded-3.shadow {
    padding: 0 !important;
  }

  .testimonial-area {
    padding: 60px 0px;
  }

  .features-area .features-wrapper {
    gap: 20px 30px;
  }

  .header__button {
    display: none;
  }

  .reasons-section {
    padding: 60px 20px;
  }

  .comments-section .form-control {
    margin-bottom: 20px;
  }

  #contactModal .mb-3.input-row {
    width: 100% !important;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .contact-page-section .contact-info.multiple-address p {
    text-align: left;
    display: flex;
  }

  .ban-inner {
    padding: 20px;
  }
}

.dropdown-menu {
  padding: 2rem;
}

.mega-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.mega-menu a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 0;
}

.header-nav .bg-light {
  background-color: transparent;
}

.navbar-nav a.nav-link {
  font-weight: 600;
  color: #333;
  padding: 30px 14px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 75px;
}

.our-story h4.text-left {
  margin-top: 40px;
}

#contactModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#contactModal .modal-title {
  font-weight: bold;
  font-size: 1.5rem;
}

#contactModal .modal-body p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

/* #contactModal .form-control {
  margin-bottom: 1rem;
} */

#contactModal .btn-primary {
  background-color: #2bc0e4;
  border-color: #2bc0e4;
}

#contactModal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

#contactModal .btn-primary {
  background-color: #2bc0e4;
  border-color: #2bc0e4;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}

#contactModal .modal-content {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

#contactModal .mb-3.input-row {
  width: 49.5%;
  display: inline-block;
}

/* #contactModal .form-control {
  height: 60px;
  margin-bottom: 0 !important;
  border: 1px solid #999 !important;
} */

#contactModal textarea.form-control {
  height: 100px;
}

/*****project popup****/
.modal-dialog-centered {
  max-width: 70%;
  margin: 0 auto;
}

.modal-content {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
}

.modal-header {
  border-bottom: 1px solid #dcdcdc;
}

.portfolio-wrapper {
  font-family: Arial, sans-serif;
  color: #333;
}

.portfolio-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c297e;
  margin-bottom: 20px;
}

.project-scope,
.technology-section,
.case-study {
  margin-top: 30px;
  padding-left: 20px;
}

.casestudy-phead {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.project-scope p,
.project-scope ul,
.technology-section .tags,
.case-study p,
.case-study .client-info,
.case-study .rating-feedback,
.case-study .ready-to-discuss-wrapper {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  font-size: 16px;
}

.client-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.client-info img {
  border-radius: 50%;
  margin-right: 15px;
  width: 80px;
}

.rating-feedback {
  margin-top: 20px;
  padding-left: 20px;
}

.rating {
  font-size: 16px;
  color: #FFD700;
  display: flex;
  align-items: center;
}

.rating span {
  margin-right: 10px;
}

.blockquote {
  border-left: 4px solid #0c297e;
  padding-left: 20px;
  margin-top: 15px;
}

.ready-to-discuss-wrapper {
  background-color: #e0f7fa;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 30px;
}

.ready-to-discuss {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.expertise-nishtha1 ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
}

.expertise-nishtha1 li.mb-4.text-primary.font-weight-bold {
  width: 50%;
  color: #333 !important;
}

section.about-section.home-about.expertise-nishtha1 {
  padding: 60px 0px;
}

section.reasons-section.techno-achievement p.text-secondary {
  font-size: 16px;
  color: #333 !important;
}

section.reasons-section.techno-achievement h3.h5.font-weight-bold {
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}

section.reasons-section.techno-achievement .card.p-4.shadow-sm {
  min-height: 280px;
}

section.our_work.techno-projects {
  padding: 90px 0px;
}

section.our_work.techno-projects .portfolio-item img {
  height: 100%;
  border-radius: 10px;
}

section.our_work.techno-projects h2.text-center.section-title.font-weight-bold.mb-5 {
  font-size: 2rem;
}

.pr-des p {
  font-size: 15px;
  margin-bottom: 10px;
}

section.our_work.techno-projects h4 {
  margin-bottom: 20px;
}

.pr-des {
  margin-bottom: 40px;
}

section.reasons-section.flexible-model {
  background: #e4eff1;
}

section.reasons-section.flexible-model .reason-card.text-center {
  background: #fff;
}

section.feature-area.why-choose.aspects-choose .reason-card.text-center {
  border: 1px solid #ccc !important;
  margin-bottom: 0px;
}

section.feature-area.why-choose.aspects-choose .col-md-4 {
  margin-bottom: 25px;
}

.form-group.mb-3.half-field {
  width: 49.5%;
  display: inline-block;
  margin-bottom: 6px !important;
}

/* .techno-form textarea.form-control {
  height: 100px !important;
} */

section.faq.py-5.jobs-section.single-faq {
  padding: 90px 0px !important;
}

section.faq.py-5.jobs-section.single-faq .jobs-section h2.text-center {
  margin-bottom: 50px;
}

ul.footer-nav-list li a:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #2bc0e4;
  font-size: 18px;
  padding-right: 0.5em;
  top: 10px;
  left: 0;
  font-size: 14px;
}

ul.footer-nav-list li a:hover {
  color: #2bc0e4 !important;
}

section.feature-area.why-choose.aspects-choose h2.section-title {
  font-size: 2rem;
}

.about-menu .dropdown-menu {
  width: 290px;
  left: 0;
}

.about-menu img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.about-menu .mega-menu a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}

.service-menu .dropdown-menu {
  width: 100%;
  left: 0;
  min-width: 690px;
}

.service-menu .about-menu img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.service-menu .mega-menu a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}

.industries-menu .mega-menu a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}

.industries-menu .dropdown-menu {
  width: 100%;
  left: 0;
  min-width: 690px;
}

.industries-menu img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.technology-menu img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.technology-menu .mega-menu a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}

/* .techno-form .col-12.mt-3 {
  margin-top: 0 !important;
} */

section.faq.py-5.jobs-section.single-faq h2.text-center {
  margin-bottom: 30px !important;
}

/* .techno-form .col-md-6 {
  padding: 10px;
} */

#projectImageSlider .carousel-item {
  background-image: none !important;
  background-size: cover;
  background: #000;
}

#projectImageSlider .carousel-item img {
  max-height: 400px;
  object-fit: contain;
}

.service-single p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.service-single .benefit-card {
  margin-bottom: 0;
  min-height: 230px;
}

.service-detail-faq {
  margin-top: 40px;
}

#projectModal .ready-to-discuss-wrapper a.btn.btn-primary {
  background: #2bc0e4;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 53px;
  border-radius: 60px;
  cursor: pointer;
  z-index: 8;
  position: relative;
}

.service-single .feature-list li {
  line-height: 26px;
  margin-bottom: 10px;
}

#projectModal .description ul {
  color: #555;
  line-height: 24px;
  margin-bottom: 20px;
}

#projectModal .modal-header {
  border-bottom: none;
}

/* Dheeraj */
label.error {
  padding: 0px 0 15px 0px;
  color: #da0c0c;
}

.modal-content {
  max-width: unset;
}

input.otp-field {
  /* width: 50px; */
  width: 16%;
  margin: 5px;
  text-align: center;
  padding: 5px;
}

.nt-loading {
  position: relative;
}

.loader-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /* Light overlay */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* Ensure it stays on top */
  opacity: 0.4;
}

.nt-loading .loader-wrapper {
  display: flex;
}

.loader {
  width: 30px;
  height: 30px;
  border: 5px solid #3498db;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.verified-icon {
  vertical-align: middle;
  color: #0da40d;
  position: absolute;
  right: 5px;
  top: 10px;
}

.nt-email {
  width: 70%;
}

.send-otp-button {
  width: 30%;
  padding: 12px;
}

.otp-wrapper {
  display: flex;
  gap: 10px;
}

.otp-input-boxe {
  justify-content: center;
}

.nt-form label.error {
  display: none !important;
}

.nt-form input.error,
.nt-form textarea.error,
.nt-form select.error,
.nt-form input.error:focus,
.nt-form textarea.error:focus,
.nt-form select.error:focus {
  border-color: #da0c0c;
}

.nt-form .alert .btn-close {
  top: 9px;
  right: 4px;
}

.blog-card-body a {
  color: var(--bs-primary);
}

.nt-form .drag-drop-area {
  border: 2px dashed #2bc0e4;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.nt-form .drag-drop-label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nt-form .drag-drop-icon {
  font-size: 50px;
  color: #2bc0e4;
}

.nt-form .drag-drop-text {
  margin-top: 10px;
  font-size: 18px;
  color: #2bc0e4;
}

.nt-form #file-list {
  margin-top: 10px;
  font-size: 16px;
  color: #2bc0e4;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.nt-form .file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #2bc0e4;
  border-radius: 5px;
}

.nt-form .file-item .file-name {
  color: #2bc0e4;
}

.nt-form .file-item .delete-icon {
  color: #ff0000;
  cursor: pointer;
  margin: 0 5px;
  padding: 5px;
}

@media (max-width: 992px) {
  .nt-form #file-list {
    display: block;
  }
}