
@media (min-width: 1921px) {


  #hero-8 .slider, #hero-8 .slider .slides { height: 640px; }


}
@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}

@media (min-width: 1440px) and (max-width: 1920.95px) {

  #hero-8 .slider, #hero-8 .slider .slides { height: 640px; }

}



@media (min-width: 1440px) and (max-width: 1920.95px) {


}


@media (min-width: 1200px) {


}


@media (max-width: 767px) { 
}

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .wide-100 { padding-top: 80px; padding-bottom: 80px; }
  .wide-90 { padding-top: 80px; padding-bottom: 70px; }
  .wide-80 { padding-top: 80px; padding-bottom: 60px; }
  .wide-70 { padding-top: 80px; padding-bottom: 50px; }
  .wide-60 { padding-top: 80px; padding-bottom: 40px; }
  .wide-50 { padding-top: 80px; padding-bottom: 30px; }
  .wide-40 { padding-top: 80px; padding-bottom: 20px; }
  .wide-30 { padding-top: 80px; padding-bottom: 10px; }
  .wide-20 { padding-top: 80px; padding-bottom: 0; }

  .pt-100, .division.pt-100 { padding-top: 80px; }
  .pb-100 { padding-bottom: 80px; } 

  .pc-20, .pc-25 { padding-right: 0; padding-left: 0; } 
  .pl-15, .pl-30 { padding-left: 0; }
  .pr-15, .pr-30 { padding-right: 0; }

  /*------------------------------------------*/

@media (min-width: 480px) and (max-width: 767.95px) {

  #stlChanger { display: none; }

  .pc-20, .pc-25 { padding-right: 0; padding-left: 0; } 
  .pl-15, .pl-30 { padding-left: 0; }
  .pr-15, .pr-30 { padding-right: 0; }

}

@media (max-width: 767px) {
  .explore_sect {
      padding: 0;
      margin-bottom: 10px;
      }
      .history_sec1 {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 30px 10px 30px;
}
      .topbar_header {
        padding: 1px 0px;
        background-color: #d62925;
        display: none;
    }
    .why_head p {
      padding: 0;
      display: block;
      text-decoration: none;
      transition: .5s ease-in-out;
      font-size: 15px;
      line-height: 27px;
  }
  .flip-box-front h2{
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    margin-top: 45px;
    color: #970808;
    display: block;
    text-decoration: none;
    transition: .5s ease-in-out;
    
  }
  .flip-box-front img{
    position: relative;
    width: 80px;
    height: auto;
    top: 19px;
  }
  .flip-box {
    background-color: transparent;
    width: 100%;
    height: 170px;
    border: 1px solid #000;
    perspective: 1000px;
  }

  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
  }

  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-box-front {
    background-color: #ffb425;
    color: black;
  }

  .flip-box-back {
    background-color: #d4281e;
    color: white;
    transform: rotateX(180deg);
  }
  .flip-box-back h2{
  font-size: 18px;
  padding: 10px;
  margin-top: 19px;
  }
  .flip-box-back p{
    font-size: 15px;
    color: #ffb425;
  
  }
  .image_queen img {
    border-radius: 20px 20px 20px 20px;
    padding: 10px;
}
.offcanvas_btn {
  display: block !important;
}
  }
  @media (max-width: 767px){
.explore_sect2 {
  padding: 0;
  margin-bottom: 10px;
}
.footer_num_div {
  padding: 5px 5px 5px 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer_num_div {
  padding: 5px 5px 5px 5px;
  margin-top: 10px;
  margin-bottom: 4px;
}
.footer_headline {
  margin-top: 0px;
  margin-bottom: 10px;
}

}
       
/*    @media (max-width: 991px){*/
/*.offcanvas_btn {*/
/*    display: block !important;*/
/*}*/
/*}*/
@media (max-width: 767px){
  .subject_box img {
    width: 90px;
    height: 155px;
    margin-left: 65px;
    padding: 10px;
}
.owl-carousel .item {
  font-size: 30px;
  text-align: center;
  padding: 0px;
  line-height: 2;
  font-weight: 700;
  width: 100%;
  object-fit: cover;
}
}

    @media (max-width: 991px){
      .subject_box img {
        width: 90px;
        height: 155px;
        margin-left: 65px;
    
        padding: 10px;
       
    }
.amenities_box p {
    color: #000;
    padding: 0;
    display: block;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    margin-top: 20px;
    font-weight: 700;
}
.rotate {
    width: 90px;
    height: 90px;
    /* animation: rotation infinite 3s linear; */
    transform: rotate(0deg);
    transition: transform 1s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
/* .card img {
    transform: scale(1.3);
    transition: 0.3s ease-out;
}
.card:hover img {
	transform: scale(1.1) translateY(-20px);
	opacity: 0.3;
} */
.overlay2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 15px;
	color: #fff;
}
.overlay2 a{
  color: #fff;
  font-weight: 700;
  background-color: #9e471512;
}
/* logo */
.navbar-brand img{
  height: 90px;
}
    }

/*  */

/* .left_topbar {
padding: 0px;
} */

@media (max-width: 767px){
  .blogsec_page {
    padding: 10px;
  }
  .blogs_images {
    background-color: #fff;
    padding: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 10px;
    margin-top: 0;
}
.blogs_images img {
  width: 340px;
  height: 290px;
}
.blog_content h3{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog_content p{
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: justify;
}
.gallery_box {
  border: 1px solid #1eb1efa1;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.gallery_box img {
  width: 100% !important;
  height: 280px;
  padding: 2px;
  margin-bottom: 7px;
}
.gallery_box h4 {
  font-size: 18px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
}
.acadmic_sec_images {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}
.acadmic_sec_images img{
  width: 450px;
  height: 190px;
}
.acadmic_sec_containet {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.features_section {
  padding: 15px;

}

.features_section h2{
  font-family: "Abril Fatface", serif;
    letter-spacing: 0.5px;
    font-size: 38px;
    text-align: center;
    padding-bottom: 5px;
}

.features_images {
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.features_images img{
  padding: 0px;
  width: 350px;
  height: 350px;
}
.features_heading1 {
  padding-top: 5px;
  padding-bottom: 0;
}
.features_heading1 a{
  font-size: 15px;
  color: #1eb2f1;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  
}

.features_heading1 p{
  font-size: 14px;
    line-height: 27px;
    color: #000000c4;
    text-align: center;
    margin-bottom: 0px;
    font-family: "Josefin Sans", sans-serif;

}



.cuet_coaching {
  padding: 10px;
  background-color: #80808017;
}

.cuet_coaching_images{
    padding: 10px;
    background-color: #fff;
    margin-bottom: 5px;
}

.cuet_coaching_images img {
  width: 450px;
  height: 190px;
}


.cuet_coaching_containet {
  padding: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.cuet_coaching_containet h4 {
  font-size: 23px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin-top: 10px;
}

.cuet_coaching_containet p {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 8px;
}
.classs_nine_sec_containet {
  padding: 0px;
  margin-bottom: 1px;
  margin-top: 0px;
}
.entrance_box img {
  width: 100%;
  height: auto;
  padding: 2px;
  margin-bottom: 7px;
}
.copy-right p {
    margin-bottom: 15px;
    color: #fff;
    font-family: "Slabo 27px", serif;
    letter-spacing: 0.5px;
    padding-bottom: 28px;
}
    .navbar-brand img {
        height: 60px;
        width:60px;
    }
}


