/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 20px;
  background: #0d5b70;
  margin: 1px 0;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .top-header {
    position: relative;
    z-index: 999;
    padding: 5px 0;
  }
  .hamburger {
    display: flex;
  }
  .top-header .top-links ul li a{
      color:#fff;
  }
  .top-header .top-links ul li:not(:last-child)::after{
      background:#0d5b70;
  }
  .top-links {
    position: absolute;
    top: 32px;
    right: 0;
    width: 100%;
    background: #0d5b70;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
  }
  .top-links ul {
    flex-direction: column;
    display: flex;
    align-items: start!important;
    gap: 10px!important;
    margin: 0;
    padding: 10px!important;
  }
  .top-links.active {
    max-height: 400px;
  }
  .master-page .master-content {
    margin-top: 10px;
  }
}
@media screen and (max-width: 376px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 250px;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 377px) and (max-width: 391px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 250px;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 377px) and (max-width: 391px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 250px;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 392px) and (max-width: 426px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 250px;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 427px) and (max-width: 431px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 250px;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 427px) and (max-width: 431px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 250px;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 432px) and (max-width: 601px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 90vh;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 602px) and (max-width: 769px) {
  .logo-area .logo {
    flex-direction: column;
    text-align: center;
  }
  .logo-area .logo img {
    max-height: 80px;
  }
  .logo-area .logo-right-area {
    text-align: center;
    margin-top: 10px;
  }
  .logo-area .txt-bx .college-name {
    font-size: 25px;
  }
  .about-us .about .common-heading {
    font-size: 30px;
  }
  .about-us .about-img {
    margin-top: 10px;
  }
  .common-title {
    font-size: 28px;
  }
  .common-pd-mob {
    margin-top: 20px;
  }
  .news-events .owl-dots {
    display: none;
  }
  .default-btn {
    font-size: 13px;
  }
  .default-btn i {
    top: 0;
  }
  .copytxt {
    font-size: 12px;
  }
  .footer .footer-logo {
    padding-top: 0;
    width: 150px;
  }
  .hero-slider .hero-owl img {
    height: 90vh;
  }
  .hero-slider .slide-caption h2 {
    font-size: 16px;
  }
}/*# sourceMappingURL=responsive.css.map */