@media screen and (min-width: 1200px){

}
@media screen and (min-width: 992px) {
  .menu-sec .navbar .dropdown-menu {
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
  }
  .menu-sec .navbar .dropdown-menu.show{
    margin-top: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  
}
@media screen and (min-width: 576px) {
  .subscriber form .form-control{
    height: 60px;
  }
  .subscriber .btn{
    padding: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .menu-sec .navbar-brand img{
    max-width: 55px;
  }
  .menu-sec .navbar-brand h4{
    font-size: 20px;
  }
  .menu-sec .navbar-brand h6{
    font-size: 12px;
  }
  .banner-sec .carousel-item {
    height: 350px;
  }
  .partner-box{
    height: 80px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px){
  .menu-sec .navbar .navbar-nav .nav-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-brand{
    margin-right: 0;
    max-width: 100px;
  }
  .banner-sec .carousel-item {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .banner-sec .carousel-item {
    height: 175px;
  }
  .mission-box{
    padding-left: 15px;
  }
  #alumni .owl-item{
    padding-left: 0;
    padding-right: 0;
  }
  .faculty-img{
    position: initial;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .menu-sec .navbar-brand h4{
    font-size: 17px;
    margin-bottom: 0;
  }
  .menu-sec .navbar-brand h6{
    font-size: 10px;
  }
  .banner-sec .carousel-item {
    height: 130px;
  }
  .highlight-news{
    padding: 0 20px;
  }
  .highlight-news h6{
    border-radius: 0;
    margin: 0 -20px;
    padding: 4px 20px;
    text-align: center;
  }
  .highlight-news h6::after{
    content: "\f103";
  }
  .values-sec .row .col-lg-3{
    border-right: 0;
  }
  .principal-img{
    height: auto;
    margin-bottom: 15px;
  }
  .news-box .carousel-item img{
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .banner-sec .carousel-item {
    height: 100px;
  }
}
