/*
Template Name: College
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************center_home****************/
.carousel-caption{
text-align:left;
background:#00000087;
padding:100px 140px 0px 140px;
top:0;
left:0;
width:100%;
height:100%;
color:#fff;
 }
.center_home img{
min-height:700px;
 }
 .subs_1l{
         background: #e1e1e16b;
    padding: 25px;
    backdrop-filter: blur(3px);
    border-radius: 20px;
 }
.spec_1i {
background:#125875e0;
transition: 0.3s;
 }
.spec_1i:hover {
background:#ff7350e0;
 }
/* Overlay */
    .overlay {
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    }

    /* Popup box */
    .popup {
          background: #fff;
    background-image: url(../img/mascots-background.png);
    padding: 25px;
    border-radius: 6px;
    max-width: 550px;
    width: 100%;
    text-align: center;
    position: relative;
    animation: fadeIn 0.4s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }

    .popup h2 {
      color: #d18429;
      margin-bottom: 10px;
    }

    .popup p {
          font-size: 14px;
    max-width: 300px;
    color: #555;
    margin: auto;
    }

    /* Buttons */
    .btn {
      margin-top: 15px;
      padding: 10px 20px;
      border-radius: 20px;
      border: none;
      cursor: pointer;
      font-size: 14px;
    }

    .btn-primary {
      background: #d18429;
      color: #fff;
    }

    .btn-secondary {
      background: #fff;
      border: 1px solid #d18429;
      color: #d18429;
    }

    /* Close button */
    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 18px;
      cursor: pointer;
    }

    @keyframes fadeIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }
    .dividerSection {
        display: flex;
    align-items: center;
    max-width: 300px;
    margin: 20px auto;
}
.dividerSection .spacer {
    width: 0;
}
.dividingLine {
    flex-grow: 10;
    height: 1px;
    background: #d18429;
}
.gradeRange {
    padding: 0 15px;
    color: #d18429;
}
.spec_1io {
background:#ff7350;
transition: 0.3s; 
 }
.banner h1{
    font-size: 25px;
    font-weight: 500;
}
.banner h1 span{
        font-size: 30px;
    display: inline-block;
}
.banner h1 .bhhv{
    font-size: 50px;
    font-weight: 700;
    color: #d68728;
}
/*********************center_home_end****************/

/*********************about_h****************/
.about_h1rill span{
width:50px;
height:50px;
line-height:50px; 
 }
.about_h1lil img{
border:5px solid #ff7350;
 }
.about_h1lilo img{
border:5px solid #125875;
 }
.about_h1lilo{
padding-top:180px;
 }
 
.signupStyles_criteriabox__15zu0 h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.signupStyles_criterialist__31Dup {
    background: #f6f9fc;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .05), 0 2px 4px -2px rgba(16, 24, 40, .06);
    padding: 0 20px;
    width: 100%;
}
.signupStyles_parent_listing__1Obei {
    display: flex;
    grid-gap: 22px;
    gap: 22px;
    border-bottom: 1px solid #e2e6e9;
    padding-bottom: 28px;
    padding-top: 20px;
    height: 96px;
}
.signupStyles_parent_listing__1Obei h6 {
    color: #0d1c2a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}
.signupStyles_parent_listing__1Obei p {
    margin-bottom: 0;
    color: #5b636b;
    font-size: 14px;
    font-weight: 400;
}
/*********************about_h_end****************/


/*********************faq****************/
#ad {
background-image: url(../img/19.jpg);
background-position: center;
}

#learn {
background-image: url(../img/1.jpg);
background-position: center;
}
.learn_1r{
border-radius:0px 10px 10px 0px;
min-height:410px; 
 }
/*********************faq_end****************/

/*********************testim****************/
#subs {
background-image: url(../img/1.jpg);
background-position: center;
}
/*********************testim_end****************/
.events_1{
    background-image: url('/img/535b4946-73a7-4540-b629-96029a5047cc.jpg');
    background-size: cover;
    padding: 25px;
    border-radius: 10px;
}
.events_1m2{
    padding: 20px;
    border-radius: 10px;
}
.events_1m2 ul{
    margin-top: 10px;
}
.events_1m2 ul li{
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.events_1m2 ul li svg{
    width: 25px;
    border-radius: 40px;
    padding: 5px;
    background: #fff;
    fill: #d68728;
}
.events_1m2 p{
    margin: 0;
}
.events_1m2 p span{
    color: #d68728;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
}
@media screen and (max-width : 767px){
.main_2 {
position:static!important; 
 }
.carousel-caption{
padding:15px;
 }
.center_home img{
min-height:350px;
 }
.carousel-caption h5{
letter-spacing:1px;
font-size:16px; 
 }
.carousel-caption br{
display:none; 
 }
.carousel-caption p{
font-size:13px;
 }
.h_line:after {
margin-left: 2%;
}
.carousel-caption .button {
padding: 0.8rem 0.5rem 0.8rem 0.5rem;
}
.carousel-caption .button_1 {
padding: 0.8rem 0.5rem 0.8rem 0.5rem;
}
.spec_1i {
margin-top:10px;
margin-bottom:10px;
text-align:center; 
 }
.spec_1ir{
margin-top:10px; 
 }
.spec_1ir p{
text-align:left;
 }
.about_h1lilo {
padding-top:20px;
}
.about_h1r{
margin-top:15px;
text-align:center; 
 }
.about_h1r p{
text-align:left;
 }
.about_h1r br{
display:none;
 }
.about_h1rilr{
margin-top:10px; 
 }
.ad_1l br{
display:none; 
 }
.ad_1l h1{
text-align:center; 
 }
.ad_1r{
text-align:center!important; 
padding-top:15px!important; 
 }
.faq_1r{
margin-top:15px;
text-align:center; 
 }
.learn_1r{
padding:15px!important;
min-height:auto;
text-align:center; 
 }
.learn_1r p{
text-align:left; 
 }
.subs_1l h1{
text-align:center;  
 }
.book_1l{
margin-top:10px;
text-align:center; 
 }
.book_1l p{
text-align:left;
 }
 }

@media (min-width:576px) and (max-width:767px) {
.carousel-caption{
padding:20px;
bottom:0;
 }
.carousel-caption p{
font-size:16px;
 }
.about_h1lilo {
padding-top:0;
}
 }
@media (min-width:768px) and (max-width:991px) {
.carousel-caption{
padding:50px 140px 0px 140px;
 }
.carousel-caption br{
display:none;
 }
.spec_1i {
padding:10px!important; 
 }
.spec_1il span{
font-size:20px!important; 
 }
.about_h1r br{
display:none; 
 }
.about_h1rill span {
width:35px;
height:35px;
line-height:35px;
font-size:16px!important;
}
.ad_1l br{
display:none; 
 }
.learn_1l img{
min-height:410px; 
 }
.learn_1r {
padding:25px!important; 
 }
.book_1r img{
min-height:370px; 
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.learn_1l img{
min-height:410px; 
 }
.book_1r img{
min-height:370px; 
 }
 }
@media (min-width:1201px) and (max-width:1250px) {

 }
@media (max-width:767px){
    .banner h1 span {
    font-size: 22px;
}
.banner h5{
    font-size: 14px;
}
.subs_1l {
    margin-top: 20px;
    padding: 17px;
    border-radius: 10px;
}
    .banner h1 .bhhv {
    font-size: 30px;
}
.banner h1 {
    font-size: 18px;
}
}

