@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;700&family=Poppins:wght@400;600;700;800&display=swap");
header .admission-call {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
}

.section-subhead {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .section-subhead {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #221F1F;
  }
}

.section-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .section-head {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #221F1F;
  }
}
.section-head .svg {
  color: #0034A5;
}

.text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
  letter-spacing: 0.05em;
}

.hero {
  background-image: url("../img/hero-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .hero-main {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #F5F5F5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .hero .hero-main {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #F5F5F5;
    text-align: center;
  }
}
.hero .hero-subhead {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #F5F5F5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .hero .hero-subhead {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #F5F5F5;
    text-align: center;
  }
}

.objective {
  background-color: #5B75EE;
}

.curriculam button {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #0034A5;
  border: 1px solid #0034A5 !important;
}
.curriculam button.active {
  background-color: #5B75EE !important;
  color: #F5F5F5 !important;
  border: 1px solid #5B75EE !important;
}
.curriculam h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #221F1F;
  text-transform: uppercase;
}
.curriculam h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #F5F5F5;
}
.curriculam h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #F5F5F5;
}
.curriculam .sem-card {
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.3);
}
.curriculam .stream-card {
  background-color: #8fa4ff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.curriculam th,
.curriculam td {
  background: #ffffff;
}
.curriculam th {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #221F1F;
}
.curriculam .faculty {
  list-style: circle;
}

.testimonial-slider {
  background-color: #5B75EE;
  padding: 2em 2em 3em;
}
.testimonial-slider .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
.testimonial-slider .card .card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1e1e1e;
  text-align: center;
}
@media (max-width: 575.98px) {
  .testimonial-slider .card .card-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1e1e1e;
  }
}
.testimonial-slider .card .post {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
  text-align: center;
}
@media (max-width: 575.98px) {
  .testimonial-slider .card .post {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1e1e1e;
  }
}
@media (max-width: 575.98px) {
  .testimonial-slider .card .text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1e1e1e;
  }
}
.testimonial-slider .carousel-control-prev,
.testimonial-slider .carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .testimonial-slider .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  .testimonial-slider .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .testimonial-slider .carousel-inner {
    padding: 1em;
  }
  .testimonial-slider .carousel-control-prev,
  .testimonial-slider .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }
  .testimonial-slider .carousel-control-next {
    left: 5em;
  }
}

.faq h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #221F1F;
  text-transform: uppercase;
}
.faq .accordion-button:not(.collapsed),
.faq .accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.faq .accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.faq .accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}

.footer {
  background-color: #5B75EE;
}/*# sourceMappingURL=style.css.map */