@charset "UTF-8";
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: contain;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

button:focus {
  outline: none;
}

input, textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio, video, canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.theme-mb-0 {
  margin-bottom: 0;
}

.theme-pb-0 {
  padding-bottom: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0 {
    padding: 0 !important;
  }
  .xl-m0 {
    margin: 0 !important;
  }
  .xl-pt-10 {
    padding-top: 10px !important;
  }
  .xl-pt-20 {
    padding-top: 20px !important;
  }
  .xl-pt-30 {
    padding-top: 30px !important;
  }
  .xl-pt-40 {
    padding-top: 40px !important;
  }
  .xl-pt-50 {
    padding-top: 50px !important;
  }
  .xl-pt-60 {
    padding-top: 60px !important;
  }
  .xl-pt-70 {
    padding-top: 70px !important;
  }
  .xl-pt-80 {
    padding-top: 80px !important;
  }
  .xl-pt-90 {
    padding-top: 90px !important;
  }
  .xl-pt-100 {
    padding-top: 100px !important;
  }
  .xl-pt-110 {
    padding-top: 110px !important;
  }
  .xl-pt-120 {
    padding-top: 120px !important;
  }
  .xl-pt-130 {
    padding-top: 130px !important;
  }
  .xl-pt-140 {
    padding-top: 140px !important;
  }
  .xl-pt-150 {
    padding-top: 150px !important;
  }
  .xl-pt-200 {
    padding-top: 200px !important;
  }
  .xl-pb-10 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10 {
    margin-top: 10px !important;
  }
  .xl-mt-20 {
    margin-top: 20px !important;
  }
  .xl-mt-30 {
    margin-top: 30px !important;
  }
  .xl-mt-40 {
    margin-top: 40px !important;
  }
  .xl-mt-50 {
    margin-top: 50px !important;
  }
  .xl-mt-60 {
    margin-top: 60px !important;
  }
  .xl-mt-70 {
    margin-top: 70px !important;
  }
  .xl-mt-80 {
    margin-top: 80px !important;
  }
  .xl-mt-90 {
    margin-top: 90px !important;
  }
  .xl-mt-100 {
    margin-top: 100px !important;
  }
  .xl-mt-110 {
    margin-top: 110px !important;
  }
  .xl-mt-120 {
    margin-top: 120px !important;
  }
  .xl-mt-130 {
    margin-top: 130px !important;
  }
  .xl-mt-140 {
    margin-top: 140px !important;
  }
  .xl-mt-150 {
    margin-top: 150px !important;
  }
  .xl-mt-200 {
    margin-top: 200px !important;
  }
  .xl-mb-10 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0 {
    padding: 0 !important;
  }
  .lg-m0 {
    margin: 0 !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pt-70 {
    padding-top: 70px !important;
  }
  .lg-pt-80 {
    padding-top: 80px !important;
  }
  .lg-pt-90 {
    padding-top: 90px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pt-110 {
    padding-top: 110px !important;
  }
  .lg-pt-120 {
    padding-top: 120px !important;
  }
  .lg-pt-130 {
    padding-top: 130px !important;
  }
  .lg-pt-140 {
    padding-top: 140px !important;
  }
  .lg-pt-150 {
    padding-top: 150px !important;
  }
  .lg-pt-200 {
    padding-top: 200px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mt-70 {
    margin-top: 70px !important;
  }
  .lg-mt-80 {
    margin-top: 80px !important;
  }
  .lg-mt-90 {
    margin-top: 90px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-mt-110 {
    margin-top: 110px !important;
  }
  .lg-mt-120 {
    margin-top: 120px !important;
  }
  .lg-mt-130 {
    margin-top: 130px !important;
  }
  .lg-mt-140 {
    margin-top: 140px !important;
  }
  .lg-mt-150 {
    margin-top: 150px !important;
  }
  .lg-mt-200 {
    margin-top: 200px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0 {
    padding: 0 !important;
  }
  .md-m0 {
    margin: 0 !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pt-70 {
    padding-top: 70px !important;
  }
  .md-pt-80 {
    padding-top: 80px !important;
  }
  .md-pt-90 {
    padding-top: 90px !important;
  }
  .md-pt-100 {
    padding-top: 100px !important;
  }
  .md-pt-110 {
    padding-top: 110px !important;
  }
  .md-pt-120 {
    padding-top: 120px !important;
  }
  .md-pt-130 {
    padding-top: 130px !important;
  }
  .md-pt-140 {
    padding-top: 140px !important;
  }
  .md-pt-150 {
    padding-top: 150px !important;
  }
  .md-pt-200 {
    padding-top: 200px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pb-60 {
    padding-bottom: 60px !important;
  }
  .md-pb-70 {
    padding-bottom: 70px !important;
  }
  .md-pb-80 {
    padding-bottom: 80px !important;
  }
  .md-pb-90 {
    padding-bottom: 90px !important;
  }
  .md-pb-100 {
    padding-bottom: 100px !important;
  }
  .md-pb-110 {
    padding-bottom: 110px !important;
  }
  .md-pb-120 {
    padding-bottom: 120px !important;
  }
  .md-pb-130 {
    padding-bottom: 130px !important;
  }
  .md-pb-140 {
    padding-bottom: 140px !important;
  }
  .md-pb-150 {
    padding-bottom: 150px !important;
  }
  .md-pb-200 {
    padding-bottom: 200px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mt-60 {
    margin-top: 60px !important;
  }
  .md-mt-70 {
    margin-top: 70px !important;
  }
  .md-mt-80 {
    margin-top: 80px !important;
  }
  .md-mt-90 {
    margin-top: 90px !important;
  }
  .md-mt-100 {
    margin-top: 100px !important;
  }
  .md-mt-110 {
    margin-top: 110px !important;
  }
  .md-mt-120 {
    margin-top: 120px !important;
  }
  .md-mt-130 {
    margin-top: 130px !important;
  }
  .md-mt-140 {
    margin-top: 140px !important;
  }
  .md-mt-150 {
    margin-top: 150px !important;
  }
  .md-mt-200 {
    margin-top: 200px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-mb-60 {
    margin-bottom: 60px !important;
  }
  .md-mb-70 {
    margin-bottom: 70px !important;
  }
  .md-mb-80 {
    margin-bottom: 80px !important;
  }
  .md-mb-90 {
    margin-bottom: 90px !important;
  }
  .md-mb-100 {
    margin-bottom: 100px !important;
  }
  .md-mb-110 {
    margin-bottom: 110px !important;
  }
  .md-mb-120 {
    margin-bottom: 120px !important;
  }
  .md-mb-130 {
    margin-bottom: 130px !important;
  }
  .md-mb-140 {
    margin-bottom: 140px !important;
  }
  .md-mb-150 {
    margin-bottom: 150px !important;
  }
  .md-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-m0 {
    margin: 0 !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pt-70 {
    padding-top: 70px !important;
  }
  .sm-pt-80 {
    padding-top: 80px !important;
  }
  .sm-pt-90 {
    padding-top: 90px !important;
  }
  .sm-pt-100 {
    padding-top: 100px !important;
  }
  .sm-pt-110 {
    padding-top: 110px !important;
  }
  .sm-pt-120 {
    padding-top: 120px !important;
  }
  .sm-pt-130 {
    padding-top: 130px !important;
  }
  .sm-pt-140 {
    padding-top: 140px !important;
  }
  .sm-pt-150 {
    padding-top: 150px !important;
  }
  .sm-pt-200 {
    padding-top: 200px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-mt-70 {
    margin-top: 70px !important;
  }
  .sm-mt-80 {
    margin-top: 80px !important;
  }
  .sm-mt-90 {
    margin-top: 90px !important;
  }
  .sm-mt-100 {
    margin-top: 100px !important;
  }
  .sm-mt-110 {
    margin-top: 110px !important;
  }
  .sm-mt-120 {
    margin-top: 120px !important;
  }
  .sm-mt-130 {
    margin-top: 130px !important;
  }
  .sm-mt-140 {
    margin-top: 140px !important;
  }
  .sm-mt-150 {
    margin-top: 150px !important;
  }
  .sm-mt-200 {
    margin-top: 200px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 576px) {
  .xs-p0 {
    padding: 0 !important;
  }
  .xs-m0 {
    margin: 0 !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pt-30 {
    padding-top: 30px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .xs-pt-60 {
    padding-top: 60px !important;
  }
  .xs-pt-70 {
    padding-top: 70px !important;
  }
  .xs-pt-80 {
    padding-top: 80px !important;
  }
  .xs-pt-90 {
    padding-top: 90px !important;
  }
  .xs-pt-100 {
    padding-top: 100px !important;
  }
  .xs-pt-110 {
    padding-top: 110px !important;
  }
  .xs-pt-120 {
    padding-top: 120px !important;
  }
  .xs-pt-130 {
    padding-top: 130px !important;
  }
  .xs-pt-140 {
    padding-top: 140px !important;
  }
  .xs-pt-150 {
    padding-top: 150px !important;
  }
  .xs-pt-200 {
    padding-top: 200px !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-mt-50 {
    margin-top: 50px !important;
  }
  .xs-mt-60 {
    margin-top: 60px !important;
  }
  .xs-mt-70 {
    margin-top: 70px !important;
  }
  .xs-mt-80 {
    margin-top: 80px !important;
  }
  .xs-mt-90 {
    margin-top: 90px !important;
  }
  .xs-mt-100 {
    margin-top: 100px !important;
  }
  .xs-mt-110 {
    margin-top: 110px !important;
  }
  .xs-mt-120 {
    margin-top: 120px !important;
  }
  .xs-mt-130 {
    margin-top: 130px !important;
  }
  .xs-mt-140 {
    margin-top: 140px !important;
  }
  .xs-mt-150 {
    margin-top: 150px !important;
  }
  .xs-mt-200 {
    margin-top: 200px !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.navbar-toggler {
  width: 44px;
  height: 38px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: var(--prime-one);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler::before,
.navbar-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
}

.navbar-toggler span {
  position: absolute;
  left: 9px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: #fff;
}

.navbar-toggler::before {
  -webkit-transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}

.navbar-toggler::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}

.navbar-toggler[aria-expanded=true] span {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true]::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.navbar-toggler[aria-expanded=true]::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: initial;
  color: #000;
  padding: 13px 0;
  margin: 0 26px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .theme-main-menu.theme-menu-nine .navbar .navbar-nav .nav-link {
    margin: 0 22px;
  }
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--prime-one);
}

/*Menu Two*/
.theme-menu-two .navbar .navbar-nav .nav-item.active .nav-link,
.theme-menu-two .navbar .navbar-nav .nav-item:hover .nav-link,
.theme-menu-two .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.theme-menu-two .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-two .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--prime-two);
}

.theme-menu-two .navbar-toggler {
  background: var(--prime-two);
}

/*Menu Three*/
.theme-menu-three .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.theme-menu-three .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-three .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--prime-three);
}

/*Menu Four*/
.theme-menu-four .navbar-toggler {
  background: #815aff;
}

/*Menu Five*/
.theme-menu-five .navbar-toggler {
  background: var(--prime-four);
}

/*Menu Six*/
.theme-menu-six .navbar .navbar-nav .nav-item.active .nav-link,
.theme-menu-six .navbar .navbar-nav .nav-item:hover .nav-link,
.theme-menu-six .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.theme-menu-six .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-six .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--prime-six);
}

.theme-menu-six .navbar-toggler {
  background: var(--prime-six);
}

/*Menu Seven*/
.theme-menu-seven .navbar .navbar-nav .nav-item.active .nav-link,
.theme-menu-seven .navbar .navbar-nav .nav-item:hover .nav-link,
.theme-menu-seven .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.theme-menu-seven .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-seven .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--prime-nine);
}

.theme-menu-seven .navbar-toggler {
  background: var(--prime-nine);
}

/*Menu Eight*/
.theme-menu-eight .navbar .navbar-nav .nav-item.active .nav-link,
.theme-menu-eight .navbar .navbar-nav .nav-item:hover .nav-link,
.theme-menu-eight .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.theme-menu-eight .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-eight .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--prime-ten);
}

.theme-menu-eight .navbar-toggler {
  background: var(--prime-ten);
}

/*Menu Nine*/
.theme-menu-nine .navbar .navbar-nav .nav-item.active .nav-link,
.theme-menu-nine .navbar .navbar-nav .nav-item:hover .nav-link,
.theme-menu-nine .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.theme-menu-nine .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-nine .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--prime-two);
}

.theme-menu-nine .navbar-toggler {
  background: var(--prime-two);
}

/*Menu Ten*/
.theme-menu-ten .navbar-toggler {
  background: var(--prime-twelve);
}

/*Menu Eleven*/
.theme-menu-eleven .navbar .navbar-nav .nav-item.active .nav-link,
.theme-menu-eleven .navbar .navbar-nav .nav-item:hover .nav-link,
.theme-menu-eleven .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.theme-menu-eleven .navbar .dropdown-menu .dropdown-item.active,
.theme-menu-eleven .navbar .dropdown-menu .dropdown-item:hover {
  color: #ff5ea3;
}

.theme-menu-eleven .navbar-toggler {
  background: linear-gradient(270.78deg, #ffa7a9 4.19%, #ff5ea3 96.11%);
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 16px;
  padding: 0 15px;
  letter-spacing: 0px;
  text-transform: capitalize;
  line-height: 44px;
  color: #000;
  background: transparent;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  white-space: inherit;
}

.navbar .dropdown-menu .dropdown-item .tag {
  position: absolute;
  background: var(--red-one);
  line-height: 15px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0 4px;
  text-transform: uppercase;
  top: 0;
  right: 0;
  font-style: normal;
}

.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: var(--prime-one);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  font-family: bootstrap-icons;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  line-height: 56px;
  right: auto;
  top: 0;
  text-align: center;
  /*  transition: all 0.3s ease;*/
}

.navbar .show.dropdown-toggle::after {
  transform: rotate(180deg);
}

.navbar .dropdown-submenu .dropdown-toggle::after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  display: block;
  right: 15px;
  top: 0;
  background: transparent !important;
  color: inherit;
  width: auto;
  height: auto;
  line-height: 44px;
  font-weight: 700;
  font-size: 11px;
  transition: transform 0.3s ease-in-out;
}

.navbar .dropdown-submenu:hover > .dropdown-toggle::after {
  transform: rotate(90deg);
}

/*---------------- Mega Dropdown ------------------*/
.theme-main-menu .mega-dropdown {
  position: static;
}

.theme-main-menu .mega-dropdown-md .dropdown-menu {
  min-width: 660px;
}

.navbar [class*=mega-dropdown] .dropdown-menu {
  padding: 0 30px 15px;
  margin: 0;
}

.navbar [class*=mega-dropdown] .menu-column {
  padding: 15px 0 15px;
}

.navbar [class*=mega-dropdown] .mega-menu-title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: inline-block;
  position: relative;
  margin: 15px 0 18px;
}

.navbar [class*=mega-dropdown] .mega-menu-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: -5px;
}

.navbar [class*=mega-dropdown] .dropdown-item {
  line-height: 40px;
  padding: 0;
}

/*----- For Desktop -------*/
@media screen and (min-width: 992px) {
  .theme-main-menu .navbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .theme-main-menu.theme-menu-nine .navbar,
  .theme-main-menu.theme-menu-five .navbar,
  .theme-main-menu.theme-menu-ten .navbar,
  .theme-main-menu.theme-menu-four .navbar {
    position: relative;
    left: 0;
    transform: none;
  }
  .navbar .dropdown-menu {
    z-index: 5;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    right: 0;
    left: 0;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(15px);
    opacity: 0;
    min-width: 250px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/*(min-width: 992px)*/
/*----- For Mobile ----*/
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse .logo {
    margin-bottom: 8vh;
  }
  .navbar .dropdown-toggle::after {
    right: 0;
    line-height: 50px;
    font-size: 15px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    clear: both;
    width: 320px;
    max-width: calc(100vw - 60px);
    z-index: 9999;
    transform: translateX(-100%);
    display: block !important;
    padding: 32px 15px 20px;
    transition: all 0.3s ease-in-out;
  }
  .white-vr .navbar-collapse {
    background: #151937;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu .navbar .mega-dropdown {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 13px 0;
    font-size: 16px;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 10px;
    font-size: 15px;
    line-height: 42px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 500;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #eefbfa;
  }
  .theme-menu-nine .navbar .dropdown-menu {
    background: #fbf4ee;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 10px;
  }
  .navbar [class*=mega-dropdown] .dropdown-menu {
    padding: 0 15px;
  }
  .theme-main-menu .mega-dropdown-md .dropdown-menu {
    min-width: 100%;
  }
  .navbar [class*=mega-dropdown] .mega-menu-title {
    margin: 0 0 12px;
  }
  .navbar [class*=mega-dropdown] .menu-column {
    padding-bottom: 0;
  }
}
/*(max-width: 991px)*/
/* CSS Document */
/* 
    Theme Name   : Jano - Creative Multipurpose React NextJS Template
    Version      : 1.0.
    Developed by : (ibthemes21@gmail.com) 


/*========================================================================================

*************************** Start Styling Your theme from here ***************************

==========================================================================================*/
/*** 
====================================================================
  Theme Color and Root Prefix
====================================================================

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

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

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

:root {
  --text-color: #48494e;
  --heading: #090f32;
  --prime-one: #ff8c24;
  --prime-two: #ff733b;
  --prime-three: #6a45ff;
  --prime-four: #ffcd45;
  --prime-five: #007bff;
  --prime-six: #ffd338;
  --prime-seven: linear-gradient(-90deg, #ff7df2 0%, #ff275b 100%);
  --prime-eight: #ffed4e;
  --prime-nine: #ff1292;
  --prime-ten: #ff3294;
  --prime-eleven: #ffce4c;
  --prime-twelve: #ffe500;
}

::selection {
  background-color: #2a2a2a;
  color: #fff;
}

/*** 
====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}

.ctn-preloader .animation-preloader .icon {
  display: inline-block;
  position: relative;
}

.ctn-preloader .animation-preloader .icon img {
  animation: rotated 12s infinite linear;
}

.ctn-preloader .animation-preloader .txt-loading {
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--prime-ten);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: "Recoleta";
  font-weight: 700;
  letter-spacing: 12px;
  display: inline-block;
  color: rgba(255, 50, 148, 0.2);
  position: relative;
  font-size: 35px;
  line-height: 30px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/
.main-page-wrapper {
  overflow-x: hidden;
}

body {
  font-family: "gordita";
  font-weight: normal;
  font-size: 16px;
  position: relative;
  color: var(--text-color);
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: var(--heading);
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.18em; /*done*/
}

.h2,
h2 {
  font-size: 58px;
  line-height: 1.29em;
  letter-spacing: -1px; /*done*/
}

.h3,
h3 {
  font-size: 32px; /*done*/
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.54em; /*done*/
}

.h5,
h5 {
  font-size: 22px;
  line-height: 1.45em; /*done*/
}

.h6,
h6 {
  font-size: 18px; /*done*/
}

p {
  line-height: 1.87em;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s,
.svg path {
  transition: all 0.3s ease-in-out;
}

.tran4s {
  transition: all 0.4s ease-in-out;
}

.tran5s {
  transition: all 0.5s ease-in-out;
}

.tran6s {
  transition: all 0.6s ease-in-out;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

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

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

.tx-dark {
  color: #000;
}

.p-30 {
  padding: 30px;
}

.font-recoleta {
  font-family: "Recoleta";
}

.text-lg {
  font-size: 24px;
  line-height: 1.67em;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.border-top {
  border-top: 1px solid #f1f1f1 !important;
}

.border-bottom {
  border-bottom: 1px solid #f1f1f1 !important;
}

.zn2 {
  z-index: 2;
}

#contact-form .input-group-meta {
  position: relative;
}

#contact-form .form-group .help-block {
  position: absolute;
  left: 0;
  bottom: -17px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}

#contact-form .form-group .help-block ul {
  margin-bottom: 0;
}

.pattern-bg-one {
  background-color: #ffefe3;
  background-image: url(../images/assets/bg-6.png);
  background-repeat: repeat;
  background-position: center;
}

.dark-bg-one {
  background: #151937;
}

/*^^^^^^^^^^^^^^^^^^^^ Scroll Top ^^^^^^^^^^^^^^^^^^^^^*/
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--prime-ten);
  transition: all 0.3s ease-in-out;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*^^^^^^^^^^^^^^^^^^^^ Section Title ^^^^^^^^^^^^^^^^^^^^^^*/
.title-style-one .sc-title {
  font-size: 16px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}

.title-style-one .main-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.title-style-one .main-title span:before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 10px;
  width: 98%;
  height: 12px;
  background: rgba(255, 139, 37, 0.4);
  z-index: -1;
}

.title-style-two .sc-title {
  font-size: 20px;
  padding-bottom: 5px;
  color: #f96f60;
}

.title-style-two .main-title {
  font-size: 48px;
  line-height: 1.2em;
}

.title-style-three .sc-title {
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.3);
}

.title-style-three .main-title {
  font-family: "Recoleta";
  font-size: 64px;
  line-height: 1.15em;
  margin: 0;
}

.title-style-three .main-title > span {
  z-index: 1;
}

.title-style-three .main-title .mark-bg {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 98%;
  height: 50px;
  z-index: -1;
}

.title-style-three .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 45px;
}

.title-style-four .main-title {
  letter-spacing: -1.5px;
}

.title-style-four .main-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.title-style-four .main-title span:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 13px;
  width: 97%;
  height: 12px;
  background: #ff5bd7;
  opacity: 0.5;
  z-index: -1;
}

.title-style-four .sc-title {
  font-size: 20px;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.3);
}

.title-style-four .sc-title-two {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 22px;
}

.title-style-five .sc-title {
  font-size: 16px;
  color: #bebebe;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

.title-style-five .sc-title-two {
  font-size: 17px;
  color: var(--prime-ten);
  padding-left: 40px;
  margin-bottom: 20px;
}

.title-style-five .sc-title-two:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: var(--prime-ten);
  left: 0;
  top: 14px;
}

.title-style-five .main-title {
  font-size: 72px;
  line-height: 1.25em;
}

.title-style-five .main-title > span {
  z-index: 1;
}

.title-style-five .main-title .mark-bg {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: 13px;
  z-index: -1;
}

.title-style-six .sc-title {
  font-family: "Noteworthy Light";
  font-size: 20px;
  letter-spacing: 3px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.title-style-six .sc-title-two {
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 8px;
  color: var(--prime-ten);
}

.title-style-six .main-title {
  font-size: 62px;
  line-height: 1.32em;
}

.title-style-seven .main-title {
  font-size: 68px;
  line-height: 1.35em;
  letter-spacing: -2px;
}

.title-style-seven .main-title span img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  max-width: 113%;
  transform: translate(-50%, -50%);
}

.title-style-eight .sc-title {
  font-size: 13px;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 15px;
}

.title-style-eight .main-title {
  font-size: 68px;
  line-height: 1.25em;
  letter-spacing: -1px;
}

.title-style-eight .main-title span {
  line-height: 64px;
}

.title-style-eight .main-title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--prime-six);
}

.title-style-nine .sc-title {
  font-size: 18px;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.3);
}

.title-style-nine .main-title span {
  background: linear-gradient(270.78deg, #ffa7a9 4.19%, #ff5ea3 96.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-style-ten .sc-title {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--prime-nine);
  padding-bottom: 16px;
}

.title-style-ten .main-title {
  letter-spacing: 0;
  line-height: 1.17em;
}

.title-style-ten .main-title img {
  position: absolute;
  bottom: 9px;
  left: 0;
  z-index: -1;
}

.title-style-eleven .main-title {
  font-size: 64px;
  line-height: 1.25em;
  letter-spacing: -2px;
}

.title-style-eleven .sc-title {
  font-size: 15px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.title-style-twelve .sc-title {
  font-size: 17px;
  color: var(--prime-ten);
  padding-left: 40px;
  margin-bottom: 12px;
}

.title-style-twelve .sc-title:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: var(--prime-ten);
  left: 0;
  top: 14px;
}

.title-style-twelve .main-title {
  font-size: 62px;
  line-height: 1.15em;
}

.title-style-thirteen .main-title {
  font-size: 55px;
  letter-spacing: 0px;
  line-height: 1.17em;
}

.title-style-fourteen .sc-title {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--prime-nine);
  padding-bottom: 16px;
}

.title-style-fourteen .main-title {
  font-size: 86px;
  letter-spacing: 0;
  line-height: 1.17em;
}

.title-style-fourteen .main-title img {
  position: absolute;
  bottom: 9px;
  left: 0;
  z-index: -1;
}

.title-style-fourteen .sc-title {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--prime-nine);
  padding-bottom: 16px;
}

.title-style-fourteen .main-title {
  font-size: 86px;
  letter-spacing: 0;
  line-height: 1.17em;
}

.title-style-fourteen .main-title img {
  position: absolute;
  bottom: 9px;
  left: 0;
  z-index: -1;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^*/
.ripple-btn {
  position: relative;
}

.ripple-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.ripple-btn:hover:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

body .btn-one {
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 32px;
  position: relative;
  background: #000;
  transition: all 0.3s ease-in-out;
}

body .btn-one:hover {
  background: var(--prime-one);
}

body .btn-two {
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  position: relative;
  background: #000;
  transition: all 0.3s ease-in-out;
}

body .btn-two:hover {
  background: var(--prime-one);
}

body .btn-three {
  color: #fff;
  line-height: 52px;
  border-radius: 28px;
  padding: 0 40px;
  position: relative;
  background: var(--prime-two);
  transition: all 0.3s ease-in-out;
}

body .btn-three:hover {
  background: #090f32;
}

body .btn-four {
  color: #fff;
  line-height: 52px;
  border-radius: 7px;
  padding: 0 40px;
  position: relative;
  background: var(--prime-two);
  transition: all 0.3s ease-in-out;
}

body .btn-four:hover {
  background: #090f32;
}

body .btn-five {
  color: var(--prime-two);
}

body .btn-five i {
  display: inline-block;
  font-size: 14px;
}

body .btn-five:hover {
  color: #090f32;
}

body .btn-six {
  line-height: 50px;
  border-radius: 4px;
  border: 2px solid var(--prime-two);
  color: var(--prime-two);
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
}

body .btn-six:hover {
  background: var(--prime-two);
  color: #fff;
}

body .btn-seven {
  color: #fff;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  position: relative;
  background: #1b1b1b;
  transition: all 0.3s ease-in-out;
}

body .btn-seven:hover {
  background: var(--prime-three);
}

body .btn-eight {
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  padding: 0 55px;
  position: relative;
  background: #1b1b1b;
  transition: all 0.3s ease-in-out;
}

body .btn-eight:hover {
  background: var(--prime-three);
}

body .btn-nine {
  color: #000;
  line-height: 55px;
  border-radius: 28px;
  font-size: 16px;
  padding: 0 36px;
  position: relative;
  background: var(--prime-four);
  transition: all 0.3s ease-in-out;
}

body .btn-nine.border3 {
  border-radius: 3px;
}

body .btn-nine:hover {
  background: #000;
  color: #fff;
}

body .btn-ten {
  color: #000;
  padding: 0 24px;
  line-height: 50px;
  z-index: 1;
}

body .btn-ten:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  border-radius: 25px;
  background: var(--prime-four);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

body .btn-ten:hover:before {
  width: 100%;
}

body .btn-ten i {
  font-size: 0.9em;
  margin-left: 2px;
}

body .btn-eleven {
  line-height: 50px;
  color: #fff;
  border-radius: 30px;
  padding: 0 42px;
  background: var(--prime-five);
}

body .btn-eleven:hover {
  background: var(--prime-two);
  color: #fff;
}

body .btn-twelve {
  line-height: 43px;
  border: 1px solid var(--prime-two);
  color: var(--prime-two);
  border-radius: 23px;
  padding: 0 45px;
}

body .btn-twelve:hover {
  background: var(--prime-two);
  color: #fff;
}

body .btn-thirteen {
  line-height: 55px;
  color: #fff;
  background: var(--prime-five);
  border-radius: 5px;
  padding: 0 40px;
}

body .btn-thirteen:hover {
  background: var(--prime-two);
}

body .btn-fourteen {
  line-height: 60px;
  font-size: 18px;
  color: #000;
  padding: 0 30px;
  background: var(--prime-six);
  position: relative;
}

body .btn-fourteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  z-index: -1;
  background: #000;
  transition: all 0.3s ease-in-out;
}

body .btn-fourteen:hover {
  background: #000;
  color: #fff;
}

body .btn-fourteen:hover:before {
  background: var(--prime-six);
}

body .btn-fifteen {
  font-size: 18px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: initial;
}

body .btn-fifteen:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.3s ease-in-out;
}

body .btn-fifteen:hover:before {
  background: var(--prime-six);
}

body .btn-sixteen {
  position: relative;
  font-size: 18px;
  line-height: 53px;
  border-radius: 30px;
  color: #fff;
  letter-spacing: -0.5px;
  background: var(--prime-seven);
  padding: 0 40px;
  z-index: 1;
}

body .btn-sixteen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff7df2 0%, #ff275b 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

body .btn-sixteen:hover:before {
  opacity: 1;
}

body .btn-sixteen.border7,
body .btn-sixteen.border7:before {
  border-radius: 7px;
}

body .btn-seventeen {
  font-size: 18px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  background: linear-gradient(270.78deg, #ffa7a9 4.19%, #ff5ea3 96.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .btn-seventeen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: 2px solid transparent;
  background: linear-gradient(0deg, #fe3b7d, #ff66c9) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

body .btn-eighteen {
  font-size: 17px;
  line-height: initial;
}

body .btn-eighteen i {
  font-size: 15px;
}

body .btn-eighteen:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #000;
}

body .btn-eighteen a:hover {
  color: var(--prime-nine);
}

body .btn-nineteen {
  padding: 5px 20px;
  border-radius: 30px;
  background: #000000;
  color: #fff;
  font-size: 17px;
}

body .btn-nineteen:hover {
  background: var(--prime-nine);
}

body .btn-twenty {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  border: 2px solid #000;
  color: #000;
  font-size: 17px;
}

body .btn-twenty:hover {
  background: var(--prime-eight);
  border-color: var(--prime-eight);
}

body .btn-twentyOne {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  background: var(--prime-ten);
  color: #fff;
  letter-spacing: -0.36px;
}

body .btn-twentyOne:hover {
  background: #000;
}

body .btn-twentyTwo {
  line-height: 55px;
  padding: 0 42px;
  border-radius: 7px;
  background: var(--prime-ten);
  color: #fff;
  letter-spacing: -0.2px;
}

body .btn-twentyTwo:hover {
  background: #000;
}

body .btn-twentyThree {
  width: 122px;
  height: 122px;
  background: #000;
  border-radius: 0 50% 0 0;
  transition: all 0.3s ease-in-out;
}

body .btn-twentyThree:hover {
  border-radius: 50%;
  background: var(--prime-ten);
}

body .btn-twentyFour {
  color: #000;
  padding: 16px 36px;
  border: 2px solid #000;
  background: var(--prime-eleven);
}

body .btn-twentyFour::before {
  position: absolute;
  content: "";
  top: -16px;
  height: 14px;
  width: calc(100% + 3px);
  left: 6px;
  transform: skewX(-45deg);
  border: 2px solid #000;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
}

body .btn-twentyFour::after {
  position: absolute;
  content: "";
  right: -16px;
  height: calc(100% + 3px);
  width: 15px;
  top: -8px;
  transform: skewY(-45deg);
  border: 2px solid #000;
  border-left: none;
  border-top: none;
  transition: all 0.3s ease-in-out;
}

body .btn-twentyFour:hover:after,
body .btn-twentyFour:hover:before {
  background: #f3c755;
  border-color: #f3c755;
}

body .btn-twentyFour:hover {
  border-color: transparent;
}

body .btn-twentyFive {
  line-height: 51px;
  padding: 0 27px;
  font-size: 18px;
  color: var(--prime-eleven);
  border-radius: 7px;
  border: 2px solid var(--prime-eleven);
}

body .btn-twentyFive:hover {
  background: var(--prime-eleven);
  color: #000;
}

body .btn-twentySix {
  line-height: 48px;
  padding: 0 40px;
  color: #000;
  z-index: 1;
}

body .btn-twentySix:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #363636;
  transition: all 0.3s ease-in-out;
}

body .btn-twentySix:after {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: 5px;
  left: 5px;
  z-index: -1;
  background: var(--prime-six);
  transition: all 0.3s ease-in-out;
}

body .btn-twentySix:hover:before {
  border-color: var(--prime-six);
}

body .btn-twentySix:hover:after {
  top: 0;
  left: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^^^ Pagination ^^^^^^^^^^^^^^^^^^^^^^*/
.page-pagination-one ul li {
  font-weight: 500;
  font-size: 20px;
  color: #3e3e3e;
  margin-right: 22px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-pagination-one ul.justify-content-center li {
  margin: 0 10px;
}

.page-pagination-one ul li:hover,
.page-pagination-one ul li.active {
  color: var(--prime-ten);
}

.page-pagination-one ul li.arrow {
  font-size: 28px;
  color: #000;
}

.page-pagination-one ul li:nth-child(6) {
  font-size: 18px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-one.theme-main-menu {
  padding-top: 50px;
}

.theme-main-menu {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 60px;
  transition: all 0.4s ease-out;
}

.theme-main-menu.sticky-menu.fixed {
  position: fixed;
  z-index: 990;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}

.theme-main-menu .logo {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.theme-main-menu .contact-btn-one {
  line-height: 52px;
  border-radius: 6px;
  background: #000;
  padding: 0 35px;
}

.theme-main-menu .contact-btn-one:hover {
  background: var(--prime-one);
}

.theme-main-menu .contact-btn-two {
  line-height: 48px;
  border: 1px solid var(--prime-two);
  color: var(--prime-two);
  border-radius: 30px;
  padding: 0 35px;
}

.theme-main-menu .contact-btn-two:hover {
  background: var(--prime-two);
  color: #fff;
}

.theme-main-menu .contact-btn-three {
  line-height: 50px;
  color: #fff;
  border-radius: 30px;
  padding: 0 35px;
  background: var(--prime-five);
}

.theme-main-menu .contact-btn-three:hover {
  background: var(--prime-two);
  color: #fff;
}

.theme-main-menu .right-widget .contact-btn-four {
  color: #000;
  position: relative;
  z-index: 1;
  height: 70px;
}

.theme-main-menu .right-widget .contact-btn-four em {
  position: relative;
  display: inline-block;
  font-style: normal;
}

.theme-main-menu .right-widget .contact-btn-four em:after,
.theme-main-menu .right-widget .contact-btn-four span:after {
  content: "";
  position: absolute;
  width: 107%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #000;
}

.theme-main-menu .right-widget .contact-btn-four span {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-left: 5px;
}

.theme-main-menu .right-widget .contact-btn-four span:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .right-widget .contact-btn-four:hover span:before {
  background: var(--prime-ten);
}

.theme-main-menu .right-widget .contact-btn-four span:after {
  background: #fff;
}

.theme-main-menu .right-widget .contact-btn-four i {
  color: #fff;
  margin-left: 3px;
}

.theme-main-menu .login-btn-one {
  line-height: 48px;
  border: 1px solid #e4e4e4;
  color: #000;
  border-radius: 30px;
  padding: 0 35px;
}

.theme-main-menu .login-btn-one:hover {
  background: var(--prime-two);
  color: #fff;
}

.theme-main-menu .login-btn-two {
  font-size: 18px;
  color: #000;
}

.theme-main-menu .login-btn-three {
  width: 55px;
  height: 55px;
  border: 1px solid #e9e9e9;
  text-align: center;
  line-height: 53px;
  color: var(--prime-ten);
  font-size: 25px;
}

.theme-main-menu.white-vr .login-btn-three {
  background: #fff;
}

.theme-main-menu .login-btn-three:hover {
  background: var(--prime-ten);
  border-color: var(--prime-ten);
  color: #fff;
}

.theme-main-menu .login-btn-four {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #000;
  font-size: 25px;
}

.theme-main-menu .login-btn-four:hover {
  background: var(--prime-twelve);
  color: #000;
}

.theme-main-menu .signup-btn-one {
  font-size: 18px;
  color: #000;
}

.theme-main-menu .login-btn-two:hover,
.theme-main-menu .signup-btn-one:hover span {
  text-decoration: underline;
}

.theme-main-menu .signup-btn-one:before {
  content: "";
  position: absolute;
  height: 13px;
  width: 2px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .signup-btn-two {
  line-height: 50px;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: var(--prime-eight);
  border: 2px solid var(--prime-eight);
  padding: 0 26px;
}

.theme-main-menu .signup-btn-two:hover {
  background: var(--prime-eight);
  color: #000;
}

.theme-main-menu .signup-btn-three {
  line-height: 45px;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: #fff;
  background: #000;
  padding: 0 28px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .theme-main-menu .signup-btn-three {
    padding: 0px 20px;
    font-size: 14px;
  }
}

.theme-main-menu .signup-btn-three:hover {
  background: var(--prime-eleven);
  color: #000;
}

.theme-main-menu .signup-btn-four {
  line-height: 50px;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: #fff;
  background: #000;
  padding: 0 28px;
}

@media (max-width: 1800px) {
  .theme-main-menu .signup-btn-four {
    padding: 0 21px;
  }
}
.theme-main-menu .signup-btn-four:hover {
  background: var(--prime-twelve);
  color: #000;
}

.theme-main-menu .call-btn-one {
  color: #fff;
}

.theme-main-menu .call-btn-one:hover {
  text-decoration: underline;
}

.theme-main-menu .lang-dropdown:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background: rgba(216, 216, 216, 0.2);
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .lang-dropdown button {
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  border: none;
  padding: 0 15px 0 0;
  line-height: initial;
  position: relative;
}

.theme-main-menu .lang-dropdown button:after {
  display: none;
}

.theme-main-menu .lang-dropdown button:before {
  content: "\f282";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0;
  font-size: 13px;
  line-height: 23px;
}

.theme-main-menu .lang-dropdown .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
  min-width: 130px;
}

.theme-main-menu .lang-dropdown .dropdown-item {
  line-height: 35px;
  padding: 0 15px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .lang-dropdown .dropdown-item:hover {
  background: var(--prime-four);
  color: #fff;
}

.theme-main-menu .donate-btn {
  font-size: 17px;
  line-height: 55px;
  border-radius: 5px;
  color: #000;
  padding: 0 40px;
  background: var(--prime-four);
}

.theme-main-menu .donate-btn:hover {
  background: #fff;
}

.theme-main-menu .start-btn-one {
  line-height: 52px;
  border: 2px solid #363636;
  padding: 0 36px;
  color: #000;
}

.theme-main-menu .start-btn-one:before {
  content: "";
  position: absolute;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  top: 3px;
  left: 3px;
  z-index: -1;
  background: var(--prime-six);
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .start-btn-one:hover {
  border-color: var(--prime-six);
}

.theme-main-menu .start-btn-one:hover:before {
  top: 0;
  left: 0;
}

.theme-main-menu .start-btn-two {
  font-size: 18px;
  line-height: 55px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.17);
  padding: 0 36px;
  color: #fff;
}

.theme-main-menu .start-btn-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: var(--prime-seven);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .start-btn-two:hover:before {
  opacity: 1;
}

.theme-main-menu .header-search-one {
  width: 420px;
  height: 45px;
  margin-left: 7.5vw;
}

.theme-main-menu .header-search-one input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 15px;
  color: #000;
  padding: 0 15px 0 50px;
}

.theme-main-menu .header-search-one .icon {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .header-search-two {
  width: 420px;
  height: 45px;
  margin-left: 7.5vw;
}

.theme-main-menu .header-search-two input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 15px;
  color: #000;
  font-style: italic;
  padding: 0 15px 0 35px;
}

.theme-main-menu .header-search-two .icon {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .go-back-btn {
  color: #000;
}

.theme-main-menu .go-back-btn:hover {
  color: var(--prime-ten);
}

/***************** White Version ********************/
.white-vr .navbar .navbar-nav .nav-link,
.white-vr.theme-main-menu .signup-btn-one,
.white-vr.theme-main-menu .login-btn-two {
  color: #fff;
}

.white-vr .navbar .navbar-nav .nav-item.active .nav-link,
.white-vr .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
  text-decoration: underline;
}

.white-vr.theme-main-menu .signup-btn-one:before {
  background: #fff;
}

.white-vr.theme-main-menu.sticky-menu.fixed {
  background: #090f32;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-four .inner-content {
  max-width: 1550px;
  margin: 0 auto;
}

.theme-menu-four .navbar-nav .nav-link.active {
  color: #815aff;
}

.theme-main-menu .sidebar-nav-button span {
  display: block;
  position: relative;
  width: 40px;
  height: 3px;
  background: #000000;
  border-radius: 3px;
  margin-bottom: 20px;
}

.theme-main-menu .sidebar-nav-button span:before,
.theme-main-menu .sidebar-nav-button span:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #000000;
  border-radius: 3px;
  left: 0;
}

.theme-main-menu .sidebar-nav-button span:before {
  top: 10px;
  width: 25px;
}

.theme-main-menu .sidebar-nav-button span:after {
  top: 20px;
  width: 15px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-main-menu.theme-menu-five {
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-six.theme-main-menu {
  padding-top: 50px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-seven.white-vr.theme-main-menu.sticky-menu.fixed {
  background: #101010;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-nine.theme-main-menu {
  padding-top: 60px;
}

.theme-menu-nine .notice-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--prime-eleven);
  color: #000;
  padding: 10px 12px;
}

.theme-menu-nine .notice-banner a:hover {
  color: #000;
  text-decoration: underline;
}

.theme-menu-nine.sticky-menu.fixed .notice-banner {
  opacity: 0;
  visibility: hidden;
}

/*^^^^^^^^^^^^^^^^^^^^^ sidebar Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.offcanvas.sidebar-nav {
  width: 400px;
  border: none;
  padding: 40px 40px 20px;
  max-height: 100%;
  overflow-y: auto;
}

.offcanvas.sidebar-nav .offcanvas-header {
  padding: 0;
}

.sidebar-nav .offcanvas-header .close-btn {
  font-size: 20px;
  color: #000;
}

.sidebar-nav .offcanvas-header .close-btn:hover {
  color: var(--prime-ten);
}

.sidebar-nav .sidebar-nav-item {
  padding: 75px 0 70px;
}

.sidebar-nav .sidebar-nav-item .nav-item > a {
  font-size: 20px;
  line-height: 2.5em;
  color: var(--heading);
  font-weight: 500;
  position: relative;
  padding-right: 25px;
  transition: all 0.3s ease-in-out;
}

.sidebar-nav .sidebar-nav-item .nav-item:hover > a,
.sidebar-nav .sidebar-nav-item .nav-item.active > a {
  color: var(--prime-ten);
}

.sidebar-nav .sidebar-nav-item .dropdown-toggle::after {
  display: none;
}

.sidebar-nav .sidebar-nav-item .dropdown-toggle::before {
  content: "+";
  position: absolute;
  margin: 0;
  border: none;
  font-size: 21px;
  right: 0;
  top: 0;
  transition: transform 0.3s ease-in-out;
}

.sidebar-nav .sidebar-nav-item .dropdown-toggle.show::before {
  transform: rotate(180deg);
  content: "-";
}

.sidebar-nav .sidebar-nav-item .dropdown-menu {
  position: static !important;
  border: none;
  background: #eefbfa;
  transform: scale(1) !important;
  padding: 10px 0;
}

.sidebar-nav .sidebar-nav-item .dropdown-menu a {
  font-size: 17px;
  line-height: 44px;
  color: #000;
  padding: 0 15px;
  background: transparent;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover {
  color: var(--prime-ten);
}

.sidebar-nav .social-icon a {
  font-size: 19px;
  margin-right: 22px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.sidebar-nav .social-icon a:hover {
  color: var(--prime-ten);
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-one {
  position: relative;
}

.hero-banner-one .bg-wrapper {
  background-color: #edf0ff;
  background-image: url(../images/assets/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0 140px;
  position: relative;
  z-index: 5;
}

.hero-banner-one .hero-heading {
  letter-spacing: -1px;
}

.hero-banner-one .hero-heading span {
  z-index: 1;
}

.hero-banner-one .hero-heading span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 18px;
  background: rgba(255, 121, 0, 0.51);
  mix-blend-mode: normal;
  opacity: 0.5;
  z-index: -1;
}

.hero-banner-one form {
  height: 85px;
  max-width: 570px;
  border-radius: 10px;
}

.hero-banner-one form label {
  color: rgba(52, 52, 52, 0.5);
  left: 35px;
  top: 15px;
}

.hero-banner-one form input {
  top: 42px;
  left: 0;
  font-weight: 500;
  padding: 0 170px 0 35px;
  border: none;
  background: transparent;
}

.hero-banner-one form button {
  top: 10px;
  right: 10px;
  bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.94px;
  width: 160px;
  border-radius: 10px;
  background: var(--prime-one);
}

.hero-banner-one form button:hover {
  background: #212121;
}

.hero-banner-one .pr-info span {
  font-size: 1.6em;
  color: var(--prime-one);
}

.hero-banner-one .illustration-holder {
  position: absolute;
  right: 6.7%;
  bottom: 0;
  width: 40.44%;
  max-width: 750px;
  z-index: 1;
}

.hero-banner-one .illustration-holder .shape-one {
  left: 11.5%;
  bottom: 7%;
  width: 80%;
}

.hero-banner-one .illustration-holder .shape-two {
  left: 11%;
  top: 16%;
  animation: jumpTwo 3.5s infinite linear;
}

.hero-banner-one .illustration-holder .shape-three {
  left: -6%;
  top: 52%;
  animation: jumpThree 3.5s infinite linear;
}

.hero-banner-one .illustration-holder .shape-four {
  right: -4%;
  top: 50%;
  animation: jumpThree 3.5s infinite linear;
}

.hero-banner-one .illustration-holder .shape-five {
  right: 13%;
  top: 30%;
  animation: jumpTwo 3.5s infinite linear;
}

.hero-banner-one .illustration-holder .shape-six {
  top: 32%;
  left: 0%;
  width: 15.74%;
  animation: jumpFour 3.5s infinite linear;
}

.hero-banner-one .illustration-holder .shape-seven {
  top: 14%;
  right: 0%;
  width: 11.6%;
  animation: jumpFive 3.5s infinite linear;
}

.hero-banner-one .shape-eight {
  left: 10%;
  bottom: -25px;
  z-index: 0;
  animation: prXOne 3.5s infinite linear;
}

.hero-banner-one .card-one {
  bottom: -50px;
  right: 3%;
  width: 300px;
  border-radius: 12px;
  box-shadow: 0px 30px 80px rgba(0, 40, 100, 0.0520002);
  padding: 25px 10px 20px 85px;
  z-index: 2;
}

.hero-banner-one .card-one .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  left: 20px;
  top: 30px;
  background: #8e44ff;
}

.hero-banner-one .card-one h6 {
  line-height: 1.35em;
  letter-spacing: -0.5px;
}

.hero-banner-one .card-one .more-btn {
  letter-spacing: 0.88px;
  color: rgba(0, 0, 0, 0.5);
}

.hero-banner-one .card-one .more-btn:hover {
  color: var(--prime-one);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-one .inner-content {
  max-width: 1644px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.card-style-one .icon {
  width: 75px;
  height: 75px;
  border-radius: 15px;
}

.card-style-one h5 a:hover {
  color: var(--prime-one);
}

.card-style-one:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  right: 0;
  bottom: -30px;
  background: #ffffff;
  box-shadow: 0px 30px 70px rgba(10, 22, 37, 0.0555514);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transform: scale(1, 0.9);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}

.card-style-one:hover:before {
  opacity: 1;
  transform: scale(1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.block-style-one .list-item li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.block-style-one .list-item li:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--prime-one);
}

.block-style-one .rating li {
  color: #ffbe18;
  margin-right: 5px;
}

.fancy-feature-two .more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  line-height: 75px;
  background: #000;
  text-align: center;
  color: #fff;
}

.fancy-feature-two .more-btn i {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.fancy-feature-two .more-btn:hover {
  background: var(--prime-one);
}

.fancy-feature-two .img-meta .shape-one {
  top: -9%;
  left: -3%;
  z-index: 0;
  width: 24%;
  animation: jumpTwo 3.5s infinite linear;
}

.fancy-feature-two .img-meta .shape-two {
  top: -10%;
  left: 64%;
}

.fancy-feature-two .img-meta .shape-three {
  width: 57px;
  height: 57px;
  background: #ff8c24;
  border-radius: 13px;
  transform: rotate(15deg);
  right: -5%;
  top: 10%;
  z-index: 0;
  animation: rotated 28s infinite linear;
}

.fancy-feature-two .img-meta .shape-four {
  top: 52%;
  right: -11%;
}

.fancy-feature-two .img-meta .shape-five {
  bottom: 2%;
  left: 9%;
}

.fancy-feature-two .img-meta .shape-six {
  width: 80px;
  height: 80px;
  background: #17bd37;
  border-radius: 15px;
  transform: rotate(-15deg);
  left: 0;
  top: 44%;
  z-index: 0;
  animation: rotatedTwo 35s infinite linear;
}

.fancy-feature-two .img-meta .shape-seven {
  top: 25%;
  left: -10%;
  animation: jumpFour 3.5s infinite linear;
}

.fancy-feature-two .img-meta .card-one {
  position: absolute;
  width: 330px;
  background: #ffffff;
  box-shadow: 0px 30px 60px rgba(14, 36, 58, 0.06);
  padding: 25px 15px 25px 45px;
  right: -17%;
  bottom: 0;
}

.fancy-feature-two .img-meta .card-one .icon {
  position: absolute;
  width: 54px;
  height: 54px;
  background: #a024ff;
  box-shadow: 0px 15px 30px rgba(11, 13, 36, 0.208646);
  z-index: 1;
  top: -25px;
  left: -25px;
}

/*---Image Two ---*/
.fancy-feature-two .img-meta-two .shape-one {
  top: -14%;
  left: 42%;
  animation: jumpThree 3.5s infinite linear;
}

.fancy-feature-two .img-meta-two .shape-two {
  top: -7%;
  right: -9%;
  z-index: 0;
  width: 24%;
  animation: jumpTwo 3.5s infinite linear;
}

.fancy-feature-two .img-meta-two .shape-three {
  top: 40%;
  right: -15%;
  animation: jumpFive 3.5s infinite linear;
}

.fancy-feature-two .img-meta-two .shape-four {
  bottom: 1%;
  left: 27%;
  animation: jumpThree 3.5s infinite linear;
}

.fancy-feature-two .img-meta-two .shape-five {
  top: 32%;
  left: -19%;
  animation: jumpFour 3.5s infinite linear;
}

.fancy-feature-two .img-meta-two .card-one {
  position: absolute;
  width: 285px;
  background: #ffffff;
  box-shadow: 0px 30px 60px rgba(14, 36, 58, 0.06);
  border-radius: 10px;
  padding: 25px 15px 25px 45px;
  right: -20%;
  bottom: 0;
}

.fancy-feature-two .img-meta-two .card-one .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #ff7a2b;
  box-shadow: 0px 10px 20px rgba(255, 96, 55, 0.320437);
  z-index: 1;
  top: -30px;
  left: -30px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-one .bg-wrapper {
  background-color: #dcefff;
  z-index: 1;
}

.feedback-section-one .bg-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 45%;
  background: url(../images/assets/bg-2.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0.9;
}

.feedback-section-one .bg-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 19%;
  background: url(../images/assets/bg-2.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0.9;
}

.feedback-section-one .bg-wrapper .shape-one {
  left: 10%;
  top: -4%;
  animation: jumpFour 3.5s infinite linear;
}

.feedback-section-one .bg-wrapper .shape-two {
  width: 80px;
  height: 80px;
  background: #ff8c24;
  border-radius: 15px;
  right: 10%;
  top: -4%;
  animation: rotated 35s infinite linear;
}

.feedback-section-one .bg-wrapper .shape-three {
  width: 57px;
  height: 57px;
  background: #17bd37;
  border-radius: 13px;
  left: 13%;
  bottom: -1%;
  animation: rotated 35s infinite linear;
}

.slick-arrow-one li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 15px;
  cursor: pointer;
}

.slick-arrow-one li:hover {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(92, 59, 28, 0.1);
  color: #000;
}

.feedback-section-one .inner-content {
  width: 136vw;
  transform: translateX(-18vw);
}

.feedback_slider_one .item {
  padding: 0 20px;
}

.feedback-block-one {
  background: #fff;
  border-radius: 15px;
}

.feedback-block-one .img-meta {
  width: 42%;
  max-height: 385px;
}

.feedback-block-one .img-meta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 51%;
  z-index: 1;
  border-radius: 0 0 0 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0117614) 0%, rgba(255, 255, 255, 0.701752) 43.58%, #ffffff 100%);
}

.feedback-block-one .text-wrapper {
  width: 58%;
  padding: 0 25px 50px;
}

.feedback-block-one .text-wrapper .icon {
  width: 55px;
  height: 55px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-two .icon {
  height: 65px;
}

.card-style-two .icon img {
  max-height: 100%;
}

.card-style-two span {
  letter-spacing: 2px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-section-one .bg-wrapper {
  background-color: #dcefff;
  z-index: 1;
}

.blog-section-one .shape-one {
  width: 49px;
  height: 49px;
  background: #17bd37;
  border-radius: 9px;
  right: 12%;
  top: -2%;
  animation: rotated 30s infinite linear;
}

.blog-section-one .shape-two {
  bottom: -6%;
  right: 11%;
  z-index: 0;
  animation: jumpTwo 3.2s infinite linear;
}

.blog-section-one .shape-three {
  width: 70px;
  height: 70px;
  background: #ff8c24;
  border-radius: 13px;
  left: 11%;
  bottom: -3%;
  animation: rotated 35s infinite linear;
}

.blog-meta-one {
  background: #fff;
  padding: 22px;
  border-radius: 5px;
}

.blog-meta-one .post-img {
  border-radius: 5px;
  overflow: hidden;
}

.blog-meta-one .post-tag {
  line-height: 25px;
  border-radius: 3px;
  padding: 0 12px;
  letter-spacing: 1px;
  font-size: 11px;
}

.blog-meta-one:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(21, 21, 21, 0.04);
}

.blog-meta-one .blog-title:hover h4 {
  color: var(--prime-one);
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-one .bg-wrapper {
  padding: 80px 12px;
  background: url(../images/assets/bg-3.png) no-repeat center;
  background-size: cover;
  border-radius: 40px;
  z-index: 1;
}

.fancy-short-banner-one .inner-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.fancy-short-banner-one .subscribe-form {
  max-width: 500px;
  margin-left: auto;
}

.fancy-short-banner-one .subscribe-form form {
  height: 70px;
  position: relative;
  text-align: left;
  box-shadow: 0 10px 20px rgba(70, 40, 13, 0.05);
}

.fancy-short-banner-one .subscribe-form form input {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: none;
  padding: 0 200px 0 20px;
}

.fancy-short-banner-one form button {
  top: 8px;
  right: 8px;
  bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 160px;
  border-radius: 6px;
  background: var(--prime-one);
}

.fancy-short-banner-one form button:hover {
  background: #212121;
}

.fancy-short-banner-one .subscribe-form p {
  color: #979797;
}

.fancy-short-banner-one .shape-one {
  width: 60px;
  height: 60px;
  background: #17bd37;
  border-radius: 13px;
  right: -2%;
  top: -9%;
  animation: rotated 30s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-one {
  padding-top: 150px;
}

.theme-basic-footer .footer-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.theme-basic-footer .footer-nav-link a {
  font-size: 17px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}

.footer-style-one .shape-one {
  width: 85px;
  height: 85px;
  background: #ff8c24;
  border-radius: 15px;
  left: -2%;
  bottom: 10%;
  animation: rotated 35s infinite linear;
}

.footer-style-one .footer-nav-link a:hover,
.footer-style-one .email:hover,
.footer-style-one .mobile:hover {
  color: var(--prime-one);
}

.footer-style-one .social-icon a {
  width: 35px;
  height: 35px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  text-align: center;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.footer-style-one .social-icon a:hover {
  background: #000;
  color: #fff;
}

.footer-style-one .bottom-footer {
  margin-top: 20px;
  padding: 25px 0;
}

.theme-basic-footer .form-widget h6 {
  font-size: 20px;
}

.theme-basic-footer .form-widget form {
  height: 70px;
}

.theme-basic-footer .form-widget form input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 132px 0 25px;
}

.theme-basic-footer .form-widget form button {
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 125px;
  color: #fff;
  background: #161616;
}

.theme-basic-footer .form-widget form button:hover {
  background: var(--prime-six);
  color: #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-two {
  z-index: 1;
}

.hero-banner-two .shape-left {
  top: 12%;
  left: 8%;
  width: 11.9%;
  max-width: 248px;
}

.hero-banner-two .shape-right {
  top: 13%;
  right: 9%;
  width: 9.1%;
  max-width: 193px;
}

.hero-banner-two .shape-left-two {
  top: 12%;
  left: 8%;
  width: 11.9%;
  max-width: 146px;
}

.hero-banner-two .shape-right-two {
  top: 13%;
  right: 9%;
  width: 9.1%;
  max-width: 112px;
}

.hero-banner-two .hero-heading {
  font-size: 82px;
  line-height: 1.09em;
}

.hero-banner-two .hero-heading span {
  z-index: 1;
}

.hero-banner-two .hero-heading span:before {
  content: "";
  position: absolute;
  left: 31%;
  top: 50%;
  transform: translateY(-50%);
  width: 73%;
  height: 81%;
  background: #ffebe5;
  z-index: -1;
}

.hero-banner-two .hero-heading .line-shape {
  left: 3%;
  top: 45%;
}

.hero-banner-two .video-icon i {
  width: 52px;
  height: 52px;
  border: 1px solid #eaeaeb;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
  color: var(--prime-two);
}

.hero-banner-two .video-icon span {
  color: var(--prime-two);
}

.hero-banner-two .video-icon:hover i {
  background: #090f32;
  border-color: #090f32;
  color: #fff;
}

.hero-banner-two .illustration-holder .bg-wrapper {
  background: #f3f7f8;
  padding: 4%;
  border-radius: 20px;
  z-index: 1;
}

.hero-banner-two .illustration-holder .main-screen {
  border-radius: 25px;
}

.hero-banner-two .illustration-holder .shape-one {
  top: -10%;
  left: -7%;
  width: 13.5%;
  z-index: 0;
  animation: rotatedHalf 25s infinite linear;
}

.hero-banner-two .illustration-holder .shape-two {
  bottom: -16%;
  right: -11%;
  width: 28.3%;
  animation: rotatedHalfTwo 25s infinite linear;
}

.hero-banner-two .illustration-holder .shape-three {
  top: 7%;
  right: -10%;
  width: 12%;
  z-index: 0;
}

.hero-banner-two .illustration-holder .shape-four {
  bottom: 9%;
  left: -10%;
  width: 12%;
  z-index: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-three .screen-holder-one {
  width: 432px;
  height: 470px;
  border-radius: 25px;
  background: #f3f7f8;
  position: relative;
  z-index: 1;
  margin: 0 10% 0 auto;
}

.fancy-feature-three .screen-holder-one .round-bg {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 20px 50px rgba(27, 75, 132, 0.03);
}

.fancy-feature-three .screen-holder-one .shapes {
  z-index: 1;
}

.fancy-feature-three .screen-holder-one .logo-one {
  top: -45px;
  right: 37%;
  animation: jumpTwo 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-two {
  top: 23%;
  left: -59px;
  animation: jumpThree 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-three {
  top: 72%;
  left: -46px;
  animation: jumpTwo 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-four {
  bottom: -75px;
  left: 58%;
  animation: jumpThree 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-five {
  top: 21%;
  right: -39px;
  animation: jumpThree 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .shape-one {
  top: 44%;
  right: -15%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-four .nav-tabs {
  border: 1px solid #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

.fancy-feature-four .nav-tabs li {
  width: 33.33333%;
  border-right: 1px solid #f3f3f3;
  position: relative;
}

.fancy-feature-four .nav-tabs li:before {
  content: "\f285";
  font-family: bootstrap-icons;
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.fancy-feature-four .nav-tabs li:last-child {
  border: none;
}

.fancy-feature-four .nav-tabs li:last-child:before {
  display: none;
}

.fancy-feature-four .nav-tabs li .nav-link {
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  font-size: 22px;
  line-height: 1.41em;
  color: #000;
  padding: 29px 20%;
}

.fancy-feature-four .nav-tabs .nav-item.show .nav-link,
.fancy-feature-four .nav-tabs .nav-link.active {
  background: #fbfbfb;
  border-bottom-color: #ffd35b;
}

.fancy-feature-four .tab-pane {
  background: #f3f7f8;
  border-radius: 20px;
  padding: 4%;
}

.fancy-feature-four .tab-pane .main-screen {
  border-radius: 25px;
}

.fancy-feature-four .tab-content .shape-one {
  width: 126px;
  height: 126px;
  background: rgba(0, 236, 183, 0.66);
  top: -75px;
  right: -40px;
  z-index: 0;
  animation: jumpFive 3s infinite linear;
}

.fancy-feature-four .tab-content .shape-two {
  width: 285px;
  height: 285px;
  background: #998eff;
  bottom: -10%;
  left: -6%;
  animation: fade-in 8s infinite linear;
}

.fancy-feature-four .tab-content .shape-three {
  right: -13%;
  top: 50%;
  z-index: 0;
  animation: jumpTwo 3s infinite linear;
}

.fancy-feature-four .tab-content .shape-four {
  left: -13%;
  top: 13%;
  z-index: 0;
  animation: jumpThree 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-five .tags-wrapper {
  background: #f3f7f8;
  padding: 45px 65px 50px;
  border-radius: 25px;
}

.fancy-feature-five .tags-wrapper ul {
  margin: 0 -10px;
}

.fancy-feature-five .tags-wrapper li {
  font-size: 24px;
  color: #000;
  padding: 0 10px;
  margin: 10px 0;
}

.fancy-feature-five .tags-wrapper li a {
  background: #fff;
  color: #000;
  font-size: 18px;
  border-radius: 10px;
  padding: 22px 30px;
  transition: all 0.3s ease-in-out;
}

.fancy-feature-five .tags-wrapper li a:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.fancy-feature-five .tags-wrapper li a span {
  display: inline-block;
  line-height: 25px;
  padding: 0 3px;
  border-radius: 5px;
}

.fancy-feature-five .tags-wrapper .shape-one {
  top: 1%;
  right: 1%;
  width: 25%;
  z-index: 0;
  animation: jumpThree 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-three {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 42px 10px 30px 45px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.card-style-three:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
  border-color: #fff;
}

.card-style-three .icon {
  height: 65px;
}

.card-style-three .icon img {
  max-height: 100%;
}

.fancy-feature-six .shape-one {
  width: 126px;
  height: 126px;
  background: #ffc961;
  top: 4%;
  left: -50px;
  animation: jumpThree 3s infinite linear;
}

.fancy-feature-six .shape-two {
  top: 30%;
  right: 3%;
}

.fancy-feature-six .shape-three {
  width: 300px;
  height: 300px;
  background: #ff35d9;
  opacity: 0.7;
  bottom: 0;
  right: -150px;
  animation: jumpTwo 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-two .circle-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}

.feedback-section-two .circle-bg [class*=cp-] {
  z-index: 1;
}

.feedback-section-two .circle-bg .cp-one {
  top: 19%;
  left: 16%;
}

.feedback-section-two .circle-bg .cp-two {
  top: 53%;
  left: 11%;
}

.feedback-section-two .circle-bg .cp-three {
  bottom: 5%;
  left: 25%;
}

.feedback-section-two .circle-bg .cp-four {
  top: 14%;
  right: 21%;
}

.feedback-section-two .circle-bg .cp-five {
  top: 57%;
  right: 10%;
}

.feedback-section-two .circle-bg .cp-six {
  bottom: 9%;
  right: 24%;
}

.feedback-block-two p {
  font-size: 28px;
  line-height: 1.85em;
}

.slick-arrow-two li {
  font-size: 26px;
  margin: 0 12px;
  cursor: pointer;
}

.slick-arrow-two li:hover {
  transform: scale(1.1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Partner Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.partner-section-one .img-box a {
  display: block;
  height: 100%;
}

.partner-section-one .img-box img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.partner-section-one .img-box {
  background: #fff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px rgba(23, 32, 90, 0.06);
  width: 175px;
  height: 175px;
  margin: 0 auto 25px;
  transition: all 0.3s ease-in-out;
}

.partner-section-one .img-box:hover {
  transform: scale(1.1);
}

.partner-section-one .img-box.bx-b {
  width: 121px;
  height: 121px;
}

.partner-section-one .img-box.bx-d {
  width: 151px;
  height: 151px;
}

.partner-section-one .img-box.bx-f {
  width: 135px;
  height: 135px;
}

.partner-section-one .img-box.bx-g {
  width: 197px;
  height: 197px;
}

.partner-section-one .img-box.bx-h {
  width: 138px;
  height: 138px;
}

.partner-section-one .shape-one {
  top: 18%;
  right: 9%;
  animation: jumpTwo 4s infinite linear;
}

.partner-section-one .shape-two {
  bottom: -11%;
  left: 12%;
  animation: jumpThree 4s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Pricing Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.pricing-nav-one .nav-item .nav-link {
  font-size: 18px;
  line-height: 58px;
  border: none;
  padding: 0 15px;
  width: 150px;
  text-align: center;
  background: #f9f9f9;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.pricing-nav-one .nav-item:nth-child(1) .nav-link {
  border-right: none;
  border-radius: 45px 0 0 45px;
}

.pricing-nav-one .nav-item:nth-child(2) .nav-link {
  border-left: none;
  border-radius: 0 45px 45px 0;
}

.pricing-nav-one .nav-item .nav-link.active {
  background: var(--prime-two);
  color: #fff;
}

.pricing-table-area-one .pr-table-wrapper {
  border: 1px solid #ededed;
  border-radius: 15px;
  text-align: center;
}

.pricing-table-area-one .pr-column {
  border-right: 1px solid #ededed;
}

.pricing-table-area-one .pr-column:last-child {
  border-right: none;
}

.pricing-table-area-one .pr-column .plan {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 17px;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  margin: 29px 0 22px;
  padding: 0 15px;
}

.pricing-table-area-one .pr-column .price {
  font-size: 58px;
  letter-spacing: -1px;
  color: #000;
  line-height: initial;
  margin-bottom: 3px;
}

.pricing-table-area-one .pr-column .pr-header {
  padding-bottom: 35px;
  border-bottom: 1px solid #ededed;
}

.pricing-table-area-one .pr-body .bi {
  font-size: 25px;
  color: rgba(151, 151, 151, 0.75);
}

.pricing-table-area-one .pr-body .bi.availabe {
  color: var(--prime-two);
}

.pricing-table-area-one .pr-body li {
  border-bottom: 1px solid #ededed;
  padding: 22px 0;
}

.pricing-table-area-one .trial-button {
  width: 160px;
  line-height: 46px;
  border-radius: 5px;
  background: #f4f4f4;
  color: #000;
}

.pricing-table-area-one .trial-button:hover {
  background: var(--prime-two);
  color: #fff;
}

.pricing-table-area-one .pr-footer {
  padding: 45px 0;
}

.pricing-table-area-one .pr-list-wrapper {
  border: 1px solid #ededed;
  border-radius: 15px 0 0 15px;
  border-right: none;
  top: 228px;
  left: 0;
  height: 100%;
}

.pricing-table-area-one .pr-list-wrapper li {
  font-size: 17px;
  border-bottom: 1px solid #ededed;
  padding: 28px 0 28px 25px;
}

.pricing-table-area-one .pr-list-wrapper li:last-child {
  border-bottom: none;
}

.pricing-section-one .shape-one {
  width: 293px;
  height: 293px;
  background: #57f2cf;
  top: 24%;
  left: -150px;
  animation: jumpTwo 4s infinite linear;
}

.pricing-section-one .shape-two {
  bottom: 0;
  left: 20%;
  animation: jumpFour 4s infinite linear;
}

.pricing-section-one .shape-three {
  top: 35%;
  right: 3%;
  animation: jumpThree 4s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-two .bg-wrapper {
  background: #f3f7f8;
  border-radius: 10px;
  padding: 70px 12px;
}

.fancy-short-banner-two .bg-wrapper .inner-wrapper {
  max-width: 1110px;
}

.fancy-short-banner-two h6 {
  color: var(--prime-two);
}

.fancy-short-banner-two .shape-one {
  width: 121px;
  height: 121px;
  background: #623cff;
  opacity: 0.65;
  bottom: -50px;
  right: -50px;
  animation: jumpThree 4s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-three.bg {
  background: #f5f5f5;
  z-index: 1;
}

.fancy-short-banner-three.bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 26px;
  background: url(../images/shape/shape_87.svg) no-repeat center top;
  background-size: cover;
  left: 0;
  top: -25px;
  z-index: -1;
}

.fancy-short-banner-three.bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(../images/shape/shape_86.svg) no-repeat center bottom;
  background-size: cover;
  left: 0;
  bottom: -38px;
  z-index: -2;
}

.fancy-short-banner-three.bg .shape-one {
  width: 30px;
  height: 30px;
  left: 33%;
  top: -32px;
  background: #007bff;
}

.fancy-short-banner-three.bg .shape-two {
  width: 14px;
  height: 14px;
  left: 19%;
  bottom: -32px;
  background: #ffb900;
}

.fancy-short-banner-three.bg .shape-three {
  width: 8px;
  height: 8px;
  right: 23%;
  top: 70%;
  background: #02dfef;
  animation: jumpThree 5s infinite linear;
}

.fancy-short-banner-three.bg .shape-four {
  bottom: 13%;
  left: 0;
  width: 16.5%;
}

.fancy-short-banner-three.bg .shape-five {
  bottom: -20px;
  right: 0;
  width: 26.4%;
}

.fancy-short-banner-three .subscribe-form {
  max-width: 620px;
}

.fancy-short-banner-three .subscribe-form form {
  height: 70px;
}

.fancy-short-banner-three .subscribe-form input {
  width: 100%;
  height: 100%;
  border: none;
  background: #f5f5f5;
  border-radius: 35px;
  padding: 0 180px 0 40px;
}

.fancy-short-banner-three.bg .subscribe-form input {
  background: #fff;
}

.fancy-short-banner-three .subscribe-form button {
  width: 180px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  background: var(--prime-two);
  color: #fff;
}

.fancy-short-banner-three .subscribe-form button:hover {
  background: #090f32;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-two {
  padding: 0 10%;
}

.footer-style-two .top-footer {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 100px 12px 60px;
  z-index: 1;
}

.footer-style-two .inner-wrapper {
  max-width: 1170px;
}

.footer-style-two .email:hover {
  text-decoration: underline;
  color: #000;
}

.footer-style-two .mobile {
  color: var(--prime-two);
}

.footer-style-two .mobile:hover {
  text-decoration: underline;
}

.footer-style-two .footer-nav-link a:hover {
  color: var(--prime-two);
  text-decoration: underline;
}

.footer-style-two .bottom-footer {
  padding: 40px 0 25px;
  z-index: 2;
}

.footer-style-two .bottom-footer .footer-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-right: 22px;
}

.footer-style-two .bottom-footer .footer-nav a:hover {
  text-decoration: underline;
}

.footer-style-two .bottom-footer .copyright {
  font-size: 15px;
}

.footer-style-two .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}

.footer-style-two .bottom-footer .social-icon a:hover {
  color: var(--prime-two);
}

.footer-style-two .shape-one {
  width: 240px;
  height: 240px;
  background: #ffbf44;
  opacity: 0.7;
  top: -120px;
  left: -120px;
}

.footer-style-two .shape-two {
  width: 136px;
  height: 136px;
  background: #15b9ff;
  opacity: 0.65;
  right: -70px;
  bottom: -55px;
}

.footer-style-two .shape-three {
  right: -4%;
  top: -14%;
}

.footer-style-two .shape-four {
  left: -6%;
  bottom: 16%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-three:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 66%;
  background: url(../images/assets/bg-4.svg) no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}

.hero-banner-three .slogan {
  line-height: initial;
  border-radius: 20px;
  padding: 5px 10px 5px 15px;
  background: rgba(255, 255, 255, 0.22);
  color: #000;
  font-size: 16px;
}

.hero-banner-three .slogan i {
  font-size: 12px;
  width: 30px;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
}

.hero-banner-three .slogan:hover i {
  background: var(--prime-three);
  color: #fff;
}

.hero-banner-three .hero-heading {
  font-size: 90px;
  line-height: 1.22em;
  letter-spacing: -2px;
}

.hero-banner-three .download-btn button {
  line-height: 60px;
  padding: 0 40px;
  color: #fff;
  background: #262626;
  border-radius: 50px;
}

.hero-banner-three .download-btn button:after {
  content: url(../images/icon/icon_21.svg);
  border: none;
  margin: 0 0 0 8px;
  vertical-align: 0;
  transition: all 0.2s ease-in-out;
}

.hero-banner-three .download-btn button.show:after {
  transform: rotate(180deg);
}

.hero-banner-three .download-btn button.show,
.hero-banner-three .download-btn button:hover {
  background: var(--prime-three);
}

.hero-banner-three .download-btn .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  margin: -2px 0 0 0 !important;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.04);
}

.hero-banner-three .download-btn .dropdown-menu a {
  font-size: 15px;
  color: #000;
  padding: 12px 15px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.hero-banner-three .download-btn .dropdown-menu a:hover,
.hero-banner-three .download-btn .dropdown-menu a:focus {
  background: rgba(0, 0, 0, 0.02);
}

.hero-banner-three .video-icon i {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.8);
}

.hero-banner-three .video-icon span {
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 2.5px;
  margin-bottom: 4px;
}

.hero-banner-three .video-icon:hover i {
  background: var(--prime-three);
  border-color: var(--prime-three);
  color: #fff;
}

.hero-banner-three h2 {
  font-size: 38px;
  letter-spacing: 0px;
}

.hero-banner-three .mobile-screen {
  position: absolute;
  top: 18%;
  right: 3%;
  width: 37.15%;
}

.hero-banner-three .mobile-screen .screen-one {
  box-shadow: -40px 40px 80px rgba(0, 60, 130, 0.03);
  border-radius: 32px;
}

.hero-banner-three .mobile-screen .screen-two {
  box-shadow: -20px 40px 80px rgba(0, 60, 130, 0.03);
  border-radius: 32px;
}

.hero-banner-three .mobile-screen .card-one {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 28px 15px;
}

.hero-banner-three .mobile-screen .card-one .icon {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 17px;
  background: #ff54b0;
}

.hero-banner-three .mobile-screen .card-one h6 {
  width: calc(100% - 45px);
  line-height: 27px;
  letter-spacing: -0.5px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-four {
  padding: 45px 25px 30px;
}

.card-style-four .icon {
  width: 75px;
  height: 75px;
  border-radius: 15px;
}

.card-style-four h4 a:hover {
  color: var(--prime-three);
}

.card-style-four:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0px;
  background: #ffffff;
  box-shadow: 0px 25px 60px rgba(10, 22, 37, 0.0555514);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transform: scale(1, 0.9);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}

.card-style-four:hover:before {
  opacity: 1;
  transform: scale(1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.block-style-three .list-item li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.block-style-three .list-item li:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--prime-three);
}

.block-style-three .list-item.text-white li:before {
  color: rgba(255, 255, 255, 0.75);
}

.platform-button-group a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  margin: 10px 25px 0 0;
  background: #1b1b1b;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.platform-button-group a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}

.platform-button-group a .icon {
  margin-right: 14px;
}

.platform-button-group a span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
}

.platform-button-group a strong {
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.platform-button-group a.windows-button {
  background: #fff;
  border-color: #dadada;
}

.platform-button-group a.windows-button span {
  color: #999999;
}

.platform-button-group a.windows-button strong {
  color: #000;
}

.fancy-feature-eight .illustration-holder {
  position: absolute;
  width: 41%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fancy-feature-eight .illustration-holder .main-img {
  border-radius: 0 25px 25px 0;
  box-shadow: 0 18px 27px rgba(0, 0, 0, 0.03);
  height: auto;
}

.fancy-feature-eight .illustration-holder .screen-one {
  z-index: 1;
  right: -15%;
  bottom: -4%;
  border-radius: 15px;
  width: 50%;
  height: auto;
}

.fancy-feature-eight .illustration-holder .shape-one {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-nine .screen-container {
  max-width: 630px;
}

.fancy-feature-nine .screen-container .bg-round-shape {
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
}

.card-style-five {
  padding: 65px 45px 65px;
  background: #ffffff;
  box-shadow: 0px 30px 60px rgba(6, 24, 67, 0.05);
  border-radius: 10px;
  text-align: left;
  margin: 40px 0;
}

.card-style-five .icon {
  height: 45px;
}

.card-style-five h4 {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  padding-top: 45px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Ten ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-ten .circle-one {
  width: 1215px;
  height: 1215px;
  border: 1px dashed #e5e5e5;
  padding: 13%;
  z-index: 1;
}

.fancy-feature-ten .circle-two {
  height: 100%;
  border: 1px dashed #e5e5e5;
  z-index: 1;
  padding: 15%;
}

.fancy-feature-ten .circle-three {
  height: 100%;
  background: #f9fbff;
}

.fancy-feature-ten .circle-two .icon-one {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.fancy-feature-ten .circle-two .icon-two {
  top: 26%;
  right: -50px;
}

.fancy-feature-ten .circle-two .icon-three {
  bottom: 15%;
  right: 6%;
}

.fancy-feature-ten .circle-two .icon-four {
  bottom: 15%;
  left: 7%;
}

.fancy-feature-ten .circle-two .icon-five {
  top: 26%;
  left: -50px;
}

.fancy-feature-ten .block-bg {
  width: 250px;
  height: 125px;
  background: #fff;
  border-radius: 20px;
  padding: 0 35px;
  text-align: center;
  font-size: 22px;
  line-height: 33px;
  z-index: 2;
}

.fancy-feature-ten .block-bg:hover {
  box-shadow: 0 25px 35px rgba(7, 9, 24, 0.03);
  transform: translateY(-10px);
}

.fancy-feature-ten .block-one {
  top: -40px;
  left: calc(50% - 125px);
}

.fancy-feature-ten .block-two {
  top: 22%;
  right: -4%;
}

.fancy-feature-ten .block-three {
  bottom: 33%;
  right: -3%;
}

.fancy-feature-ten .block-four {
  bottom: 32%;
  left: -2%;
}

.fancy-feature-ten .block-five {
  top: 22%;
  left: -5%;
}

.fancy-feature-ten .mobile-screen {
  position: absolute;
  z-index: 5;
  width: 42%;
  left: 50%;
  top: 32%;
  transform: translateX(-50%);
  box-shadow: 0 25px 100px rgba(7, 9, 24, 0.05);
  border-radius: 40px;
}

.fancy-feature-ten .fancy-shape {
  top: 13%;
  left: 8%;
  width: 83%;
  animation: rotated 90s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-three .slider-wrapper {
  width: calc(1320px + 30vw);
  margin: 0 -20px;
}

.feedback_slider_three .item {
  padding: 0 20px;
}

.feedback-block-three {
  background: #ffffff;
  box-shadow: 0px 30px 60px rgba(19, 45, 73, 0.04);
  border-radius: 10px;
  margin: 40px 0 135px;
  padding: 55px 40px;
}

.feedback-block-three .rating li {
  font-size: 16px;
  color: #ffc12b;
  margin-right: 8px;
}

.feedback-block-three p {
  font-size: 20px;
  line-height: 35px;
  margin: 22px 0 40px;
}

.feedback-block-three .name span {
  font-size: 16px;
  color: #c1c1c1;
  margin-top: 3px;
}

.feedback-block-three .avatar {
  width: 45px;
  height: 45px;
}

.feedback_slider_three .slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
  background: var(--prime-three);
  transform: scale(1.7);
}

.feedback-section-three .shape-holder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 41%;
}

.feedback-section-three .shape-holder [class*=avatar-] {
  box-shadow: 0 20px 40px rgba(36, 11, 74, 0.1);
  z-index: 1;
}

.feedback-section-three .shape-holder .avatar-one {
  bottom: 17%;
  left: 14%;
  animation: jumpFour 3.5s infinite linear;
}

.feedback-section-three .shape-holder .avatar-two {
  top: -1%;
  right: 20%;
  animation: jumpTwo 3.5s infinite linear;
}

.feedback-section-three .shape-holder .avatar-three {
  top: 21%;
  left: 14%;
  animation: jumpFour 3.5s infinite linear;
}

.feedback-section-three .shape-holder .avatar-four {
  bottom: 3%;
  right: 26%;
  animation: jumpTwo 3.5s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Eleven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-eleven .shape-one {
  top: -9%;
  left: 30%;
  animation: jumpThree 3.5s infinite linear;
}

.fancy-feature-eleven .shape-two {
  top: 48%;
  left: 3%;
  animation: jumpFour 3.5s infinite linear;
}

.fancy-feature-eleven .shape-three {
  bottom: -10%;
  left: 28%;
  animation: jumpTwo 3.5s infinite linear;
}

.accordion-style-one .accordion-item {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 25px;
}

.accordion-style-one .accordion-button {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.62em;
  padding: 25px 28px 25px 26px;
  box-shadow: none;
  border-radius: 0;
  color: var(--heading);
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.accordion-style-one .accordion-body {
  padding: 0 40px 30px 26px;
}

.accordion-style-one .accordion-body p {
  font-size: 18px;
  line-height: 34px;
}

.accordion-style-one .accordion-button::after {
  content: url(../images/icon/icon_36.svg);
  background-image: none;
  width: auto;
  height: auto;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.wedding-section {
  background: #f9fbff;
  z-index: 1;
}

.pricing-section-two {
  background: #f8fafe;
  z-index: 1;
}

.pricing-nav-two .nav-item .nav-link {
  font-size: 18px;
  line-height: 58px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  width: 150px;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.pricing-nav-two .nav-item:nth-child(1) .nav-link {
  border-right: none;
  border-radius: 45px 0 0 45px;
}

.pricing-nav-two .nav-item:nth-child(2) .nav-link {
  border-left: none;
  border-radius: 0 45px 45px 0;
}

.pricing-nav-two .nav-item .nav-link.active {
  background: #1b1b1b;
  color: #fff;
  border-color: #1b1b1b;
}

.pricing-table-area-two .pr-column {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 40px 40px 45px;
  position: relative;
}

.pricing-table-area-two .pr-column.active {
  box-shadow: 0 40px 80px rgba(3, 17, 54, 0.04);
}

.pricing-table-area-two .price {
  font-size: 58px;
  line-height: initial;
}

.pricing-table-area-two .plan {
  font-size: 28px;
}

.pricing-table-area-two .pr-header {
  border-bottom: 1px solid #dddddd;
}

.pricing-table-area-two .pr-body li {
  font-size: 18px;
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
}

.pricing-table-area-two .pr-body li:before {
  content: "\f272";
  font-family: bootstrap-icons;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--prime-three);
}

.pricing-table-area-two .signup-btn {
  line-height: 46px;
  border: 2px solid #e4e4e4;
  color: #000;
  border-radius: 5px;
}

.pricing-table-area-two .signup-btn:hover {
  background: var(--prime-three);
  border-color: var(--prime-three);
  color: #fff;
}

.pricing-table-area-two .active .signup-btn {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}

.pricing-table-area-two .pr-column.active:before {
  content: url(../images/shape/popular-tag.svg);
  position: absolute;
  top: -62px;
  right: -96px;
}

.pricing-section-two .shape-one {
  top: 12%;
  left: 8%;
  animation: jumpThree 3.5s infinite linear;
}

.pricing-section-two .shape-two {
  top: 31%;
  left: 17%;
  animation: jumpFour 3.5s infinite linear;
}

.pricing-section-two .shape-three {
  top: 11%;
  right: 12%;
  animation: jumpThree 3.5s infinite linear;
}

.pricing-section-two .shape-four {
  top: 30%;
  right: 16%;
  animation: jumpFour 3.5s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Partner Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.partner-section-two .logo-wrapper {
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 63%;
}

.partner-section-two .logo-wrapper .logo {
  border-radius: 50%;
  margin: 12px 5%;
}

.partner-section-two .logo-wrapper .logo:nth-child(1) {
  width: 175px;
  height: 175px;
  background: #ffe3e3;
  animation: jumpTwo 9s infinite linear;
}

.partner-section-two .logo-wrapper .logo:nth-child(2) {
  width: 120px;
  height: 120px;
  background: #e8f8ff;
  animation: jumpThree 9s infinite linear;
}

.partner-section-two .logo-wrapper .logo:nth-child(3) {
  width: 175px;
  height: 175px;
  background: #eaffe7;
  animation: jumpTwo 9s infinite linear;
}

.partner-section-two .logo-wrapper .logo:nth-child(4) {
  width: 150px;
  height: 150px;
  background: #f3f1ff;
  animation: jumpThree 9s infinite linear;
}

.partner-section-two .logo-wrapper .logo:nth-child(5) {
  width: 135px;
  height: 135px;
  background: #f0f5ef;
  animation: jumpThree 9s infinite linear;
}

.partner-section-two .logo-wrapper .logo:nth-child(6) {
  width: 195px;
  height: 195px;
  background: #fff9e5;
  animation: jumpTwo 9s infinite linear;
}

.partner-section-two .logo-wrapper .logo:nth-child(7) {
  width: 135px;
  height: 135px;
  background: #e5fffe;
  animation: jumpThree 9s infinite linear;
}

.partner-section-two .shape-one {
  top: -30%;
  left: 36%;
  animation: jumpThree 3.5s infinite linear;
}

.partner-section-two .shape-two {
  top: 55%;
  left: 8%;
  animation: jumpFour 3.5s infinite linear;
}

.partner-section-two .shape-three {
  bottom: -32%;
  left: 34%;
  animation: jumpTwo 3.5s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-four {
  z-index: 5;
  margin-bottom: -170px;
}

.address-block-one {
  position: relative;
  padding: 0 20px 40px 140px;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

.address-block-one h4 {
  font-size: 24px;
  margin-bottom: 11px;
}

.address-block-one .icon {
  left: -2px;
  top: 12px;
}

.address-block-one .text-meta p a {
  font-size: 24px;
  color: var(--prime-three);
}

.address-block-one .text-meta p a:hover {
  text-decoration: underline;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-three {
  background: #623bff;
  z-index: 1;
  padding: 285px 0 210px;
}

.footer-style-three:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
  border: 0 solid transparent;
  border-left-width: 100vw;
  border-left-color: #fff;
  border-bottom-width: 9rem;
  top: 0;
}

.footer-style-three .subscribe-form {
  max-width: 620px;
}

.footer-style-three .subscribe-form form {
  height: 70px;
}

.footer-style-three .subscribe-form input {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  border-radius: 35px;
  padding: 0 180px 0 40px;
}

.footer-style-three .subscribe-form button {
  width: 180px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  background: #ff43a1;
  color: #fff;
}

.footer-style-three .subscribe-form button:hover {
  background: var(--prime-two);
}

.footer-style-three .bottom-footer h4 {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

.footer-style-three .bottom-footer .social-icon a {
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 35px;
  color: #fff;
  margin: 0 6px;
  transition: all 0.3s ease-in-out;
}

.footer-style-three .bottom-footer .social-icon a:hover {
  background: var(--prime-two);
  border-color: var(--prime-two);
}

.footer-style-three .bottom-footer .mail {
  color: rgba(255, 255, 255, 0.95);
}

.footer-style-three .bottom-footer .mail:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-style-three .bg-illustration {
  bottom: 0;
  left: 0;
  animation: fade-in 2.5s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-four {
  max-width: 1574px;
  margin: 250px auto 0;
  z-index: 1;
}

.hero-banner-four .avatar-img {
  width: 90px;
  height: 90px;
}

.hero-banner-four .hero-heading {
  font-size: 120px;
  line-height: 1.08em;
  letter-spacing: -1px;
}

.hero-banner-four .fancy-img-block {
  position: absolute;
  z-index: -1;
  width: 24%;
}

.hero-banner-four .fancy-block-one {
  top: 0;
  left: 12px;
}

.hero-banner-four .fancy-block-one .main-img {
  border-radius: 0 200px 0 200px;
}

.hero-banner-four .fancy-block-two .main-img {
  border-radius: 200px 0 200px 0;
}

.hero-banner-four .fancy-block-two {
  bottom: 0;
  right: 12px;
}

.hero-banner-four .fancy-img-block .r-shape-one {
  width: 67px;
  height: 134px;
  left: 0;
  top: 0;
  background: #811eff;
  border-radius: 0 100px 100px 0;
}

.hero-banner-four .fancy-img-block .r-shape-two {
  width: 55px;
  height: 55px;
  left: 47%;
  bottom: -10px;
  background: #00e9af;
  animation: jumpTwo 4s infinite linear;
}

.hero-banner-four .fancy-img-block .r-shape-three {
  width: 46px;
  height: 46px;
  left: 53%;
  top: -23px;
  background: #ff5a8a;
  animation: jumpThree 4s infinite linear;
}

.hero-banner-four .fancy-img-block .r-shape-four {
  width: 157px;
  height: 157px;
  right: -6%;
  bottom: 0;
  background: #ffc962;
  animation: jumpFour 3.5s infinite linear;
}

.hero-banner-four .shape-one {
  top: -8%;
  left: 27%;
  animation: jumpThree 4s infinite linear;
}

.hero-banner-four .shape-two {
  top: 1%;
  right: 15%;
  animation: jumpTwo 4s infinite linear;
}

.hero-banner-four .shape-three {
  bottom: -3%;
  left: 15%;
  animation: jumpFour 4s infinite linear;
}

.hero-banner-four .shape-four {
  bottom: -11%;
  right: 26%;
  animation: jumpTwo 4s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twelve ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twelve .main-count {
  font-size: 100px;
  letter-spacing: -1px;
  color: #815aff;
}

.fancy-feature-twelve .title {
  font-size: 36px;
  line-height: 1.5em;
}

.fancy-feature-twelve .block-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
  width: 64vw;
}

.card-style-six {
  padding: 95px 15px 80px;
  border-radius: 15px;
}

.card-style-six .icon {
  height: 85px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.portfolio-gallery-one .shape-one {
  top: 0;
  left: 24%;
}

.portfolio-gallery-one .shape-two {
  top: 190px;
  left: 4%;
}

.portfolio-gallery-one .shape-three {
  top: 190px;
  left: 41%;
}

.g-control-nav-one li {
  font-size: 20px;
  letter-spacing: -0.05px;
  color: #c8c8c8;
  display: inline-block;
  padding: 0 5px;
  margin-left: 45px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.g-control-nav-one li.is-checked {
  font-weight: 500;
  color: #000;
}

/*2 column*/
.grid-2column {
  margin: 0 -20px;
}

.grid-2column .isotop-item,
.grid-2column .grid-sizer {
  width: 50%;
  padding: 0 20px;
}

/*3 column*/
.grid-3column {
  margin: 0 -20px;
}

.grid-3column .isotop-item,
.grid-3column .grid-sizer {
  width: 33.3333%;
  padding: 0 20px;
}

.portfolio-block-one {
  position: relative;
  z-index: 5;
}

.portfolio-block-one .title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  box-shadow: 0px 15px 40px rgba(0, 41, 121, 0.04);
  border-radius: 15px;
  background: #fff;
  padding: 35px 15px 40px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.portfolio-block-one .title .tag {
  font-size: 17px;
  margin-bottom: 5px;
  color: rgba(0, 40, 78, 0.5);
}

.portfolio-block-one .title .pj-name {
  font-size: 22px;
  color: var(--heading);
}

.portfolio-block-one:hover .title {
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
}

.portfolio-block-one .title:hover .pj-name {
  color: var(--prime-three);
}

.portfolio-block-one .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.portfolio-block-one .hover-state span {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  background: rgba(255, 255, 255, 0.3);
  margin: 30% auto 0;
  transform: translateY(30px);
  transition-delay: 0.05s;
}

.portfolio-block-one .hover-state span:hover {
  background: var(--prime-two);
}

.portfolio-block-one:hover .hover-state {
  opacity: 1;
  visibility: visible;
}

.portfolio-block-one:hover .hover-state a {
  transform: translateY(0);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-thirteen .skils-list {
  margin: 0 -10px;
}

.fancy-feature-thirteen .skils-list li {
  margin: 20px 10px 0;
  font-size: 24px;
  color: #000;
}

.fancy-feature-thirteen .skils-list li span {
  display: block;
  line-height: 75px;
  padding: 0 30px;
  border-radius: 10px;
  font-size: 18px;
}

.fancy-feature-thirteen .text-xxl {
  font-size: 28px;
  line-height: 1.64em;
}

.fancy-feature-thirteen .tx-sp1 {
  font-size: 25px;
  margin-bottom: -15px;
}

.fancy-feature-thirteen .tx-sp1 span {
  font-size: 72px;
}

.fancy-feature-thirteen .tx-sp2 {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.35);
}

.fancy-feature-thirteen .tools-list li + li {
  margin-top: 22px;
}

.fancy-feature-thirteen .img-meta .text-meta {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}

.fancy-feature-thirteen .img-meta .text-meta .tm-heading {
  font-family: "eustacheregular";
  font-size: 62px;
  letter-spacing: 2px;
  color: #ffc962;
}

.fancy-feature-thirteen .img-meta .text-meta h3 {
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: -1px;
}

.fancy-feature-thirteen .img-meta .text-meta h3 a {
  font-size: 0.65em;
}

.fancy-feature-thirteen .img-meta .text-meta h3 a:hover {
  color: #ffc962;
}

.fancy-feature-thirteen .img-meta .shape-one {
  width: 52px;
  height: 52px;
  left: 15%;
  top: 12%;
  background: #31daff;
  z-index: 1;
}

.fancy-feature-thirteen .img-meta .shape-two {
  width: 132px;
  height: 132px;
  right: 3%;
  bottom: 10%;
  background: #ffc962;
  z-index: 1;
}

.fancy-feature-thirteen .fancy-text {
  font-size: 200px;
  font-weight: 100;
  letter-spacing: -14px;
  color: rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 5%;
  top: -5%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Counter Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.counter-section-one {
  background-image: url(../images/assets/bg-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f2f4f8;
  z-index: 1;
}

.counter-section-one .shape-one {
  top: 12%;
  left: 7%;
}

.counter-section-one .shape-two {
  bottom: 17%;
  left: 6%;
}

.counter-section-one .shape-three {
  top: 16%;
  right: 5%;
}

.counter-section-one .shape-four {
  bottom: 16%;
  right: 5%;
}

.counter-block-one .icon-bg {
  width: 230px;
  height: 310px;
  background: #fff;
  border-radius: 120px;
  margin: 0 auto;
  padding-top: 70px;
}

.counter-block-one .icon-img {
  height: 114px;
}

.counter-block-one .icon-title {
  letter-spacing: 1px;
}

.counter-block-one .main-count {
  font-size: 60px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-four .slider-wrapper {
  margin: 0 -20px;
}

.feedback-section-four .slider-wrapper .item {
  padding: 0 20px;
}

.feedback-block-four {
  padding: 40px 48px 45px;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
}

.feedback-block-four .icon {
  width: 52px;
  height: 52px;
  background: #000;
}

.feedback-block-four p {
  font-size: 20px;
  line-height: 38px;
  margin: 32px 0 80px;
}

.feedback-block-four .rating li {
  font-size: 17px;
  color: #ffc12b;
  margin-left: 10px;
}

.feedback-block-four .ribbon {
  height: 7px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.feedback-section-four .slick-dots {
  text-align: center;
  margin: 80px 0 0;
}

.feedback-section-four .slick-dots li.slick-active button {
  background: #000;
  transform: none;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-five .bg-wrapper {
  background: #fff5ec;
  z-index: 2;
}

.fancy-short-banner-five .shape-one {
  top: 10%;
  left: 5%;
}

.fancy-short-banner-five .shape-two {
  bottom: 7%;
  left: 40%;
}

.fancy-short-banner-five .shape-three {
  bottom: 41%;
  right: 4%;
}

.fancy-short-banner-five .r-shape-one {
  width: 67px;
  height: 134px;
  left: 0;
  bottom: 0;
  background: #811eff;
  border-radius: 0 100px 100px 0;
}

.fancy-short-banner-five .r-shape-two {
  width: 108px;
  height: 108px;
  background: #ffd74a;
  top: -60px;
  right: -60px;
  z-index: -1;
}

.fancy-short-banner-five .innner-content {
  border-radius: 20px;
  padding: 85px 90px 85px;
}

.fancy-short-banner-five .title-xl {
  font-size: 100px;
  line-height: 1.1em;
}

.fancy-short-banner-five .title-xl span {
  z-index: 1;
}

.fancy-short-banner-five .title-xl span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: 15px;
  z-index: -1;
  background: #ffdefa;
}

.form-style-one .input-group-meta input,
.form-style-one .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 18px;
}

.form-style-one .input-group-meta input {
  height: 62px;
}

.form-style-one .input-group-meta textarea {
  height: 122px;
  max-height: 122px;
}

.form-style-one .send-btn {
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 0.88px;
  background: #000;
}

.form-style-one .send-btn:hover {
  background: var(--prime-three);
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-four {
  padding: 70px 0 40px;
}

.footer-style-four .social-icon a {
  font-size: 22px;
  margin: 0 13px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}

.footer-style-four .social-icon a:hover {
  color: var(--prime-two);
}

.footer-style-four .mail {
  font-size: 20px;
  color: #000;
}

.footer-style-four .mail .icon {
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  background: #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-five {
  background: url(../images/assets/hero_01.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  padding: 300px 0 300px;
}

.hero-banner-five .hero-heading {
  font-family: "eustacheregular";
  font-size: 170px;
  line-height: 0.73em;
  letter-spacing: -2px;
}

.hero-banner-five .hero-heading span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: initial;
}

.hero-banner-five .donate-btn {
  font-size: 17px;
  line-height: 60px;
  border-radius: 30px;
  color: #000;
  padding: 0 48px;
  background: var(--prime-four);
}

.hero-banner-five .donate-btn:hover {
  background: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fourteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fourteen {
  z-index: 2;
  margin-top: -85px;
}

.card-style-seven {
  background: #fff;
  border-radius: 10px;
  padding: 55px 15px 42px;
}

.card-style-seven:hover {
  transform: translateY(-5px);
}

.card-style-seven .icon {
  height: 70px;
}

.card-style-seven .icon img {
  max-height: 100%;
}

.card-style-seven .read-btn {
  color: #a4a4a4;
  font-size: 16px;
}

.card-style-seven .read-btn:hover {
  color: var(--prime-four);
  text-decoration: underline;
}

.card-style-seven .ribbon {
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fifteen {
  z-index: 1;
}

.fancy-feature-fifteen .sp-text1 {
  line-height: 2.1em;
}

.fancy-feature-fifteen .video-icon {
  width: 105px;
  height: 105px;
  background: var(--prime-four);
  color: #fff;
  font-size: 70px;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancy-feature-fifteen .video-icon:hover {
  background: var(--prime-three);
}

.counter-block-two .main-count {
  font-size: 60px;
  margin-bottom: -10px;
}

.counter-block-two .bg-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fancy-feature-fifteen .shape-one {
  left: 0;
  top: 25%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Sixteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-sixteen {
  background: #f2ece9;
}

.fancy-feature-sixteen .inner-wrapper {
  max-width: 1744px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.card-style-eight {
  border-radius: 15px;
  padding: 15px;
  background: #fff;
}

.card-style-eight .img-meta {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.card-style-eight .img-meta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.586528) 100%);
}

.card-style-eight .img-meta .donation-goal {
  left: 20px;
  right: 20px;
  bottom: 30px;
  z-index: 1;
}

.card-style-eight .img-meta .ribbon {
  height: 15px;
  border-radius: 0 30px 30px 0;
  bottom: 0;
  left: 0;
}

.fancy-feature-sixteen .ins-title {
  font-family: "Noteworthy Light";
  font-size: 24px;
  letter-spacing: 2px;
  color: #ff5858;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Seventeen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-seventeen {
  z-index: 1;
}

.fancy-feature-seventeen .shape-one {
  top: 29%;
  right: 21%;
  z-index: 1;
}

.fancy-feature-seventeen .shape-two {
  bottom: 7%;
  right: 14%;
  z-index: 1;
}

.fancy-feature-seventeen .shape-three {
  top: 38%;
  left: 0;
}

.fancy-feature-seventeen .shape-three .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fancy-feature-seventeen .shape-three .sp-text1 {
  font-family: "Noteworthy Light";
  font-size: 36px;
  letter-spacing: 2.5px;
}

.fancy-feature-seventeen .shape-four {
  right: 0;
  top: -5%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Eighteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-nine {
  height: 430px;
  width: 33.3333%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.card-style-nine:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.card-style-nine.center-item:after {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  bottom: 25px;
  background: rgba(255, 221, 78, 0.85);
  z-index: -1;
}

.card-style-nine .icon {
  height: 90px;
}

.card-style-nine .icon img {
  max-height: 100%;
}

.card-style-nine .title {
  font-family: "Noteworthy Light";
  font-size: 42px;
  letter-spacing: 4.67px;
}

.card-style-nine .btn-more {
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #000;
  font-size: 36px;
  background: var(--prime-four);
}

.card-style-nine .btn-more:hover {
  background: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ Team Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.team-section-one {
  z-index: 1;
}

.team-section-one .shape-one {
  left: 0;
  top: -5%;
}

.team-section-one .shape-two {
  right: 0;
  bottom: 5%;
}

.team-block-one .img-meta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.team-block-one .img-meta .info {
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}

/*^^^^^^^^^^^^^^^^^^^^^ Team Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.team-block-three .overlay-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  padding: 0 0 30px 35px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.544058) 62%, rgba(0, 0, 0, 0.615498) 100%);
  z-index: 1;
}

.team-block-three .name {
  font-size: 24px;
}

.team-block-three .position {
  color: #fff;
  padding: 0 0 30px;
}

.team-block-three .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.team-block-three .social-icon a:hover {
  background: var(--prime-twelve);
  border-color: var(--prime-twelve);
  color: #000;
}

.team-block-three .hover-content {
  transform: translateY(34px);
}

.team-block-three:hover .hover-content {
  transform: translateY(0);
}

.team-block-three:hover .social-icon a {
  opacity: 1;
}

.team-section-three .line-bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1320px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.team-block-three .team-img {
  border-radius: 15px;
}

.team-block-three .info {
  padding: 38px 15px 5px;
}

.team-block-three:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.team-block-three:hover:before {
  opacity: 1;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-six {
  background: #fff;
}

.fancy-short-banner-six .block-wrapper {
  width: 50%;
}

.fancy-short-banner-six .block-wrapper .inner-wrapper {
  width: 660px;
}

.fancy-short-banner-six .block-wrapper .main-title {
  font-size: 70px;
}

.fancy-short-banner-six .left-side {
  background: url(../images/media/img_38.jpg) no-repeat center;
  background-size: cover;
  height: 850px;
}

.fancy-short-banner-six .block-wrapper .btn-nine {
  font-size: 14px;
}

.fancy-short-banner-six .form-title {
  font-size: 42px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-meta-two {
  background: #fff;
  border-radius: 5px;
  padding: 45px 45px;
}

.blog-meta-two .tag {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 3px;
  color: #000;
}

.blog-meta-two .blog-title h4:hover {
  color: var(--prime-four);
}

/*^^^^^^^^^^^^^^^^^^^^^ Partner Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.partner-section-three .title {
  font-size: 20px;
  letter-spacing: 2px;
}

.partner-section-three .title span {
  font-family: "Noteworthy Light";
  font-size: 32px;
  letter-spacing: 3.2px;
  color: #ff3636;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.partner_slider_one .item {
  padding: 0 12px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-seven {
  background: url(../images/media/img_39.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.fancy-short-banner-seven:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 80%);
}

.fancy-short-banner-seven .subscribe-form {
  max-width: 620px;
}

.fancy-short-banner-seven .subscribe-form form {
  height: 70px;
}

.fancy-short-banner-seven .subscribe-form input {
  width: 100%;
  height: 100%;
  border: 2px solid #e3e3e3;
  background: transparent;
  border-radius: 35px;
  padding: 0 180px 0 40px;
  color: #fff;
}

.fancy-short-banner-seven .subscribe-form button {
  width: 180px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  background: var(--prime-four);
  color: #000;
}

.fancy-short-banner-seven .subscribe-form button:hover {
  background: var(--prime-two);
  color: #fff;
}

.fancy-short-banner-seven ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.fancy-short-banner-seven :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.fancy-short-banner-seven ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-five {
  background: #000;
  padding: 90px 0 35px;
}

.footer-style-five .social-icon a {
  width: 34px;
  height: 34px;
  color: #fff;
  border: 1px solid #5a5a5a;
  border-radius: 7px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.footer-style-five .social-icon a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #000;
}

.theme-basic-footer[class*=-five] .footer-nav-link a,
.theme-basic-footer[class*=-five] {
  color: rgba(255, 255, 255, 0.7);
}

.theme-basic-footer[class*=-five] .footer-nav-link a:hover,
.theme-basic-footer[class*=-five] .email {
  color: #fff;
}

.theme-basic-footer[class*=-five] .mobile,
.theme-basic-footer[class*=-five] .email:hover,
.footer-style-five .bottom-footer .footer-nav a:hover {
  color: var(--prime-four);
}

.footer-style-five .bottom-footer {
  padding-top: 70px;
}

.footer-style-five .bottom-footer .footer-nav a {
  color: #fff;
  margin-left: 35px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-six .hero-heading {
  font-size: 81px;
  line-height: 1.14em;
  letter-spacing: -2px;
}

.hero-banner-six .hero-heading span:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 14px;
  bottom: 15px;
  left: 9px;
  background: rgba(255, 139, 37, 0.2);
  z-index: -1;
}

.hero-banner-six .subscribe-form {
  max-width: 600px;
}

.hero-banner-six .subscribe-form form {
  height: 70px;
}

.hero-banner-six .subscribe-form input {
  width: 100%;
  height: 100%;
  border: none;
  background: #f2f2f2;
  border-radius: 35px;
  padding: 0 180px 0 40px;
}

.hero-banner-six .subscribe-form button {
  width: 170px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  background: var(--prime-two);
  color: #fff;
}

.hero-banner-six .subscribe-form button:hover {
  background: var(--prime-five);
}

.hero-banner-six .subscribe-form p a {
  color: var(--prime-two);
}

.hero-banner-six .shape-one {
  width: 36px;
  height: 36px;
  left: 10%;
  top: 14%;
  background: #74e2cd;
  animation: jumpTwo 6s infinite linear;
}

.hero-banner-six .shape-two {
  left: 3%;
  top: 25%;
  animation: jumpThree 6s infinite linear;
}

.hero-banner-six .shape-three {
  width: 20px;
  height: 20px;
  left: 19%;
  top: 28%;
  transform: rotate(45deg);
  background: #bcd5ff;
}

.hero-banner-six .shape-four {
  left: 7%;
  top: 41%;
}

.hero-banner-six .shape-five {
  right: 12%;
  top: 13%;
  animation: rotated 25s infinite linear;
}

.hero-banner-six .shape-six {
  width: 12px;
  height: 12px;
  right: 5%;
  top: 15%;
  background: #74e2cd;
}

.hero-banner-six .shape-seven {
  width: 36px;
  height: 36px;
  right: 18%;
  top: 29%;
  background: #ff5c33;
  animation: jumpThree 5s infinite linear;
}

.hero-banner-six .shape-eight {
  right: 4%;
  top: 27%;
}

.hero-banner-six .shape-nine {
  right: 8%;
  top: 43%;
  animation: jumpTwo 6s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Nineteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-nineteen {
  background: #f5f5f5;
  z-index: 1;
}

.fancy-feature-nineteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(../images/shape/shape_86.svg) no-repeat center bottom;
  background-size: cover;
  left: 0;
  bottom: -38px;
  z-index: -1;
}

.fancy-feature-nineteen .shape-one {
  width: 36px;
  height: 36px;
  right: 6%;
  top: -18px;
  background: #00d8af;
}

.fancy-feature-nineteen .shape-two {
  width: 10px;
  height: 10px;
  left: 3%;
  top: 60%;
  background: #288aff;
  animation: jumpThree 5s infinite linear;
}

.fancy-feature-nineteen .shape-three {
  width: 36px;
  height: 36px;
  left: 26%;
  bottom: -45px;
  background: #ff7228;
}

.card-style-ten {
  border-radius: 10px;
  width: 100%;
}

.card-style-ten .icon {
  height: 65px;
}

.card-style-ten .icon img {
  max-height: 100%;
}

.card-style-ten .read-btn:hover {
  transform: translateX(3px);
}

.counter-block-three .main-count {
  font-size: 60px;
  margin-bottom: -9px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twentyOne {
  background: #f5f5f5;
  z-index: 1;
}

.fancy-feature-twentyOne:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(../images/shape/shape_86.svg) no-repeat center bottom;
  background-size: cover;
  left: 0;
  bottom: -38px;
  z-index: -2;
}

.fancy-feature-twentyOne:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 26px;
  background: url(../images/shape/shape_87.svg) no-repeat center top;
  background-size: cover;
  left: 0;
  top: -25px;
  z-index: -1;
}

.fancy-feature-twentyOne .block h4 {
  font-size: 26px;
}

.fancy-feature-twentyOne .shape-one {
  width: 36px;
  height: 36px;
  right: 21%;
  top: -40px;
  background: #007bff;
}

.fancy-feature-twentyOne .shape-two {
  width: 36px;
  height: 36px;
  left: 30%;
  bottom: -40px;
  background: #ff7228;
}

.fancy-feature-twentyOne .shape-three {
  width: 10px;
  height: 10px;
  left: 4%;
  top: 43%;
  background: #00d8af;
  animation: jumpThree 5s infinite linear;
}

.fancy-feature-twentyOne .shape-four {
  left: 0;
  bottom: 6%;
}

.fancy-feature-twentyOne .shape-five {
  right: 0;
  top: 6%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Pricing Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.pricing-nav-three .nav-item .nav-link {
  font-size: 18px;
  line-height: 60px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  width: 150px;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.pricing-nav-three .nav-item:nth-child(1) .nav-link {
  border-right: none;
  border-radius: 45px 0 0 45px;
}

.pricing-nav-three .nav-item:nth-child(2) .nav-link {
  border-left: none;
  border-radius: 0 45px 45px 0;
}

.pricing-nav-three .nav-item .nav-link.active {
  background: var(--prime-two);
  border-color: var(--prime-two);
  color: #fff;
}

.pricing-table-area-three .pr-column {
  padding: 60px 10px 50px 45px;
  border: 1px solid #e3e3e3;
  position: relative;
}

.pricing-table-area-three .tab-content .pr-one {
  border-radius: 15px 0 0 15px;
  border-right: none;
}

.pricing-table-area-three .tab-content .pr-two {
  border-left: none;
}

.pricing-table-area-three .tab-content .pr-three {
  border-radius: 0 15px 15px 0;
  border-left: none;
}

.pricing-table-area-three .tab-content .pr-column.active {
  border-radius: 15px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 25px 60px rgba(0, 13, 48, 0.0480786);
}

.pricing-table-area-three .tab-content .pr-column.active:before {
  content: url(../images/shape/popular-tag.svg);
  position: absolute;
  top: -80px;
  right: -75px;
}

.pricing-table-area-three .pr-column .icon {
  height: 25px;
}

.pricing-table-area-three .pr-column .plan {
  font-size: 32px;
  margin: 26px 0 22px;
}

.pricing-table-area-three .pr-body li {
  font-size: 18px;
  padding-left: 28px;
  margin-bottom: 15px;
  position: relative;
}

.pricing-table-area-three .pr-body li:before {
  content: "\f272";
  font-family: bootstrap-icons;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--prime-two);
}

.pricing-table-area-three .pr-column .price {
  font-size: 28px;
}

.pricing-table-area-three .tab-content .pr-column.active .btn-twelve {
  background: var(--prime-two);
  color: #fff;
}

.pricing-section-three .shape-one {
  width: 12px;
  height: 12px;
  left: 12%;
  top: 18%;
  background: #74e2cd;
  animation: jumpThree 5s infinite linear;
}

.pricing-section-three .shape-two {
  width: 27px;
  height: 27px;
  right: 10%;
  top: 29%;
  background: #007bff;
  animation: jumpTwo 5s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twentyTwo {
  background: #f5f5f5;
  z-index: 1;
}

.fancy-feature-twentyTwo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 26px;
  background: url(../images/shape/shape_87.svg) no-repeat center top;
  background-size: cover;
  left: 0;
  top: -25px;
  z-index: -1;
}

.fancy-feature-twentyTwo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(../images/shape/shape_86.svg) no-repeat center bottom;
  background-size: cover;
  left: 0;
  bottom: -38px;
  z-index: -2;
}

.fancy-feature-twentyTwo .shape-three {
  width: 30px;
  height: 30px;
  left: 43%;
  top: -32px;
  background: #007bff;
}

.fancy-feature-twentyTwo .shape-four {
  width: 14px;
  height: 14px;
  right: 7%;
  top: 24%;
  background: #ff9548;
  animation: jumpThree 5s infinite linear;
}

.fancy-feature-twentyTwo .shape-five {
  width: 8px;
  height: 8px;
  left: 39%;
  top: 47%;
  background: #00dfef;
  animation: jumpTwo 5s infinite linear;
}

.fancy-feature-twentyTwo .shape-six {
  width: 11px;
  height: 11px;
  left: 8%;
  bottom: 23%;
  background: #007bff;
  animation: jumpThree 5s infinite linear;
}

.fancy-feature-twentyTwo .shape-seven {
  right: 0;
  top: -90px;
}

.fancy-feature-twentyTwo .shape-eight {
  left: 0;
  bottom: -90px;
}

.fancy-short-banner-eight .ur-text,
.fancy-short-banner-eight .call-btn a:hover {
  color: var(--prime-two);
}

.fancy-short-banner-eight .call-btn a {
  font-size: 26px;
}

.form-style-two .input-group-meta input,
.form-style-two .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid rgba(221, 221, 221, 0.8);
  border-radius: 5px;
  color: #000;
  font-size: 15px;
}

.form-style-two .input-group-meta input {
  height: 60px;
  padding: 0 20px;
}

.form-style-two .input-group-meta textarea {
  height: 120px;
  max-height: 120px;
  padding: 15px 20px;
}

.form-style-two .btn-thirteen {
  font-size: 14px;
  letter-spacing: 0.88px;
}

.fancy-feature-twentyTwo .shape-one {
  left: -35px;
  top: -10px;
  z-index: 1;
}

.fancy-feature-twentyTwo .shape-two {
  left: -60px;
  bottom: -60px;
}

.fancy-feature-twentyTwo .shape-text {
  line-height: 24px;
  left: -80px;
  top: -62px;
  transform: rotate(-15deg);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-five .slider-wrapper {
  width: calc(1320px + 30vw);
  margin: 0 -20px;
}

.feedback_slider_five .item {
  padding: 0 20px;
}

.feedback-block-five {
  border-radius: 10px;
  padding: 40px 45px;
}

.feedback-block-five .icon {
  width: 60px;
  height: 60px;
}

.feedback-block-five p {
  font-size: 20px;
}

.feedback-block-five .name span {
  font-size: 16px;
  color: #c1c1c1;
  margin-top: 3px;
}

.feedback-block-five .avatar {
  width: 45px;
  height: 45px;
}

.feedback-section-five .slick-arrow-three {
  position: absolute;
  right: 0;
  top: 48px;
}

.slick-arrow-three li {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  color: #000;
  margin-left: 15px;
  cursor: pointer;
  background: #fff;
}

.slick-arrow-three li:hover {
  background: var(--prime-five);
  border-color: var(--prime-five);
  color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-section-three .btn-twentyTwo {
  position: absolute;
  right: 0;
  top: 8px;
}

.blog-meta-three .post-img {
  border-radius: 10px;
  overflow: hidden;
}

.blog-meta-three .post-date {
  font-size: 14px;
  letter-spacing: 1px;
}

.blog-meta-three .blog-title {
  font-size: 26px;
  line-height: 1.53em;
}

.blog-meta-three .blog-title.xl {
  font-size: 32px;
}

.blog-meta-three .blog-title:hover {
  color: var(--prime-five);
}

.blog-meta-three .read-btn {
  line-height: 45px;
  border: 1px solid #dbdbdb;
  border-radius: 23px;
  padding: 0 32px;
  color: var(--prime-two);
}

.blog-meta-three .read-btn:hover {
  border-color: var(--prime-two);
  background: var(--prime-two);
  color: #fff;
}

.blog-meta-three .read-btn-two {
  line-height: 45px;
  border: 1px solid var(--prime-ten);
  border-radius: 23px;
  padding: 0 32px;
  color: var(--prime-ten);
}

.blog-meta-three .read-btn-two:hover {
  background: var(--prime-ten);
  color: #fff;
}

.blog-meta-three.text-style {
  padding: 35px 50px 40px;
  border: 2px solid #000;
  border-radius: 8px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-six {
  padding-top: 150px;
}

.theme-basic-footer.footer-style-six .footer-title {
  color: rgba(11, 11, 11, 0.35);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.theme-basic-footer.footer-style-six .footer-nav-link a {
  line-height: 44px;
}

.footer-style-six .social-icon a {
  width: 35px;
  height: 35px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  text-align: center;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.footer-style-six .social-icon a:hover {
  background: var(--prime-five);
  border-color: var(--prime-five);
  color: #fff;
}

.footer-style-six .bottom-footer {
  margin-top: 40px;
  padding: 25px 0;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-seven .bg-wrapper {
  background: url(../images/shape/shape_94.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 5;
}

.hero-banner-seven .slogan {
  line-height: initial;
  border-radius: 20px;
  padding: 5px 10px 5px 22px;
  background: #fff;
  color: #000;
}

.hero-banner-seven .slogan i {
  font-size: 12px;
  width: 30px;
  line-height: 22px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}

.hero-banner-seven .slogan:hover i {
  background: var(--prime-six);
  color: #fff;
}

.hero-banner-seven .hero-heading {
  line-height: 1.25em;
  letter-spacing: -3px;
}

.hero-banner-seven .hero-heading span img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  max-width: 132%;
  transform: translate(-50%, -50%);
}

.hero-banner-seven .illustration-holder {
  position: absolute;
  right: 0;
  top: 20%;
  width: 46%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Partner Section Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.partner-section-four .wrapper {
  max-width: 1450px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Pricing Section Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.pricing-section-four .wrapper {
  max-width: 1744px;
  padding-left: 12px;
  padding-right: 12px;
}

.pricing-table-area-four .pr-table-wrapper {
  border: 1px solid #e3e3e3;
  padding: 30px 35px 40px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.pricing-table-area-four .pr-table-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #000;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.pricing-table-area-four .pr-table-wrapper .pack-name {
  font-size: 28px;
}

.pricing-table-area-four .pr-table-wrapper .pack-details {
  color: #878787;
  letter-spacing: 2px;
  padding: 5px 0 35px;
}

.pricing-table-area-four .pr-table-wrapper .top-banner {
  padding: 9px 5px 10px 25px;
  color: #000;
  text-align: left;
}

.pricing-table-area-four .pr-table-wrapper .price {
  font-size: 40px;
  padding: 0 22px 0 0;
}

.pricing-table-area-four .pr-table-wrapper .price sup {
  font-size: 20px;
  top: -13px;
  left: -4px;
}

.pricing-table-area-four .pr-table-wrapper .top-banner span {
  font-size: 22px;
}

.pricing-table-area-four .pr-table-wrapper .top-banner em {
  font-size: 14px;
  font-style: normal;
  margin-top: -2px;
}

.pricing-table-area-four .pr-table-wrapper .pr-feature {
  text-align: left;
  padding: 50px 0 57px 23px;
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li {
  font-size: 18px;
  position: relative;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 30px;
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 3px;
  color: #000;
}

.pricing-table-area-four .pr-table-wrapper .trial-button {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 52px;
  border: 2px solid #000;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.pricing-table-area-four .pr-table-wrapper .btn-fourteen {
  line-height: 56px;
  font-size: 16px;
}

.pricing-table-area-four .pr-table-wrapper:hover:before,
.pricing-table-area-four .pr-table-wrapper.active:before {
  opacity: 1;
}

.pricing-table-area-four .pr-table-wrapper .trial-button:hover,
.pricing-table-area-four .pr-table-wrapper.active .trial-button {
  background: #000;
  color: #fff;
}

.pricing-section-four .consult-text {
  background: #f2f2f2;
  border-radius: 30px;
  padding: 5px 25px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-eleven .icon {
  width: 65px;
  height: 65px;
  border: 3px solid #000;
}

.card-style-eleven .icon:before {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: 5px;
  border-radius: 50%;
  background: var(--prime-six);
  z-index: -1;
}

.card-style-eleven .text {
  width: calc(100% - 65px);
  padding-left: 30px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-nine {
  padding: 0 60px 0 40px;
}

.fancy-short-banner-nine .bg-wrapper {
  background: var(--prime-six);
}

.fancy-short-banner-nine .bg-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/assets/bg-7.png) no-repeat center;
  background-size: cover;
}

.fancy-short-banner-nine .bg-wrapper:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -22px;
  bottom: -22px;
  left: 55px;
  background: url(../images/assets/bg-11.svg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.fancy-short-banner-nine .title h6 {
  font-size: 13px;
  letter-spacing: 3px;
}

.fancy-short-banner-nine .title h2 {
  font-size: 52px;
  line-height: 1.35em;
  letter-spacing: -1px;
}

.fancy-short-banner-nine .input-wrapper {
  width: calc(100% - 250px);
  margin-right: 30px;
}

.fancy-short-banner-nine .input-wrapper input {
  width: 100%;
  height: 80px;
  background: #fff;
  border: none;
  padding: 0 140px 0 25px;
}

.fancy-short-banner-nine .input-wrapper .select-wrapper {
  position: absolute;
  right: 0;
  top: 22px;
  width: 135px;
  text-align: center;
  z-index: 1;
}

.fancy-short-banner-nine .input-wrapper .select-wrapper:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #c4c4c4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fancy-short-banner-nine .input-wrapper .select-wrapper select {
  font-weight: 500;
  font-size: 20px;
  outline: none;
  color: #000;
  border: none;
}

.fancy-short-banner-nine .domain-search-form .search-btn {
  background: #000;
  width: 250px;
  height: 80px;
}

.fancy-short-banner-nine .domain-search-form .search-btn:hover {
  background: var(--prime-five);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-six .bg-wrapper {
  background: #141414;
}

.feedback-section-six .bg-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/assets/bg-9.png) no-repeat center;
  background-size: cover;
}

.feedback-section-six .bg-wrapper:after {
  content: "";
  position: absolute;
  top: -70px;
  right: 70px;
  bottom: -35px;
  left: 60px;
  background: url(../images/assets/bg-10.svg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.feedback-section-six .inner-wrapper {
  z-index: 1;
}

.feedback-block-six p {
  font-size: 36px;
  line-height: 1.88em;
}

.feedback-block-six h4:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  left: -45px;
  top: 21px;
}

.slick-arrow-four li {
  position: absolute;
  bottom: 34%;
  width: 56px;
  height: 56px;
  color: #000;
  text-align: center;
  line-height: 56px;
  font-size: 28px;
  cursor: pointer;
  background: var(--prime-six);
}

.slick-arrow-four li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  top: 6px;
  left: 6px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.slick-arrow-four li.prev_s2 {
  left: -40px;
}

.slick-arrow-four li.next_s2 {
  right: -40px;
}

.slick-arrow-four li:hover {
  background: #fff;
}

.slick-arrow-four li:hover:after {
  top: 0;
  left: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.accordion-style-two {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-style-two .accordion-item {
  background: #ffffff;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.accordion-style-two .accordion-button {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.62em;
  padding: 32px 0;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 12px;
}

.accordion-style-two .accordion-body {
  padding: 0 40px 20px 0;
}

.accordion-style-two .accordion-body p {
  font-size: 18px;
  line-height: 34px;
}

.accordion-style-two .accordion-button::after {
  content: url(../images/icon/icon_74.svg);
  background-image: none;
  width: auto;
  height: auto;
}

.bg-white .accordion-style-two {
  border: none;
}

.bg-white .accordion-style-two .accordion-item:first-child {
  border-top: none;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Ten ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-ten {
  z-index: 5;
  margin-bottom: -200px;
}

.fancy-short-banner-ten .bg-wrapper {
  background: #141414;
}

.fancy-short-banner-ten .bg-wrapper:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -12px;
  bottom: -12px;
  left: 12px;
  background: var(--prime-six);
  z-index: -1;
}

.fancy-short-banner-ten h2 {
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: -1px;
}

.fancy-short-banner-ten .btn-solid {
  line-height: 60px;
  font-size: 18px;
  color: #0c0c0c;
  padding: 0 50px;
  background: var(--prime-six);
}

.fancy-short-banner-ten .btn-solid:hover {
  background: #fff;
}

.fancy-short-banner-ten .btn-line {
  font-size: 18px;
  padding-bottom: 5px;
  color: var(--prime-six);
}

.fancy-short-banner-ten .btn-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--prime-six);
}

.fancy-short-banner-ten .btn-line:hover {
  color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-seven .bg-wrapper {
  background: #eefbff;
  padding: 350px 0 85px;
  overflow: hidden;
}

.footer-style-seven .bg-wrapper:before {
  content: "";
  position: absolute;
  height: 200px;
  width: 120%;
  top: -110px;
  left: -2%;
  background: #fff;
  transform: rotate(-5deg);
}

.theme-basic-footer.footer-style-seven .footer-title {
  color: rgba(11, 11, 11, 0.35);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-style-seven .bottom-footer {
  padding: 15px 0 0;
}

.footer-style-seven .bottom-footer .footer-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-right: 22px;
}

.footer-style-seven .bottom-footer .footer-nav a:hover {
  text-decoration: underline;
}

.footer-style-seven .bottom-footer .copyright {
  font-size: 15px;
}

.footer-style-seven .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}

.footer-style-seven .bottom-footer .social-icon a:hover {
  color: var(--prime-six);
}

/*-------------------------- Home Crypto Shape -------------------------*/
.oval-shape-one {
  right: 0;
  top: 0;
  z-index: 0;
}

.oval-shape-two {
  left: 0;
  top: 6%;
  z-index: 0;
}

.oval-shape-three {
  left: 0;
  top: 18%;
  z-index: 0;
}

.oval-shape-four {
  right: 0;
  top: 34%;
  z-index: 0;
}

.oval-shape-five {
  left: 0;
  top: 47%;
  z-index: 0;
}

.oval-shape-six {
  right: 0;
  top: 59%;
  z-index: 0;
}

.oval-shape-seven {
  left: 0;
  bottom: 2%;
  z-index: 0;
}

.oval-shape-eight {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-eight {
  z-index: 2;
}

.hero-banner-eight .hero-heading {
  font-size: 90px;
  line-height: 1.16em;
  letter-spacing: -2px;
}

.hero-banner-eight .hero-heading span {
  background: linear-gradient(270.78deg, #ffa7a9 4.19%, #ff5ea3 96.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banner-eight .video-icon .icon {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.hero-banner-eight .video-icon .icon i {
  background: linear-gradient(270.78deg, #ffa7a9 4.19%, #ff5ea3 96.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banner-eight .video-icon .tx1 {
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
}

.hero-banner-eight .video-icon:hover .icon {
  background: rgba(255, 255, 255, 0.15);
}

.hero-banner-eight h2 {
  font-size: 70px;
  letter-spacing: 0px;
}

.hero-banner-eight .line-shape {
  right: 0;
  top: 0;
  animation: fade-in 2s infinite linear;
}

.hero-banner-eight .illustration-holder {
  position: absolute;
  right: 5%;
  top: 24%;
  width: 37%;
}

.hero-banner-eight .illustration-holder .shape-one {
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #c275fd 0%, #ff91f5 100%);
  bottom: 25%;
  left: -14%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twentySix .shape-one {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #ff56f8 0%, #ff438b 100%);
  top: 57%;
  left: 4%;
}

.fancy-feature-twentySix .shape-two {
  width: 15px;
  height: 15px;
  top: 38%;
  right: 4%;
  background: linear-gradient(180deg, #ff88eb 0%, #ff3b7f 100%);
}

.fancy-feature-twentySix .wrapper-xl {
  max-width: 1494px;
  padding: 0 12px;
}

.fancy-feature-twentySix .wrapper-xl .bg {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.fancy-feature-twentySix .trade-meta-block {
  padding: 50px 48px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fancy-feature-twentySix .trade-meta-block .icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.08);
}

.fancy-feature-twentySix .trade-meta-block .cr-name {
  font-size: 13px;
  color: rgba(134, 151, 168, 0.5);
}

.fancy-feature-twentySix .trade-meta-block .arrow-up {
  color: #01ecc2;
}

.fancy-feature-twentySix .trade-meta-block .arrow-down {
  color: #ff4c82;
}

.fancy-feature-twentySix .trade-meta-block .cr-value {
  font-size: 10px;
  color: #8996a6;
  margin-top: -5px;
}

.fancy-feature-twentySix .trade-meta-block .btc-balance {
  font-size: 20px;
  letter-spacing: -0.5px;
}

.card-style-twelve {
  padding: 22px 35px 45px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.card-style-twelve .icon {
  height: 230px;
}

.card-style-twelve .icon img {
  max-height: 100%;
}

.card-style-twelve .arrow {
  opacity: 0.6;
}

.card-style-twelve .arrow:hover {
  opacity: 1;
}

.card-style-twelve.active,
.card-style-twelve:hover {
  background: rgba(255, 255, 255, 0.04);
}

.card-style-twelve.active:before,
.card-style-twelve:hover:before {
  opacity: 0;
}

.card-style-twelve:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twentySeven .r-shape-one {
  width: 100px;
  height: 200px;
  right: 0;
  top: -5%;
  background: linear-gradient(180deg, #fface6 0%, #9075f3 100%);
  border-radius: 100px 0px 0px 100px;
}

.fancy-feature-twentySeven .wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

.card-style-thirteen {
  padding: 50px 58px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.card-style-thirteen .icon {
  height: 36px;
}

.card-style-thirteen p {
  color: rgba(255, 255, 255, 0.6);
}

.card-style-thirteen .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #151938;
  color: #fff;
  font-size: 26px;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  z-index: 1;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.block-style-five .list-item li {
  position: relative;
  padding: 25px 40px 25px 100px;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.2px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 35px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.053) 0.94%, rgba(255, 255, 255, 0.019) 98.3%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.block-style-five .list-item li:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: 25px;
  top: 28px;
  color: #ff4595;
  transition: all 0.3s ease-in-out;
}

.block-style-five .list-item li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #ff9dab 1.51%, #ff4595 99.06%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.block-style-five .list-item li:hover:before {
  opacity: 1;
}

.block-style-five .list-item li:hover:after {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.block-style-five .list-item li:hover {
  color: #fff;
}

.fancy-feature-twentyEight .main-img {
  animation: rotated 95s infinite linear;
}

.fancy-feature-twentyEight .illustration-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 540px;
}

.counter-block-four .main-count {
  font-size: 120px;
  background: linear-gradient(104.25deg, #ff9cab 13.66%, #ff4696 84.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -10px;
}

.counter-block-four p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-seven .shape-one {
  width: 24px;
  height: 24px;
  background: linear-gradient(180deg, #fface6 0%, #9075f3 100%);
  top: 2%;
  left: 6%;
}

.feedback-section-seven .inner-content {
  width: 130vw;
  transform: translateX(-15vw);
}

.feedback-block-seven {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 50px 70px 40px;
}

.feedback-block-seven .rating li {
  font-size: 16px;
  margin-right: 10px;
  color: #ffcc4a;
  line-height: initial;
}

.feedback-block-seven p {
  font-size: 26px;
  line-height: 1.78em;
  padding: 50px 0 30px;
}

.feedback_slider_seven .item {
  padding: 0 25px;
}

.feedback-section-seven .slick-dots {
  text-align: center;
  margin-top: 80px;
}

.feedback-section-seven .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
}

.feedback-section-seven .slick-dots li.slick-active button {
  background: #ff4a94;
  transform: scale(1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Twenty Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-twentyNine .shape-one {
  width: 24px;
  height: 24px;
  background: linear-gradient(180deg, #fface6 0%, #9075f3 100%);
  bottom: 13%;
  left: 20%;
}

.accordion-style-three .accordion-item {
  background: transparent;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 0;
}

.accordion-style-three .accordion-item:before,
.accordion-style-three .accordion-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0.66%, rgba(255, 255, 255, 0.3) 52.69%, rgba(255, 255, 255, 0.05) 99.98%);
  left: 0;
}

.accordion-style-three .accordion-item:after {
  top: 0;
}

.accordion-style-three .accordion-item:before {
  bottom: 0;
  display: none;
}

.accordion-style-three .accordion-item:last-child:before {
  display: block;
}

.accordion-style-three .accordion-button {
  font-size: 24px;
  line-height: 1.62em;
  letter-spacing: -0.5px;
  padding: 25px 15px 25px 26px;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.accordion-style-three .accordion-body {
  padding: 0 40px 30px 26px;
}

.accordion-style-three .accordion-body p {
  color: rgba(255, 255, 255, 0.6);
}

.accordion-style-three .accordion-button::after {
  content: url(../images/icon/icon_86.svg);
  background-image: none;
  width: auto;
  height: auto;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-meta-four {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  padding: 35px 45px 60px;
}

.blog-meta-four:hover {
  transform: translateY(-5px);
}

.blog-meta-four .logo {
  height: 35px;
}

.blog-meta-four .blog-title {
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 1.38em;
}

.blog-section-four .learn-more-btn {
  letter-spacing: -1px;
}

.blog-section-four .learn-more-btn a {
  background: linear-gradient(270.78deg, #ffa7a9 4.19%, #ff5ea3 96.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-section-four .learn-more-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0.66%, rgba(255, 255, 255, 0.3) 52.69%, rgba(255, 255, 255, 0.05) 99.98%);
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Eleven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-eleven .shape-one {
  width: 52px;
  height: 52px;
  background: linear-gradient(180deg, #fface6 0%, #9075f3 100%);
  top: 5%;
  left: 5%;
}

.fancy-short-banner-eleven .shape-two {
  width: 15px;
  height: 15px;
  background: linear-gradient(180deg, #fface6 0%, #9075f3 100%);
  top: 17%;
  right: 8%;
}

.platform-button-group-two a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  border-radius: 5px;
  color: #fff;
  text-align: left;
  margin: 15px 10px 0;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.platform-button-group-two .ios-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid transparent;
  background: linear-gradient(0deg, #fe3b7d, #ff66c9) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.platform-button-group-two .ios-button {
  background: linear-gradient(270.78deg, #ffa7a9 4.19%, #ff5ea3 96.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.platform-button-group-two a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}

.platform-button-group-two a .icon {
  margin-right: 14px;
}

.platform-button-group-two a span {
  font-size: 10px;
  color: rgba(153, 153, 153, 0.6);
  display: block;
  line-height: initial;
}

.platform-button-group-two a strong {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.3px;
  display: block;
}

.platform-button-group-two a.windows-button {
  background: rgba(255, 255, 255, 0.1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-eight {
  padding: 0 10%;
}

.footer-style-eight .top-footer {
  border-radius: 20px;
  padding: 100px 12px 60px;
}

.footer-style-eight .top-footer .shape-one {
  top: -80px;
  right: -70px;
  z-index: -2;
}

.footer-style-eight .top-footer:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer-style-eight ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-style-eight :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-style-eight ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.theme-basic-footer.footer-style-eight .form-widget form input {
  width: 100%;
  height: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  padding: 0 132px 0 25px;
}

.theme-basic-footer.footer-style-eight .form-widget form button {
  background: linear-gradient(103.39deg, #ffa0a9 15.17%, #ff60a4 59.61%);
  border-radius: 8px;
  color: #fff;
}

.theme-basic-footer.footer-style-eight .footer-nav-link a {
  color: rgba(255, 255, 255, 0.7);
}

.theme-basic-footer.footer-style-eight .footer-nav-link a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-style-eight .bottom-footer {
  padding: 40px 0 25px;
}

.footer-style-eight .bottom-footer .footer-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-right: 22px;
}

.footer-style-eight .bottom-footer .footer-nav a:hover {
  text-decoration: underline;
}

.footer-style-eight .bottom-footer .copyright {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-style-eight .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-nine {
  background: #1a1a1a;
}

.hero-banner-nine .hero-heading {
  font-size: 92px;
  line-height: 1.13em;
}

.hero-banner-nine .hero-heading span img {
  position: absolute;
  left: 0;
  bottom: 14px;
}

.hero-banner-nine .sub-text {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.72em;
  letter-spacing: -0.5px;
}

.hero-banner-nine .demo-btn {
  font-size: 18px;
  letter-spacing: -0.3px;
  color: var(--prime-eight);
  line-height: 55px;
  border: 2px solid var(--prime-eight);
  border-radius: 30px;
  padding: 0 25px;
}

.hero-banner-nine .demo-btn:hover {
  background: #000;
}

.hero-banner-nine .signIn-btn a {
  color: var(--prime-eight);
  text-decoration: underline;
}

.hero-banner-nine h2 {
  font-size: 54px;
}

.hero-banner-nine .image-gallery {
  position: absolute;
  right: 4%;
  top: 17%;
  width: 43%;
  max-width: 800px;
}

.hero-banner-nine .img-box-one .main-img {
  border-radius: 0 0 150px 150px;
}

.hero-banner-nine .img-box-two .main-img {
  border-radius: 150px;
}

.hero-banner-nine .img-box-three .main-img {
  border-radius: 200px 200px 0 0;
}

.hero-banner-nine .img-box-three:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 200px 200px 0 0;
  top: 17px;
  left: 14px;
  z-index: -1;
}

.hero-banner-nine .img-box .shape-one {
  top: -12%;
  left: -14%;
}

.hero-banner-nine .img-box .shape-two {
  top: -12%;
  left: -14%;
}

.hero-banner-nine .img-box .shape-three {
  top: 50%;
  left: -31%;
  transform: translateY(-50%);
}

.hero-banner-nine .img-box .shape-four {
  bottom: 0;
  right: 5%;
}

.partner-section-five {
  background: #e3ff75;
  transform: rotate(0.65deg);
  padding: 17px 0;
}

.partner-section-five .wrapper {
  width: 1660px;
  padding: 0 12px;
}

.partner-section-five .logo-wrapper {
  font-size: 30px;
  letter-spacing: -0.5px;
}

.partner-section-five .logo-wrapper .br-name {
  padding: 0 3%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-block-eight p {
  font-size: 80px;
  line-height: 1.23em;
  letter-spacing: -1px;
  padding: 0 50px;
}

.feedback-block-eight p span {
  color: var(--prime-nine);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 4px;
}

.feedback-block-eight h6:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #000;
  left: -8px;
  top: 14px;
}

.feedback-section-eight .shape-one {
  top: 20%;
  left: 4%;
  border-radius: 100px 0 0 100px;
}

.feedback-section-eight .shape-two {
  top: 20%;
  right: 9%;
  border-radius: 200px;
}

.feedback-section-eight .shape-three {
  bottom: 0;
  left: 12%;
  border-radius: 200px;
}

.feedback-section-eight .shape-four {
  bottom: 0;
  right: 3%;
  border-radius: 0 0 100px 100px;
}

.feedback-section-eight .shape-five {
  right: 0;
  top: 36%;
}

.feedback-section-eight .shape-six {
  left: 1%;
  bottom: 20%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty ^^^^^^^^^^^^^^^^^^^^^^^^*/
.block-style-four .list-item li {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.block-style-four .list-item li:before {
  content: url(../images/icon/icon_93.svg);
  position: absolute;
  left: 0;
  top: 0;
}

.block-style-four .rating li {
  font-size: 17px;
  margin-right: 6px;
  color: var(--prime-ten);
}

.fancy-feature-thirty .illustration-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45.5%;
  z-index: 1;
}

.fancy-feature-thirty .illustration-holder:before {
  content: "";
  position: absolute;
  width: 92%;
  left: 0;
  top: -5px;
  bottom: 0;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  border-radius: 0 20px 0 0;
  z-index: -1;
}

.fancy-feature-thirty .illustration-holder .main-img {
  border-radius: 0 20px 0 0;
}

.fancy-feature-thirty .shape-one {
  top: -75px;
  right: 2%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-thirtyOne {
  background: #fafafa;
}

.fancy-feature-thirtyOne .shape-one {
  right: 0;
  top: -100px;
}

.fancy-feature-thirtyOne .shape-two {
  left: 0;
  bottom: -50px;
}

.card-style-fourteen p {
  letter-spacing: 2px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.block-style-six .info {
  border-top: 1px solid #d9d9d9;
}

.block-style-six .info h4 {
  line-height: 32px;
}

.fancy-feature-thirtyTwo .card-style {
  position: absolute;
  width: 220px;
  height: 126px;
  background: #66edff;
  top: 41%;
  right: -8%;
}

.counter-block-five .main-count {
  font-size: 80px;
  color: #151515;
  margin-bottom: -12px;
}

.counter-block-five .cicrle {
  width: 8px;
  height: 8px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-nine .wrapper {
  background: url(../images/shape/shape_126.svg) no-repeat center;
  background-size: cover;
}

.feedback-block-nine p {
  font-size: 42px;
  line-height: 1.61em;
  color: #fff;
}

.feedback-block-nine p span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}

.feedback-block-nine .rating {
  width: 110px;
  height: 110px;
  background: #ff67d4;
}

.feedback-block-nine .rating-value {
  font-size: 42px;
  margin-bottom: -6px;
}

.feedback-block-nine .img-one {
  left: 0;
  bottom: 0;
  position: absolute;
}

.feedback-block-nine .img-two {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 300px 0 0 300px;
}

.feedback-block-nine .shape-two {
  top: -50px;
  right: -55px;
}

.feedback-section-nine .img-three {
  left: 0;
  bottom: -13%;
  position: absolute;
  border-radius: 0 0 250px 0;
}

.feedback-section-nine .shape-one {
  top: -70px;
  right: 0;
}

.feedback-section-nine .customer-data {
  width: 200px;
  height: 210px;
  background: #cfff69;
  position: absolute;
  right: 20px;
  bottom: -90px;
}

.feedback-section-nine .customer-data .amount {
  font-size: 50px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Ten ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-ten .slider-wrapper {
  width: calc(1320px + 25vw);
  margin: 0 -30px;
}

.feedback_slider_ten .item {
  padding: 0 30px;
}

.feedback-block-ten {
  padding: 40px 70px 35px;
}

.feedback-block-ten .cmp-name {
  font-size: 36px;
  letter-spacing: -0.5px;
}

.feedback-block-ten p {
  font-size: 28px;
  line-height: 1.78em;
}

.feedback-section-ten .slick-arrow-five {
  position: absolute;
  right: 0;
  top: 90px;
  border: 2px solid #000;
}

.slick-arrow-five li {
  font-size: 24px;
  width: 55px;
  height: 50px;
  line-height: 48px;
  color: #000;
  cursor: pointer;
}

.slick-arrow-five li:hover {
  background: #000;
  color: #fff;
}

.slick-arrow-five li:first-child {
  border-right: 1px solid #000;
}

.slick-arrow-five li:last-child {
  border-left: 1px solid #000;
}

.feedback-section-ten .shape-one {
  top: 9%;
  left: 51%;
  animation: jumpTwo 5s infinite linear;
}

.feedback-section-ten .shape-two {
  bottom: 0;
  left: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-thirtyThree .bg-wrapper {
  background: #f6f6f6;
  padding: 10px 50px;
}

.accordion-style-four .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0;
}

.accordion-style-four .accordion-item .accordion-button {
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 30px 45px 30px 40px;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}

.accordion-style-four .accordion-item .accordion-button span {
  margin-right: 20px;
}

.accordion-style-four .accordion-item .accordion-button:not(.collapsed) {
  background: #0f0f0f;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 40px;
}

.accordion-style-four .accordion-item:last-child .accordion-button {
  border: none;
}

.accordion-style-four .accordion-item .accordion-body {
  background: #0f0f0f;
  padding: 0 100px 40px 103px;
  color: rgba(255, 255, 255, 0.8);
}

.accordion-style-four .accordion-item .accordion-body p {
  font-size: 18px;
  margin: 0;
}

.accordion-style-four .accordion-button::after {
  content: "+";
  font-size: 24px;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 30px;
}

.accordion-style-four .accordion-button:not(.collapsed)::after {
  content: "-";
  background: var(--prime-eight);
  color: #000;
  transform: none;
}

.fancy-feature-thirtyThree .shape-one {
  top: -64px;
  right: -64px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Twelve ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-twelve .shape-one {
  width: 35px;
  height: 35px;
  background: #00fcfc;
  top: 18%;
  right: 35%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-nine {
  background: #0f0f0f;
  padding: 120px 0 0;
}

.footer-style-nine.theme-basic-footer .footer-title {
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-style-nine .footer-nav-link a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-style-nine .footer-nav-link a:hover,
.footer-style-nine .bottom-footer .footer-nav a:hover {
  color: var(--prime-eight);
}

.footer-style-nine .form-widget form input {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.footer-style-nine ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-style-nine :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-style-nine ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-style-nine .form-widget form button {
  background: var(--prime-eight);
  color: #000;
}

.footer-style-nine .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding: 15px 0 30px;
}

.footer-style-nine .bottom-footer .footer-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-right: 22px;
  transition: all 0.3s ease-in-out;
}

.footer-style-nine .bottom-footer .copyright {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-style-nine .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer-style-nine .bottom-footer .social-icon a:hover {
  color: var(--prime-eight);
}

.footer-style-nine .shape-one {
  width: 70px;
  height: 70px;
  left: 13%;
  top: -35px;
  background: #ff45aa;
}

.footer-style-nine .shape-two {
  right: 5%;
  top: -40px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Ten ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-ten {
  padding: 230px 0 90px;
}

.hero-banner-ten .hero-heading {
  font-size: 90px;
  line-height: 1.22em;
}

.hero-banner-ten .hero-heading span {
  color: var(--prime-ten);
}

.hero-banner-ten .search-area .nice-select {
  width: 285px;
  height: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 7px 0 0 7px;
  color: #000;
  padding: 0 0 0 20px;
  line-height: 60px;
  font-size: 16px;
  background-color: #fafafa;
}

.hero-banner-ten .search-area .nice-select:after {
  display: none;
}

.hero-banner-ten .search-area .nice-select .option:hover,
.hero-banner-ten .search-area .nice-select .option.focus,
.hero-banner-ten .search-area .nice-select .option.selected.focus {
  background: var(--prime-ten) !important;
  color: #fff;
}

.hero-banner-ten .search-area .zip-code-input {
  width: 170px;
  height: 60px;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  border-right: none;
  border-left: none;
  color: #000;
  padding: 0 5px 0 25px;
}

.hero-banner-ten .search-area button {
  width: 110px;
  height: 60px;
  background: var(--prime-ten);
  border-radius: 0 7px 7px 0;
}

.hero-banner-ten .search-area button:hover {
  background: #000;
}

.hero-banner-ten .approval-info {
  color: var(--prime-ten);
}

.hero-banner-ten .illustration-one {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.44%;
  z-index: -1;
}

.hero-banner-ten .illustration-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28.05%;
  z-index: -1;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-fifteen {
  border-radius: 10px;
  padding: 37px;
  height: 360px;
  border: 1px solid transparent;
}

.card-style-fifteen:hover {
  border-color: var(--prime-ten);
  border-radius: 15px;
  background: #fff !important;
}

.card-style-fifteen h4 {
  font-size: 28px;
  line-height: 1.35em;
}

.card-style-fifteen p {
  font-size: 18px;
  letter-spacing: -0.18px;
  color: rgba(0, 0, 0, 0.5);
}

.card-style-fifteen img {
  bottom: 15px;
  right: 35px;
  animation: jumpFour 4s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-thirtyFive .top-banner h2 {
  font-size: 62px;
  letter-spacing: -0.7px;
}

.fancy-feature-thirtyFive .top-banner .rating li {
  font-size: 17px;
  margin: 0 2px;
  color: var(--prime-ten);
}

.fancy-feature-thirtyFive .bg-wrapper {
  background: #f6f9fb;
}

.fancy-feature-thirtyFive .text-wrapper p {
  font-size: 42px;
  line-height: 1.57em;
}

.fancy-feature-thirtyFive .text-wrapper p span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 3px;
  color: var(--prime-ten);
}

.fancy-feature-thirtyFive .text-wrapper h6:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #000;
  left: -8px;
  top: 14px;
}

.fancy-feature-thirtyFive .img-holder .avatar-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fancy-feature-thirtyFive .img-holder .card-style {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 35px 70px rgba(0, 23, 103, 0.07);
  border-radius: 8px;
  padding: 30px 0;
}

.fancy-feature-thirtyFive .img-holder .card-style .icon {
  width: 40px;
  height: 40px;
  color: var(--prime-ten);
  font-size: 16px;
  border: 1px solid var(--prime-ten);
}

.fancy-feature-thirtyFive .img-holder .card-style h3 {
  color: var(--prime-ten);
  margin-bottom: -2px;
}

.fancy-feature-thirtyFive .img-holder .card-one {
  width: 275px;
  top: 32%;
  left: -16%;
  animation: jumpFour 10s infinite linear;
}

.fancy-feature-thirtyFive .img-holder .card-two {
  width: 250px;
  top: 2%;
  right: -9%;
  animation: jumpThree 10s infinite linear;
}

.fancy-feature-thirtyFive .img-holder .card-three {
  width: 330px;
  bottom: -6%;
  right: -5%;
  animation: jumpTwo 10s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.card-style-sixteen {
  padding: 75px 15px 90px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
}

.card-style-sixteen:hover {
  border-color: var(--prime-ten);
}

.card-style-sixteen .icon {
  height: 60px;
}

.card-style-sixteen p {
  color: #adadad;
}

.card-style-sixteen .read-more {
  width: 85px;
  height: 85px;
  font-size: 26px;
  color: #000;
  background: #f7f7f7;
  position: absolute;
  bottom: -30px;
  right: -30px;
  padding: 11px 0 0 19px;
}

.card-style-sixteen:hover .read-more {
  color: #fff;
  background: var(--prime-ten);
}

.fancy-feature-thirtySix .btn-twentyTwo {
  position: absolute;
  right: 0;
  top: 75px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.accordion-style-five .accordion-item {
  background: #ffffff;
  border: none;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-top: 20px;
}

.accordion-style-five .accordion-button {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.62em;
  padding: 22px 25px;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.accordion-style-five .accordion-button img {
  width: 25px;
}

.accordion-style-five .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 12px;
}

.accordion-style-five .accordion-body {
  padding: 0 66px 13px;
}

.accordion-style-five .accordion-body p {
  font-size: 18px;
  line-height: 28px;
}

.accordion-style-five .accordion-button::after {
  content: url(../images/icon/icon_111.svg);
  background-image: none;
  width: auto;
  height: auto;
}

.fancy-feature-thirtySeven .block-one {
  padding: 35px 15px 30px 35px;
  border-radius: 45px 0 45px 0;
  background: #fff3c9;
  border: 1.5px solid #ffae10;
}

.fancy-feature-thirtySeven .block-two {
  padding: 62px 15px 50px 35px;
  border-radius: 45px 0 45px 0;
  background: rgba(162, 91, 251, 0.2);
  border: 1.5px solid #9650ef;
}

.fancy-feature-thirtySeven .block-three {
  padding: 22px 15px 15px 30px;
  border-radius: 0 30px 0 30px;
  background: rgba(0, 209, 255, 0.2);
  border: 1.5px solid #00bde5;
}

.fancy-feature-thirtySeven .block-two .shape-one {
  bottom: -45px;
  left: -45px;
}

.fancy-feature-thirtySeven .block-wrapper h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 14px;
}

.fancy-feature-thirtySeven .block-wrapper h3 span {
  font-size: 0.77em;
}

.fancy-feature-thirtySeven .block-wrapper p {
  font-size: 18px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.7);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Eleven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-eleven {
  background: #f6f9fb;
}

.feedback-section-eleven .inner-content,
.feedback-section-thirteen .inner-content {
  width: 124vw;
  transform: translateX(-12vw);
}

.feedback-block-eleven {
  background: #ffffff;
  box-shadow: 0px 30px 60px rgba(19, 45, 73, 0.05);
  border-radius: 10px;
  position: relative;
  padding: 50px 70px 40px;
  margin: 40px 0 70px;
}

.feedback-block-eleven .rating li {
  font-size: 16px;
  margin-right: 10px;
  color: #ffcc4a;
  line-height: initial;
}

.feedback-block-eleven p {
  font-size: 26px;
  line-height: 1.78em;
  padding: 50px 0 30px;
}

.feedback_slider_seven .item {
  padding: 0 25px;
}

.feedback-section-eleven .slick-dots {
  text-align: center;
  margin-top: 20px;
}

.feedback-section-eleven .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.feedback-section-eleven .slick-dots li.slick-active button {
  background: var(--prime-ten);
  transform: scale(1);
}

.feedback-section-thirteen .feedback-block-eleven {
  border: 1px solid #000;
  box-shadow: none;
  margin-bottom: 50px;
}

.feedback-section-thirteen .feedback-block-eleven:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.feedback-section-thirteen .slick-center .feedback-block-eleven:before {
  opacity: 1;
}

.feedback-section-thirteen:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 455px;
  background: url(../images/assets/bg-15.svg);
  background-repeat: repeat;
  z-index: -1;
}

.feedback-section-thirteen .slick-dots {
  display: none !important;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.block-style-seven .list-item li {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.block-style-seven .list-item li:before {
  content: url(../images/icon/icon_113.svg);
  position: absolute;
  left: 0;
  top: 0;
}

.platform-button-group-three a {
  width: 190px;
  height: 60px;
  padding: 0 5px 0 25px;
  margin: 10px 25px 0 0;
  background: #313131;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.platform-button-group-three a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}

.platform-button-group-three a .icon {
  margin-right: 14px;
}

.platform-button-group-three a span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
}

.platform-button-group-three a strong {
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.platform-button-group-three a.ios-button {
  background: rgba(0, 0, 0, 0.09);
}

.platform-button-group-three a.ios-button span {
  color: rgba(49, 49, 49, 0.7);
}

.platform-button-group-three a.ios-button strong {
  color: #313131;
}

.fancy-feature-thirtyEight .illustration-holder .main-img {
  border-radius: 35px;
}

.fancy-feature-thirtyEight .illustration-holder .screen-two {
  position: absolute;
  right: 31%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.fancy-feature-thirtyEight .illustration-holder .shape-one {
  right: 5px;
  top: 1%;
  animation: jumpFour 5s infinite linear;
}

.fancy-feature-thirtyEight .illustration-holder .shape-two {
  left: -13%;
  bottom: 12%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Thirteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-thirteen {
  background: #f6f9fb;
}

.fancy-short-banner-thirteen .bg-wrapper {
  border-radius: 10px;
  padding: 0 12px;
}

.fancy-short-banner-thirteen .btn-twentyTwo {
  font-size: 14px;
  letter-spacing: 0.88px;
}

.fancy-short-banner-thirteen .text-wrapper {
  border-left: 1px solid #e9e9e9;
  padding: 60px 0 80px 80px;
}

.fancy-short-banner-thirteen .bg-wrapper .shape-one {
  left: -35px;
  top: -10px;
  z-index: 1;
}

.fancy-short-banner-thirteen .bg-wrapper .shape-two {
  left: -60px;
  bottom: -60px;
}

.fancy-short-banner-thirteen .bg-wrapper .shape-text {
  line-height: 24px;
  left: -80px;
  top: -62px;
  transform: rotate(-15deg);
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Ten ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-ten {
  background: #1e1e1e;
  padding: 110px 0 100px;
}

.footer-style-ten .footer-nav-link a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-style-ten .footer-nav-link a:hover {
  color: var(--prime-ten);
}

.footer-style-ten .social-icon a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}

.footer-style-ten .social-icon a:hover {
  background: var(--prime-ten);
}

.footer-style-ten .illustration-one {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22.35%;
}

.footer-style-ten .illustration-two {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20.53%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Eleven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-eleven {
  padding: 0 60px;
}

.hero-banner-eleven .scroll-bar {
  width: 3px;
  height: 80px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}

.hero-banner-eleven .scroll-bar:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  animation: jumpTwo 3s infinite linear;
}

.hero-banner-eleven .social-elemnet {
  position: absolute;
  z-index: 9;
  right: -60px;
  top: 40%;
  transform: rotate(-90deg) translate(0, 0%);
}

.hero-banner-eleven .social-elemnet li {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 2px;
}

.hero-banner-eleven .social-elemnet li a:hover {
  color: #000;
}

.hero-banner-eleven .hero-heading {
  font-size: 120px;
  line-height: 1.08em;
  position: relative;
}

.hero-banner-eleven .hero-heading:before {
  content: url(../images/shape/shape_141.svg);
  position: absolute;
  left: -22px;
  top: -80px;
}

.hero-banner-eleven .hero-heading span {
  color: #fff;
  position: relative;
  text-shadow: 0 0 1px #3c3c3c;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3c3c3c;
}

.hero-banner-eleven .hero-heading .line-one:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 20px;
  background: rgba(0, 255, 255, 0.45);
  left: 0;
  bottom: 34px;
}

.hero-banner-eleven .hero-heading .line-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: rgba(225, 44, 255, 0.4);
  left: 0;
  bottom: 34px;
}

.hero-banner-eleven .ct-text {
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}

.hero-banner-eleven .mail-info {
  font-size: 28px;
  color: #000;
  text-decoration: underline;
}

.hero-banner-eleven .mail-info:hover {
  color: var(--orange-one);
}

.hero-banner-eleven .shape-one {
  right: 19%;
  bottom: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.isotop-item.item-xl {
  width: 100%;
}

.portfolio-block-two .img-holder {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.portfolio-block-two .img-holder .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.portfolio-block-two .img-holder .video-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 38px;
  text-align: center;
  padding-left: 5px;
}

.portfolio-block-two .img-holder .video-icon:hover {
  background: var(--prime-ten);
}

.portfolio-block-two .img-holder .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  z-index: 1;
  padding: 15px 5px 40px 50px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.portfolio-block-two.full-width .img-holder .caption {
  padding: 15px 5px 20px 30px;
}

.portfolio-block-two .img-holder .caption .tag {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}

.portfolio-block-two .img-holder .caption .pj-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
}

.portfolio-block-two .img-holder .zoom-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #000;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.portfolio-block-two .img-holder .zoom-icon:hover {
  background: var(--prime-ten);
  color: #fff;
}

.portfolio-block-two:hover .zoom-icon {
  opacity: 1;
}

.portfolio-block-two .img-holder .caption .pj-title:hover {
  text-decoration: underline;
}

.portfolio-block-two:hover .img-holder .caption {
  height: 100%;
}

.portfolio-block-two:hover .img-holder .img-meta {
  transform: scale3d(1.1, 1.1, 1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Twelve ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-block-twelve .icon {
  width: 60px;
  height: 60px;
  background: #000;
}

.feedback-block-twelve p {
  font-size: 36px;
  line-height: 1.88em;
}

.feedback-section-twelve .slider-wrapper {
  margin: 0 -50px;
}

.feedback_slider_nine .item {
  margin: 0 50px;
}

.feedback_slider_nine .slick-dots {
  text-align: center;
  margin-top: 85px;
  padding: 0;
}

.feedback_slider_nine .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
}

.feedback_slider_nine .slick-dots li.slick-active button {
  background: #000;
  transform: scale(1);
}

.feedback-section-twelve .shape-one {
  left: 2%;
  bottom: 35%;
}

.feedback-section-twelve .shape-two {
  right: 3%;
  bottom: 15%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Partner Section Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.partner-section-six .top-header {
  padding: 0 0 70px;
  border-bottom: 2px solid #000;
}

.partner-section-six .top-header .title {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0 10px;
  width: 100%;
}

.partner-section-six .top-header .lines {
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #000;
  flex-grow: 1;
}

.partner-section-six .icon {
  height: 50px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-meta-five {
  padding: 75px 40px 50px 60px;
  border: 1px solid #000;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.blog-meta-five:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.blog-meta-five:hover,
.blog-meta-five:hover:before {
  border-color: var(--prime-ten);
}

.blog-meta-five .tag {
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #000;
  padding: 3px 11px;
  color: #000;
}

.blog-meta-five .tag:hover {
  background: #000;
  color: #fff;
}

.blog-meta-five .blog-title {
  font-size: 36px;
  line-height: 1.416em;
}

.blog-meta-five .blog-date a:hover,
.blog-meta-five .blog-title:hover {
  color: #000;
  text-decoration: underline;
}

.blog-meta-five .read-more {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #000;
  color: #fff;
  font-size: 24px;
}

.blog-meta-five .read-more:hover {
  background: var(--prime-ten);
}

.blog-section-five .btn-holder {
  position: absolute;
  right: 0;
  top: 35px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-fourteen .title {
  font-size: 72px;
  line-height: 1.25em;
  letter-spacing: 0;
}

.fancy-short-banner-fourteen .title:before {
  content: url(../images/shape/shape_145.svg);
  position: absolute;
  top: -54px;
  left: -20px;
}

.fancy-short-banner-fourteen .title span {
  color: #fff;
  position: relative;
  text-shadow: 0 0 1px #3c3c3c;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3c3c3c;
}

.fancy-short-banner-fourteen .title span:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 12px;
  background: rgba(0, 255, 255, 0.45);
  left: 0;
  bottom: 24px;
}

.fancy-short-banner-fourteen .wrapper {
  border-bottom: 2px solid #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Twelve ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-twelve {
  background: #fbf4ee;
}

.hero-banner-twelve .hero-heading {
  font-size: 90px;
  line-height: 1.05em;
  letter-spacing: -1px;
}

.hero-banner-twelve .media-img {
  position: absolute;
  top: 8.4%;
  right: 9.2%;
  left: 5.8%;
  z-index: 1;
}

.hero-banner-twelve .card-style h4 {
  font-size: 27px;
  letter-spacing: -0.27px;
  margin-bottom: -5px;
}

.hero-banner-twelve .card-style h5 {
  font-size: 20px;
  letter-spacing: -0.2px;
}

.hero-banner-twelve .card-style p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.hero-banner-twelve .card-style .avatar img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px white;
  box-shadow: 0 0 0 3px white;
  position: relative;
}

.hero-banner-twelve .card-style .avatar img:nth-child(n+2) {
  z-index: 1;
  margin-left: -10px;
}

.hero-banner-twelve .card-style .avatar_fallback {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #000;
  border: 3px solid #fff;
  line-height: 31px;
  color: #fff;
  font-size: 17px;
  z-index: 5;
  margin-left: -10px;
  text-align: center;
}

.hero-banner-twelve .card-one {
  position: absolute;
  width: 175px;
  height: 99px;
  background: #ffffff;
  top: 43%;
  left: -10%;
  z-index: 1;
}

.hero-banner-twelve .card-two {
  position: absolute;
  width: 147px;
  height: 90px;
  background: #ffffff;
  top: 16%;
  right: -10%;
  z-index: 1;
}

.hero-banner-twelve .card-three {
  position: absolute;
  width: 189px;
  height: 110px;
  background: #ffffff;
  bottom: 17%;
  right: -10%;
  z-index: 1;
}

.hero-banner-twelve .shape-one {
  bottom: -4%;
  right: -2%;
}

.hero-banner-twelve .shape-two {
  bottom: -1%;
  left: -32%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Thirty Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-thirtyNine {
  background-color: #0f0f0f;
  background-image: url(../images/assets/bg-13.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.fancy-feature-thirtyNine .shape-one {
  left: 0;
  bottom: -5px;
}

.fancy-feature-thirtyNine .shape-two {
  left: 5%;
  top: 15%;
  animation: jumpTwo 3.5s infinite linear;
}

.fancy-feature-thirtyNine .shape-three {
  top: 0;
  right: 0;
}

.fancy-feature-thirtyNine .shape-four {
  right: 5%;
  bottom: 15%;
  animation: jumpThree 3.5s infinite linear;
}

.card-style-seventeen .icon {
  width: 60px;
  height: 60px;
  border: 2px solid var(--prime-eleven);
}

.card-style-seventeen .text-wrapper {
  width: calc(100% - 60px);
}

.card-style-seventeen h4 {
  font-size: 22px;
}

.card-style-seventeen p {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-forty .bg-wrapper {
  background: url(../images/assets/bg-14.svg);
  background-repeat: repeat-y;
  max-width: 1400px;
  padding: 40px 0 0;
}

.card-style-eighteen {
  padding: 38px 12px 16px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  width: 100%;
}

.card-style-eighteen .icon {
  height: 48px;
}

.card-style-eighteen h4 {
  font-size: 22px;
}

.card-style-eighteen h3 {
  font-size: 43px;
}

.card-style-eighteen p {
  color: #505050;
  font-size: 18px;
}

.card-style-eighteen.more-item p {
  font-size: 24px;
  color: #000;
}

.card-style-eighteen:hover {
  background: #fbf4ee;
  border-color: #fbf4ee;
}

.card-style-eighteen.more-item {
  background: var(--prime-eleven);
  border-color: var(--prime-eleven);
}

.card-style-eighteen.more-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 6px;
  left: 6px;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.card-style-eighteen.more-item:hover:before {
  top: -6px;
  left: -6px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.accordion-style-six .accordion-item {
  background: #ffffff;
  border: none;
  border-bottom: 2px solid #000;
  background: #ffffff;
  border-radius: 0;
}

.accordion-style-six .accordion-item:last-of-type {
  border: none;
}

.accordion-style-six .accordion-button {
  font-weight: 500;
  font-size: 28px;
  padding: 22px 0;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.accordion-style-six .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}

.accordion-style-six .accordion-body {
  padding: 0 40px 13px 0;
}

.accordion-style-six .accordion-body p {
  font-size: 18px;
  line-height: 31px;
}

.accordion-style-six .accordion-button::after {
  content: url(../images/icon/icon_135.svg);
  background-image: none;
  width: auto;
  height: auto;
}

.card-style-nineteen {
  padding: 15px 25px 25px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  width: 100%;
  min-height: 260px;
}

.card-style-nineteen:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.card-style-nineteen:hover:before {
  opacity: 1;
}

.card-style-nineteen .tag {
  line-height: 22px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 10px;
  background: #000;
  width: fit-content;
}

.card-style-nineteen ul li {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-top: 12px;
  padding-left: 20px;
}

.card-style-nineteen ul li:before {
  content: url(../images/icon/icon_136.svg);
  position: absolute;
  left: 0;
  top: 0;
}

.card-style-nineteen .tag2 {
  line-height: 20px;
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 10px;
  width: fit-content;
}

.fancy-feature-fortyOne .wrapper .space-fix {
  transform: translateY(120px);
}

.fancy-feature-fortyOne .wrapper .shape-one {
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancy-feature-fortyOne .wrapper .shape-two {
  right: -7%;
  bottom: -3%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fortyTwo {
  background: #fbf4ee;
}

.fancy-feature-fortyTwo .rating-box {
  position: absolute;
  z-index: 1;
  right: 16%;
  top: -8%;
  text-align: center;
  width: 9.5%;
  min-width: 130px;
}

.fancy-feature-fortyTwo .rating-box img {
  animation: rotated 70s infinite linear;
}

.fancy-feature-fortyTwo .rating-box .rate {
  color: #000;
  font-size: 36px;
  line-height: 0.72em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancy-feature-fortyTwo .rating-box .rate span {
  font-size: 0.44em;
}

.fancy-feature-fortyTwo .nav-tabs .nav-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  min-width: 60px;
  line-height: 33px;
  padding: 0 20px;
  border-radius: 30px;
  background: #fff;
  margin-right: 10px;
}

.fancy-feature-fortyTwo .nav-tabs .nav-link.active {
  border-color: #000;
}

.fancy-feature-fortyTwo .tab-content > .tab-pane {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.fancy-feature-fortyTwo .tab-content > .active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.fancy-feature-fortyTwo .tab-content:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  left: -33px;
  height: 305px;
  background: url(../images/assets/bg-15.svg);
  background-repeat: repeat-x;
  z-index: -1;
}

.fancy-feature-fortyTwo .slider-wrapper {
  width: calc(1320px + 22vw);
  margin: 0 -20px;
}

.course_slider_one .item {
  padding: 0 20px;
}

.card-style-twenty {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
}

.card-style-twenty:hover {
  background: #fbf1ea;
}

.card-style-twenty .img-meta {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
}

.card-style-twenty .course-title {
  font-size: 22px;
  color: #000;
  letter-spacing: -1px;
  max-width: 94%;
  margin: 7px 0 15px;
}

.card-style-twenty .course-title:hover {
  text-decoration: underline;
}

.card-style-twenty .rating li {
  font-size: 14px;
  color: #c4c4c4;
  margin-right: 7px;
}

.card-style-twenty .rating li.active {
  color: #ffce4c;
}

.card-style-twenty .bookmark {
  font-size: 24px;
  color: #000;
}

/*.fancy-feature-fortyTwo .slick-arrow-six {
  position: absolute; 
  right: 0; 
  top: 90px;
}
.slick-arrow-six li {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #000;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.slick-arrow-six li:hover {
  background: #000;
  color: #fff;
}*/
/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fortyFive .img-holder .img-one {
  border-radius: 0 0 150px 150px;
}

.fancy-feature-fortyFive .img-holder .img-two {
  border-radius: 150px;
}

.fancy-feature-fortyFive .img-holder .img-three {
  border-radius: 200px 200px 200px 0;
}

.fancy-feature-fortyFive .img-holder .shape-one {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancy-feature-fortyFive .shape-two {
  left: 7%;
  bottom: 22%;
}

.fancy-feature-fortyFive .shape-three {
  right: 0;
  bottom: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Eleven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-eleven {
  padding: 150px 0 0;
}

.theme-basic-footer.footer-style-eleven .footer-title {
  color: rgba(11, 11, 11, 0.35);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-style-eleven .footer-nav-link a:hover {
  color: var(--prime-two);
}

.footer-style-eleven .form-widget form input {
  border: 1px solid #000;
  border-radius: 6px;
}

.footer-style-eleven .form-widget form button {
  border-radius: 6px;
}

.footer-style-eleven .bottom-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px 0 35px;
  margin-top: 60px;
}

.footer-style-eleven .bottom-footer .footer-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-right: 22px;
}

.footer-style-eleven .bottom-footer .footer-nav a:hover {
  text-decoration: underline;
}

.footer-style-eleven .bottom-footer .copyright {
  font-size: 15px;
}

.footer-style-eleven .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}

.footer-style-eleven .bottom-footer .social-icon a:hover {
  color: var(--prime-two);
}

.footer-style-eleven .shape-one {
  left: 0;
  top: 45%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Thirteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-thirteen {
  background: url(../images/media/img_72.jpg) no-repeat left bottom;
  background-size: cover;
}

.hero-banner-thirteen .hero-heading {
  font-size: 90px;
  line-height: 1.22em;
  letter-spacing: -2px;
}

.hero-banner-thirteen .search-form-bg {
  background: #fff;
  padding: 25px 0;
}

.hero-banner-thirteen .input-block {
  border-right: 1px solid #eeecec;
  padding: 7px 30px;
}

.hero-banner-thirteen .input-block .title {
  font-size: 14px;
  color: #9098ad;
}

.hero-banner-thirteen .input-block .nice-select {
  width: 100%;
  height: 100%;
  color: #000;
  padding: 0;
  font-size: 20px;
  background: transparent;
  border: none;
}

.hero-banner-thirteen .input-block .nice-select .option {
  font-size: 0.7em;
}

.hero-banner-thirteen .input-block .nice-select:after {
  content: url(../images/icon/icon_137.svg);
  display: inline-block;
  transform: none;
  top: 0;
  border: none;
}

.hero-banner-thirteen .input-block .nice-select .option:hover,
.hero-banner-thirteen .input-block .nice-select .option.focus,
.hero-banner-thirteen .input-block .nice-select .option.selected.focus {
  background: var(--prime-twelve) !important;
  color: #000;
}

.hero-banner-thirteen .input-block button {
  font-size: 20px;
  color: #fff;
  height: 70px;
  background: #252525;
}

.hero-banner-thirteen .input-block button:hover {
  background: var(--prime-twelve);
  color: #000;
}

.hero-banner-thirteen .shape-one {
  bottom: 48%;
  left: 3%;
}

.hero-banner-thirteen .shape-two {
  bottom: -65px;
  left: -85px;
}

.hero-banner-thirteen .text-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.line-bg-wrapper {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.line-bg-wrapper:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 25%;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.line-bg-wrapper:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.card-style-twentyOne .hover-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px 0;
}

.card-style-twentyOne .hover-overlay:hover {
  background: rgba(0, 0, 0, 0.3);
}

.card-style-twentyOne .hover-overlay [class*=btn] {
  opacity: 0;
  transform: translateY(20px);
}

.card-style-twentyOne .hover-overlay:hover [class*=btn] {
  opacity: 1;
  transform: translateY(0);
}

.fancy-feature-fortySix .quote-wrapper .icon {
  width: 105px;
  height: 105px;
  background: #303030;
}

.fancy-feature-fortySix .quote-wrapper p {
  font-size: 64px;
  line-height: 1.421em;
}

.fancy-feature-fortySix .quote-wrapper p span {
  color: var(--prime-ten);
}

.fancy-feature-fortySix .shape-one {
  top: -85px;
  right: 5%;
  z-index: 2;
}

.fancy-feature-fortySix .shape-two {
  width: 36px;
  height: 36px;
  left: -50px;
  top: 25%;
  background: #000000;
}

.fancy-feature-fortySix .shape-three {
  bottom: 28%;
  left: -14%;
}

.fancy-feature-fortySix .shape-four {
  bottom: 7%;
  left: -85px;
  z-index: 2;
}

.fancy-feature-fortySix .shape-five {
  width: 105px;
  height: 105px;
  right: 0;
  bottom: 7%;
  background: #1a1a1a;
}

.fancy-feature-fortySix .shape-six {
  width: 40px;
  height: 40px;
  right: -41px;
  bottom: calc(7% - 40px);
  background: #fff500;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fortySeven {
  background: #f5f7fc;
}

.fancy-feature-fortySeven .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none;
  color: #000;
  line-height: 25px;
  padding: 0 12px;
  border-radius: 0;
  background: transparent;
  margin-left: 40px;
}

.fancy-feature-fortySeven .nav-tabs .nav-link.active {
  background: #000;
  color: #fff;
}

.card-style-twentyTwo .text-meta {
  padding: 32px 35px 25px;
  background: #fff;
}

.card-style-twentyTwo .property-name {
  letter-spacing: -0.48px;
  color: #000;
}

.card-style-twentyTwo p {
  color: rgba(0, 0, 0, 0.4);
}

.card-style-twentyTwo .price {
  font-size: 36px;
  letter-spacing: -0.72px;
}

.card-style-twentyTwo .read-more {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #000;
  color: #fff;
  font-size: 22px;
}

.card-style-twentyTwo .read-more:hover {
  background: var(--prime-twelve);
  color: #000;
}

.fancy-feature-fortySeven .shape-one {
  bottom: -45px;
  right: 20%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fortyEight .img-gallery .video-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000;
  color: #fff;
  font-size: 40px;
  padding-left: 8px;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.fancy-feature-fortyEight .img-gallery .video-icon:hover {
  background: var(--prime-twelve);
  color: #000;
}

.fancy-feature-fortyEight .img-gallery .shape-one {
  top: 5%;
  right: 10%;
}

.fancy-feature-fortyEight .img-gallery .shape-two {
  bottom: -5%;
  right: 10%;
}

.fancy-feature-fortyEight .img-gallery .shape-three {
  width: 26px;
  height: 26px;
  right: -35px;
  bottom: 16%;
  background: #fff95f;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Forty Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fortyNine {
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  margin: 0 30px;
}

.fancy-feature-fortyNine:before {
  content: "";
  position: absolute;
  width: 52%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/media/img_82.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.06;
  z-index: -1;
}

.fancy-feature-fortyNine .title {
  font-size: 100px;
  line-height: 1.3em;
  letter-spacing: -2px;
}

.fancy-feature-fortyNine .title span {
  color: #191919;
  position: relative;
  text-shadow: 0 0 1px #fff95f;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff95f;
}

.fancy-feature-fortyNine .clip-text {
  position: absolute;
  left: -8%;
  top: -25px;
  font-size: 1060px;
  line-height: 780px;
  font-weight: 900;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url(../images/media/img_83.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.fancy-feature-fortyNine .shape-one {
  top: 4%;
  right: 1%;
}

.fancy-feature-fortyNine .more-btn {
  position: absolute;
  right: -18px;
  top: 39%;
}

.fancy-feature-fortyNine .more-btn .arrow {
  position: absolute;
  top: 46%;
  left: 28px;
  transform: translateY(-50%);
}

.fancy-feature-fortyNine .more-btn:hover {
  transform: translateX(8px);
}

.fancy-feature-fortyNine .clip-text-two {
  font-size: 100px;
  letter-spacing: -2px;
  color: #191919;
  position: relative;
  text-shadow: 0 0 1px #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  bottom: -50px;
  right: 10%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feedback Section Fourteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback_slider_eleven .slick-dots {
  margin-top: 45px;
  padding: 0;
}

.feedback_slider_eleven .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
}

.feedback_slider_eleven .slick-dots li.slick-active button {
  background: #000;
  transform: scale(1);
}

.feedback-section-fourteen .rating-box {
  width: 160px;
  height: 160px;
  font-size: 20px;
  line-height: 50px;
  transform: translate(-30px, 15px);
}

.feedback-section-fourteen .rating-box strong {
  font-size: 58px;
  letter-spacing: -1px;
}

.feedback-section-fourteen .img-holder .shape-one {
  top: -62px;
  right: -62px;
  z-index: 1;
}

.feedback-section-fourteen .img-holder .shape-two {
  bottom: 0;
  right: 18%;
}

.feedback-section-fourteen .shape-three {
  bottom: 32%;
  left: 6%;
}

.feedback-section-fourteen .shape-four {
  top: -98px;
  left: 46%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-section-six {
  background: #f5f7fc;
}

.blog-section-six .shape-one {
  bottom: 9%;
  left: 9%;
}

.blog-section-six .btn-holder {
  position: absolute;
  right: 0;
  top: 35px;
}

.blog-meta-six {
  padding: 75px 40px 42px 50px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
}

.blog-meta-six:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.blog-meta-six:hover:before {
  background: #fff;
}

.blog-meta-six .tag {
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #000;
  padding: 3px 11px;
  color: #fff;
  background: #000;
}

.blog-meta-six .blog-title {
  font-size: 32px;
  line-height: 1.56em;
  color: #fff;
}

.blog-meta-six .blog-date {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.blog-meta-six:hover .blog-date {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.blog-meta-six .blog-date a:hover,
.blog-meta-six .blog-title:hover {
  color: #000;
  text-decoration: underline;
}

.blog-meta-six .read-more {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: var(--prime-twelve);
  color: #000;
  font-size: 24px;
}

.blog-meta-six .read-more:hover {
  color: #fff;
  background: #000;
}

.blog-meta-six .blog-header {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 75%;
  transition: all 0.3s ease-in-out;
}

.blog-meta-six:hover .blog-header {
  transform: translateY(-100%);
}

.blog-meta-six:hover .blog-header .blog-title {
  color: #000;
}

.blog-sidebar .blog-sidebar-search form {
  height: 65px;
  position: relative;
}

.blog-sidebar .blog-sidebar-search input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 0 60px 0 20px;
}

.blog-sidebar .blog-sidebar-search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  color: #000;
}

.blog-sidebar .sidebar-title {
  font-size: 28px;
  margin-bottom: 15px;
}

.blog-sidebar .blog-sidebar-category ul li a {
  font-size: 16px;
  line-height: 40px;
  display: block;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.blog-sidebar .blog-sidebar-category ul li a:hover {
  color: var(--prime-ten);
}

.sidebar-recent-news .post {
  width: calc(100% - 80px);
}

.sidebar-recent-news img {
  width: 80px;
  height: 90px;
  object-fit: cover;
}

.sidebar-recent-news .post .title {
  font-size: 22px;
  line-height: 1.36em;
}

.sidebar-recent-news .post .title:hover {
  color: var(--prime-ten);
}

.blog-sidebar .sidebar-banner-add {
  background-size: cover;
  position: relative;
  padding: 20px;
}

.blog-sidebar .sidebar-banner-add .banner-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 50px;
  text-align: center;
}

.blog-sidebar .sidebar-banner-add .banner-content h4 {
  line-height: 31px;
}

.blog-sidebar .sidebar-banner-add .banner-content p {
  margin: 20px 0 15px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty ^^^^^^^^^^^^^^^^^^^^^^^^*/
.accordion-style-seven .accordion-item {
  background: #ffffff;
  border: none;
  background: #ffffff;
  border-radius: 0;
}

.accordion-style-seven .accordion-item:last-of-type .accordion-button {
  border-bottom: 2px solid #000;
}

.accordion-style-seven .accordion-button {
  font-weight: 500;
  font-size: 24px;
  padding: 33px 20px 33px 35px;
  box-shadow: none;
  border-top: 2px solid #000;
  border-radius: 0 !important;
  color: #000;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.accordion-style-seven .accordion-item .accordion-button[aria-expanded=true] {
  border-color: transparent !important;
  background: #f5f7fc;
  padding-bottom: 24px;
  padding-top: 45px;
}

.accordion-style-seven .accordion-body {
  padding: 0 40px 23px 35px;
  background: #f5f7fc;
}

.accordion-style-seven .accordion-body p {
  font-size: 20px;
  line-height: 38px;
}

.accordion-style-seven .accordion-button::after {
  content: "+";
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  background: transparent;
  width: auto;
  height: auto;
}

.accordion-style-seven .accordion-button[aria-expanded=true]::after {
  content: "-";
  transform: none;
}

.fancy-feature-fifty .shape-one {
  bottom: 0;
  left: 25%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Fifteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-fifteen {
  background: url(../images/media/img_85.jpg) no-repeat center;
  background-size: cover;
}

.fancy-short-banner-fifteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.fancy-short-banner-fifteen .title {
  font-size: 72px;
  line-height: 1.26em;
}

.fancy-short-banner-fifteen p a {
  color: var(--prime-twelve);
}

.fancy-short-banner-fifteen .form-bg {
  background: var(--prime-twelve);
  padding: 65px 60px 55px;
}

.fancy-short-banner-fifteen form input {
  width: calc(100% - 140px);
  height: 55px;
  font-size: 20px;
  color: #000;
  border: none;
  border-bottom: 2px solid #000;
  background: transparent;
}

.fancy-short-banner-fifteen ::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}

.fancy-short-banner-fifteen :-ms-input-placeholder {
  color: rgb(0, 0, 0);
}

.fancy-short-banner-fifteen ::placeholder {
  color: rgb(0, 0, 0);
}

.fancy-short-banner-fifteen form button {
  width: 110px;
  height: 55px;
  letter-spacing: 4px;
  background: #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Twelve ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-twelve {
  background: #000;
}

.footer-style-twelve:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.footer-style-twelve .line-bg-wrapper,
.footer-style-twelve .line-bg-wrapper:before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-style-twelve .line-bg-wrapper:after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-style-twelve .social-icon a {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}

.footer-style-twelve .social-icon a:hover {
  background: var(--prime-twelve);
  border-color: var(--prime-twelve);
  color: #000;
}

.footer-style-twelve .copyright {
  position: absolute;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 110px;
}

.theme-basic-footer.footer-style-twelve .footer-nav-link a,
.footer-style-twelve p {
  color: rgba(255, 255, 255, 0.7);
}

.theme-basic-footer.footer-style-twelve .footer-nav-link a:hover {
  color: var(--prime-twelve);
  text-decoration: underline;
}

.footer-style-twelve .shape-one {
  right: 3%;
  bottom: 3%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftyOne h6 {
  font-size: 20px;
  color: var(--prime-ten);
}

.fancy-feature-fiftyOne .text-lg {
  line-height: 2.08em;
}

.fancy-feature-fiftyOne .shape-one {
  bottom: 0;
  left: 15%;
}

.fancy-feature-fiftyOne .shape-two {
  top: 4%;
  right: 17%;
}

.fancy-feature-fiftyOne .shape-three {
  bottom: -30%;
  left: 5%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftyTwo .video-banner {
  background: url(../images/media/img_86.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  height: 620px;
}

.fancy-feature-fiftyTwo .video-banner .video-icon {
  width: 84px;
  height: 84px;
  background: #000;
  padding-left: 6px;
}

.fancy-feature-fiftyTwo .video-banner .video-icon:hover {
  background: var(--prime-ten);
}

/*^^^^^^^^^^^^^^^^^^^^^ Team Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.team-section-two .btn-twentyTwo {
  position: absolute;
  right: 0;
  top: 18px;
}

.team-block-two .team-img {
  border-radius: 15px 15px 0 0;
}

.team-block-two .info {
  padding: 15px 15px 18px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
}

.team-section-two .cr-text span {
  color: var(--prime-ten);
}

.team-section-two .shape-one {
  top: 9%;
  right: 39%;
}

.partner-section-six .title {
  font-size: 34px;
  letter-spacing: -0.5px;
}

.partner-section-six .title span {
  color: var(--prime-ten);
}

.partner-section-six .br-name {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: rgba(0, 28, 62, 0.3);
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Sixteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-sixteen .bg-wrapper {
  background: #1f1f1f;
  border-radius: 40px;
}

.fancy-short-banner-sixteen .main-title {
  font-size: 42px;
  line-height: 1.16em;
}

.fancy-short-banner-sixteen .sc-title {
  color: var(--prime-ten);
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Inner Banner One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.inner-banner-one {
  background: url(../images/media/img_87.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0 135px;
}

.inner-banner-one .title {
  font-size: 72px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Team Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.team-block-three .overlay-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  padding: 0 0 30px 35px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.544058) 62%, rgba(0, 0, 0, 0.615498) 100%);
  z-index: 1;
}

.team-block-three .name {
  font-size: 24px;
}

.team-block-three .position {
  color: #fff;
  padding: 0 0 30px;
}

.team-block-three .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.team-block-three .social-icon a:hover {
  background: var(--prime-twelve);
  border-color: var(--prime-twelve);
  color: #000;
}

.team-block-three .hover-content {
  transform: translateY(34px);
}

.team-block-three:hover .hover-content {
  transform: translateY(0);
}

.team-block-three:hover .social-icon a {
  opacity: 1;
}

.team-section-three .line-bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1320px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftyThree {
  background: #f5f7fc;
  z-index: 3;
}

.fancy-feature-fiftyThree .shape-one {
  bottom: 7%;
  left: 8%;
}

.fancy-feature-fiftyThree .shape-two {
  width: 105px;
  height: 105px;
  background: #1a1a1a;
  right: 16%;
  bottom: -16px;
}

.fancy-feature-fiftyThree .shape-three {
  width: 40px;
  height: 40px;
  right: 14%;
  bottom: -56px;
  background: #fff500;
}

.card-style-twentyThree .icon {
  width: 65px;
  height: 65px;
  background: #161616;
  border-radius: 50%;
}

.card-style-twentyThree:hover .icon img {
  transform: rotate(360deg);
}

.card-style-twentyThree .title {
  padding: 26px 0 12px;
}

.card-style-twentyThree ul li {
  font-size: 18px;
  line-height: 39px;
  color: var(--heading);
}

/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Seventeen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-seventeen .shape-one {
  top: 0;
  left: 9%;
}

.fancy-short-banner-seventeen .shape-two {
  width: 105px;
  height: 105px;
  background: #1a1a1a;
  right: 0;
  bottom: 22%;
}

.fancy-short-banner-seventeen .shape-three {
  width: 40px;
  height: 40px;
  right: -40px;
  bottom: calc(22% - 40px);
  background: #fff500;
}

.fancy-short-banner-seventeen .shape-four {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 26%;
  top: 8%;
  background: #fff500;
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.g-control-nav-two li {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #313131;
  display: inline-block;
  padding: 0 8px;
  line-height: 31px;
  border: 2px solid transparent;
  margin: 0 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.g-control-nav-two li.is-checked {
  border-color: #313131;
}

.portfolio-block-three .meta-data {
  position: absolute;
  background: #fff;
  padding: 16px 30px;
  bottom: -60px;
  left: 0;
  width: 79%;
}

.portfolio-block-three:hover .meta-data {
  width: 90%;
}

.portfolio-block-three .pj-name {
  font-size: 24px;
  color: #000;
}

.portfolio-block-three .tag {
  font-size: 17px;
  color: #c1c1c1;
}

.portfolio-block-three .expend-btn {
  font-size: 60px;
  font-weight: 300;
  color: #c1c1c1;
}

.portfolio-block-three .expend-btn:hover {
  color: #000;
}

.portfolio-block-three .pj-name:hover {
  text-decoration: underline;
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.portfolio-block-four .expend-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 25px;
  color: #fff;
  background: rgba(21, 21, 21, 0.6);
  opacity: 0;
}

.portfolio-block-four:hover .expend-btn {
  opacity: 1;
}

.portfolio-block-four .title {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
  padding: 22px 5px;
}

.portfolio-block-four .pj-name {
  font-size: 22px;
  color: #000;
}

.portfolio-block-four .tag {
  font-size: 17px;
  color: #c1c1c1;
}

.portfolio-block-four:hover .pj-name {
  text-decoration: underline;
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hvr-shutter-out .img-meta {
  overflow: hidden;
  z-index: 5;
}

.hvr-shutter-out .img-meta:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 50%;
  left: -45%;
  right: -45%;
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.hvr-shutter-out .img-meta:hover:before {
  top: -45%;
  bottom: -45%;
}

.hvr-shutter-out .img-meta .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  z-index: 3;
  transition: all 0.35s ease;
}

.hvr-shutter-out .img-meta .caption .tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
}

.hvr-shutter-out .img-meta .caption .pj-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
}

.hvr-shutter-out .img-meta .caption .pj-title:hover {
  text-decoration: underline;
}

.hvr-shutter-out .img-meta:hover .caption {
  opacity: 1;
  transition-delay: 0.105s;
}

.hvr-shutter-out .img-meta .img-meta {
  position: relative;
  z-index: 1;
}

.hvr-shutter-out .img-meta:hover img {
  transform: scale(1.1) rotate(5deg);
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.portfolio-block-six .img-meta {
  overflow: hidden;
}

.portfolio-block-six .img-meta .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  z-index: 1;
  padding: 15px 5px 40px 30px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
}

.portfolio-block-six .img-meta .caption .tag {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}

.portfolio-block-six .img-meta .caption .pj-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
}

.portfolio-block-six .img-meta .zoom-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #000;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.portfolio-block-six .img-meta .zoom-icon:hover {
  background: var(--prime-ten);
  color: #fff;
}

.portfolio-block-six:hover .zoom-icon {
  opacity: 1;
}

.portfolio-block-six .img-meta .caption .pj-title:hover {
  text-decoration: underline;
}

.portfolio-block-six:hover .img-meta .caption {
  height: 100%;
  opacity: 1;
}

.portfolio-block-six:hover .img-meta img {
  transform: scale3d(1.1, 1.1, 1);
}

.g-control-nav-three li {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #313131;
  display: inline-block;
  padding: 0 8px;
  line-height: 35px;
  margin: 0 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.g-control-nav-three li.is-checked {
  background: #313131;
  color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.portfolio-block-seven .img-meta {
  overflow: hidden;
}

.portfolio-block-seven .tag {
  font-size: 17px;
  color: var(--prime-ten);
  padding-left: 35px;
}

.portfolio-block-seven .tag:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: var(--prime-ten);
  left: 0;
  top: 12px;
}

.portfolio-block-seven .pj-title {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
}

.portfolio-block-seven .pj-title:hover {
  text-decoration: underline;
}

.portfolio-block-seven:hover .img-meta img {
  transform: scale3d(1.1, 1.1, 1);
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Inner Banner Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.inner-banner-two {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 485px 0 95px;
}

.inner-banner-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 32%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  transform: rotate(-180deg);
  z-index: -1;
}

.inner-banner-two:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 58%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: -1;
}

.inner-banner-two .title {
  font-size: 90px;
  line-height: 1.22em;
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Details One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.portfolio-details-two .project-info {
  background: #000;
  padding: 55px 0 30px;
}

.portfolio-details-two .project-info .pt-title {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.portfolio-details-two .project-info .pt-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.portfolio-details-two .project-desctiption p {
  font-size: 20px;
  margin-bottom: 45px;
}

.portfolio-details-two .project-pagination {
  max-width: 1700px;
  padding-left: 12px;
  padding-right: 12px;
}

.portfolio-details-two .project-pagination .hover-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
}

.portfolio-details-two .project-pagination .arrow-block:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.portfolio-details-two .project-pagination .pg-title {
  font-size: 80px;
}

.portfolio-details-two .project-pagination .arrow {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  line-height: 66px;
  margin-top: 20px;
}

.portfolio-details-two .project-pagination .arrow:hover {
  background: var(--prime-ten);
  border-color: var(--prime-ten);
}

/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Details Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.portfolio-details-two #gallery-carousel [class*=carousel-control-] {
  width: 45px;
  height: 45px;
  opacity: 1;
  background: #fff;
  color: #000;
  font-size: 20px;
  top: calc(50% - 22px);
}

.portfolio-details-two .project-desctiption h3 {
  font-size: 36px;
}

.portfolio-details-two .project-desctiption p {
  font-size: 20px;
}

.portfolio-details-two .pt-title {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.portfolio-details-two .pt-text {
  font-size: 18px;
  color: #999999;
}

.portfolio-details-two .circle-shape li {
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  margin-right: 14px;
}

.pr-pagination-one .pr-dir {
  font-size: 13px;
  letter-spacing: 2.6px;
  color: rgba(62, 62, 62, 0.5);
}

.pr-pagination-one .pr-name {
  font-size: 22px;
  margin-top: 4px;
}

.pr-pagination-one i {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  line-height: 1em;
}

.pr-pagination-one a:hover i,
.pr-pagination-one a:hover .pr-name {
  color: var(--prime-ten);
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Details One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-pubish-date a {
  color: #000;
}

.blog-pubish-date a:hover {
  text-decoration: underline;
}

.blog-details-one .blog-details-content {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 8px;
}

.blog-details-one .blog-details-content .image-meta {
  margin-bottom: 54px;
}

.blog-details-one .blog-details-content p {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 32px;
}

.blog-details-one .blog-details-content h4 {
  color: #303030;
  line-height: 35px;
  margin-bottom: 22px;
}

.blog-details-one .blog-details-content h2 {
  font-size: 36px;
  padding-top: 10px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.blog-details-one .blog-details-content .tags li:first-child {
  font-weight: 500;
  color: #000;
  padding-right: 5px;
}

.blog-details-one .blog-details-content .tags li {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 3px;
}

.blog-details-one .blog-details-content .tags li a:hover {
  color: #000;
  text-decoration: underline;
}

.blog-details-one .blog-details-content .share-icon li:first-child {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.blog-details-one .blog-details-content .share-icon li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #eeeded;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.blog-details-one .blog-details-content .share-icon li a:hover {
  background: var(--prime-ten);
  color: #fff;
}

.blog-details-one .blog-details-content .bottom-widget {
  padding-top: 25px;
}

.blog-details-one .blog-inner-title {
  font-size: 42px;
  letter-spacing: -1px;
}

.blog-comment-area {
  margin: 100px 0 100px;
}

.blog-comment-area .comment .user-avatar {
  width: 60px;
  height: 60px;
}

.blog-comment-area .comment .comment-text {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}

.blog-comment-area .comment .name {
  font-size: 20px;
  letter-spacing: -1px;
}

.blog-comment-area .comment .date {
  font-size: 15px;
  color: #adadad;
}

.blog-comment-area .comment p {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 50px 0 0;
}

.blog-comment-area .comment .reply-btn {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 65px;
  line-height: 27px;
  background: var(--prime-ten);
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-comment-area .comment .reply-btn:hover {
  background: #313131;
}

.blog-comment-area .comment {
  margin-top: 45px;
}

.blog-comment-form {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 65px 60px 70px;
}

.blog-comment-form form label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}

.blog-comment-form form input {
  display: block;
  font-size: 17px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.03);
}

.blog-comment-form form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 145px;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.03);
}

.blog-comment-form.bg-color form textarea {
  height: 140px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Contact Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.address-block-two .icon {
  width: 80px;
  height: 80px;
  background: #000;
}

.address-block-two .icon.border {
  border: 1px solid #e6e6e6;
  background: transparent;
}

.address-block-two .title {
  font-size: 24px;
  padding: 20px 0 0;
}

.address-block-two p {
  font-size: 19px;
  line-height: 1.65em;
  color: #878787;
}

.address-block-two p .call {
  font-size: 22px;
  color: var(--prime-ten);
}

.address-block-two p .call:hover {
  text-decoration: underline;
}

.address-block-two p .webaddress {
  color: var(--heading);
  text-decoration: underline;
}

.map-area-one .mapouter {
  height: 600px;
}

.mapouter .gmap_iframe,
.map-area-two .mapouter,
.mapouter .gmap_canvas {
  height: 100%;
  width: 100%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Service Details ^^^^^^^^^^^^^^^^^^^^^^^^*/
.service-sidebar .service-category {
  border: 2px solid #000;
  padding: 25px 25px 20px;
  border-radius: 10px;
}

.service-sidebar .service-category a {
  font-size: 18px;
  display: block;
  line-height: 41px;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}

.service-sidebar .service-category a:hover {
  color: var(--prime-ten);
}

.service-sidebar .service-category .current-page a {
  color: var(--prime-ten);
}

.sidebar-quote {
  padding: 22px 30px 28px;
  text-align: center;
  background: var(--prime-ten);
  border-radius: 10px;
}

.sidebar-quote .rating li {
  font-size: 15px;
  color: #ffcc4a;
  margin: 0 2px;
}

.sidebar-quote p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 15px 0 13px;
}

.sidebar-quote .name {
  font-size: 14px;
  color: #fff;
}

.service-sidebar .social-icon a {
  font-size: 18px;
  width: 100%;
  color: #cdcdcd;
  margin-right: 10px;
}

.service-sidebar .social-icon a:hover {
  color: #000;
}

.service-details-meta .main-img-meta {
  border-radius: 15px;
  margin: 55px 0 55px;
}

.service-details-meta ul.list-item li {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 12px;
  color: #515151;
  position: relative;
  padding-left: 35px;
}

.service-details-meta ul.list-item li:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--prime-ten);
}

.block-style-eight {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 7px;
  padding: 22px 35px 18px;
}

.block-style-eight h6 {
  font-size: 20px;
  margin: 0;
}

.block-style-eight .text p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 40, 78, 0.6);
  margin: 5px 0 15px;
}

.block-style-eight .text .details-btn {
  font-size: 15px;
  color: #000;
}

.block-style-eight .text .details-btn:hover {
  text-decoration: underline;
}

.block-style-eight .text {
  width: calc(100% - 100px);
  padding-right: 20px;
}

.block-style-eight .circle_percent {
  width: 100px;
  height: 100px;
  position: relative;
  background: #eff4f7;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.block-style-eight .circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  clip: rect(0 100px 100px 50px);
}

.block-style-eight .round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: var(--prime-ten);
  clip: rect(0 100px 100px 50px);
  transform: rotate(180deg);
  transition: 1.05s;
}

.block-style-eight .percent_more .circle_inner {
  clip: rect(0 50px 100px 0em);
}

.block-style-eight .percent_more:after {
  position: absolute;
  left: 50px;
  top: 0em;
  right: 0;
  bottom: 0;
  background: var(--prime-ten);
  content: "";
}

.block-style-eight .circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.block-style-eight .percent_text {
  font-weight: 500;
  color: #000f5c;
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/*^^^^^^^^^^^^^^^^^^^^^ User Data Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.user-data-section {
  background: #f6f9fb;
  min-height: 100vh;
  padding: 150px 12px 0;
  z-index: 1;
}

.user-data-section .illustration-one {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.44%;
  z-index: -1;
  opacity: 0.3;
}

.user-data-section .illustration-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28.05%;
  z-index: -1;
  opacity: 0.3;
}

.user-data-section .form-wrapper {
  background: #fff;
  width: 700px;
  border-radius: 10px;
  padding: 50px 70px 60px;
  box-shadow: 0px 15px 30px rgba(0, 50, 108, 0.03);
}

.user-data-section .form-wrapper:before {
  content: url(../images/shape/shape_177.svg);
  position: absolute;
  right: -60px;
  top: -60px;
}

.user-data-section ::-webkit-input-placeholder {
  color: #000;
}

.user-data-section :-ms-input-placeholder {
  color: #000;
}

.user-data-section ::placeholder {
  color: #000;
}

.user-data-section .input-group-meta {
  position: relative;
}

.user-data-section .input-group-meta input {
  width: 100%;
  height: 60px;
  font-size: 17px;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: transparent;
}

.user-data-section .input-group-meta label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}

.user-data-section .input-group-meta .placeholder_icon {
  position: absolute;
  height: 60px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}

.user-data-section .input-group-meta .valid-sign img {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.user-data-section .input-group-meta input:valid + .valid-sign img {
  opacity: 1;
}

.user-data-section .input-group-meta .placeholder_icon img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.user-data-section .input-group-meta .placeholder_icon span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}

.user-data-section .agreement-checkbox label {
  position: relative;
  font-size: 15px;
  color: var(--heading);
  cursor: pointer;
  padding-left: 22px;
  line-height: 18px;
  transition: all 0.1s ease-in-out;
}

.user-data-section .agreement-checkbox label a {
  color: var(--p-color);
  text-decoration: underline;
}

.user-data-section .agreement-checkbox input[type=checkbox] {
  display: none;
}

.user-data-section .agreement-checkbox label:before {
  content: "";
  width: 13px;
  height: 13px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
  transition: all 0.1s ease-in-out;
}

.user-data-section .agreement-checkbox input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
}

.user-data-section .agreement-checkbox a {
  position: relative;
  font-size: 15px;
  color: #1e1e1e;
}

.user-data-section .agreement-checkbox a:hover {
  text-decoration: underline;
  color: var(--p-color);
}

/*^^^^^^^^^^^^^^^^^^^^^ Error Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.error-page-content {
  min-height: 100vh;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 180px 0 15px;
}

.error-page-content .shape-one {
  bottom: 0;
  right: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Inner Banner Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.inner-banner-three .bg-wrapper {
  background: url(../images/assets/bg-16.svg) no-repeat center;
  background-size: cover;
  padding: 150px 0 108px;
  position: relative;
  z-index: 1;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftyFour .bg-wrapper {
  background: #dcefff;
}

.fancy-feature-fiftyFour .shape-one {
  top: 15%;
  left: 9%;
}

.fancy-feature-fiftyFour .shape-two {
  top: 5%;
  right: 35%;
}

.fancy-feature-fiftyFour .shape-three {
  top: 50%;
  right: 4%;
}

.fancy-feature-fiftyFour .shape-four {
  bottom: 20%;
  left: 30%;
}

.card-style-twentyFour {
  padding: 50px 30px 10px;
  border-radius: 7px;
}

.card-style-twentyFour .icon {
  height: 42px;
}

.contact-section-two {
  background: #fff;
  border-radius: 20px;
  padding: 60px 80px 85px;
  box-shadow: 0px 35px 70px rgba(0, 104, 31, 0.05);
}

.form-style-three .input-group-meta label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}

.form-style-three .input-group-meta input, select {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 0 5px 0 20px;
  color: #000;
  font-size: 17px;
}

.form-style-three .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  height: 165px;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 15px 5px 15px 20px;
  color: #000;
  font-size: 17px;
}

.form-style-three ::-webkit-input-placeholder {
  color: #000;
}

.form-style-three :-ms-input-placeholder {
  color: #000;
}

.form-style-three ::placeholder {
  color: #000;
}

.address-block-three .icon {
  width: 35px;
  margin-top: 7px;
}

.address-block-three .icon img {
  margin-left: auto;
}

.address-block-three .text {
  width: calc(100% - 35px);
  padding-left: 30px;
}

.address-block-three .title {
  font-size: 26px;
  margin-bottom: 8px;
}

.address-block-three p {
  font-size: 18px;
  line-height: 1.65em;
  color: #878787;
  margin-bottom: 0;
}

.address-block-three p .call {
  font-size: 22px;
  color: var(--prime-two);
  margin-top: 3px;
}

.address-block-three p .call:hover {
  text-decoration: underline;
}

.address-block-three p .webaddress {
  color: #000;
  text-decoration: underline;
}

/*^^^^^^^^^^^^^^^^^^^^^ Contact Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact-section-three .address-wrapper {
  background: #eefbff;
  overflow: hidden;
}

.contact-section-three .address-wrapper:before {
  content: "";
  position: absolute;
  height: 200px;
  width: 120%;
  bottom: -95px;
  left: -2%;
  background: #fff;
  z-index: -1;
  transform: rotate(-4deg);
}

.address-block-four {
  background: #fff;
  padding: 65px 10px 45px;
}

.address-block-four .icon {
  height: 40px;
}

.address-block-four h5 {
  font-size: 26px;
}

.address-block-four p {
  line-height: 32px;
  color: #878787;
}

.form-style-four .input-bg-group {
  border: 2px solid #000;
  background: #fff;
  padding: 45px 60px 50px;
  margin: 0 10px 0 0;
}

.form-style-four .input-bg-group:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  bottom: -10px;
  left: 8px;
  background: #000;
  z-index: -1;
}

.form-style-four .input-group-meta label {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.form-style-four .input-group-meta input {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 11px;
  color: #000;
  font-size: 17px;
}

.form-style-four .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  height: 160px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0;
  color: #000;
  font-size: 17px;
}

.form-style-four ::-webkit-input-placeholder {
  color: #000;
}

.form-style-four :-ms-input-placeholder {
  color: #000;
}

.form-style-four ::placeholder {
  color: #000;
}

.form-style-four .btn-one {
  line-height: 58px;
  color: #000;
  background: var(--prime-six);
}

.form-style-four .btn-one:hover {
  color: #fff;
  background: #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Eight ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftyEight .shape-one {
  bottom: 0;
  left: 40px;
}

.feedback-block-thirteen .icon {
  width: 50px;
  height: 50px;
  background: #000;
}

.feedback-block-thirteen p {
  font-size: 36px;
  line-height: 1.58em;
}

.fancy-feature-fiftyEight .rating {
  width: 100px;
  height: 100px;
  background: #ff67d4;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.fancy-feature-fiftyEight .rating-value {
  font-size: 38px;
  margin-bottom: -10px;
}

.fancy-feature-fiftyEight .customer-data {
  width: 150px;
  height: 150px;
  background: #cfff69;
  position: absolute;
  right: -70px;
  bottom: -70px;
}

.fancy-feature-fiftyEight .customer-data .amount {
  font-size: 45px;
  margin-bottom: -8px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftyNine .shape-one {
  left: 0;
  top: 4%;
}

.fancy-feature-fiftyNine .card-wrapper {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.card-style-twentySix .icon {
  width: 75px;
  height: 75px;
  background: #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Contact Section Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact-section-four .form-wrapper {
  background: #000;
}

.form-style-five {
  max-width: 660px;
  padding-left: 100px;
}

.form-style-five .form-title {
  font-size: 62px;
  color: #fff;
}

.form-style-five label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.form-style-five .input-group-meta input,
.form-style-five .input-group-meta textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
}

.form-style-five .input-group-meta input {
  height: 60px;
}

.form-style-five .input-group-meta textarea {
  min-height: 165px;
  padding: 15px 20px;
}

.form-style-five ::-webkit-input-placeholder {
  color: #fff;
}

.form-style-five :-ms-input-placeholder {
  color: #fff;
}

.form-style-five ::placeholder {
  color: #fff;
}

.form-style-five [class*=btn-] {
  font-size: 14px;
  letter-spacing: 0.88px;
}

.form-style-five [class*=btn-]:hover {
  background: var(--prime-eight);
  color: #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftyFive {
  background: #f3f7f8;
}

.fancy-feature-fiftyFive .title-line .count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  font-size: 20px;
}

.fancy-feature-fiftyFive .title-line .solid-line {
  height: 2px;
  width: calc(100% - 70px);
  background: #000;
}

.fancy-feature-fiftyFive .shape-one {
  width: 126px;
  height: 126px;
  background: #ffc961;
  top: 14%;
  left: -80px;
  animation: jumpThree 3s infinite linear;
}

.fancy-feature-fiftyFive .shape-two {
  width: 300px;
  height: 300px;
  background: #ff35d9;
  bottom: 38%;
  right: -200px;
  animation: jumpTwo 3s infinite linear;
}

.fancy-feature-fiftyFive .shape-three {
  width: 126px;
  height: 126px;
  background: #57f2cf;
  bottom: 4%;
  left: -80px;
  animation: jumpTwo 3s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-meta-seven {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}

.blog-meta-seven .post-tag {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

.blog-meta-seven .blog-title {
  line-height: 1.5em;
}

.blog-meta-seven .blog-title:hover,
.blog-meta-seven .read-btn {
  color: var(--prime-one);
}

.blog-meta-seven .read-btn .bi {
  font-size: 22px;
}

.blog-meta-seven .read-btn:hover {
  color: var(--prime-two);
}

/*^^^^^^^^^^^^^^^^^^^^^ Hosting Compare Table ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hosting-compare-table table thead th {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #000;
  padding: 22px 15px;
  width: 18%;
}

.hosting-compare-table table thead th:first-child {
  border: none;
}

.hosting-compare-table table tbody th {
  font-size: 17px;
  font-weight: normal;
  border: none;
  width: 28%;
  padding: 18px 0;
}

.hosting-compare-table table tbody td {
  border: none;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.hosting-compare-table table tbody tr:first-child th,
.hosting-compare-table table tbody tr:first-child td {
  padding-top: 85px;
}

.hosting-compare-table table td {
  vertical-align: middle;
  padding: 18px 10px;
}

.hosting-compare-table table tbody {
  border: none !important;
}

.hosting-compare-table table tbody tr:last-child td {
  padding-bottom: 85px;
  border-bottom: 2px solid #000;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fiftySix .bg-wrapper {
  background: #f1fcff;
}

.card-style-twentyFive {
  width: 100%;
  border: 2px solid #fff;
  padding: 52px 45px 40px 35px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.card-style-twentyFive:hover {
  border-color: #000;
}

.card-style-twentyFive .icon {
  height: 45px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fifty Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(255, 197, 49, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0.4rem rgba(255, 197, 49, 0.3);
  }
}
.fancy-feature-fiftySeven .location {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffc531;
  animation: ripple 3s linear infinite;
  cursor: pointer;
}

.fancy-feature-fiftySeven .location::before,
.fancy-feature-fiftySeven .location::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  animation: inherit;
  animation-delay: 1s;
}

.fancy-feature-fiftySeven .location::after {
  animation-delay: 3s;
}

.fancy-feature-fiftySeven .location span {
  width: 155px;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  font-weight: 500;
  color: #000;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.fancy-feature-fiftySeven .location:hover span {
  opacity: 1;
}

.fancy-feature-fiftySeven .location.one {
  top: 20%;
  left: 37%;
}

.fancy-feature-fiftySeven .location.two {
  top: 38%;
  left: 22%;
}

.fancy-feature-fiftySeven .location.three {
  top: 52%;
  left: 46%;
}

.fancy-feature-fiftySeven .location.four {
  top: 76%;
  left: 13%;
}

.fancy-feature-fiftySeven .location.five {
  top: 18%;
  left: 65%;
}

.fancy-feature-fiftySeven .location.six {
  top: 20%;
  left: 89%;
}

.fancy-feature-fiftySeven .location.seven {
  top: 65%;
  left: 72%;
}

.span-paddings {
  padding: 0 0.75rem 0 0.75rem;
}

.devzin-justify {
  justify-content: center;
}

.ms-forms {
  border: none !important;
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  min-height: 720px;
}

.dvz-height-100 {
  height: 100%;
}

#msFormContact {
  border: none !important;
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  min-height: 720px;
}

#msFormContact .ms-form-question-title {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 18px;
}

#msFormContact .ms-choice-field input[type=radio],
#msFormContact .ms-choice-field input[type=checkbox] {
  margin-right: 10px;
}

#msFormContact .ms-form-description {
  font-family: "Roboto", sans-serif;
  color: #666;
  font-size: 60px;
}

#msFormContact .ms-form-title {
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 60px;
  display: none !important;
}

#msFormContact .ms-form-container {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.dz-ceo-img {
  width: 300px;
  height: 300px;
}

.error-clr {
  color: red;
  font-weight: 500;
}

.loader-overlay-devzin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Ensure the loader-overlay appears above other content */
}

.loader-devzin {
  border: 8px solid #f3f3f3;
  /* Light grey border */
  border-top: 8px solid #3498db;
  /* Blue border for loading animation */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  /* Apply rotation animation */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ml-50-cstm {
  margin-left: 14px;
}

.mr-50-cstm {
  margin-right: 14px;
}

.dz-font-50 {
  font-size: 52px;
}

.padding-top-set {
  padding-top: 20px !important;
}

body:not([data-aos-easing]) [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

img {
  height: auto;
}

.hero-banner-one form {
  height: 96px;
}

.hero-banner-one form label {
  color: #3d3d3d;
}

.hero-banner-one form input {
  min-height: 48px;
  height: 48px;
}

.hero-banner-one form button {
  min-height: 48px;
  min-width: 140px;
  background: #9a3412;
  color: #fff;
}

.hero-banner-one .card-one .more-btn {
  color: #333;
  font-size: 14px;
}

.dz-hero-visual__nav {
  color: #334155;
}

.dz-hero-visual__stat span,
.dz-hero-visual__chart-label {
  color: #334155;
}

.dz-hero-visual__school {
  margin: 4px 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.footer-style-one .social-icon a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-select:focus {
  box-shadow: none;
}

.cursor-pointer {
  cursor: pointer;
}

.slick-slide div {
  outline: none;
}

select:focus {
  outline: none;
}

select option {
  font-size: 15px;
}

.masonry-grid {
  display: flex;
  margin-left: -40px; /* adjust to match your grid gap */
  width: auto;
}

.masonry-grid-column {
  margin-left: 40px; /* adjust to match your grid gap */
  background-clip: padding-box;
}

@media (max-width: 768px) {
  .masonry-grid {
    margin-left: 0;
  }
  .masonry-grid-column {
    margin-left: 0;
  }
}
.feedback_slider_one.custom .slick-slide img {
  position: relative;
  bottom: 12px;
}
.feedback_slider_one.custom .feedback-block-one .img-meta {
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  align-self: stretch;
  min-height: 320px;
}
.feedback_slider_one.custom .testimonial-client-photo {
  width: 100% !important;
  height: 100% !important;
  max-height: 385px;
  object-fit: cover;
  object-position: center top;
  display: block;
  bottom: 0 !important;
  border-radius: 15px 0 0 15px;
}

.feedback_slider_three .slick-track {
  display: flex !important;
  align-items: flex-start !important;
}
.feedback_slider_three .slick-slide {
  height: auto;
}
.feedback_slider_three .slick-slide > div {
  height: 100%;
}

.team-block-three .team-img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
}

.active-menu {
  color: var(--prime-two) !important;
}

.theme-menu-three .active-menu {
  color: var(--prime-three) !important;
}

.theme-menu-six .active-menu {
  color: var(--prime-six) !important;
}

.theme-menu-seven .active-menu {
  color: var(--prime-nine) !important;
}

.theme-menu-eight .active-menu {
  color: var(--prime-ten) !important;
}

.theme-menu-nine .active-menu {
  color: var(--prime-two) !important;
}

.theme-menu-eleven .active-menu {
  color: var(--prime-three) !important;
}

.theme-menu-five.charity .navbar-nav img {
  filter: invert(1);
}

.schulix-hero-banner .hero-heading {
  font-size: clamp(2rem, 3.6vw, 3.75rem);
  line-height: 1.2;
  letter-spacing: -1px;
}
.schulix-hero-banner .schulix-hero-banner__media {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 0;
}
.schulix-hero-banner .schulix-hero-banner__frame {
  width: 100%;
  max-width: 620px;
  max-height: 720px;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 12px 20px 48px rgba(0, 40, 100, 0.14);
}
.schulix-hero-banner .schulix-hero-banner__frame .screen-one {
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  display: block;
  transform: none;
}

@media (min-width: 1400px) {
  .schulix-hero-banner .schulix-hero-banner__frame {
    max-height: 780px;
  }
  .schulix-hero-banner .schulix-hero-banner__frame .screen-one {
    max-height: 700px;
  }
}
@media (max-width: 1399px) {
  .schulix-hero-banner .schulix-hero-banner__frame {
    max-width: 560px;
    max-height: 680px;
  }
  .schulix-hero-banner .schulix-hero-banner__frame .screen-one {
    max-height: 680px;
  }
}
@media (max-width: 1199px) {
  .schulix-hero-banner .schulix-hero-banner__frame {
    max-width: 480px;
    max-height: 600px;
  }
  .schulix-hero-banner .schulix-hero-banner__frame .screen-one {
    max-height: 600px;
  }
}
@media (max-width: 991px) {
  .schulix-hero-banner {
    padding-bottom: 50px;
  }
  .schulix-hero-banner .hero-heading {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }
  .schulix-hero-banner .schulix-hero-banner__media {
    justify-content: center;
    margin-top: 16px;
  }
  .schulix-hero-banner .schulix-hero-banner__frame {
    max-width: 640px;
    max-height: none;
    box-shadow: 0 16px 40px rgba(0, 40, 100, 0.12);
  }
  .schulix-hero-banner .schulix-hero-banner__frame .screen-one {
    max-height: none;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .schulix-hero-banner {
    padding-bottom: 40px;
  }
  .schulix-hero-banner .schulix-hero-banner__media {
    padding: 0 8px;
  }
  .schulix-hero-banner .schulix-hero-banner__frame {
    border-radius: 16px;
  }
}
.schulix-timetable__content {
  width: 100%;
}
.schulix-timetable__graphic {
  flex: 0 1 85%;
  align-self: center;
  width: 100%;
  max-height: 85%;
  min-height: 0;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 40, 100, 0.1);
}

.cf-timetable-panel {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vh, 16px);
  padding: clamp(18px, 2vw, 26px);
  border-radius: 16px;
  color: #e8e4f5;
  background: linear-gradient(165deg, #1a1038 0%, #12082b 48%, #0d061c 100%);
  border: 1px solid rgba(167, 139, 250, 0.2);
}
.cf-timetable-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.cf-timetable-panel__eyebrow {
  font-size: clamp(10px, 0.9vw, 11px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a78bfa;
  margin-bottom: 4px;
}
.cf-timetable-panel__title {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.cf-timetable-panel__alert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: clamp(8px, 1vh, 10px) clamp(10px, 1.2vw, 14px);
  border-radius: 999px;
  background: rgba(108, 69, 255, 0.18);
  border: 1px solid rgba(167, 139, 250, 0.35);
  color: #ddd6fe;
  font-size: clamp(10px, 0.95vw, 12px);
  font-weight: 600;
  line-height: 1.3;
}
.cf-timetable-panel__alert-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.25);
  animation: cf-timetable-pulse 2s ease-in-out infinite;
}
.cf-timetable-panel__explain {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.55;
  color: rgba(232, 228, 245, 0.78);
  flex-shrink: 0;
}
.cf-timetable-panel__grid-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.cf-timetable-panel__class-label {
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 600;
  color: #fff;
}
.cf-timetable-panel__legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(9px, 0.85vw, 11px);
  color: rgba(232, 228, 245, 0.55);
}
.cf-timetable-panel__legend-swatch {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: rgba(167, 139, 250, 0.35);
  border: 1px solid rgba(167, 139, 250, 0.55);
}
.cf-timetable-panel__legend-swatch--live {
  background: rgba(108, 69, 255, 0.45);
  box-shadow: 0 0 8px rgba(167, 139, 250, 0.45);
}
.cf-timetable-panel__subject-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-shrink: 0;
}
.cf-timetable-panel__subject-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px 3px 6px;
  border-radius: 999px;
  border: 1px solid;
  font-size: clamp(8px, 0.75vw, 10px);
  font-weight: 600;
  line-height: 1;
}
.cf-timetable-panel__subject-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cf-timetable-panel__grid-wrap {
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(12px, 1.3vw, 16px);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cf-timetable-panel__grid {
  display: grid;
  grid-template-columns: minmax(76px, 0.95fr) repeat(5, 1fr);
  gap: clamp(5px, 0.6vw, 7px);
}
.cf-timetable-panel__grid-corner {
  min-height: 30px;
}
.cf-timetable-panel__grid-day {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  color: #c4b5fd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cf-timetable-panel__grid-row {
  display: contents;
}
.cf-timetable-panel__grid-period {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-height: clamp(48px, 5.8vh, 62px);
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: clamp(10px, 0.9vw, 11px);
  font-weight: 600;
  color: rgba(232, 228, 245, 0.85);
  line-height: 1.2;
}
.cf-timetable-panel__grid-period small {
  font-size: clamp(9px, 0.8vw, 10px);
  font-weight: 500;
  color: rgba(232, 228, 245, 0.45);
}
.cf-timetable-panel__grid-period.is-current {
  background: rgba(167, 139, 250, 0.2);
  border-color: rgba(167, 139, 250, 0.4);
  color: #ede9fe;
}
.cf-timetable-panel__grid-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-height: clamp(48px, 5.8vh, 62px);
  padding: clamp(8px, 1vh, 10px) clamp(8px, 1vh, 10px) clamp(8px, 1vh, 10px) clamp(10px, 1.1vw, 12px);
  border-radius: 8px;
  border: 1px solid;
  border-left-width: 3px;
  text-align: center;
  line-height: 1.2;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cf-timetable-panel__grid-cell:hover {
  transform: translateY(-1px);
}
.cf-timetable-panel__grid-cell.is-current-row {
  position: relative;
}
.cf-timetable-panel__grid-cell.is-live .cf-timetable-panel__cell-subject {
  color: #fff !important;
}
.cf-timetable-panel__grid-cell.is-live .cf-timetable-panel__cell-teacher {
  color: rgba(255, 255, 255, 0.82);
}
.cf-timetable-panel__cell-subject {
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 700;
}
.cf-timetable-panel__cell-teacher {
  font-size: clamp(9px, 0.85vw, 11px);
  color: rgba(232, 228, 245, 0.6);
}
.cf-timetable-panel__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 1vw, 12px);
  padding-top: clamp(4px, 0.6vh, 8px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.cf-timetable-panel__footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(10px, 0.95vw, 12px);
  color: rgba(232, 228, 245, 0.75);
  line-height: 1.45;
}
.cf-timetable-panel__footer-item strong {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1px;
}
.cf-timetable-panel__footer-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}
.cf-timetable-panel__footer-icon--alert {
  background: rgba(167, 139, 250, 0.2);
  color: #c4b5fd;
}
.cf-timetable-panel__footer-icon--proxy {
  background: rgba(0, 221, 199, 0.14);
  color: #5eead4;
}

@keyframes cf-timetable-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.25);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(167, 139, 250, 0.1);
  }
}
@media (min-width: 992px) {
  .cf-timetable-panel {
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  .schulix-timetable__graphic {
    margin-bottom: 12px;
    flex: 1 1 auto;
    max-height: none;
  }
  .cf-timetable-panel {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cf-timetable-panel__header {
    flex-direction: column;
  }
  .cf-timetable-panel__grid-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .cf-timetable-panel__footer {
    grid-template-columns: 1fr;
  }
  .cf-timetable-panel__grid {
    grid-template-columns: minmax(62px, 0.85fr) repeat(5, minmax(44px, 1fr));
  }
  .cf-timetable-panel__cell-teacher {
    display: none;
  }
}
.schulix-paas {
  background: #fff;
}
.schulix-paas__content {
  width: 100%;
}
.schulix-paas__graphic {
  flex: 0 1 85%;
  align-self: center;
  width: 100%;
  max-height: 85%;
  min-height: 0;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 40, 100, 0.12);
}

.cf-paas-panel {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vh, 18px);
  padding: clamp(18px, 2vw, 26px);
  border-radius: 16px;
  color: #e8e4f5;
  background: linear-gradient(165deg, #0f1a3a 0%, #0c1530 45%, #0a1228 100%);
  border: 1px solid rgba(96, 165, 250, 0.2);
}
.cf-paas-panel__header {
  flex-shrink: 0;
  text-align: center;
}
.cf-paas-panel__title {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.cf-paas-panel__title span {
  color: #a78bfa;
}
.cf-paas-panel__subtitle {
  margin: clamp(8px, 1vh, 12px) auto 0;
  max-width: 92%;
  font-size: clamp(12px, 1.05vw, 14px);
  color: rgba(232, 228, 245, 0.72);
  line-height: 1.45;
}
.cf-paas-panel__flow-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 600;
  color: rgba(232, 228, 245, 0.88);
}
.cf-paas-panel__flow-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(167, 139, 250, 0.2);
  color: #c4b5fd;
  font-size: 11px;
  font-weight: 700;
}
.cf-paas-panel__schools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1vw, 12px);
  position: relative;
}
.cf-paas-panel__school {
  position: relative;
  padding: clamp(12px, 1.3vh, 16px);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cf-paas-panel__school::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
}
.cf-paas-panel__school:nth-child(1) {
  color: #34d399;
}
.cf-paas-panel__school:nth-child(1)::after {
  opacity: 1;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.55);
}
.cf-paas-panel__school:nth-child(2) {
  color: #60a5fa;
}
.cf-paas-panel__school:nth-child(2)::after {
  opacity: 1;
  box-shadow: 0 0 8px rgba(96, 165, 250, 0.55);
}
.cf-paas-panel__school:nth-child(3) {
  color: #a78bfa;
}
.cf-paas-panel__school:nth-child(3)::after {
  opacity: 1;
  box-shadow: 0 0 8px rgba(167, 139, 250, 0.55);
}
.cf-paas-panel__tenant-zone {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cf-paas-panel__connectors {
  position: relative;
  margin: 4px 0 0;
  padding: 0 clamp(4px, 0.6vw, 8px);
}
.cf-paas-panel__connectors svg {
  display: block;
  width: 100%;
  height: clamp(36px, 5vh, 52px);
}
.cf-paas-panel__connectors-label {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  text-align: center;
  font-size: clamp(10px, 0.95vw, 12px);
  font-weight: 600;
  color: #c4b5fd;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.cf-paas-panel__hub {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: clamp(2px, 0.4vh, 6px);
  padding: clamp(16px, 2vh, 22px) clamp(12px, 1.2vw, 16px);
  border-radius: 14px;
  background: rgba(108, 69, 255, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.3);
}
.cf-paas-panel__hub::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 12px rgba(167, 139, 250, 0.65);
  z-index: 1;
}
.cf-paas-panel__school-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: clamp(10px, 1.2vh, 14px);
}
.cf-paas-panel__school-name {
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 5px;
}
.cf-paas-panel__school-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid;
  font-size: clamp(9px, 0.85vw, 10px);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
}
.cf-paas-panel__school-lock {
  flex-shrink: 0;
  opacity: 0.95;
}
.cf-paas-panel__school-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cf-paas-panel__school-metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}
.cf-paas-panel__school-metric-value {
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.1;
}
.cf-paas-panel__school-metric-label {
  font-size: clamp(9px, 0.85vw, 11px);
  color: rgba(232, 228, 245, 0.55);
}
.cf-paas-panel__hub-glow {
  position: absolute;
  inset: 15% 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.cf-paas-panel__hub-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 5.5vw, 64px);
  height: clamp(52px, 5.5vw, 64px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #c4b5fd;
  margin-bottom: clamp(8px, 1vh, 12px);
}
.cf-paas-panel__hub-title {
  position: relative;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 600;
  color: #fff;
}
.cf-paas-panel__hub-sub {
  position: relative;
  margin-top: 4px;
  font-size: clamp(11px, 1vw, 13px);
  color: rgba(232, 228, 245, 0.68);
}
.cf-paas-panel__security-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1vw, 12px);
}
.cf-paas-panel__security-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: clamp(12px, 1.3vh, 16px) clamp(8px, 1vw, 10px);
  border-radius: 12px;
  border: 1px solid;
  text-align: center;
  line-height: 1.25;
}
.cf-paas-panel__security-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.cf-paas-panel__security-card-title {
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 700;
}
.cf-paas-panel__security-card-desc {
  font-size: clamp(9px, 0.9vw, 11px);
  opacity: 0.8;
  color: rgba(232, 228, 245, 0.85);
}
.cf-paas-panel__guarantees {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1vw, 10px);
  padding-top: clamp(4px, 0.6vh, 8px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cf-paas-panel__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(10px, 0.95vw, 12px);
  font-weight: 500;
  color: rgba(232, 228, 245, 0.88);
  text-align: center;
  line-height: 1.3;
}
.cf-paas-panel__guarantee-mark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(52, 211, 153, 0.2);
  color: #34d399;
  font-size: 11px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .cf-paas-panel {
    min-height: 408px;
  }
}
@media (max-width: 991px) {
  .schulix-paas__graphic {
    margin-top: 12px;
    flex: 1 1 auto;
    max-height: none;
  }
  .cf-paas-panel {
    min-height: auto;
  }
  .cf-paas-panel__guarantees {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cf-paas-panel__schools, .cf-paas-panel__security-cards {
    grid-template-columns: 1fr;
  }
  .cf-paas-panel__school::after {
    display: none;
  }
  .cf-paas-panel__connectors svg {
    height: 28px;
  }
  .cf-paas-panel__connectors-label {
    font-size: 9px;
  }
}
.schulix-access-control__content {
  width: 100%;
}
.schulix-access-control__graphic {
  flex: 0 1 85%;
  align-self: center;
  width: 100%;
  max-height: 85%;
  min-height: 0;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 40, 100, 0.12);
}

.cf-access-panel {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vh, 15px);
  padding: clamp(15px, 1.7vw, 22px);
  border-radius: 16px;
  color: #e8e4f5;
  background: linear-gradient(165deg, #1a0f3c 0%, #12082b 45%, #0d061c 100%);
  border: 1px solid rgba(167, 139, 250, 0.18);
}
.cf-access-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
}
.cf-access-panel__brand {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 14px);
  min-width: 0;
}
.cf-access-panel__brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(40px, 4vw, 50px);
  height: clamp(40px, 4vw, 50px);
  border-radius: 10px;
  background: rgba(108, 69, 255, 0.22);
  color: #c4b5fd;
}
.cf-access-panel__brand-title {
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.cf-access-panel__brand-sub {
  margin-top: 2px;
  font-size: clamp(11px, 1vw, 13px);
  color: rgba(232, 228, 245, 0.65);
}
.cf-access-panel__policy-cards {
  display: flex;
  flex-shrink: 0;
  gap: clamp(8px, 1vw, 10px);
}
.cf-access-panel__policy-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: clamp(62px, 6vw, 76px);
  padding: clamp(8px, 1vh, 12px) clamp(10px, 1vw, 12px);
  border-radius: 10px;
  border: 1px solid;
  text-align: center;
  line-height: 1.1;
}
.cf-access-panel__policy-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  opacity: 0.95;
}
.cf-access-panel__policy-card-icon svg {
  width: clamp(14px, 1.4vw, 18px);
  height: clamp(14px, 1.4vw, 18px);
}
.cf-access-panel__policy-card-label {
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.cf-access-panel__policy-card-sub {
  font-size: clamp(8px, 0.8vw, 10px);
  font-weight: 500;
  opacity: 0.75;
  white-space: nowrap;
}
.cf-access-panel__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  gap: clamp(10px, 1.2vw, 14px);
}
.cf-access-panel__sidebar {
  flex: 0 0 clamp(118px, 14%, 140px);
  display: flex;
  flex-direction: column;
  padding: clamp(10px, 1.2vw, 14px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.cf-access-panel__sidebar-title {
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 600;
  color: #fff;
  margin-bottom: clamp(8px, 1vh, 12px);
}
.cf-access-panel__sidebar-label {
  font-size: clamp(9px, 0.85vw, 11px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(232, 228, 245, 0.5);
  margin-bottom: clamp(6px, 0.8vh, 10px);
}
.cf-access-panel__role-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.8vh, 10px);
  flex: 1;
  justify-content: space-around;
}
.cf-access-panel__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(22px, 2.2vw, 28px);
  height: clamp(22px, 2.2vw, 28px);
  border-radius: 7px;
  font-size: clamp(9px, 0.85vw, 11px);
  font-weight: 700;
  line-height: 1;
}
.cf-access-panel__role-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(11px, 1vw, 13px);
  color: rgba(232, 228, 245, 0.88);
  white-space: nowrap;
}
.cf-access-panel__matrix {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(10px, 1.2vw, 14px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.cf-access-panel__matrix-head {
  margin-bottom: clamp(8px, 1vh, 12px);
  flex-shrink: 0;
}
.cf-access-panel__matrix-title {
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 600;
  color: #fff;
}
.cf-access-panel__matrix-sub {
  margin-top: 2px;
  font-size: clamp(10px, 0.95vw, 12px);
  color: rgba(232, 228, 245, 0.55);
}
.cf-access-panel__matrix-table {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 0.4vh, 4px);
}
.cf-access-panel__matrix-row {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: minmax(68px, 1.1fr) repeat(5, 1fr);
  align-items: center;
  gap: 4px;
  min-height: clamp(26px, 3.4vh, 36px);
  padding: 0 clamp(4px, 0.6vw, 8px);
  border-radius: 7px;
}
.cf-access-panel__matrix-row--header {
  flex: 0 0 auto;
  min-height: auto;
  padding-bottom: clamp(5px, 0.6vh, 8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2px;
}
.cf-access-panel__matrix-row--header .cf-access-panel__matrix-cell {
  font-size: clamp(9px, 0.9vw, 11px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(232, 228, 245, 0.55);
}
.cf-access-panel__matrix-row:not(.cf-access-panel__matrix-row--header):hover {
  background: rgba(108, 69, 255, 0.08);
}
.cf-access-panel__matrix-cell {
  font-size: clamp(11px, 1vw, 13px);
  text-align: center;
  color: rgba(232, 228, 245, 0.9);
}
.cf-access-panel__matrix-cell--role {
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: left;
  font-weight: 500;
  color: #fff;
}
.cf-access-panel__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 2.2vw, 26px);
  height: clamp(20px, 2.2vw, 26px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
}
.cf-access-panel__dash {
  color: rgba(232, 228, 245, 0.25);
  font-size: clamp(13px, 1.2vw, 16px);
}
.cf-access-panel__footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(6px, 0.8vw, 10px);
  padding-top: clamp(6px, 0.8vh, 10px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.cf-access-panel__footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(3px, 0.5vh, 6px);
  text-align: center;
  font-size: clamp(9px, 0.85vw, 11px);
  color: rgba(232, 228, 245, 0.7);
  line-height: 1.2;
}
.cf-access-panel__footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(26px, 2.8vw, 32px);
  height: clamp(26px, 2.8vw, 32px);
  border-radius: 50%;
  background: rgba(108, 69, 255, 0.16);
  color: #c4b5fd;
  font-size: clamp(8px, 0.8vw, 10px);
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 992px) {
  .cf-access-panel {
    min-height: 408px;
  }
}
@media (max-width: 991px) {
  .schulix-access-control__graphic {
    margin-top: 12px;
  }
  .cf-access-panel {
    min-height: auto;
  }
  .cf-access-panel__header {
    flex-wrap: wrap;
  }
  .cf-access-panel__policy-cards {
    width: 100%;
    justify-content: flex-start;
  }
  .cf-access-panel__body {
    flex-direction: column;
  }
  .cf-access-panel__sidebar {
    flex: 0 0 auto;
  }
  .cf-access-panel__role-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 0 0 auto;
  }
  .cf-access-panel__matrix-row {
    flex: 0 0 auto;
  }
  .cf-access-panel__footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cf-access-panel {
    padding: 14px;
  }
  .cf-access-panel__policy-card {
    min-width: 54px;
    padding: 6px 8px;
  }
  .cf-access-panel__matrix-row {
    grid-template-columns: minmax(56px, 1fr) repeat(5, minmax(24px, 1fr));
  }
  .cf-access-panel__matrix-cell--role span:last-child {
    display: none;
  }
}
.schulix-partners .logo-wrapper {
  max-width: 68%;
}
.schulix-partners .logo-wrapper .logo img {
  max-width: 76%;
  max-height: 76%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.schulix-partners .logo-wrapper .logo:nth-child(8) {
  width: 150px;
  height: 150px;
  background: #eef4ff;
  animation: jumpThree 9s infinite linear;
}

@media (max-width: 991px) {
  .schulix-partners .logo-wrapper {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    margin-top: 40px;
    padding: 0 12px;
  }
}
.schulix-tech-tags-section {
  overflow: hidden;
}
.schulix-tech-tags-section__blob {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(229, 45, 39, 0.12);
  pointer-events: none;
}

.schulix-tech-tags {
  position: relative;
  z-index: 1;
}
.schulix-tech-tags__eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6a45ff;
  margin-bottom: 14px;
}
.schulix-tech-tags__title {
  max-width: 22ch;
  margin: 0 auto;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #15161a;
}
.schulix-tech-tags__subtitle {
  max-width: 46rem;
  margin: 18px auto 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: #4b5563;
}
.schulix-tech-tags__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 0 8px;
}
.schulix-tech-tags__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px 8px 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(21, 22, 26, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}
.schulix-tech-tags__chip i {
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}
.schulix-tech-tags__chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(21, 22, 26, 0.14);
}

@media (max-width: 991px) {
  .schulix-tech-tags__list {
    gap: 8px;
    max-width: 100%;
  }
  .schulix-tech-tags__chip {
    min-height: 38px;
    padding: 7px 12px 7px 10px;
    font-size: 0.84rem;
    border-radius: 11px;
  }
  .schulix-tech-tags__chip i {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .schulix-tech-tags__list {
    gap: 6px 8px;
    margin-top: 22px;
  }
  .schulix-tech-tags__chip {
    min-height: 36px;
    padding: 6px 11px 6px 9px;
    font-size: 0.8rem;
    border-radius: 10px;
  }
  .schulix-tech-tags__chip i {
    font-size: 0.9rem;
  }
}
.schulix-platform-overview .illustration-holder .screen-one {
  background: #f4f7ff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 40, 100, 0.1);
}

@media (max-width: 1199px) {
  .schulix-platform-overview .illustration-holder .screen-one {
    right: -8%;
    width: 44%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .schulix-platform-overview .illustration-holder {
    display: block;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 40px;
    padding: 0 12px;
  }
  .schulix-platform-overview .illustration-holder .main-img {
    border-radius: 16px;
    width: 100%;
    height: auto;
  }
  .schulix-platform-overview .illustration-holder .screen-one {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(280px, 70%);
    margin: -60px auto 0;
    display: block;
    background: #f4f7ff;
  }
  .schulix-platform-overview .illustration-holder .shape-one {
    display: none;
  }
}
@media (max-width: 767px) {
  .schulix-platform-overview .illustration-holder {
    display: block !important;
  }
}
.schulix-app-banner {
  overflow: hidden;
}
.schulix-app-banner .schulix-web-mobile__graphic {
  width: 100%;
  min-height: 0;
  display: flex;
  padding: 0 !important;
  margin-top: 0 !important;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 40, 100, 0.12);
}
.schulix-app-banner .schulix-app-banner__illustration {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.schulix-app-banner .schulix-app-banner__illustration .main-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: 0;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.cf-webmobile-panel {
  flex: 0 1 85%;
  align-self: center;
  width: 100%;
  max-height: 85%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vh, 16px);
  padding: clamp(18px, 2vw, 26px);
  border-radius: 16px;
  color: #e8e4f5;
  background: linear-gradient(165deg, #12102e 0%, #0f1535 48%, #0a1028 100%);
  border: 1px solid rgba(96, 165, 250, 0.22);
}
.cf-webmobile-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.cf-webmobile-panel__eyebrow {
  font-size: clamp(10px, 0.9vw, 11px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5eead4;
  margin-bottom: 4px;
}
.cf-webmobile-panel__title {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.cf-webmobile-panel__sync-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.28);
  color: #6ee7b7;
  font-size: clamp(10px, 0.95vw, 12px);
  font-weight: 600;
}
.cf-webmobile-panel__sync-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.2);
  animation: cf-webmobile-pulse 2s ease-in-out infinite;
}
.cf-webmobile-panel__explain {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.55;
  color: rgba(232, 228, 245, 0.78);
  flex-shrink: 0;
}
.cf-webmobile-panel__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  gap: clamp(10px, 1.2vw, 14px);
}
.cf-webmobile-panel__web {
  flex: 1 1 58%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cf-webmobile-panel__web-top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.2);
  font-size: clamp(9px, 0.85vw, 11px);
  color: rgba(232, 228, 245, 0.55);
}
.cf-webmobile-panel__web-top span:last-child {
  margin-left: 4px;
}
.cf-webmobile-panel__web-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.cf-webmobile-panel__web-dot:first-child {
  background: #f87171;
}
.cf-webmobile-panel__web-dot:nth-child(2) {
  background: #fbbf24;
}
.cf-webmobile-panel__web-dot:nth-child(3) {
  background: #34d399;
}
.cf-webmobile-panel__web-layout {
  flex: 1;
  display: flex;
  min-height: 0;
}
.cf-webmobile-panel__web-nav {
  flex: 0 0 clamp(72px, 22%, 96px);
  padding: 10px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cf-webmobile-panel__web-nav-item {
  padding: 6px 8px;
  border-radius: 6px;
  font-size: clamp(8px, 0.75vw, 10px);
  color: rgba(232, 228, 245, 0.55);
  line-height: 1.2;
}
.cf-webmobile-panel__web-nav-item.is-active {
  background: rgba(108, 69, 255, 0.22);
  color: #ddd6fe;
  font-weight: 600;
}
.cf-webmobile-panel__web-main {
  flex: 1;
  min-width: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cf-webmobile-panel__web-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.cf-webmobile-panel__web-stat {
  padding: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid;
  text-align: center;
}
.cf-webmobile-panel__web-stat-value {
  display: block;
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 700;
  line-height: 1.1;
}
.cf-webmobile-panel__web-stat-label {
  display: block;
  margin-top: 2px;
  font-size: clamp(7px, 0.7vw, 9px);
  color: rgba(232, 228, 245, 0.5);
}
.cf-webmobile-panel__web-chart {
  flex: 1;
  min-height: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cf-webmobile-panel__web-chart > span {
  font-size: clamp(8px, 0.8vw, 10px);
  color: rgba(232, 228, 245, 0.5);
}
.cf-webmobile-panel__web-bars {
  flex: 1;
  min-height: 48px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.cf-webmobile-panel__web-bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #a78bfa 0%, #6A45FF 100%);
}
.cf-webmobile-panel__phones {
  flex: 1 1 42%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.8vh, 8px);
}
.cf-webmobile-panel__phone {
  flex: 1;
  min-height: 0;
  padding: 10px 10px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.cf-webmobile-panel__phone-notch {
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 auto 8px;
}
.cf-webmobile-panel__phone-tag {
  font-size: clamp(9px, 0.85vw, 11px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.cf-webmobile-panel__phone-now {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid;
  font-size: clamp(8px, 0.75vw, 10px);
  font-weight: 600;
  background: rgba(0, 0, 0, 0.15);
}
.cf-webmobile-panel__phone-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cf-webmobile-panel__phone-list li {
  font-size: clamp(8px, 0.75vw, 10px);
  color: rgba(232, 228, 245, 0.65);
  padding-left: 10px;
  position: relative;
}
.cf-webmobile-panel__phone-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(167, 139, 250, 0.7);
}
.cf-webmobile-panel__sync-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: clamp(6px, 0.8vh, 10px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.cf-webmobile-panel__sync-label {
  font-size: clamp(10px, 0.95vw, 12px);
  font-weight: 600;
  color: #c4b5fd;
}
.cf-webmobile-panel__sync-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cf-webmobile-panel__sync-chip {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(108, 69, 255, 0.14);
  border: 1px solid rgba(167, 139, 250, 0.25);
  font-size: clamp(8px, 0.75vw, 10px);
  color: rgba(232, 228, 245, 0.8);
}

@keyframes cf-webmobile-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.2);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(52, 211, 153, 0.08);
  }
}
@media (min-width: 992px) {
  .cf-webmobile-panel {
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  .schulix-app-banner .schulix-web-mobile__graphic {
    margin-top: 40px !important;
    flex: 1 1 auto;
    max-height: none;
  }
  .cf-webmobile-panel {
    min-height: auto;
    flex: 1 1 auto;
    max-height: none;
  }
  .cf-webmobile-panel__body {
    flex-direction: column;
  }
  .cf-webmobile-panel__phones {
    flex-direction: row;
  }
  .cf-webmobile-panel__phone {
    min-height: 120px;
  }
  .schulix-app-banner .schulix-app-banner__illustration {
    padding-right: 0 !important;
    margin-top: 40px;
  }
  .schulix-app-banner .schulix-app-banner__illustration .main-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ===== BlinBox platform page ===== */
.blinbox-hero {
  position: relative;
  padding: 200px 0 80px;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 90% 10%, rgba(37, 99, 235, 0.12), transparent 55%), linear-gradient(165deg, #f0f6ff 0%, #ffffff 48%, #f8fbff 100%);
}
.blinbox-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 66%;
  background: url(../images/assets/bg-4.svg) no-repeat bottom center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
.blinbox-hero .container {
  position: relative;
  z-index: 1;
}
.blinbox-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px 48px;
  align-items: start;
}
.blinbox-hero__copy {
  max-width: 560px;
}
.blinbox-hero__slogan {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
  border-radius: 20px;
  padding: 6px 12px 6px 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid rgba(37, 99, 235, 0.12);
}
.blinbox-hero__slogan strong {
  font-weight: 600;
}
.blinbox-hero__slogan i {
  font-size: 11px;
  width: 28px;
  line-height: 22px;
  background: rgba(37, 99, 235, 0.1);
  text-align: center;
  border-radius: 20px;
  color: #2563EB;
}
.blinbox-hero__slogan:hover {
  color: #0f172a;
}
.blinbox-hero__title {
  margin: 28px 0 20px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -1px;
  font-weight: 700;
  color: #0f172a;
}
.blinbox-hero__desc {
  margin: 0 0 28px;
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.65;
  color: #475569;
}
.blinbox-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 50px;
  margin-bottom: 28px;
}
.blinbox-hero__subhead {
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0f172a;
}
.blinbox-hero__subtext {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
}
.blinbox-hero__media {
  width: 100%;
  min-width: 0;
}

.bb-hero-graphic {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
.bb-hero-graphic__window {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  min-height: 380px;
}
.bb-hero-graphic__top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #0f172a;
  color: #e2e8f0;
}
.bb-hero-graphic__dots {
  display: flex;
  gap: 6px;
}
.bb-hero-graphic__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.bb-hero-graphic__dots span:first-child {
  background: #f87171;
}
.bb-hero-graphic__dots span:nth-child(2) {
  background: #fbbf24;
}
.bb-hero-graphic__dots span:nth-child(3) {
  background: #34d399;
}
.bb-hero-graphic__title {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
}
.bb-hero-graphic__content {
  flex: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 16px;
  padding: 22px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.bb-hero-graphic__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed rgba(37, 99, 235, 0.28);
}
.bb-hero-graphic__left h3 {
  margin: 12px 0 8px;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
  color: #0f172a;
}
.bb-hero-graphic__left p {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}
.bb-hero-graphic__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bb-hero-graphic__cta {
  display: inline-flex;
  align-self: flex-start;
  padding: 10px 16px;
  border-radius: 10px;
  background: #2563EB;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.bb-hero-graphic__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.bb-hero-graphic__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 4px;
}
.bb-hero-graphic__provider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 12px;
  color: #334155;
}
.bb-hero-graphic__provider strong {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}
.bb-hero-graphic__provider.is-active {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.35);
  color: #1e3a8a;
}
.bb-hero-graphic__provider.is-active strong {
  color: #2563EB;
}

.blinbox-stats__count {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}

.blinbox-how__card {
  padding: 24px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}
.blinbox-how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 12px;
  font-weight: 700;
}

.blinbox-archive__content,
.blinbox-cloud__content {
  width: 100%;
}
.blinbox-archive__graphic,
.blinbox-cloud__graphic {
  flex: 0 1 90%;
  align-self: center;
  width: 100%;
  max-height: 90%;
  min-height: 0;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}

.bb-app-panel,
.bb-accounts-panel {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.bb-app-panel__chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  flex-shrink: 0;
}
.bb-app-panel__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.bb-app-panel__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #2563EB;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.bb-app-panel__tab {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #2563EB;
}
.bb-app-panel__menu {
  margin-left: auto;
  color: #94a3b8;
  font-size: 18px;
  line-height: 1;
}
.bb-app-panel__body {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 88px 1.3fr 0.9fr;
}
.bb-app-panel__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 10px;
  background: #fff;
  border-right: 1px solid rgba(15, 23, 42, 0.06);
}
.bb-app-panel__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #64748b;
}
.bb-app-panel__nav-item.is-active {
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
}
.bb-app-panel__nav-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: currentColor;
  opacity: 0.35;
}
.bb-app-panel__main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 0;
}
.bb-app-panel__dropzone {
  width: 100%;
  max-width: 360px;
  text-align: center;
  padding: 28px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px dashed rgba(37, 99, 235, 0.28);
}
.bb-app-panel__folder-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 28px;
  font-weight: 500;
}
.bb-app-panel__drop-title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}
.bb-app-panel__drop-text {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}
.bb-app-panel__browse {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 10px;
  background: #2563EB;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.bb-app-panel__limit {
  font-size: 11px;
  color: #94a3b8;
}
.bb-app-panel__side {
  padding: 18px 14px;
  background: #fff;
  border-left: 1px solid rgba(15, 23, 42, 0.06);
}
.bb-app-panel__side-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  margin-bottom: 6px;
}
.bb-app-panel__side-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #0f172a;
}
.bb-app-panel__side-card {
  padding: 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  text-align: center;
}
.bb-app-panel__side-card p {
  margin: 8px 0 14px;
  font-size: 11px;
  line-height: 1.45;
  color: #64748b;
}
.bb-app-panel__cloud-check {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-weight: 700;
}
.bb-app-panel__side-strong {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.bb-app-panel__ghost-btn {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(37, 99, 235, 0.35);
  color: #2563EB;
  font-size: 12px;
  font-weight: 600;
}

.bb-accounts-panel__body {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 88px 1fr;
}
.bb-accounts-panel__main {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  overflow: auto;
}
.bb-accounts-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.bb-accounts-panel__title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}
.bb-accounts-panel__sub {
  margin-top: 4px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}
.bb-accounts-panel__refresh {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: #334155;
}
.bb-accounts-panel__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.bb-accounts-panel__card {
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.bb-accounts-panel__card.is-selected {
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
}
.bb-accounts-panel__card-name {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}
.bb-accounts-panel__card-status {
  font-size: 10px;
  color: #64748b;
  margin-bottom: 8px;
}
.bb-accounts-panel__bar {
  height: 5px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
  margin-bottom: 6px;
}
.bb-accounts-panel__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
}
.bb-accounts-panel__usage {
  font-size: 10px;
  color: #475569;
}
.bb-accounts-panel__usage.muted {
  color: #94a3b8;
}
.bb-accounts-panel__order {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.bb-accounts-panel__order-title {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.bb-accounts-panel__order-sub {
  margin: 4px 0 10px;
  font-size: 11px;
  color: #64748b;
}
.bb-accounts-panel__pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 600;
}
.bb-accounts-panel__detail {
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.bb-accounts-panel__detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.bb-accounts-panel__detail-name {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.bb-accounts-panel__detail-meta {
  font-size: 11px;
  color: #64748b;
}
.bb-accounts-panel__add {
  padding: 8px 12px;
  border-radius: 8px;
  background: #2563EB;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
.bb-accounts-panel__row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #f8fafc;
}
.bb-accounts-panel__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.12);
  color: #2563EB;
  font-size: 13px;
  font-weight: 700;
}
.bb-accounts-panel__email {
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
}
.bb-accounts-panel__connected {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  font-size: 11px;
  color: #059669;
}
.bb-accounts-panel__connected span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
}
.bb-accounts-panel__row-stats {
  text-align: right;
  font-size: 11px;
  color: #64748b;
}
.bb-accounts-panel__row-stats strong {
  display: block;
  color: #0f172a;
  font-size: 12px;
}
.bb-accounts-panel__priority {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
  font-size: 10px;
  font-weight: 700;
}

.blinbox-compare__table {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}
.blinbox-compare__table table {
  margin: 0;
}
.blinbox-compare__table th {
  background: #f8fafc;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  padding: 14px 16px;
  border: none;
}
.blinbox-compare__table td {
  font-size: 14px;
  border-color: rgba(15, 23, 42, 0.06);
}

@media (min-width: 992px) {
  .bb-app-panel,
  .bb-accounts-panel {
    min-height: 460px;
  }
}
@media (max-width: 991px) {
  .blinbox-hero {
    padding: 150px 0 50px;
  }
  .blinbox-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .blinbox-hero__copy {
    max-width: none;
  }
  .blinbox-hero__title {
    font-size: clamp(1.75rem, 6vw, 2.35rem);
  }
  .bb-hero-graphic {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .bb-hero-graphic__window {
    min-height: 0;
  }
  .bb-hero-graphic__content {
    grid-template-columns: 1fr;
  }
  .bb-app-panel__body {
    grid-template-columns: 1fr;
  }
  .bb-app-panel__nav {
    flex-direction: row;
    justify-content: flex-start;
  }
  .bb-accounts-panel__body {
    grid-template-columns: 1fr;
  }
  .bb-accounts-panel__cards {
    grid-template-columns: 1fr 1fr;
  }
  .blinbox-archive__graphic,
  .blinbox-cloud__graphic {
    margin-top: 12px;
    flex: 1 1 auto;
    max-height: none;
  }
}
@media (max-width: 575px) {
  .bb-accounts-panel__cards {
    grid-template-columns: 1fr;
  }
  .bb-accounts-panel__row {
    grid-template-columns: auto 1fr;
  }
  .bb-accounts-panel__row-stats,
  .bb-accounts-panel__priority {
    grid-column: 1/-1;
    text-align: left;
  }
}
/* ===== About page — team banner ===== */
.about-team-banner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.about-team-banner__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 22px 48px rgba(15, 40, 90, 0.14);
  background: #0b1f3a;
  line-height: 0;
}
.about-team-banner__img {
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.about-team-banner__card {
  position: relative;
  width: 100%;
  margin-top: 18px;
  z-index: 2;
  background: #fff;
  border-radius: 16px;
  padding: 22px 22px 20px;
  box-shadow: 0 12px 30px rgba(15, 40, 90, 0.1);
}

@media (max-width: 991px) {
  .about-team-banner {
    max-width: 720px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .about-team-banner__frame {
    border-radius: 16px;
  }
  .about-team-banner__card {
    margin-top: 14px;
    padding: 18px 16px 16px;
  }
}
/* Contact form spam protection */
.contact-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-captcha__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.contact-captcha__row input {
  flex: 1;
  min-width: 0;
}
.contact-captcha__refresh {
  flex-shrink: 0;
  width: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #f7f7f7;
  color: #24334a;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.contact-captcha__refresh:hover {
  background: #eee;
  border-color: #ccc;
}

.hero-banner-one .hero-heading {
  font-size: clamp(2.35rem, 4vw, 3.55rem);
  line-height: 1.12;
  letter-spacing: -1.5px;
}

.hero-banner-one .dz-hero-media {
  position: relative;
}

.hero-banner-one .dz-hero-media .illustration-holder {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  z-index: 1;
}

.hero-banner-one .dz-hero-media .card-one {
  position: absolute;
  right: 0;
  bottom: -12px;
  top: auto;
  z-index: 3;
}

.dz-hero-visual {
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 8px 56px 0;
}

.dz-hero-visual__glow {
  position: absolute;
  right: 8%;
  top: 8%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 69, 255, 0.18) 0%, rgba(237, 240, 255, 0) 70%);
  pointer-events: none;
}

.dz-hero-visual__window {
  position: relative;
  width: 92%;
  max-width: 560px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(36, 51, 74, 0.08);
  box-shadow: 0 28px 70px rgba(24, 39, 75, 0.16);
  z-index: 1;
}

.dz-hero-visual__chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #111827;
}

.dz-hero-visual__dots {
  display: flex;
  gap: 6px;
}
.dz-hero-visual__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}
.dz-hero-visual__dots span:first-child {
  background: #f87171;
}
.dz-hero-visual__dots span:nth-child(2) {
  background: #fbbf24;
}
.dz-hero-visual__dots span:nth-child(3) {
  background: #34d399;
}

.dz-hero-visual__url {
  flex: 1;
  border-radius: 999px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.dz-hero-visual__body {
  display: grid;
  grid-template-columns: 118px 1fr;
  min-height: 360px;
}

.dz-hero-visual__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 14px;
  background: #f8f7ff;
  border-right: 1px solid rgba(106, 69, 255, 0.08);
  color: #334155;
  font-size: 12px;
}
.dz-hero-visual__nav strong {
  color: #1e1b4b;
  font-size: 13px;
  margin-bottom: 6px;
}
.dz-hero-visual__nav span {
  padding: 6px 8px;
  border-radius: 8px;
}
.dz-hero-visual__nav .is-active {
  background: #6a45ff;
  color: #fff;
  font-weight: 600;
}

.dz-hero-visual__main {
  padding: 20px 18px 18px;
}
.dz-hero-visual__main h3,
.dz-hero-visual__main .dz-hero-visual__school {
  margin: 4px 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.dz-hero-visual__kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a45ff;
}

.dz-hero-visual__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.dz-hero-visual__stat {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
}
.dz-hero-visual__stat em {
  display: block;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #111827;
}
.dz-hero-visual__stat span {
  font-size: 11px;
  color: #334155;
}
.dz-hero-visual__stat.is-blue {
  background: rgba(14, 165, 233, 0.1);
}
.dz-hero-visual__stat.is-green {
  background: rgba(16, 185, 129, 0.1);
}
.dz-hero-visual__stat.is-orange {
  background: rgba(255, 121, 0, 0.1);
}
.dz-hero-visual__stat.is-purple {
  background: rgba(106, 69, 255, 0.1);
}

.dz-hero-visual__chart {
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfaff 0%, #ffffff 100%);
  border: 1px solid rgba(106, 69, 255, 0.08);
}

.dz-hero-visual__chart-label {
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}

.dz-hero-visual__bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 78px;
}
.dz-hero-visual__bars span {
  flex: 1;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #8b6cff 0%, #6a45ff 100%);
}

.dz-hero-visual__phone {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 148px;
  padding: 18px 14px 14px;
  border-radius: 26px;
  background: #111827;
  color: #fff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.28);
  z-index: 2;
}
.dz-hero-visual__phone strong {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
}
.dz-hero-visual__phone p {
  margin: 4px 0 10px;
  font-size: 11px;
  color: #94a3b8;
}

.dz-hero-visual__notch {
  width: 42px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.dz-hero-visual__phone-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.dz-hero-visual__map {
  position: relative;
  height: 72px;
  border-radius: 14px;
  background: radial-gradient(circle at 70% 40%, rgba(106, 69, 255, 0.45), transparent 28%), linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.dz-hero-visual__pin {
  position: absolute;
  left: 58%;
  top: 38%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff7900;
  box-shadow: 0 0 0 6px rgba(255, 121, 0, 0.25);
}

.dz-hero-visual__badge {
  position: absolute;
  left: 0;
  top: 18%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: #1e1b4b;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(24, 39, 75, 0.12);
  z-index: 3;
}
.dz-hero-visual__badge i {
  color: #6a45ff;
}

@media (max-width: 1199px) {
  .dz-hero-visual__phone {
    width: 132px;
  }
}
@media (max-width: 991px) {
  .hero-banner-one .dz-hero-media .illustration-holder {
    max-width: 560px;
    margin: 8px auto 0;
  }
  .hero-banner-one .dz-hero-media .card-one {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
  }
  .dz-hero-visual {
    min-height: 0;
    padding: 0;
    justify-content: center;
  }
  .dz-hero-visual__window {
    width: 100%;
  }
  .dz-hero-visual__phone,
  .dz-hero-visual__badge {
    display: none;
  }
}
.insights-table-wrap {
  overflow-x: auto;
}

.insights-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
}

.insights-breadcrumb a {
  color: inherit;
}

.insights-breadcrumb a:hover {
  color: var(--prime-ten);
}

.insights-breadcrumb-sep {
  margin: 0 2px;
  color: rgba(0, 0, 0, 0.35);
}

.insights-quote {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: #151937;
  border-left: 3px solid var(--prime-ten);
  padding: 4px 0 4px 20px;
  margin: 28px 0 32px;
}

.blog-meta-three h2.blog-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.53em;
}

.insights-table-caption {
  color: #303030;
}

.insights-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}

.insights-table th,
.insights-table td {
  border: 1px solid #e7e7e7;
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
}

.insights-table th {
  background: #f7f7f7;
  font-weight: 500;
  color: #000;
}

.insights-list,
.insights-checklist ul {
  margin: 0 0 32px;
  padding-left: 22px;
}

.insights-list li,
.insights-checklist li {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 8px;
}

.insights-cta {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 22px 26px;
}

.insights-cover {
  width: 100%;
  height: auto;
  display: block;
  background: #f6f3ee;
}

.blog-meta-three .post-img .insights-cover {
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-details-one .image-meta.insights-cover {
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-sidebar .sidebar-recent-news .insights-recent-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 20px;
  margin: 0;
  text-decoration: none;
  color: inherit;
}

.blog-sidebar .sidebar-recent-news .insights-recent-item:last-child {
  padding-bottom: 0;
}

.blog-sidebar .sidebar-recent-news .insights-recent-thumb {
  flex-shrink: 0;
  line-height: 0;
}

.blog-sidebar .sidebar-recent-news .insights-cover,
.blog-sidebar .sidebar-recent-news img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.blog-sidebar .sidebar-recent-news .post {
  width: auto;
  flex: 1;
  min-width: 0;
  padding: 0;
}

.blog-sidebar .sidebar-recent-news .post .title {
  display: block;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.blog-sidebar .sidebar-recent-news .insights-recent-item:hover .title {
  color: var(--prime-ten);
}

.blog-sidebar .sidebar-recent-news .post .date {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.7;
}

.blog-details-one .blog-details-content .insights-cta a,
.blog-details-one .blog-details-content p a,
.blog-details-one .blog-details-content li a {
  color: var(--prime-ten);
  text-decoration: underline;
}

.page-pagination-one button {
  min-width: 40px;
  min-height: 40px;
}

.blog-details-one .blog-details-content .share-icon li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.skip-to-main {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 10000;
  padding: 10px 14px;
  background: #111827;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}
.skip-to-main:focus {
  top: 12px;
}

.hero-banner-one .card-one p {
  line-height: 1.35em;
  letter-spacing: -0.5px;
}

.card-style-one h3 a:hover {
  color: var(--prime-one);
}

.slick-arrow-one li {
  color: #333;
}

.fancy-short-banner-one form button {
  background: #9a3412;
  min-height: 48px;
}

.fancy-short-banner-one .subscribe-form p {
  color: #4b5563;
}

.schulix-hero-proofs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.schulix-hero-proofs li {
  position: relative;
  padding-left: 28px;
  color: #334155;
  font-size: 16px;
  line-height: 1.45;
}
.schulix-hero-proofs li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4f2ed1;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #4f2ed1;
}

.schulix-hero-call {
  color: #4f2ed1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
.schulix-hero-call:hover {
  color: #3b1fa3;
  text-decoration: underline;
}

.schulix-school-fit {
  background: linear-gradient(180deg, #f8f5ff 0%, #ffffff 100%);
}
.schulix-school-fit__card {
  padding: 28px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(79, 46, 209, 0.08);
  box-shadow: 0 12px 32px rgba(24, 39, 75, 0.06);
}
.schulix-school-fit__label {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7c2d12;
  background: rgba(180, 83, 9, 0.12);
}
.schulix-school-fit__label.is-fix {
  color: #3730a3;
  background: rgba(79, 46, 209, 0.1);
}
.schulix-school-fit__check {
  padding: 36px 32px;
  border-radius: 20px;
  background: #111827;
  color: #e5e7eb;
}
.schulix-school-fit__check .tx-dark, .schulix-school-fit__check h3 {
  color: #fff;
}
.schulix-school-fit__check p {
  color: #cbd5e1;
}
.schulix-school-fit__list li {
  position: relative;
  padding: 10px 0 10px 32px;
  color: #f8fafc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.schulix-school-fit__list li:last-child {
  border-bottom: 0;
}
.schulix-school-fit__list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #a5b4fc;
  font-weight: 700;
}

.schulix-demo-band {
  background: #fff;
}
.schulix-demo-band__card {
  padding: 32px 28px;
  border-radius: 20px;
  background: #f8f5ff;
  border: 1px solid rgba(79, 46, 209, 0.1);
  box-shadow: 0 18px 40px rgba(24, 39, 75, 0.08);
}

.schulix-demo-form {
  position: relative;
}
.schulix-demo-form input,
.schulix-demo-form select {
  width: 100%;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 16px;
}
.schulix-demo-form select {
  color: #111827;
}
.schulix-demo-form__error {
  color: #9f1239;
  font-size: 14px;
  margin-bottom: 8px;
}
.schulix-demo-form__note {
  margin-top: 12px;
  font-size: 14px;
  color: #4b5563;
}

.title-style-four .sc-title {
  color: #3d3d3d;
}

.schulix-tech-tags__eyebrow {
  color: #4f2ed1;
}

body .btn-twentyOne {
  background: #9d174d;
  color: #fff;
}

.footer-style-three .bottom-footer .social-icon a {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  line-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fancy-feature-thirteen .text-muted {
  color: #4b5563 !important;
}

.hero-banner-three .download-btn button,
.hero-banner-three .dropdown.download-btn .dropdown-toggle {
  min-height: 48px;
}

.orbit-page {
  --orbit-ink: #111827;
  --orbit-muted: #4b5563;
  --orbit-accent: #4f2ed1;
  --orbit-soft: #f7f4ff;
  --orbit-line: rgba(79, 46, 209, 0.1);
  --orbit-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  --orbit-radius: 20px;
}
.orbit-page .orbit-section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.orbit-page .orbit-section--soft {
  background: linear-gradient(180deg, var(--orbit-soft) 0%, #ffffff 100%);
}
.orbit-page .hero-banner-three .slogan {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 16px;
  border-radius: 999px;
  background: #f7f4ff;
  color: var(--orbit-accent);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid var(--orbit-line);
}
.orbit-page .hero-banner-three .slogan strong {
  color: var(--orbit-ink);
}
.orbit-page .hero-banner-three .slogan i {
  font-size: 11px;
  opacity: 0.7;
}
.orbit-page .hero-banner-three .text-lg {
  color: var(--orbit-muted);
  max-width: 36rem;
}
.orbit-page .schulix-hero-proofs li {
  padding: 10px 14px 10px 36px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(17, 24, 39, 0.05);
}
.orbit-page .schulix-hero-proofs li:before {
  top: 14px;
  left: 12px;
}
.orbit-page .title-style-four .main-title,
.orbit-page .title-style-five .main-title {
  letter-spacing: -0.03em;
}
.orbit-page .sc-title-two {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.orbit-page .text-lg {
  color: var(--orbit-muted);
}
.orbit-page .card-style-one:before,
.orbit-page .card-style-one:hover:before {
  content: none;
  display: none;
  opacity: 0;
  transform: none;
  box-shadow: none;
}
.orbit-page .orbit-card,
.orbit-page .card-style-one.orbit-card,
.orbit-page .schulix-school-fit__card,
.orbit-page .orbit-outcome,
.orbit-page .orbit-metric {
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.orbit-page .orbit-card:hover,
.orbit-page .card-style-one.orbit-card:hover,
.orbit-page .schulix-school-fit__card:hover,
.orbit-page .orbit-outcome:hover,
.orbit-page .orbit-metric:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
  border-color: rgba(79, 46, 209, 0.18);
}
.orbit-page .orbit-card,
.orbit-page .card-style-one.orbit-card {
  padding: 28px 26px;
  margin-bottom: 0;
  border-radius: var(--orbit-radius);
  border: 1px solid var(--orbit-line);
  background: #fff;
  box-shadow: var(--orbit-shadow);
}
.orbit-page .orbit-card .icon,
.orbit-page .card-style-one.orbit-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.orbit-page .accordion-style-one .accordion-item {
  border: 1px solid var(--orbit-line);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: none;
}
.orbit-page .accordion-style-one .accordion-button {
  padding: 18px 20px;
  font-weight: 500;
}
.orbit-page .accordion-style-one .accordion-body {
  padding: 0 20px 18px;
  color: var(--orbit-muted);
}
.orbit-page .card-style-five {
  border-radius: 18px;
  border: 1px solid var(--orbit-line);
  background: #fff;
  box-shadow: var(--orbit-shadow);
}
.orbit-page .schulix-access-control,
.orbit-page .schulix-paas,
.orbit-page .schulix-timetable {
  background: transparent;
}

.orbit-metrics-band {
  padding: 8px 0 24px;
}

.orbit-metric {
  height: 100%;
  padding: 28px 24px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(79, 46, 209, 0.1);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.05);
}
.orbit-metric__count {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}
.orbit-metric__label {
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.45;
}

.orbit-pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(79, 46, 209, 0.08);
}
.orbit-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
}
.orbit-pillar p {
  color: #4b5563;
}

.orbit-overview-media {
  position: relative;
  padding: 8px 48px 24px 0;
}
.orbit-overview-media__main {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
  background: #f4f7ff;
}
.orbit-overview-media__phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(168px, 32%);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
  background: #fff;
}

.orbit-outcome {
  height: 100%;
  padding: 28px 24px 26px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(79, 46, 209, 0.1);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.05);
}
.orbit-outcome__index {
  display: inline-block;
  margin-bottom: 14px;
  color: #4f2ed1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.orbit-outcome p {
  color: #4b5563;
}

.orbit-steps-band {
  border-radius: 0;
}

.orbit-step {
  height: 100%;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.orbit-step__num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.28);
  margin-bottom: 14px;
}

.orbit-compare {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}
.orbit-compare th,
.orbit-compare td {
  padding: 14px 18px;
  vertical-align: middle;
}
.orbit-compare thead th {
  background: #f7f4ff;
  border: 0;
  font-size: 14px;
}
.orbit-compare tbody tr:last-child td {
  border-bottom: 0;
}

.orbit-cta {
  margin-top: 0;
  padding-bottom: 8px;
}

.orbit-page .schulix-school-fit {
  background: transparent;
}

.orbit-page .schulix-school-fit__card {
  height: 100%;
}

.orbit-page .schulix-school-fit__pair {
  display: grid;
  gap: 12px;
}

.orbit-page .schulix-school-fit__pain,
.orbit-page .schulix-school-fit__fix {
  padding: 12px 14px;
  border-radius: 12px;
  line-height: 1.55;
}

.orbit-page .schulix-school-fit__pain {
  background: #fff7ed;
  color: #7c2d12;
}

.orbit-page .schulix-school-fit__fix {
  background: #f5f3ff;
  color: #3730a3;
}

.orbit-page .schulix-demo-band {
  background: transparent;
}

.orbit-page .schulix-demo-band__card {
  height: 100%;
}

.orbit-contact-strip {
  padding-top: 24px;
}

@media (max-width: 991px) {
  .orbit-page .orbit-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .orbit-overview-media {
    padding: 0 0 20px;
    max-width: 520px;
    margin: 0 auto;
  }
  .orbit-metrics-band {
    padding: 8px 0 48px;
  }
}
/* Responsive CSS Document */
/* 
    Created on   : 27/07/2022.
    Theme Name   : Jano - Creative Multipurpose Bootstrap 5 Template
    Version      : 1.0.
    Developed by : (me@heloshape.com) / (www.me.heloshape.com)

*/
@media (min-width: 992px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  .mega-dropdown .col-lg-2 {
    width: 20%;
  }
}
/*(min-width: 992px)*/
/*(min-width: 1400px)*/
/*Grid xl Start*/
@media (max-width: 1399px) {
  .fancy-feature-thirtyFive .img-holder .card-style {
    padding: 20px 0 15px;
  }
  .pricing-table-area-four .pr-table-wrapper {
    padding: 25px 15px 30px;
  }
  .pricing-table-area-four .pr-table-wrapper .top-banner span {
    font-size: 20px;
  }
  .pricing-table-area-four .pr-table-wrapper .top-banner {
    padding: 8px 10px;
  }
  .card-style-six {
    padding: 50px 15px;
  }
  .feedback-section-twelve .shape-one {
    display: none !important;
  }
  .partner-section-five .wrapper {
    width: 100%;
  }
  .card-style-twentyThree ul li {
    font-size: 17px;
  }
}
/*(max-width: 1399px)*/
/*Between Grid xl*/
@media (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 54px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  .title-style-seven .main-title,
  .title-style-eight .main-title,
  .title-style-three .main-title {
    font-size: 58px;
  }
  .title-style-six .main-title,
  .form-style-five .form-title {
    font-size: 55px;
  }
  .title-style-eleven .main-title {
    font-size: 55px;
  }
  .hero-banner-thirteen .hero-heading {
    font-size: 75px;
  }
  .hero-banner-three .hero-heading {
    font-size: 70px;
  }
  .hero-banner-eight .hero-heading {
    font-size: 75px;
  }
  .hero-banner-six .hero-heading {
    font-size: 70px;
  }
  .title-style-five .main-title,
  .fancy-short-banner-fifteen .title {
    font-size: 58px;
  }
  .inner-banner-one .title {
    font-size: 60px;
  }
  .title-style-thirteen .main-title {
    font-size: 50px;
  }
  .title-style-fourteen .main-title {
    font-size: 58px;
  }
  .p-30 {
    padding: 20px;
  }
  .theme-main-menu {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hero-banner-ten .hero-heading,
  .hero-banner-twelve .hero-heading {
    font-size: 72px;
  }
  .text-lg {
    font-size: 22px;
  }
  .fancy-feature-thirtyFive .top-banner h2 {
    font-size: 58px;
  }
  .fancy-feature-thirtyFive .img-holder {
    margin-right: 100px;
  }
  .fancy-feature-thirtyFive .text-wrapper p {
    font-size: 38px;
  }
  .fancy-feature-thirtyFive .img-holder .card-one {
    width: 250px;
    left: -10%;
  }
  .feedback-section-eleven .inner-content,
  .feedback-section-thirteen .inner-content {
    width: 150vw;
    transform: translateX(-25vw);
  }
  .feedback-block-eleven {
    padding: 50px 40px;
  }
  .hero-banner-seven .illustration-holder {
    top: 24%;
  }
  .fancy-short-banner-nine .title h2 {
    font-size: 45px;
  }
  .feedback-block-six p {
    font-size: 30px;
  }
  .fancy-short-banner-ten h2 {
    font-size: 42px;
  }
  .theme-main-menu .header-search-one {
    max-width: 330px;
    margin-left: 2.5vw;
  }
  .fancy-short-banner-six .block-wrapper .inner-wrapper {
    width: 570px;
  }
  .fancy-short-banner-six .block-wrapper .main-title {
    font-size: 60px;
  }
  .fancy-short-banner-six .left-side {
    height: 760px;
  }
  .blog-meta-two {
    padding: 40px 30px;
  }
  .theme-main-menu .header-search-two {
    width: 300px;
    margin-left: 4vw;
  }
  .hero-banner-thirteen .input-block {
    padding: 5px 15px;
  }
  .fancy-feature-fortySix .quote-wrapper p {
    font-size: 55px;
  }
  .fancy-feature-fortyNine .title {
    font-size: 80px;
  }
  .fancy-feature-fortyNine .clip-text {
    font-size: 800px;
    line-height: 715px;
    top: -66px;
  }
  .feedback-section-fourteen .shape-three {
    left: -3%;
  }
  .feedback-block-twelve p {
    font-size: 31px;
  }
  .hero-banner-two .hero-heading {
    font-size: 70px;
  }
  .hero-banner-two .illustration-holder .shape-two {
    right: -8%;
  }
  .fancy-feature-five .tags-wrapper {
    padding: 35px 35px 40px;
  }
  .feedback-block-two p {
    font-size: 25px;
  }
  .fancy-short-banner-two .bg-wrapper .inner-wrapper {
    max-width: 990px;
  }
  .footer-style-two {
    padding: 0 4%;
  }
  .hero-banner-three .mobile-screen {
    width: 44%;
  }
  .fancy-feature-ten .circle-one {
    width: 1050px;
    height: 1050px;
  }
  .fancy-feature-ten .mobile-screen {
    bottom: 14%;
  }
  .feedback-section-three .slider-wrapper {
    width: calc(1320px + 15vw);
  }
  .feedback-section-three .shape-holder {
    width: 58%;
  }
  .hero-banner-eight h2 {
    font-size: 60px;
  }
  .card-style-thirteen {
    padding: 50px 35px 30px;
  }
  .feedback-section-seven .inner-content {
    width: 150vw;
    transform: translateX(-25vw);
  }
  .feedback-block-seven {
    padding: 50px 50px 40px;
  }
  .footer-style-eight {
    padding: 0 4%;
  }
  .hero-banner-four .hero-heading {
    font-size: 88px;
  }
  .fancy-feature-twelve .block-wrapper {
    width: 68vw;
  }
  .fancy-feature-thirteen .fancy-text {
    font-size: 172px;
  }
  .feedback-block-four {
    padding: 40px 35px 45px;
  }
  .fancy-short-banner-five .title-xl {
    font-size: 85px;
  }
  .hero-banner-one .illustration-holder {
    right: 1%;
    width: 48%;
  }
  .fancy-feature-one .inner-content {
    max-width: 1300px;
  }
  .feedback-section-one .inner-content {
    width: 150vw;
    transform: translateX(-25vw);
  }
  .fancy-short-banner-one .inner-wrapper {
    max-width: 1010px;
  }
  .pricing-table-area-three .pr-column {
    padding-left: 30px;
  }
  .hero-banner-eleven .hero-heading {
    font-size: 105px;
  }
  .fancy-short-banner-fourteen .title {
    font-size: 65px;
  }
  .hero-banner-nine .hero-heading {
    font-size: 80px;
  }
  .hero-banner-nine h2 {
    font-size: 48px;
  }
  .partner-section-five .logo-wrapper {
    font-size: 25px;
  }
  .partner-section-five .logo-wrapper .br-name {
    padding: 0 2.5%;
  }
  .feedback-block-eight p {
    font-size: 60px;
    line-height: 1.3em;
  }
  .feedback-section-eight .shapes {
    transform: scale(0.75);
  }
  .feedback-block-nine p {
    font-size: 35px;
  }
  .feedback-section-nine .img-three {
    width: 20%;
    bottom: -8%;
  }
  .feedback-section-ten .slider-wrapper {
    width: calc(1320px + 15vw);
  }
  .feedback-block-ten {
    padding: 40px 50px 35px;
  }
  .fancy-feature-fiftyOne .shape-two {
    right: 8%;
  }
  .partner-section-six .br-name {
    font-size: 30px;
  }
  .team-section-three .line-bg-wrapper {
    width: 1140px;
  }
  .inner-banner-two {
    padding: 385px 0 75px;
  }
  .inner-banner-two .title {
    font-size: 75px;
  }
  .title-style-twelve .main-title {
    font-size: 55px;
  }
  .blog-details-one .blog-inner-title {
    font-size: 38px;
  }
  .contact-section-two {
    padding: 60px 40px 85px;
  }
  .form-style-five {
    max-width: 570px;
    padding-left: 50px;
  }
}
/*(min-width: 1200px) and (max-width: 1399px)*/
@media screen and (min-width: 1200px) {
  .theme-menu-eight .logo {
    min-width: 226px;
  }
  .theme-menu-two .logo,
  .theme-menu-six .logo,
  .theme-menu-eleven .logo {
    min-width: 300px;
  }
  .theme-menu-three .logo {
    min-width: 256px;
  }
  .theme-menu-seven .logo {
    min-width: 214px;
  }
}
/*Grid lg Start*/
@media (max-width: 1199px) {
  h4,
  .card-style-five h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .text-lg {
    font-size: 19px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-17 {
    font-size: 15px;
  }
  .p-30 {
    padding: 0;
  }
  .theme-main-menu .start-btn-one {
    line-height: 50px;
    padding: 0 30px;
  }
  .theme-menu-six.theme-main-menu,
  .theme-menu-one.theme-main-menu {
    padding-top: 20px;
  }
  body .btn-fourteen {
    line-height: 55px;
    font-size: 16px;
    padding: 0 25px;
  }
  body .btn-twentyFour {
    padding: 13px 20px;
    font-size: 15px;
  }
  body .btn-eighteen {
    font-size: 16px;
  }
  body .btn-ten {
    line-height: 40px;
    font-size: 15px;
  }
  body .btn-four {
    line-height: 48px;
    font-size: 15px;
    padding: 0 35px;
  }
  body .btn-nineteen {
    font-size: 15px;
  }
  body .btn-twentyTwo {
    line-height: 50px;
    padding: 0 32px;
  }
  .title-style-six .sc-title {
    font-size: 15px;
  }
  .title-style-eleven .sc-title {
    font-size: 14px;
  }
  .title-style-three .sc-title {
    font-size: 13px;
  }
  .title-style-ten .sc-title {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .title-style-fourteen .sc-title {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .fancy-short-banner-six .form-title {
    font-size: 35px;
  }
  .form-style-five .form-title {
    font-size: 45px;
  }
  .card-style-fifteen {
    padding: 30px 20px;
  }
  .card-style-fifteen h4 {
    font-size: 22px;
    line-height: 1.5em;
  }
  .card-style-fifteen p {
    font-size: 16px;
  }
  .fancy-feature-thirtyFive .top-banner .rating li {
    font-size: 15px;
  }
  .fancy-feature-thirtyFive .img-holder .card-style h3 {
    margin-bottom: 0;
  }
  .card-style-sixteen {
    padding: 50px 12px 70px;
  }
  .title-style-one .sc-title {
    font-size: 13px;
  }
  .accordion-style-five .accordion-button {
    font-size: 20px;
    padding: 18px 15px;
  }
  .accordion-style-five .accordion-body p,
  .fancy-feature-thirtySeven .block-wrapper p {
    font-size: 16px;
    line-height: 30px;
  }
  .accordion-style-five .accordion-body {
    padding: 0 20px 5px 57px;
  }
  .fancy-feature-thirtySeven .block-wrapper h3 {
    font-size: 26px;
    line-height: 1.16em;
  }
  .feedback_slider_seven .item {
    margin: 0 12px;
  }
  .feedback-block-eleven {
    padding: 30px 20px;
  }
  .feedback-block-eleven p {
    font-size: 20px;
    padding: 25px 0 10px;
  }
  .block-style-seven .list-item li {
    font-size: 18px;
  }
  .blog-meta-three .blog-title {
    font-size: 22px;
  }
  .blog-meta-three .post-date {
    font-size: 12px;
  }
  .hero-banner-seven .slogan,
  .hero-banner-three .slogan {
    font-size: 14px;
  }
  .hero-banner-seven .slogan i,
  .hero-banner-three .slogan i {
    width: 25px;
    line-height: 20px;
    margin-left: 5px;
  }
  .pricing-table-area-four .pr-table-wrapper .pack-name {
    font-size: 24px;
  }
  .pricing-table-area-four .pr-table-wrapper .pack-details {
    font-size: 12px;
  }
  .card-style-eleven .icon {
    height: 60px;
    width: 60px;
  }
  .fancy-short-banner-nine .title h6 {
    font-size: 12px;
  }
  .fancy-short-banner-nine {
    padding: 0 30px 0 15px;
  }
  .fancy-short-banner-nine .input-wrapper input,
  .fancy-short-banner-nine .domain-search-form .search-btn {
    height: 60px;
  }
  .fancy-short-banner-nine .input-wrapper input {
    padding-right: 90px;
  }
  .fancy-short-banner-nine .input-wrapper .select-wrapper select {
    font-size: 18px;
  }
  .fancy-short-banner-nine .input-wrapper .select-wrapper {
    width: 85px;
    top: 17px;
  }
  .fancy-short-banner-nine .input-wrapper .select-wrapper:before {
    height: 22px;
  }
  .card-style-eleven .text {
    width: calc(100% - 60px);
  }
  .slick-arrow-four li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }
  .feedback-block-six h4:before {
    top: 16px;
  }
  .accordion-style-two .accordion-button {
    font-size: 18px;
    padding: 20px 0;
  }
  .accordion-style-two .accordion-body p {
    font-size: 16px;
    line-height: 30px;
  }
  .accordion-style-two .accordion-body {
    padding: 0 20px 10px 0;
  }
  .fancy-short-banner-ten h2 {
    font-size: 32px;
    line-height: 1.35em;
  }
  .fancy-short-banner-ten .btn-solid {
    line-height: 50px;
    font-size: 15px;
    padding: 0 30px;
  }
  .fancy-short-banner-ten .btn-line {
    font-size: 16px;
  }
  .footer-style-seven .bg-wrapper {
    padding: 290px 0 15px;
  }
  .theme-menu-nine .notice-banner {
    padding: 5px 12px;
    font-size: 15px;
  }
  .theme-main-menu .header-search-one input {
    font-size: 14px;
    padding: 0 12px 0 35px;
  }
  .theme-main-menu .header-search-one .icon {
    left: 10px;
  }
  .hero-banner-twelve .shape-two,
  .feedback-section-fourteen .shape-three,
  .pricing-section-one .shapes,
  .blog-section-one .shape-two,
  .hero-banner-eleven .shape-one,
  .fancy-feature-thirtyOne .shape-one {
    display: none !important;
  }
  .hero-banner-twelve .card-style h4 {
    font-size: 20px;
  }
  .hero-banner-twelve .card-style p {
    font-size: 15px;
  }
  .hero-banner-twelve .card-style h5 {
    font-size: 16px;
  }
  .hero-banner-twelve .card-one {
    width: 135px;
    height: 70px;
    left: 0;
  }
  .hero-banner-twelve .card-two {
    width: 135px;
    height: 70px;
    right: 0;
  }
  .hero-banner-twelve .card-three {
    width: 170px;
    height: 90px;
    right: 0;
  }
  .card-style-seventeen h4 {
    font-size: 18px;
  }
  .card-style-seventeen p {
    font-size: 17px;
  }
  .card-style-seventeen .icon {
    width: 55px;
    height: 55px;
  }
  .card-style-seventeen .text-wrapper {
    width: calc(100% - 55px);
  }
  .card-style-eighteen h4 {
    font-size: 20px;
  }
  .card-style-eighteen h3 {
    font-size: 30px;
  }
  .card-style-eighteen.more-item p {
    font-size: 20px;
  }
  .accordion-style-six .accordion-button {
    font-size: 18px;
    padding: 18px 0;
  }
  .accordion-style-six .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 10px;
  }
  .accordion-style-six .accordion-body p {
    font-size: 16px;
    line-height: 30px;
  }
  .card-style-nineteen {
    padding: 15px 15px 20px;
    min-height: 230px;
  }
  .fancy-feature-fortyTwo .rating-box .rate {
    font-size: 24px;
  }
  .fancy-feature-fortyTwo .rating-box {
    top: -68px;
  }
  .course_slider_one .item {
    margin: 0 12px;
  }
  .fancy-feature-fortyTwo .slider-wrapper {
    margin: 0 -12px;
  }
  .card-style-twenty .course-title {
    font-size: 20px;
  }
  .footer-style-eleven {
    padding: 100px 0 0;
  }
  .footer-style-eleven .bottom-footer {
    padding: 5px 0 20px;
    margin-top: 30px;
  }
  .theme-main-menu .donate-btn {
    font-size: 15px;
    line-height: 50px;
    padding: 0 30px;
  }
  .hero-banner-five .donate-btn {
    font-size: 15px;
    line-height: 50px;
    padding: 0 40px;
  }
  .card-style-seven {
    padding: 40px 15px;
  }
  .card-style-seven .icon {
    height: 55px;
  }
  .fancy-feature-fifteen .video-icon {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
  .counter-block-two .main-count {
    font-size: 35px;
    margin-bottom: -5px;
  }
  .card-style-eight .img-meta .donation-goal {
    left: 10px;
    right: 10px;
  }
  .card-style-eight .img-meta .ribbon {
    height: 10px;
  }
  .fancy-feature-sixteen .ins-title {
    font-size: 18px;
  }
  .card-style-nine {
    height: 350px;
    padding: 0 20px;
  }
  .card-style-nine .icon {
    height: 55px;
  }
  .card-style-nine .title {
    font-size: 26px;
  }
  .card-style-nine.center-item:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .blog-meta-two {
    padding: 35px 20px;
  }
  .partner-section-three .title {
    font-size: 16px;
  }
  .partner-section-three .title span {
    font-size: 26px;
  }
  .fancy-short-banner-seven .subscribe-form form {
    height: 60px;
  }
  .footer-style-five {
    padding: 80px 0 20px;
  }
  .hero-banner-thirteen .input-block {
    padding: 5px 15px;
  }
  .hero-banner-thirteen .input-block .nice-select {
    font-size: 15px;
    font-weight: 500;
  }
  .hero-banner-thirteen .input-block .nice-select .option {
    font-size: 0.8em;
  }
  .hero-banner-thirteen .input-block button {
    height: 55px;
    font-size: 15px;
  }
  .hero-banner-thirteen .search-form-bg {
    padding: 15px 0;
  }
  .fancy-feature-fortySix .shape-one {
    width: 100px;
    top: -50px;
  }
  .fancy-feature-fortySix .shape-four {
    width: 100px;
    left: 15px;
    bottom: 1%;
  }
  .fancy-feature-fortySix .shape-five {
    width: 90px;
    height: 90px;
    bottom: 1%;
  }
  .fancy-feature-fortySix .quote-wrapper .icon {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .card-style-twentyTwo .text-meta {
    padding: 30px 15px 20px;
  }
  .card-style-twentyTwo .price {
    font-size: 22px;
  }
  .fancy-feature-fortyEight .img-gallery .video-icon {
    width: 65px;
    height: 65px;
    font-size: 32px;
  }
  .counter-block-three .main-count {
    font-size: 35px;
    margin-bottom: -5px;
  }
  .feedback-section-fourteen .shape-four {
    width: 100px;
    top: -50px;
    left: 20%;
  }
  .fancy-feature-fortyNine .clip-text-two {
    font-size: 50px;
    bottom: -25px;
  }
  .feedback-block-twelve .icon {
    width: 50px;
    height: 50px;
  }
  .feedback-block-twelve p {
    font-size: 24px;
  }
  .feedback_slider_eleven .slick-dots {
    margin-top: 25px;
  }
  .feedback-section-fourteen .rating-box {
    width: 100%;
    height: 80px;
    transform: none;
    font-size: 17px;
  }
  .feedback-section-fourteen .rating-box strong {
    font-size: 40px;
    margin: 15px 0 -15px;
  }
  .blog-meta-six {
    padding: 35px 20px;
  }
  .blog-meta-six .blog-title {
    font-size: 24px;
  }
  .accordion-style-seven .accordion-button {
    font-size: 18px;
    padding: 20px 10px 20px 20px;
  }
  .accordion-style-seven .accordion-item .accordion-button:not(.collapsed) {
    padding: 20px 10px 10px 20px;
  }
  .accordion-style-seven .accordion-body {
    padding: 0 20px 20px 20px;
  }
  .accordion-style-seven .accordion-body p {
    font-size: 18px;
    line-height: 32px;
  }
  .fancy-short-banner-fifteen .form-bg {
    padding: 35px 20px 30px;
  }
  .theme-main-menu .contact-btn-two,
  .theme-main-menu .login-btn-one {
    line-height: 45px;
    padding: 0 25px;
  }
  .fancy-feature-four .nav-tabs li .nav-link {
    font-size: 17px;
    padding: 15px 30px;
  }
  .fancy-feature-five .tags-wrapper {
    padding: 25px 15px 30px;
  }
  .fancy-feature-five .tags-wrapper li a {
    font-size: 15px;
    padding: 12px;
  }
  .fancy-feature-five .tags-wrapper li {
    font-size: 20px;
    margin: 5px 0;
  }
  .card-style-three {
    padding: 30px 10px 25px 15px;
  }
  .title-style-three .icon {
    width: 55px;
    height: 55px;
    padding: 11px;
    margin: 0 auto 20px;
  }
  .feedback-block-two p {
    font-size: 22px;
  }
  .feedback-section-two .circle-bg .cp-one,
  .feedback-section-two .circle-bg .cp-two {
    left: 0;
  }
  .feedback-section-two .circle-bg .cp-five {
    right: 0;
  }
  .pricing-nav-one .nav-item .nav-link {
    font-size: 16px;
    line-height: 50px;
    width: 125px;
  }
  .pricing-table-area-one .pr-column .price {
    font-size: 42px;
  }
  .pricing-table-area-one .pr-list-wrapper {
    top: 205px;
  }
  .fancy-short-banner-two .bg-wrapper {
    padding: 40px 20px;
  }
  .footer-style-two {
    padding: 0 12px;
  }
  .hero-banner-three h2 {
    font-size: 26px;
  }
  .card-style-four {
    padding: 30px 15px 25px;
  }
  .fancy-feature-nine .screen-container .bg-round-shape {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .card-style-five h4 {
    padding-top: 28px;
  }
  .card-style-five {
    padding: 30px 15px;
  }
  .fancy-feature-ten .block-bg {
    width: 180px;
    height: 100px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 30px;
  }
  .feedback-block-three {
    padding: 30px 20px;
    margin: 25px 0 65px;
  }
  .title-style-four .sc-title-two {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .accordion-style-one .accordion-button {
    font-size: 18px;
    padding: 18px 15px;
  }
  .accordion-style-one .accordion-body {
    padding: 0 15px 15px;
  }
  .accordion-style-one .accordion-body p {
    font-size: 16px;
    line-height: 32px;
  }
  .pricing-nav-two .nav-item .nav-link,
  .pricing-nav-three .nav-item .nav-link {
    font-size: 16px;
    line-height: 50px;
    width: 120px;
  }
  .pricing-table-area-two .pr-column {
    padding: 25px 20px 30px;
  }
  .pricing-table-area-two .price {
    font-size: 35px;
  }
  .pricing-table-area-two .plan {
    font-size: 20px;
  }
  .pricing-table-area-two .pr-body li {
    font-size: 16px;
  }
  .address-block-one {
    padding: 0 15px 10px 80px;
  }
  .address-block-one h4 {
    font-size: 20px;
  }
  .address-block-one .icon {
    width: 60px;
  }
  .fancy-short-banner-four {
    margin-bottom: -140px;
  }
  .footer-style-three {
    padding: 230px 0 100px;
  }
  .footer-style-three .bottom-footer h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .theme-main-menu .start-btn-two {
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
  }
  .hero-banner-eight h2 {
    font-size: 40px;
  }
  .card-style-twelve .icon {
    height: 180px;
  }
  .card-style-thirteen {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .card-style-thirteen .arrow {
    right: 50%;
    top: 100%;
    transform: translate(50%, -50%) rotate(90deg);
    font-size: 20px;
  }
  .fancy-feature-twentyEight .illustration-img {
    max-width: 96%;
  }
  .title-style-nine .sc-title {
    font-size: 15px;
    padding-bottom: 12px;
  }
  .block-style-five .list-item li {
    padding: 20px 20px 20px 75px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
  }
  .block-style-five .list-item li:after {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .counter-block-four .main-count {
    font-size: 60px;
    margin-bottom: -5px;
  }
  .feedback-block-seven {
    padding: 30px 20px 25px;
  }
  .feedback-block-seven p {
    font-size: 20px;
    padding: 30px 0 15px;
  }
  .feedback-section-seven .slick-dots {
    margin-top: 50px;
  }
  .accordion-style-three .accordion-button {
    font-size: 18px;
    padding: 18px 10px 18px 15px;
  }
  .accordion-style-three .accordion-body {
    padding: 0 20px 10px 15px;
  }
  .blog-meta-four {
    padding: 25px 20px 40px;
  }
  .blog-meta-four .blog-title {
    font-size: 24px;
    line-height: 1.5em;
  }
  .footer-style-eight {
    padding: 0 12px;
  }
  .footer-style-eight .top-footer {
    padding: 60px 12px 20px;
  }
  .theme-basic-footer .form-widget form {
    height: 60px;
  }
  .theme-basic-footer .form-widget form button {
    width: 110px;
  }
  .theme-basic-footer.footer-style-eight .form-widget form input {
    padding: 0 112px 0 15px;
  }
  body .btn-eight {
    padding: 0 35px;
    line-height: 50px;
  }
  .fancy-feature-twelve .main-count {
    font-size: 50px;
  }
  .fancy-feature-twelve .title {
    font-size: 28px;
  }
  .g-control-nav-one li {
    font-size: 18px;
    margin-left: 30px;
  }
  .fancy-feature-thirteen .skils-list li span {
    line-height: 58px;
    font-size: 15px;
    padding: 0 20px;
  }
  .fancy-feature-thirteen .skils-list li {
    font-size: 20px;
    margin: 15px 10px 0;
  }
  .fancy-feature-thirteen .text-xxl {
    font-size: 20px;
  }
  .fancy-feature-thirteen .tx-sp1 span {
    font-size: 60px;
  }
  .fancy-feature-thirteen .img-meta .text-meta .tm-heading {
    font-size: 45px;
  }
  .fancy-feature-thirteen .img-meta .text-meta h3 {
    font-size: 42px;
  }
  .counter-block-one .icon-bg {
    width: 170px;
    height: 240px;
    padding-top: 50px;
    border-radius: 100px;
  }
  .counter-block-one .icon-img {
    height: 80px;
  }
  .counter-block-one .main-count {
    font-size: 40px;
  }
  .title-style-five .sc-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .feedback-section-four .slider-wrapper {
    margin: 0;
  }
  .feedback-block-four {
    padding: 30px 20px;
  }
  .feedback-section-four .slider-wrapper .item {
    margin: 0 12px;
  }
  .feedback-block-four p {
    font-size: 17px;
    line-height: 34px;
    margin: 25px 0 40px;
  }
  .feedback-section-four .slick-dots {
    margin-top: 60px;
  }
  .fancy-short-banner-five .innner-content {
    padding: 50px 30px;
  }
  .fancy-short-banner-five .title-xl {
    font-size: 55px;
  }
  .footer-style-four {
    padding: 30px 0 0;
  }
  .hero-banner-one form {
    height: 88px;
  }
  .hero-banner-one form button {
    width: 130px;
    font-size: 14px;
  }
  .hero-banner-one form label {
    top: 8px;
    left: 15px;
  }
  .hero-banner-one form input {
    top: 36px;
    padding: 0 132px 0 15px;
  }
  .hero-banner-one .card-one {
    padding: 20px 10px 15px 60px;
  }
  .hero-banner-one .card-one .icon {
    left: 8px;
  }
  .card-style-one .icon {
    width: 55px;
    height: 55px;
    padding: 15px;
  }
  .card-style-one:before {
    left: 0;
    bottom: -15px;
  }
  .card-style-one {
    padding: 0 10px 0 15px;
  }
  .fancy-feature-two .img-meta .card-one {
    width: 280px;
    padding: 15px 15px 15px 30px;
  }
  .fancy-feature-two .more-btn {
    width: 195px;
    line-height: 55px;
  }
  .fancy-feature-two .img-meta-two .card-one {
    width: 240px;
    padding: 20px 10px 20px 30px;
  }
  .title-style-two .sc-title {
    font-size: 16px;
  }
  .title-style-two .main-title {
    font-size: 30px;
  }
  .fancy-short-banner-one .bg-wrapper {
    padding: 50px 12px;
  }
  .fancy-short-banner-one form button {
    width: 120px;
    font-size: 16px;
  }
  .fancy-short-banner-one .subscribe-form form {
    height: 65px;
  }
  .fancy-short-banner-one .subscribe-form form input {
    padding: 0 122px 0 15px;
  }
  .footer-style-one {
    padding-top: 120px;
  }
  .hero-banner-six .subscribe-form form {
    height: 60px;
  }
  .card-style-ten .icon {
    height: 50px;
  }
  .pricing-table-area-three .pr-column {
    padding: 30px 10px 30px 20px;
  }
  .pricing-table-area-three .pr-column .plan {
    font-size: 24px;
    margin: 20px 0 18px;
  }
  .pricing-table-area-three .pr-body li {
    font-size: 16px;
  }
  .pricing-table-area-three .pr-column .price {
    font-size: 26px;
  }
  .fancy-short-banner-eight .call-btn a {
    font-size: 22px;
  }
  .footer-style-six {
    padding-top: 120px;
  }
  .hero-banner-eleven .mail-info {
    font-size: 20px;
  }
  body .btn-twentyThree {
    width: 55px;
    height: 55px;
    padding: 15px;
  }
  .partner-section-six .top-header .title {
    font-size: 14px;
  }
  .partner-section-six .top-header {
    padding-bottom: 45px;
  }
  .blog-meta-five {
    padding: 50px 15px 25px 20px;
  }
  .blog-meta-five .blog-title {
    font-size: 22px;
  }
  .fancy-short-banner-fourteen .title:before {
    top: -32px;
    left: -14px;
  }
  .hero-banner-nine .sub-text {
    font-size: 18px;
  }
  .hero-banner-nine .demo-btn {
    font-size: 15px;
    padding: 0 15px;
    line-height: 50px;
  }
  .hero-banner-nine h2 {
    font-size: 32px;
  }
  .partner-section-five .logo-wrapper .br-name {
    padding: 0 15px;
  }
  .partner-section-five {
    transform: none;
  }
  .feedback-section-eight .shapes {
    transform: scale(0.6);
  }
  .feedback-section-eight .icon {
    width: 50px;
  }
  .block-style-four .list-item li {
    font-size: 18px;
  }
  .card-style-fourteen .icon {
    max-width: 250px;
    margin: 0 auto;
  }
  .fancy-feature-thirtyTwo .card-style {
    width: 180px;
    height: 100px;
    right: 0;
  }
  .counter-block-five .main-count {
    font-size: 50px;
    margin-bottom: -8px;
  }
  .feedback-block-nine .img-one {
    position: relative;
  }
  .feedback-block-nine .img-two {
    position: relative;
  }
  .feedback-block-nine .rating {
    width: 90px;
    height: 90px;
  }
  .feedback-block-nine .rating-value {
    font-size: 35px;
  }
  .feedback-section-nine .customer-data {
    width: 130px;
    height: 130px;
    bottom: -60px;
  }
  .feedback-section-nine .customer-data .amount {
    font-size: 32px;
  }
  .feedback-section-ten .slider-wrapper {
    width: auto;
    margin: 0 -12px;
  }
  .feedback_slider_ten .item {
    margin: 0 12px;
  }
  .feedback-block-ten .cmp-name {
    font-size: 25px;
  }
  .feedback-block-ten {
    padding: 25px 20px 30px;
  }
  .feedback-block-ten p {
    font-size: 24px;
  }
  .fancy-feature-thirtyThree .bg-wrapper {
    padding: 10px;
  }
  .accordion-style-four .accordion-item .accordion-button {
    font-size: 18px;
    padding: 18px 15px;
  }
  .accordion-style-four .accordion-item .accordion-body {
    padding: 0 45px 25px 60px;
  }
  .accordion-style-four .accordion-item .accordion-button span {
    margin-right: 15px;
  }
  .footer-style-nine.theme-basic-footer .footer-title {
    font-size: 15px;
  }
  .fancy-feature-fiftyTwo .video-banner {
    height: 500px;
  }
  .team-section-two .btn-twentyTwo {
    top: 12px;
  }
  .partner-section-six .title {
    font-size: 24px;
  }
  .partner-section-six .br-name {
    font-size: 25px;
  }
  .fancy-short-banner-sixteen .main-title {
    font-size: 35px;
  }
  .team-block-three .overlay-bg {
    padding: 0 0 20px 15px;
  }
  .team-block-three .position {
    padding-bottom: 15px;
  }
  .team-block-three .name {
    font-size: 22px;
  }
  .card-style-twentyThree .title {
    padding-bottom: 0;
  }
  .fancy-short-banner-seventeen .shape-two {
    bottom: 0;
  }
  .service-details-meta .main-img-meta {
    margin: 30px 0;
  }
  .user-data-section {
    padding: 120px 12px 0;
  }
  .grid-2column,
  .grid-3column {
    margin: 0 -12px;
  }
  .grid-2column .isotop-item,
  .grid-2column .grid-sizer,
  .grid-3column .isotop-item,
  .grid-3column .grid-sizer {
    padding: 0 12px;
  }
  .g-control-nav-two li,
  .g-control-nav-three li {
    font-size: 14px;
    margin: 10px 10px 0;
  }
  .portfolio-block-three .pj-name,
  .portfolio-block-four .pj-name,
  .hvr-shutter-out .img-meta .caption .pj-title,
  .portfolio-block-six .img-meta .caption .pj-title {
    font-size: 20px;
  }
  .portfolio-block-three .meta-data {
    padding: 15px;
  }
  .portfolio-block-seven .tag {
    font-size: 15px;
  }
  .portfolio-block-seven .pj-title {
    font-size: 20px;
    margin-top: 6px;
  }
  .inner-banner-two {
    padding: 180px 0 50px;
  }
  .inner-banner-two .title {
    font-size: 45px;
  }
  .portfolio-details-one .project-info .pt-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .portfolio-details-one .project-info .pt-text {
    font-size: 16px;
  }
  .portfolio-details-one .project-info {
    padding: 30px 0 5px;
  }
  .portfolio-details-one .project-desctiption p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .portfolio-details-one .project-pagination .pg-title {
    font-size: 40px;
  }
  .portfolio-details-one .project-pagination .arrow {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 25px;
  }
  .inner-banner-two:after {
    height: 70%;
  }
  .portfolio-details-two .project-desctiption h3 {
    font-size: 26px;
  }
  .portfolio-details-two .project-desctiption p {
    font-size: 17px;
  }
  .portfolio-details-two .pt-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .portfolio-details-two .pt-text {
    font-size: 16px;
  }
  .pr-pagination-one .pr-name {
    font-size: 18px;
  }
  .blog-meta-three .blog-title.xl {
    font-size: 24px;
  }
  .blog-meta-three.text-style {
    padding: 35px 20px 40px;
  }
  .page-pagination-one ul li {
    font-size: 18px;
    margin-right: 18px;
  }
  .blog-sidebar .sidebar-banner-add .banner-content {
    padding: 30px 20px;
  }
  .blog-sidebar .sidebar-title {
    font-size: 22px;
  }
  .sidebar-recent-news .post .title {
    font-size: 18px;
  }
  .blog-details-one .blog-details-content .image-meta {
    margin-bottom: 25px;
  }
  .blog-details-one .blog-details-content p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .blog-details-one .blog-details-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .blog-details-one .blog-details-content .bottom-widget {
    padding-top: 20px;
  }
  .blog-comment-area {
    margin: 50px 0;
  }
  .blog-details-one .blog-inner-title {
    font-size: 30px;
    padding-bottom: 0;
  }
  .blog-comment-form {
    padding: 35px 20px;
  }
  .address-block-two .title {
    font-size: 20px;
    padding: 12px 0 0;
  }
  .address-block-two p {
    font-size: 16px;
  }
  .address-block-two p .call {
    font-size: 20px;
  }
  .address-block-two .icon {
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  .form-style-one .input-group-meta input,
  .form-style-one .input-group-meta textarea {
    font-size: 16px;
  }
  .map-area-one .mapouter {
    height: 450px;
  }
  .card-style-twentyFour {
    padding: 35px 15px 10px;
  }
  .team-block-three .info {
    padding: 20px 5px 0;
  }
  .contact-section-two {
    padding: 40px 20px 50px;
  }
  .address-block-three .title {
    font-size: 20px;
  }
  .address-block-three p {
    font-size: 16px;
  }
  .address-block-three p .call {
    font-size: 18px;
  }
  .hosting-compare-table table thead th {
    font-size: 16px;
    padding: 10px 5px;
  }
  .hosting-compare-table table td {
    padding: 12px 10px;
  }
  .hosting-compare-table table tbody th {
    font-size: 15px;
    padding: 12px 0;
  }
  .hosting-compare-table table tbody tr:first-child th,
  .hosting-compare-table table tbody tr:first-child td {
    padding-top: 50px;
  }
  .hosting-compare-table table tbody td img {
    width: 15px;
  }
  .card-style-twentyFive {
    padding: 35px 25px 20px;
  }
  .card-style-twentyFive .icon {
    height: 35px;
  }
  .address-block-four {
    padding: 40px 15px 30px;
  }
  .address-block-four h5 {
    font-size: 22px;
  }
  .fancy-feature-fiftyEight .shape-one {
    width: 36%;
    left: 0;
  }
  .fancy-feature-fiftyEight .rating {
    width: 85px;
    height: 85px;
  }
  .fancy-feature-fiftyEight .rating-value {
    font-size: 30px;
    margin-bottom: -8px;
  }
  .fancy-feature-fiftyEight .customer-data {
    width: 110px;
    height: 110px;
    right: 0;
    bottom: -50px;
  }
  .fancy-feature-fiftyEight .customer-data .amount {
    font-size: 30px;
    margin-bottom: -3px;
  }
  .card-style-twentySix .icon {
    width: 55px;
    height: 55px;
    padding: 15px;
  }
}
/*(max-width: 1199px)*/
/*Between Grid lg*/
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 45px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  .title-style-seven .main-title,
  .title-style-eight .main-title,
  .fancy-short-banner-six .block-wrapper .main-title {
    font-size: 48px;
  }
  .title-style-six .main-title {
    font-size: 48px;
  }
  .title-style-eleven .main-title,
  .fancy-short-banner-fifteen .title {
    font-size: 48px;
  }
  .title-style-three .main-title {
    font-size: 48px;
  }
  .title-style-five .main-title {
    font-size: 50px;
  }
  .hero-banner-thirteen .hero-heading {
    font-size: 55px;
  }
  .hero-banner-eight .hero-heading {
    font-size: 55px;
  }
  .hero-banner-three .hero-heading {
    font-size: 58px;
  }
  .hero-banner-six .hero-heading {
    font-size: 55px;
  }
  .hero-banner-nine .hero-heading {
    font-size: 70px;
  }
  .inner-banner-one .title {
    font-size: 50px;
  }
  .title-style-twelve .main-title {
    font-size: 48px;
  }
  .title-style-thirteen .main-title {
    font-size: 42px;
  }
  .title-style-fourteen .main-title {
    font-size: 48px;
  }
  .theme-main-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 17px;
  }
  .hero-banner-ten {
    padding-top: 200px;
  }
  .hero-banner-ten .hero-heading {
    font-size: 58px;
  }
  .fancy-feature-thirtyFive .top-banner h2 {
    font-size: 45px;
  }
  .fancy-feature-thirtyFive .img-holder {
    margin-right: 70px;
  }
  .fancy-feature-thirtyFive .text-wrapper p {
    font-size: 32px;
  }
  .fancy-feature-thirtyFive .img-holder .card-one {
    width: 250px;
    left: -10%;
  }
  .fancy-feature-thirtySix .btn-twentyTwo {
    top: 45px;
  }
  .fancy-short-banner-thirteen .text-wrapper {
    padding: 70px 0 70px 35px;
    margin-left: 35px;
  }
  .hero-banner-seven .illustration-holder {
    top: 26%;
  }
  .pricing-section-four .wrapper {
    max-width: 900px;
  }
  .fancy-short-banner-nine .title h2 {
    font-size: 38px;
  }
  .feedback-block-six p {
    font-size: 28px;
  }
  .theme-main-menu .header-search-one {
    max-width: 300px;
    margin-left: 15px;
  }
  .theme-menu-nine .navbar .navbar-nav .nav-link {
    margin: 0 20px;
  }
  .hero-banner-twelve .hero-heading {
    font-size: 58px;
    line-height: 1.1em;
  }
  .hero-banner-five .hero-heading {
    font-size: 130px;
  }
  .hero-banner-five {
    padding: 250px 0;
  }
  .fancy-short-banner-six .block-wrapper .inner-wrapper {
    width: 480px;
  }
  .fancy-short-banner-six .left-side {
    height: 650px;
  }
  .fancy-feature-fortySix .quote-wrapper p {
    font-size: 48px;
  }
  .fancy-feature-fortyNine .title {
    font-size: 65px;
  }
  .fancy-feature-fortyNine .clip-text {
    font-size: 640px;
    line-height: 600px;
    top: -70px;
  }
  .blog-section-six .btn-holder {
    top: 18px;
  }
  .hero-banner-two .hero-heading {
    font-size: 58px;
  }
  .feedback-section-two .circle-bg {
    width: 78%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fancy-short-banner-two .bg-wrapper .inner-wrapper {
    max-width: 800px;
  }
  .hero-banner-three .mobile-screen {
    width: 42%;
  }
  .fancy-feature-ten .circle-one {
    width: 800px;
    height: 800px;
  }
  .fancy-feature-ten .mobile-screen {
    width: 28%;
    bottom: 10%;
  }
  .feedback-section-three .slider-wrapper {
    width: calc(960px + 25vw);
  }
  .feedback-section-three .shape-holder {
    width: 48%;
  }
  .feedback-block-three p {
    font-size: 18px;
    margin: 18px 0 30px;
  }
  .partner-section-two .logo-wrapper {
    max-width: 60%;
  }
  .hero-banner-four .hero-heading {
    font-size: 75px;
  }
  .hero-banner-four {
    margin-top: 200px;
  }
  .fancy-feature-thirteen .fancy-text {
    font-size: 130px;
  }
  .hero-banner-one .illustration-holder {
    right: 1%;
    width: 48%;
  }
  .hero-banner-one .card-one {
    width: 275px;
  }
  .fancy-feature-one .inner-content {
    max-width: 1120px;
  }
  .feedback-section-one .inner-content {
    width: 170vw;
    transform: translateX(-35vw);
  }
  .fancy-short-banner-one .inner-wrapper {
    max-width: 900px;
  }
  .hero-banner-eleven .hero-heading {
    font-size: 90px;
  }
  .blog-section-five .btn-holder {
    top: 22px;
  }
  .fancy-short-banner-fourteen .title {
    font-size: 50px;
  }
  .hero-banner-nine .image-gallery {
    width: 38%;
  }
  .feedback-block-eight p {
    font-size: 50px;
    line-height: 1.4em;
  }
  .feedback-block-nine p {
    font-size: 32px;
  }
  .feedback-block-nine .img-one {
    margin-top: -200px;
  }
  .feedback-block-nine .img-two {
    margin-top: -100px;
  }
  .feedback-section-nine .img-three {
    width: 200px;
    bottom: -2%;
  }
  .feedback-section-ten .slick-arrow-five {
    top: 55px;
  }
  .fancy-feature-fiftyOne .shape-one {
    left: 6%;
  }
  .fancy-feature-fiftyOne .shape-two {
    right: 6%;
  }
  .inner-banner-one {
    padding: 170px 0 100px;
  }
  .team-section-three .line-bg-wrapper {
    width: 960px;
  }
  .feedback-block-thirteen p {
    font-size: 28px;
    line-height: 1.7em;
  }
  .form-style-five {
    max-width: 480px;
    padding-left: 40px;
  }
}
/*(min-width: 992px) and (max-width: 1199px)*/
/*Grid md Start*/
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
  .fs-15 {
    font-size: 14px;
  }
  .title-style-seven .main-title,
  .title-style-eight .main-title,
  .fancy-short-banner-six .block-wrapper .main-title {
    font-size: 35px;
    letter-spacing: -0.5px;
  }
  .title-style-eleven .main-title {
    font-size: 34px;
  }
  .title-style-five .main-title,
  .fancy-short-banner-fifteen .title {
    font-size: 35px;
  }
  .hero-banner-three .hero-heading {
    font-size: 35px;
  }
  .hero-banner-eight .hero-heading {
    font-size: 35px;
    line-height: 1.25em;
    letter-spacing: -0.5px;
  }
  .title-style-three .main-title {
    font-size: 34px;
    line-height: 1.2em;
  }
  .hero-banner-two .hero-heading {
    font-size: 40px;
    line-height: 1.2em;
  }
  .title-style-eight .sc-title {
    font-size: 12px;
  }
  .title-style-six .main-title {
    font-size: 32px;
  }
  .hero-banner-thirteen .hero-heading {
    font-size: 45px;
  }
  .title-style-twelve .main-title {
    font-size: 35px;
  }
  .hero-banner-six .hero-heading {
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 1.25em;
  }
  .inner-banner-one .title {
    font-size: 42px;
  }
  .title-style-fourteen .main-title {
    font-size: 40px;
  }
  .title-style-thirteen .main-title {
    font-size: 32px;
  }
  body .btn-one {
    line-height: 48px;
    padding: 0 25px;
    font-size: 15px;
  }
  .title-style-six .sc-title-two {
    font-size: 13px;
    padding-bottom: 5px;
  }
  body .btn-nine {
    font-size: 15px;
    line-height: 50px;
    padding: 0 30px;
  }
  body .btn-twentyFive {
    line-height: 46px;
    font-size: 16px;
    padding: 0 22px;
  }
  body .btn-three {
    line-height: 48px;
    padding: 0 35px;
  }
  .theme-main-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .theme-main-menu .login-btn-three {
    max-width: 45px;
    height: 45px;
    line-height: 43px;
  }
  .hero-banner-ten .hero-heading {
    font-size: 45px;
  }
  .hero-banner-ten {
    padding-top: 150px;
  }
  .fancy-feature-thirtyFive .top-banner h2 {
    font-size: 35px;
  }
  .fancy-feature-thirtyFive .text-wrapper p {
    font-size: 24px;
    line-height: 1.65em;
  }
  .fancy-feature-thirtyFive .img-holder .card-style .icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .fancy-feature-thirtyFive .img-holder .card-style {
    width: auto !important;
    padding: 15px 20px 10px;
  }
  .fancy-feature-thirtySix .btn-twentyTwo {
    position: static;
  }
  .fancy-short-banner-thirteen .text-wrapper {
    border-left: none;
    padding: 50px 0;
  }
  .fancy-short-banner-thirteen .bg-wrapper .shape-one,
  .fancy-short-banner-thirteen .bg-wrapper .shape-text,
  .theme-main-menu .lang-dropdown:before,
  .hero-banner-thirteen .shape-one,
  .hero-banner-two .hero-heading .line-shape,
  .fancy-feature-four .tab-content .shape-three,
  .fancy-feature-four .tab-content .shape-four,
  .partner-section-one .shapes,
  .footer-style-two .shape-four,
  .feedback-section-three .shape-holder,
  .footer-style-two .shape-three,
  .theme-main-menu .signup-btn-one:before,
  .hero-banner-eleven .scroll-bar,
  .feedback-section-nine .img-three,
  .feedback-section-ten .shape-one,
  .fancy-feature-fiftyOne .shapes,
  .footer-style-eleven .shape-one {
    display: none !important;
  }
  .theme-basic-footer .footer-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-style-ten {
    padding: 80px 0 20px;
  }
  .theme-basic-footer .footer-nav-link a {
    font-size: 16px;
    line-height: 38px;
  }
  .card-style-eleven .icon {
    margin: 0 auto;
  }
  .fancy-short-banner-nine .title h2 {
    font-size: 32px;
  }
  .title-style-eight .main-title span {
    line-height: inherit;
  }
  .feedback-block-six p {
    font-size: 22px;
  }
  .feedback-section-six .bg-wrapper:after {
    left: 20px;
    right: 20px;
    bottom: -25px;
  }
  .fancy-short-banner-ten .bg-wrapper {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .theme-basic-footer .form-widget form {
    height: 60px;
  }
  .footer-style-seven .bottom-footer .footer-nav a,
  .footer-style-seven .bottom-footer .social-icon a,
  .footer-style-eleven .bottom-footer .footer-nav a,
  .footer-style-eleven .bottom-footer .social-icon a,
  .footer-style-two .bottom-footer .footer-nav a,
  .footer-style-two .bottom-footer .social-icon a,
  .footer-style-eight .bottom-footer .footer-nav a,
  .footer-style-eight .bottom-footer .social-icon a,
  .footer-style-nine .bottom-footer .footer-nav a,
  .footer-style-nine .bottom-footer .social-icon a {
    margin: 0 10px;
  }
  .theme-main-menu .header-search-one {
    margin: 0 auto;
    padding: 0 15px;
  }
  .theme-main-menu .header-search-one .icon {
    left: 23px;
  }
  .hero-banner-twelve .hero-heading {
    font-size: 42px;
    line-height: 1.12em;
  }
  .fancy-feature-fortyTwo .slider-wrapper {
    width: auto;
  }
  .fancy-feature-fortyTwo .tab-content:before {
    left: -15px;
    right: -15px;
    top: -25px;
  }
  .fancy-feature-fortyTwo .nav-tabs .nav-link {
    padding: 0 10px;
    margin: 0 5px 10px;
    line-height: 30px;
  }
  .feedback-section-thirteen:before {
    height: 77%;
  }
  .hero-banner-five .hero-heading {
    font-size: 90px;
    line-height: 0.9em;
  }
  .hero-banner-five .hero-heading span img {
    max-width: 150%;
  }
  .hero-banner-five {
    padding: 200px 0;
  }
  .fancy-short-banner-six .block-wrapper {
    width: 100%;
  }
  .fancy-short-banner-six .left-side {
    height: auto;
    padding: 60px 0;
  }
  .footer-style-five .bottom-footer {
    padding-top: 10px;
  }
  .theme-menu-ten .right-widget {
    margin-left: auto;
  }
  .theme-main-menu .header-search-two {
    width: 96%;
    margin: 0 auto;
  }
  .theme-main-menu .login-btn-four {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .hero-banner-thirteen .input-block {
    border-right: none;
    border-top: 1px solid #eeecec;
  }
  .hero-banner-thirteen .search-form-bg {
    padding: 0;
  }
  .fancy-feature-fortySix .quote-wrapper p {
    font-size: 32px;
    line-height: 1.6em;
  }
  .fancy-feature-fortySix .quote-wrapper .icon {
    width: 55px;
    height: 55px;
  }
  .fancy-feature-fortySeven .nav-tabs .nav-link {
    font-size: 13px;
  }
  .fancy-feature-fortyNine .title {
    font-size: 45px;
  }
  .fancy-feature-fortyNine .clip-text {
    font-size: 540px;
    line-height: 500px;
    top: -56px;
    left: -12%;
  }
  .fancy-feature-fortyNine {
    margin: 0 12px;
  }
  .footer-style-twelve .copyright {
    position: relative;
    bottom: 0;
  }
  .title-style-three .main-title .mark-bg {
    height: 34px;
  }
  .fancy-feature-three .screen-holder-one .logo-two {
    left: 0;
  }
  .fancy-feature-four .tab-content .shape-one {
    width: 80px;
    height: 80px;
    top: -55px;
  }
  .fancy-feature-four .tab-content .shape-two {
    width: 150px;
    height: 150px;
  }
  .fancy-feature-four .nav-tabs li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .feedback-section-two .circle-bg .main-img {
    max-height: 100%;
  }
  .feedback-section-two .circle-bg {
    height: 100%;
  }
  .partner-section-one .img-box {
    width: 145px;
    height: 145px;
  }
  .partner-section-one .img-box.bx-g {
    width: 160px;
    height: 160px;
  }
  .footer-style-two .shape-one {
    width: 100px;
    height: 100px;
    left: -12px;
    top: -50px;
  }
  .footer-style-two .shape-two {
    width: 50px;
    height: 50px;
    bottom: 0;
    right: -12px;
  }
  .footer-style-two .top-footer {
    padding: 70px 12px 0;
  }
  .footer-style-two .bottom-footer {
    padding: 20px 0 0;
  }
  .hero-banner-three .mobile-screen {
    position: static;
    max-width: 500px;
    margin: 20px auto 0;
    width: 100%;
  }
  .title-style-four .sc-title {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .feedback-section-three .slider-wrapper {
    width: 100%;
    margin: 0;
  }
  .partner-section-two .logo-wrapper {
    position: static;
    transform: none;
    max-width: 100%;
    margin: 50px 0 auto;
  }
  .partner-section-two .logo-wrapper .logo {
    margin: 10px 12px;
  }
  .footer-style-three .subscribe-form button {
    width: 135px;
    font-size: 15px;
  }
  .footer-style-three .subscribe-form input {
    padding: 0 140px 0 25px;
  }
  .footer-style-three .subscribe-form form {
    height: 60px;
  }
  body .btn-sixteen {
    line-height: 48px;
    font-size: 16px;
    padding: 0 30px;
  }
  .hero-banner-eight h2 {
    font-size: 30px;
  }
  .fancy-feature-twentySix .trade-meta-block {
    padding: 30px 20px 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .card-style-twelve {
    padding: 20px 15px 30px;
  }
  .footer-style-eight .bottom-footer {
    padding: 30px 0 10px;
  }
  .hero-banner-four .hero-heading {
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 0px;
  }
  .hero-banner-four {
    margin-top: 150px;
  }
  .hero-banner-four .fancy-block-one .main-img {
    border-radius: 0 50px 0 50px;
  }
  .hero-banner-four .fancy-block-two .main-img {
    border-radius: 50px 0 50px 0;
  }
  .fancy-feature-twelve .block-wrapper {
    position: static;
    transform: none;
    width: 100%;
  }
  .g-control-nav-one li {
    margin: 8px 5px 0;
  }
  .portfolio-block-one .title {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 15px 15px;
  }
  .portfolio-block-one .title .pj-name {
    font-size: 18px;
  }
  .fancy-feature-thirteen .fancy-text {
    font-size: 95px;
    letter-spacing: -5px;
    top: -3%;
  }
  .hero-banner-one .bg-wrapper {
    padding: 150px 0 80px;
  }
  .fancy-feature-two .img-meta .card-one {
    right: 0;
  }
  .fancy-feature-two .more-btn {
    position: static;
    margin-top: 10px;
  }
  .feedback-section-one .inner-content {
    width: 100%;
    transform: none;
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
  }
  .feedback-section-one .slider-arrows {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .slick-arrow-one li {
    margin: 0 5px;
  }
  .fancy-short-banner-one .subscribe-form {
    max-width: 100%;
    margin: 20px 0 0;
  }
  .pricing-table-area-three .tab-content .pr-two {
    border-left: 1px solid #e3e3e3;
  }
  .feedback-block-five {
    padding: 35px 20px;
  }
  .feedback-block-five p {
    font-size: 18px;
  }
  .feedback_slider_five .item {
    margin: 0 12px;
  }
  body .btn-thirteen {
    line-height: 50px;
    padding: 0 30px;
  }
  .footer-style-six .bottom-footer {
    margin-top: 0;
  }
  .theme-main-menu .right-widget .contact-btn-four span:before {
    width: 62px;
    height: 62px;
    right: -27px;
  }
  .hero-banner-eleven {
    padding: 0 40px 0 0;
  }
  .hero-banner-eleven .hero-heading .line-one:before,
  .hero-banner-eleven .hero-heading .line-two:before {
    height: 12px;
    bottom: 15px;
  }
  .hero-banner-eleven .hero-heading:before {
    top: -32px;
  }
  .portfolio-block-two .img-holder .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
  }
  .portfolio-block-two .img-holder .caption {
    padding: 15px 5px 5px 15px;
  }
  .portfolio-block-two .img-holder .caption .pj-title {
    font-size: 20px;
  }
  .feedback_slider_nine .item {
    margin: 0 20px;
  }
  .feedback-section-twelve .slider-wrapper {
    margin: 0 -20px;
  }
  .feedback_slider_nine .slick-dots {
    margin-top: 50px;
  }
  .partner-section-six .top-header .lines {
    width: 33%;
  }
  .fancy-short-banner-fourteen .title {
    font-size: 40px;
  }
  .fancy-short-banner-fourteen .title span:before {
    bottom: 10px;
  }
  .hero-banner-nine .hero-heading {
    font-size: 48px;
    line-height: 1.22em;
  }
  .feedback-section-eight .shape-one {
    left: -3%;
  }
  .feedback-section-eight .shape-two {
    right: -3%;
  }
  .feedback-section-eight .shape-three {
    left: 0;
  }
  .feedback-block-eight p {
    font-size: 35px;
    padding: 0;
    line-height: 1.4em;
  }
  .feedback-block-eight p span {
    text-decoration-thickness: 2px;
  }
  .fancy-feature-thirty .illustration-holder {
    position: relative;
    width: 90%;
    margin-top: 80px;
  }
  .feedback-block-nine p {
    font-size: 26px;
  }
  .feedback-block-nine .img-two {
    margin: 40px auto 0;
    border-radius: 0;
  }
  .feedback-section-ten .slick-arrow-five {
    position: relative;
    width: 114px;
    margin: 60px auto 0;
    top: 0;
  }
  .footer-style-nine .bottom-footer {
    margin-top: 20px;
  }
  .fancy-feature-fiftyOne h6 {
    font-size: 18px;
  }
  .team-section-two .btn-twentyTwo {
    position: relative;
    top: 0;
  }
  .partner-section-six .br-name {
    padding: 10px 6px 0;
  }
  .inner-banner-one {
    padding: 150px 0 70px;
  }
  .block-style-eight {
    padding: 18px 15px;
  }
  .portfolio-block-six .img-meta .caption {
    padding: 15px 5px 20px 15px;
  }
  .pricing-table-area-one .pr-body .pr-text {
    font-size: 15px;
  }
  .inner-banner-three .bg-wrapper {
    padding: 120px 0 50px;
  }
  .team-block-three:before {
    display: none;
  }
  .hosting-compare-table table tbody th,
  .hosting-compare-table table thead th {
    width: auto;
  }
  .form-style-four .input-bg-group {
    padding: 40px 20px;
  }
  .feedback-block-thirteen p {
    font-size: 20px;
  }
  .form-style-five {
    padding: 0;
    margin: 0 auto;
  }
  .map-area-two .mapouter {
    height: 380px;
  }
}
/*(max-width: 991px)*/
/*Between Grid md*/
@media (min-width: 768px) and (max-width: 991px) {
  .fancy-feature-thirtyFive .img-holder {
    margin-right: 50px;
  }
  .feedback-section-eleven .inner-content,
  .feedback-section-thirteen .inner-content {
    width: 180vw;
    transform: translateX(-40vw);
  }
  .hero-banner-seven .illustration-holder {
    top: 30%;
  }
  .pricing-section-four .wrapper {
    max-width: 800px;
  }
  .fancy-short-banner-six .block-wrapper .inner-wrapper {
    width: 696px;
  }
  .fancy-feature-fortySeven .nav-tabs .nav-link {
    margin-left: 25px;
  }
  .blog-section-six .btn-holder {
    top: 18px;
  }
  .fancy-feature-three .screen-holder-one {
    width: 100%;
  }
  .fancy-feature-eight .illustration-holder {
    width: 38%;
  }
  .fancy-feature-ten .circle-one {
    width: 650px;
    height: 650px;
  }
  .fancy-feature-ten .mobile-screen {
    bottom: 15%;
  }
  .hero-banner-eight .illustration-holder {
    right: 1%;
  }
  .feedback-section-seven .inner-content {
    width: 150vw;
    transform: translateX(-25vw);
  }
  .hero-banner-one .illustration-holder {
    right: 1%;
    width: 41%;
  }
  .hero-banner-one .card-one {
    width: 275px;
  }
  .fancy-short-banner-one .inner-wrapper {
    max-width: 600px;
  }
  .feedback-section-five .slick-arrow-three {
    top: 20px;
  }
  .feedback-section-five .slider-wrapper {
    width: calc(100% + 35vw);
    margin: 0 -12px;
  }
  .hero-banner-eleven .hero-heading {
    font-size: 50px;
  }
  .blog-section-five .btn-holder {
    top: 12px;
  }
  .partner-section-five .logo-wrapper {
    font-size: 25px;
  }
  .team-section-three .line-bg-wrapper {
    width: 696px;
  }
  .grid-3column .isotop-item,
  .grid-3column .grid-sizer {
    width: 50%;
  }
  .form-style-five {
    max-width: 696px;
  }
}
/*(min-width: 768px) and (max-width: 991px)*/
/*Grid sm Start*/
@media (max-width: 767px) {
  body .btn-twentyTwo {
    line-height: 50px;
    padding: 0 35px;
  }
  .blog-meta-three .read-btn-two {
    line-height: 43px;
    padding: 0 28px;
    font-size: 15px;
  }
  .hero-banner-ten .search-area .nice-select {
    width: 100%;
    border-radius: 7px;
  }
  .hero-banner-ten .search-area .zip-code-input {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #dcdcdc !important;
    margin: 10px 0;
  }
  .hero-banner-ten .search-area button {
    width: 100%;
    height: 50px;
    border-radius: 7px;
  }
  .fancy-feature-thirtyFive .img-holder .avatar-img {
    max-height: 100%;
  }
  .fancy-feature-thirtyFive .img-holder .card-one {
    left: 1%;
  }
  .fancy-feature-thirtyFive .img-holder .card-two,
  .fancy-feature-thirtyFive .img-holder .card-three {
    right: 1%;
  }
  .feedback-section-eleven .inner-content,
  .feedback-section-thirteen .inner-content,
  .feedback-section-seven .inner-content {
    width: 100%;
    transform: none;
  }
  .feedback-block-eleven {
    margin: 30px 0 50px;
    box-shadow: 0px 30px 45px rgba(19, 45, 73, 0.03);
  }
  .blog-section-three .btn-twentyTwo {
    top: 0;
  }
  .hero-banner-seven .illustration-holder {
    position: static;
    margin: 60px 0 0;
    width: 100%;
  }
  .pricing-table-area-four .pr-table-wrapper .top-banner {
    text-align: center;
  }
  .pricing-table-area-four .pr-table-wrapper .price {
    font-size: 30px;
    padding: 0;
  }
  .pricing-table-area-four .pr-table-wrapper .price sup {
    font-size: 16px;
    top: -8px;
  }
  .pricing-table-area-four .pr-table-wrapper .pr-feature {
    padding: 30px 0 35px 15px;
  }
  .pricing-table-area-four .pr-table-wrapper .pr-feature li {
    font-size: 16px;
    line-height: 40px;
  }
  .pricing-table-area-four .pr-table-wrapper .btn-fourteen,
  .pricing-table-area-four .pr-table-wrapper .trial-button {
    font-size: 15px;
  }
  .pricing-table-area-four .pr-table-wrapper .top-banner span {
    font-size: 18px;
  }
  .fancy-short-banner-nine .input-wrapper {
    width: 100%;
    margin: 0 0 15px;
  }
  .fancy-short-banner-nine .domain-search-form .search-btn {
    width: 100%;
  }
  .fancy-short-banner-nine .bg-wrapper:after {
    top: 0;
    right: -18px;
    bottom: -18px;
    left: 20px;
  }
  .slick-arrow-four li {
    position: relative;
    margin: 0 10px;
  }
  .slick-arrow-four li.prev_s2,
  .slick-arrow-four li.next_s2 {
    left: 0;
    right: 0;
  }
  .slick-arrow-four li:after,
  .fancy-feature-fiftyNine .shape-one,
  .feedback-section-two .circle-bg,
  .pricing-table-area-two .pr-column.active:before,
  .fancy-feature-twentySeven .r-shape-one,
  .footer-style-one .shape-one,
  .feedback-section-eight .shapes {
    display: none !important;
  }
  .footer-style-five .bottom-footer .footer-nav a {
    margin: 0 10px 5px;
  }
  .fancy-feature-fortySeven .nav-tabs .nav-link {
    margin: 5px 10px 0;
  }
  .fancy-feature-four .nav-tabs li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f3f3f3;
  }
  .fancy-feature-four .nav-tabs li:before {
    left: 50%;
    top: auto;
    bottom: -17px;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .fancy-feature-four .nav-tabs li .nav-link {
    padding: 22px 15px;
  }
  .pricing-table-area-one .pr-column {
    border: 1px solid #ededed;
    border-radius: 15px;
  }
  .pricing-table-area-one .pr-table-wrapper {
    border: none;
  }
  .pricing-table-area-one .pr-footer {
    padding: 16px 0;
  }
  .pricing-table-area-one .pr-body li {
    padding: 12px 0 8px;
  }
  .fancy-feature-eight .illustration-holder {
    display: none;
  }
  .fancy-feature-ten .mobile-screen {
    position: static;
    width: 100%;
    transform: none;
  }
  .fancy-feature-ten .circle-one {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    border: none;
  }
  .fancy-feature-ten .circle-two {
    border: none;
  }
  .fancy-feature-ten .circle-three {
    background: transparent;
  }
  .hero-banner-eight .illustration-holder {
    position: relative;
    width: 100%;
    max-width: 500px;
    top: auto;
    right: auto;
    margin: 60px auto 0;
  }
  .hero-banner-eight .illustration-holder .shape-one {
    left: 0;
  }
  .hero-banner-one .bg-wrapper {
    padding-bottom: 0;
  }
  .hero-banner-one .illustration-holder {
    width: 100%;
    position: relative;
    right: auto;
    margin: 60px auto 0;
    max-width: 440px;
  }
  .feedback-section-five .slider-wrapper {
    width: 100%;
    margin: 0;
  }
  .feedback-section-five .slick-arrow-three {
    position: relative;
  }
  .slick-arrow-three li {
    margin: 0 5px;
  }
  .hero-banner-eleven .hero-heading {
    font-size: 40px;
  }
  .blog-section-five .btn-holder {
    position: relative;
    top: 0;
  }
  .blog-meta-five .tag {
    font-size: 11px;
  }
  .hero-banner-nine .image-gallery {
    position: relative;
    right: auto;
    margin: 20px auto;
    width: 100%;
    max-width: 450px;
    padding: 0 12px;
  }
  .partner-section-five .logo-wrapper {
    font-size: 24px;
  }
  .partner-section-five .logo-wrapper .br-name {
    margin-top: 10px;
  }
  .user-data-section .form-wrapper {
    width: 100%;
  }
  .grid-2column .isotop-item,
  .grid-2column .grid-sizer,
  .grid-3column .isotop-item,
  .grid-3column .grid-sizer {
    width: 100%;
  }
  .portfolio-details-one .project-pagination .pg-title {
    font-size: 25px;
  }
  .blog-comment-area .comment p {
    padding: 15px 0 0 0;
  }
  .contact-section-four .form-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*(max-width: 767px)*/
/*Between Grid sm*/
@media (min-width: 576px) and (max-width: 767px) {
  .fancy-short-banner-six .block-wrapper .inner-wrapper {
    width: 516px;
  }
  .blog-section-six .btn-holder {
    top: 10px;
  }
  .team-section-three .line-bg-wrapper {
    width: 516px;
  }
}
/*(min-width: 576px) and (max-width: 767px)*/
/*Extra Small breakpoints*/
@media (max-width: 575px) {
  body .btn-fourteen {
    font-size: 15px;
  }
  .fancy-feature-thirtySeven .block-one,
  .fancy-feature-thirtySeven .block-two,
  .fancy-feature-thirtySeven .block-three {
    padding: 35px 15px 20px;
  }
  .fancy-feature-thirtyEight .illustration-holder .screen-two {
    right: auto;
    left: 0;
    max-width: 75%;
  }
  .blog-section-three .btn-twentyTwo {
    position: static;
  }
  .fancy-short-banner-ten [class*=btn-] {
    margin: 10px 10px 0;
  }
  .hero-banner-twelve .card-three {
    bottom: 2%;
  }
  .fancy-feature-fortyOne .wrapper .space-fix {
    transform: none;
  }
  .card-style-nine {
    width: 100%;
  }
  .blog-meta-two .tag {
    font-size: 11px;
  }
  .fancy-short-banner-six .block-wrapper .inner-wrapper {
    width: 100%;
    padding: 0 12px;
  }
  .fancy-short-banner-seven .subscribe-form button {
    width: 122px;
    font-size: 15px;
  }
  .fancy-short-banner-seven .subscribe-form input {
    padding: 0 125px 0 20px;
  }
  .fancy-feature-fortyNine .clip-text {
    display: none;
  }
  .blog-section-six .btn-holder {
    position: relative;
  }
  .blog-meta-six {
    min-height: 420px;
  }
  .fancy-short-banner-fifteen form input {
    width: 100%;
    font-size: 18px;
  }
  .fancy-short-banner-fifteen form button {
    width: 100%;
    height: 42px;
    font-size: 14px;
    margin-top: 10px;
  }
  .footer-style-twelve .shape-one,
  .hero-banner-four .fancy-img-block,
  .portfolio-gallery-one .shape-two,
  .portfolio-gallery-one .shape-three,
  .fancy-feature-thirteen .img-meta .shape-two,
  .fancy-feature-thirteen .fancy-text,
  .hero-banner-six .shapes,
  .pricing-table-area-three .tab-content .pr-column.active:before,
  .fancy-feature-twentyTwo .shape-text,
  .fancy-feature-twentyTwo .shape-one,
  .feedback-section-one .shape-two,
  .feedback-section-one .shape-three {
    display: none !important;
  }
  .hero-banner-two .illustration-holder .shape-one {
    left: 1%;
  }
  .hero-banner-two .illustration-holder .shape-two {
    right: 1%;
  }
  .fancy-feature-three .screen-holder-one {
    width: 100%;
  }
  .fancy-feature-three .screen-holder-one .logo-three {
    left: 0;
  }
  .fancy-feature-three .screen-holder-one .logo-five {
    right: 0;
  }
  .feedback-block-two p {
    font-size: 20px;
  }
  .fancy-short-banner-three .subscribe-form form {
    height: 60px;
  }
  .fancy-short-banner-three .subscribe-form button {
    width: 120px;
  }
  .fancy-short-banner-three .subscribe-form input {
    padding: 0 122px 0 20px;
  }
  .hero-banner-three .mobile-screen .card-one h6 {
    width: 100%;
  }
  .fancy-feature-ten .block-bg {
    width: 150px;
    font-weight: 600;
    color: #000;
  }
  .card-style-thirteen {
    padding: 30px 20px 30px;
  }
  .platform-button-group-two a {
    margin: 15px auto 0;
  }
  .fancy-feature-thirteen .img-meta .text-meta {
    left: 15%;
  }
  .feedback-block-four .rating li {
    font-size: 15px;
    margin-left: 6px;
  }
  .feedback-block-one .img-meta {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px;
    max-height: inherit;
  }
  .feedback-block-one .text-wrapper {
    width: 100%;
    padding: 0 15px 40px;
  }
  .fancy-feature-two .img-meta-two .card-one {
    right: 0;
  }
  .hero-banner-six .subscribe-form button {
    width: 120px;
  }
  .hero-banner-six .subscribe-form input {
    padding: 0 122px 0 25px;
  }
  .pricing-table-area-three .tab-content .pr-one {
    border-right: 1px solid #e3e3e3;
    border-radius: 15px;
  }
  .pricing-table-area-three .tab-content .pr-two {
    border-radius: 15px;
    border-bottom: none;
  }
  .pricing-table-area-three .tab-content .pr-three {
    border-left: 1px solid #e3e3e3;
    border-radius: 15px;
  }
  .hero-banner-eleven .social-elemnet {
    top: 6%;
    right: -70px;
  }
  .fancy-feature-fiftyTwo .video-banner .video-icon {
    width: 55px;
    height: 55px;
    padding: 16px;
  }
  .fancy-feature-fiftyTwo .video-banner {
    height: 450px;
  }
  .team-section-three .line-bg-wrapper {
    width: calc(100% - 24px);
  }
  .user-data-section .form-wrapper {
    padding: 40px 20px;
  }
  .portfolio-block-three .meta-data {
    width: 100%;
  }
  .portfolio-details-one .project-pagination .hover-content {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(0);
  }
  .pr-pagination-one i {
    font-size: 25px;
  }
  .blog-comment-area .comment .reply-btn {
    position: relative;
  }
}
/*(max-width: 575px)*/
