/* ===================================================================
                            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: 15%;
  }

  .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;
  }

  /* =slider= */

  .slider .carousel-item img {
    height: 445px;
    object-fit: cover;
  }

  /* =home card section= */

  .home_card_main {
    min-height: 330px;
  }



}


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

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

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

  /* =section title= */

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



  /* =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;
  }

  /* =slider= */

  .slider .carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .slider .carousel-caption h1 {
    font-size: 20px;
  }

  .slider .carousel-item img {
    height: 445px;
    object-fit: cover;
  }

  /* =about page= */

  .abt_img {
    width: 100%;
  }

  /* =parallax= */
  .home_parallax h2 {
    font-size: 24px;
  }


  /* =home card section= */
  .home_card_main {
    margin-bottom: 30px;
  }


}


/*=================================================================
                        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= */
  .slider .carousel-item img {
    height: 375px;
    object-fit: cover;
  }

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

  .slider .carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .slider .carousel-caption h1 {
    font-size: 20px;
  }

  /* =about section= */

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

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

  .abt_img {
    width: 100%;
  }

  /* =home card section= */
  .home_card_main {
    margin-bottom: 30px;
  }

  /* =home band = */

  .home_band_block h5 {
    padding: 0;
  }

  section.home_band h5 {
    font-size: 16px;
  }

  .home_band_block:after {
    display: none;
  }

  .home_band_block {
    padding: 20px;
  }


}

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

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

  ul li {
    font-size: 16px;
  }

  ol li {
    font-size: 16px;
  }

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


  /* =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: 175px;
    object-fit: cover;
  }

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

  .slider .carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .slider .carousel-caption h1 {
    font-size: 16px;
  }

  /* =abt section= */
  .abt_img {
    width: 100%;
    margin-top: 20px;
  }

  .about-cont p {
    padding: 0;
  }

  .about-part .section-title {
    padding-bottom: 18px;
  }

  .third_sec_shapes div {
    width: 200px;
    display: none;
  }

  /* =section title= */
  .section-title h2 {
    font-size: 24px;
  }

  /* =home card section= */
  .home_card_main {
    margin-bottom: 30px;
  }

  /* =home parallax= */

  .home_parallax h2 {
    font-size: 24px;
  }

  /* =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;
  }

  /* =home band= */

  section.home_band h5 {
    text-align: justify;
    font-size: 18px;
  }

  section.home_band h5 {
    padding: 0;
  }

  .home_band_block {
    padding: 15px 0;
  }

  .home_band_img {
    margin: 10px 0;
  }

  .home_band_block {
    margin: 30px 0;
  }

  .home_band_block:after {
    display: none;
  }

  .home_band small br {
    display: none;
  }

}

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

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

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