@media screen and (min-width: 992px) {
  .navbar-expand-lg {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-toggler {
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
  }
  .leadership-sec .img-part {
    margin-bottom: 30px;
    height: auto;
  }
  .leadership-sec .col-lg-7 {
    padding: 0px 16px;
  }
  .hero-content p {
    font-size: 40px;
  }
  .about-sec {
    padding: 40px 0px;
  }
  .about-sec .text-part {
    margin-top: 30px;
    padding: 20px;
  }
  .about-sec .text-part h1 {
    margin-bottom: 30px;
  }
  .exp-sec .exp-card {
    margin-bottom: 30px;
  }
  header li {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  header .navbar-nav .dropdown-menu {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .links li {
    line-height: normal;
  }
  .logo {
    width: 160px;
  }
  .hero-content strong {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.6;
  }
  header.fixed .top-bar {
    display: none;
  }
  .gallery-sec {
    margin-top: 40px;
  }
  .gallery-card img {
    border-radius: 8px;
  }
  .gallery-sec .row {
    margin-bottom: 30px;
  }
  .news-sec {
    padding: 40px 0px;
  }
  .testimonial-card {
    padding: 20px;
    border-radius: 16px;
    text-align: center;
  }
  .faq-sec,
  .testimonial-sec {
    padding: 40px 0px;
  }
  .cta-sec p {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
  .social-bar a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .hero-slider .item {
    height: 60vh;
  }
  .hero-slider .button-sec .btn {
    font-size: 14px;
    padding: 8px 30px;
  }
  .testimonial-sec {
    text-align: center;
  }
  .leadership-sec {
    padding: 40px 0px;
  }
  .contact-sec {
    padding: 40px 0px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  div#schoolFAQ {
    margin-top: 30px;
  }
  .footer-card.links {
    margin-top: 30px;
  }
  .exp-sec {
    padding: 40px 0px;
    margin-bottom: 40px;
  }
  .exp-sec .exp-card {
    font-size: 14px;
    gap: 12px;
    padding: 0px;
  }
  .exp-sec .exp-card .text-part {
    display: flex;
    flex-direction: row;
    gap: 8px;
    bottom: 30px;
  }
  .main-head h1,
  .main-head h2 {
    font-size: 30px;
    font-weight: 700;
  }
}/*# sourceMappingURL=responsive.css.map */