/* ===================================================================
                            xxl
====================================================================== */

@media only screen and (min-width: 1400px) {}


/*=====================================================================
                             xl
 ====================================================================== */

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  p {
    font-size: 16px;
  }

  ul li {
    font-size: 16px;
  }

  /* =nav bar= */
  .header .item-left {
    flex: 0 0 35%;
  }

  .main_logo a .logo_img img{
    width: 25%;
  }

  .logo_img h4{
    width: 70%;
    font-size: 18px;
  }

  .header .item-center {
    flex: 0 0 65%;
  }

  header.header .container {
    max-width: 95%;
}


  ul.menu-main {
    padding: 30px 0;
  }

  .header .menu>ul>li>a {
    font-size: 16px;
  }

  .main_logo a .logo_img {
    width: 100%;
  }

/* ===== */
.header .menu>ul>li>a {
  margin: 0 10px;
}






}


/*=================================================================
                         Tablet Landscape(lg)
=================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 14px;
  }

  /* =nav bar= */
  .header .item-center {
    flex: 0 0 70%;
  }
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    font-size: 14px;
}
  .header .item-left {
    flex: 0 0 30%;
  }

  .main_logo a .logo_img {
    width: 100%;
  }

  .header .menu>ul>li>a {
    font-size: 14px;
    margin: 0 10px;
}

.vision_missecrigh {
  padding: 15px 15px;
}

.vision_missecrigh h4 {
  font-size: 30px;
}
.curriculum_main {
  padding: 25px 10px;
}

.main_logo a .logo_img img {
  width: 30%;
}

.about-event .event-title h3 {
  font-size: 24px;
}

.logo_img h4{
  width: 70%;
  font-size: 13px;
}

.logo_img h4 span{
  font-size: 18px;
}

/* =about page= */

.abt_sec img{
width: 100%;
}

/* =testimonial= */
.carousel-caption_testi{
  width: 80%;
}

/* =slider video= */


.slider_video{
  margin-top: 0px;
  }



}


/*=================================================================
                        Tablet Portrait (md)
=================================================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
  }

  /* =header= */
  .header .item-left {
    flex: 0 0 80%;
  }

  .header .item-right {
    flex: 0 0 20%;
  }

  .main_logo a .logo_img {
    width: 78%;
  }

  .header .mobile-menu-trigger {
    float: right;
    margin-top: 7%;
  }

  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    width: 300px;
    margin-left: 10px;
  }

  /* =slider band= */

  .slider_band .main_band h2{
    margin-bottom: 20px;
  }

  .slider_band .highlights{
    padding: 10px 0;
  }

  /* =about section= */

  .about-event{
   margin-top:30px ;
  }
  .section-space{
    padding: 50px 0;
  }

  /* =our vision-= */

  .our_mission_content{
    padding: 15px;
  }

  .our_vision_main_content{
    margin: 15px;
  }
  
  .our_mission img{
  width: 100%;
  }
  
  .our_vision_main_content_text{
    padding: 10px 0;
  }
  
  .our_vision_main_content_text p{
  margin: 0;
  }
  .our_mission h4{
    font-size: 24px;
  }
  

  /* =faculty section= */

  .faculty{
    padding: 70px 0 50px;
  }

  .faculty_content{
    padding: 30px 0 0 ;
  }

  .single-course{
    margin-bottom: 30px;
  }

  /* =footer= */

  .footer-link{
    margin-bottom: 30px;
  }

  /* =contact page= */
  .contact-address .contact-heading{
    padding-top: 0;
  }

  .contact_header{
    margin-bottom: 20px;
  }

  /* =leadership inner page= */
  .leader_shipsecmainh4 {
    font-size: 22px;
    margin-bottom: 15px;
    }

    /* =testimonial= */
    .carousel-caption_testi img{
      margin-left: 0;
      width: 50%;
      margin: auto;
      margin-bottom: 20px;

    }

    .carousel-caption_testi{
      width: 90%;
    }
    
    
/* =slider video= */


.slider_video{
  margin-top: 0px;
  }




}


/* ==============================================================
                    Mobile Landscape Size(sm)
================================================================= */

@media only screen and (min-width: 576px) and (max-width: 767px) {}


/*===================================================================
                         All Mobile Sizes 
 ====================================================================*/

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  ul li {
    font-size: 16px;
  }

  ol li {
    font-size: 16px;
  }


  /* =nav bar= */

  .header .menu .mobile-menu-head {
    border: none !important;
  }

  .header .menu>ul>li>a {
    text-align: left;
    font-weight: 600;
  }

  .header {
    padding: 10px 0;
  }

  .header .item-left {
    flex: 0 0 80%;
  }

  .header .item-center{
    flex: 0 ;
  }

  .header .item-right {
    flex: 0 0 20%;
  }

  .header .mobile-menu-trigger {
    float: right;
    margin-top: 8%;
  }


  .main_logo a {
    padding: 0;
  }

  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    width: 300px;
    margin-left: 10px;
  }

  /* =nav new= */

  .logo_img h4{
    font-size: 16px;
    text-align: left;
  }

  .logo_img h4 span{
    font-size: 20px;
    
  }

  .main_logo a .logo_img img{
    width: 20%;
  }

  /* =slider= */
  .slider .carousel-item img {
    height: 201px;
    object-fit: cover;
}

.slider .carousel-control-next-icon, .carousel-control-prev-icon{
  height: 2rem !important;
  width: 1rem !important;
}

  /* =slider band= */

  section.slider_band{
    margin-top: 0;
    padding: 40px 0 0;
  }


  .slider_band .highlights{
    margin-bottom: 30px;
  }

  .slider_band .main_band h2{
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0;
  }

  .section-space{
    padding: 40px 0;
  }

  /* =about section= */

  .about-part .section-title h2{
    font-size: 20px;
  }

  .second_spave_bg{
    padding: 0;
  }

  .about-event{
    padding: 30px;
    margin-top: 20px;
  }

  .about-event .event-title h3{
    font-size: 24px;
  }

  .about-part .section-title h2{

  }

  /* =faculty section= */

  .faculty_content{
    padding-left: 0;
    padding-top: 20px;
  }

  .teachers p{
    margin: 0;
  }

  .faculty{
    padding: 60px 0 40px;
  }

  .section-title h2{
    font-size: 24px;
  }
  .section-title h5{
    font-size: 14px;
  }

  .section-title{
    padding-bottom: 25px;
  }
  /*  facilities section*/

  .single-course{
    margin-bottom: 30px;
  }

  /* =footer= */

  .footer-link{
    margin-bottom: 30px;
  }

  .footer-address{
    margin-bottom: 40px;
  }
  .footer-copyright p{
text-align: left !important;
  }

  .footer-copyright .copyright p{
    margin-bottom: 5px;
    font-size: 14px;
  }

  /* =contact page= */
  .contact-from{
    padding: 30px;
  }

  .contact-address ul li .single-address{
    margin: 30px 0 0 ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  /* =inner banner= */
  .inner_tint{
    padding: 20px 0;
    text-align: center;
  }

  .inner_banner h2{
    font-size: 24px;
    text-align: center;
    margin: 0;

  }
  .abt_secrigh {
    padding: 0px 0px;
}
.abt_secrigh h4 {
  font-size: 26px;
}
.vision_missecrigh h4 {
  font-size: 26px;
}


.vision_missecrigh {
  margin-top: 0px;
  padding: 20px;
}

.scho_sectop {
  padding: 15px;
}
.curriculum_main1 {
  padding: 15px ;
}
.curriculum_main {
  padding: 10px 15px;
}

.sectio_curriculum_head h1 {
  font-size: 18px;
  margin: 15px 0;
}

.accordion-item {
  padding: 10px;
}

/* =our mission = */

.our_mission .nav-link{
  font-size: 16px;
}

.our_mission .nav-tabs{
  margin: 0 15px;
}

.our_mission .tab-pane{
  padding: 15px;
}


.our_vision_main_content{
  margin: 15px;
}

.our_mission img{
width: 100%;
}

.our_vision_main_content_text{
  padding: 10px 0;
}

.our_vision_main_content_text p{
margin: 0;
}
.our_mission h4{
  font-size: 24px;
}

/* =about inner= */
.abt_sec img{
width: 100%;
}

.inner_banner h5{
  display: none;
}

/* =leadership inner page= */
.leader_shipsec {
  padding: 15px;
}
.leader_shipsec2{
  padding: 15px;
}

.leader_shipsecmainh4 {
font-size: 24px;
margin-bottom: 15px;
}

.leader_shipsecmain{
  padding: 20px 0 0 ;
}

.leader_shipsecmainsub h4{
  margin-top: 25px;
}

.leader_shipsec2 .leader_shipsecmain{
  padding: 0 0 20px ;
}

/* =event inner= */

button.accordion-button.nstyle{
  font-size: 18px;
}

/* =testimonial= */

.carousel-caption_testi{
  width: 100%;
}


.carousel-caption_testi img{
  margin-left: 0;
}

.carousel-caption_testi{
  padding: 15px;
}

.testimonial h4{
  margin-top: 20px;
}

/* =slider video= */


.slider_video{
  margin-top: 0px;
  }
}