/* Homepage hero slider — loaded only from index.php */

.it-slider-area .it-slider-content {
  padding-top: 100px;
  padding-bottom: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-slider-area .it-slider-content {
    padding-top: 85px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-slider-area .it-slider-content {
    padding-top: 80px;
    padding-bottom: 115px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-slider-area .it-slider-content {
    padding-top: 72px;
    padding-bottom: 105px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-area .it-slider-content {
    padding-top: 68px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .it-slider-area .it-slider-content {
    padding-top: 72px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-area .it-slider-content {
    padding-top: 78px;
    padding-bottom: 105px;
  }
}

.it-slider-area .it-slider-title {
  font-size: 48px;
  line-height: 1.16;
  margin-bottom: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-slider-area .it-slider-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-slider-area .it-slider-title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-area .it-slider-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .it-slider-area .it-slider-title {
    font-size: 24px;
    line-height: 1.22;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-area .it-slider-title {
    font-size: 30px;
  }
}

.it-slider-area .it-slider-title > .z-index-1 {
  display: block;
  margin-top: 0.2em;
  font-size: 0.48em;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.it-slider-area .it-title-shape svg {
  max-width: min(100%, 280px);
  height: auto;
}

.it-slider-area .it-slider-wrap .swiper-slide .it-slider-content-text p,
.it-slider-area .it-slider-wrap .swiper-slide.swiper-slide-active .it-slider-content-text p {
  display: block;
  width: 100%;
  max-width: 100%;
}

.it-slider-area .it-slider-content p {
  font-size: 17px;
  line-height: 1.65;
}

.it-slider-area .it-slider-content .nvm-slider-free-tuition {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 14px;
}

.it-slider-area .it-slider-content .nvm-slider-free-tuition strong {
  color: var(--it-common-white, #fff);
  font-weight: 600;
}

@media (max-width: 767px) {
  .it-slider-area .it-slider-content p {
    font-size: 14px;
    line-height: 1.65;
  }

  .it-slider-area .it-slider-content .nvm-slider-free-tuition {
    font-size: 13px;
  }
}

.it-slider-area .nvm-slider-kicker::after {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  margin-top: 14px;
  background: #f8c62f;
  border-radius: 2px;
}

.it-feature-icon span i {
  font-size: 28px;
  color: #03594e;
  line-height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px), (max-width: 767px) {
  .it-feature-icon span i {
    font-size: 20px;
    line-height: 50px;
  }
}

.nvm-home-cta-text {
  opacity: 0.95;
  font-size: 16px;
  line-height: 1.6;
}

.nvm-home-cta-ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff !important;
}

.nvm-home-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}
