*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


/* preloader */
#preloader{
    background:#fff url(images/pictures/loading.gif) no-repeat center center;
    background-size: 25%;
    height: 100vh;
    width:100%;
    position:fixed;
    z-index:100;
}
/*About School*/
.about-us{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-us .head{
    text-align: center;
    margin-bottom: 50px;
}

.about-us .head h2{
    color:#cda956;
    
}
.about-us .head {
    color:#cda956;
    
}
.about-us div h2{
    color:#cda956;
    
}
.about-us  div p{
    color: #213343;
}
.about-us div ul li{
    color: #213343;
}

/*Academics*/

.academics{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.academics .head{
    text-align: center;
    margin-bottom: 50px;
}

/*FAQs*/
.faq{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq .imgfaqhead{
    background-image: url('./images/pictures/faq.jpg');
    background-position: center;
    background-size: cover;
    position:relative;
    color: white;
    height: 200px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.faq .imgfaqhead h1{
    padding: 50px;
}
.faq .questions .content li{
    list-style:disc;
}
#accordion{
    /* margin: 100px auto;
    width:600px; */
}
#accordion li{
    list-style: none;
    width:100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    background-color: #f2f2f2;
    color: #000;
}
#accordion li label{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
#accordion li label span{
    transform:rotate(90deg);
    font-size: 22px;
    color: black;
}
#accordion label+input[type="radio"]{
    display:none;

}
#accordion .content {
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

#accordion label+input[type="radio"]:checked + .content{
    max-height: 1000px;
}

@media screen and (max-width:768px){
    #accordion li label{
        font-size: 14px;
    }

}



/* Contact Us */
.contacth1{
    background-color: rgb(117, 30, 30);
    color: #fff;
    height: 25vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 20px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 15px;

}
.contact-col div a{
    font-size: 18px;
    color: black;
    
}
.contact-col .inside{
    display: flex;
    flex-direction:column; 
    align-items:flex-start;
}

@media screen and (max-width:768px) {
    .contacth1{
        height: 10vh;
    }
    .contacth1 h1{
        font-size: 20px;
    }

    .contact-col h5{
        text-align: center;
        font-size: 3vw;
    }
    input[type="text"]::placeholder {
        font-size: 12px; 
      }
      input[type="number"]::placeholder {
        font-size: 12px; 
      }
      input[type="email"]::placeholder {
        font-size: 12px; 
      }
      input[type="date"]::placeholder {
        font-size: 12px; 
      }
      textarea::placeholder {
        font-size: 12px; 
      }
      select option {
        font-size: 12px;
      }

      .center-content .btn{
        font-size: 12px;
      }
      .inside{
        margin: auto;
        width: 100%;
      }
      .contact-col:nth-child(1){
        flex-basis: 100%;
    }
    .contact-col:nth-child(2){
        flex-basis: 100%;
    }
    .contact-col:nth-child(3){
        flex-basis:100%;
    }
    }





/*New Footer*/
footer{
    width: 100%;
    position:absolute;
    /* bottom: 0; */
    /* background:linear-gradient(to right,#000,#213343); */
    background: #000000;
    color: #fff;
    padding: 20px 0 30px;
    /* border-top-left-radius: 125px; */
    font-size: 13px;
    line-height: 40px;
}
.row1{
    width:85%;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: space-between;
}
.col1{
    flex-basis: 25%;
    padding: 10px;
}
.col1:nth-child(2){
    flex-basis: 15%;
}
.col1:nth-child(3){
    flex-basis:17%;
}
.col1 h3{
    color: white;
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}
.col1 p{
    line-height: 10px;
}
.logo1{
    width: 200px;
    margin-bottom: 30px;
}
.col1 .aboutdata {
    line-height: 20px;
}
.col1 .address1 {
    line-height: 20px;
}
.col1 .email-id{
    width: fit-content;
}
.col1 .email-id a{
    color: white;
    text-decoration:none;
}

.col1 ul li{
    list-style-image:url('') ;
    margin-bottom: 1px;

}
.col1 ul li a{
    text-decoration: none;
    color: white;
}
.col1 ul li a:hover{
    color: #cda956;
    transition: 0.3s;
}

.icons .fa-brands{
    width:40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: black;
    background: white;
    margin-right: 15px;
    cursor: pointer;
}
footer hr{
    width: 90%;
    bottom: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}
.copyright-footer{
    text-align: center;
    margin-bottom: 0;

}
.underline{
    width: 60%;
    height: 3px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    margin-top: 10px;

}

@media (max-width:600px){
    footer{
        bottom: unset;

    }
    .col1:nth-child(1){
        flex-basis: 100%;
    }
    .col1:nth-child(2){
        flex-basis: 100%;
    }
    .col1:nth-child(3){
        flex-basis:100%;
    }
    .col1:nth-child(4){
        flex-basis:100%;
    }

}


