@media screen and (min-width: 768px) {
  .mobile-nav-toggle {
    display: none;
  }
  .institute,
  .hero-sec,
  .about,
  .curriculum,
  .events {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .mobile-nav-toggle {
    display: block;
    position: fixed;
    top: 7px;
    right: 15px;
    font-size: 36px;
  }
  .fixed-top ul {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: 10px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .fixed-top .navbar-mobile.navbar {
    position: fixed;
    overflow-y: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .fixed-top .navbar-mobile.navbar ul {
    display: flex !important;
  }
}/*# sourceMappingURL=media.css.map */