﻿.banner-sec{
    background-image: url(../images/curriculum-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 42vh;
    display: flex;
    align-items: flex-end;
}
.page-header-content {
    background:  #EC1D25;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    width: 350px;
   
}

.page-header-content .title {
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family:cursive;
    font-weight: 600;
    color: #fff;
}

.mission{
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 90px 0;
}
.mission .m-box{
    padding: 2rem;
    background: #f8ab00d1;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
    border-radius: 20px;
}
.mission .m-box h2{
    font-family: 'Droid Serif Bold';
    font-size: 32px;
}
.mission .m-box p{font-family: 'Poppins', sans-serif; font-size: 20px; line-height: 1.5;}
.aboutknow{
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  min-height:80vh;
}
.aboutknow .m-box{
    padding: 2rem;
    background: #f8ab00d1;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
    border-radius: 20px;
}
.aboutknow .m-box h2{
    font-family: 'Droid Serif Bold';
    font-size: 32px;
}
.aboutknow .m-box p{font-family: 'Poppins', sans-serif; font-size: 20px; line-height: 1.5;}
.content-heading p {
    font-family: 'poppins', sans-serif;
    opacity: 1;
}
.content-heading h2{font-weight: 400;}
@media(min-width:767px){
    .page-header-content {
        width: 490px;
    }
    .page-header-content .title {
        font-size: 51px;
    }
    .banner-sec{
        min-height: 62vh;
    }
}
@media(min-width:768px){
    .banner-sec{
        min-height: 33vh;
    }
    .page-header-content .title {
        font-size: 36px;
    }
    .page-header-content {
        width: 490px;
    }
    .page-header-content{
        margin-bottom: 4rem;
    }
}
@media(min-width:1024px){
    .banner-sec{
        min-height: 43vh;
    }
}
@media(min-width:1200px){
    .banner-sec{
        min-height: 90vh;
    }
}
@media(min-width:1400px){
    .banner-sec{
        min-height: 40vh;
    }
}
@media(min-width:1920px){
    .banner-sec{
        min-height: 60vh;
    }
}
.contact-sec .card.bg-warning{
    background-color: #f8ab00 !important;
    border: unset;
}
.contact-sec dl dt{text-transform: capitalize; font-size: 20px; margin-bottom: 0.75rem; letter-spacing: 1px;font-weight:bold;color:Black}
.contact-sec dl dd{margin-bottom: .3rem; font-size:16px;}
.contact-sec dl dd, .contact-sec dl dd a{
    color:Black; text-decoration: none;
}
.contact-sec label{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2rem;
    font-weight: 400;
}
.contact-sec .form-control{
    border-radius: unset;
    border:unset;
    border-bottom: 2px solid #000;
    font-family: 'Poppins', sans-serif;
}
.contact-sec .form-control:focus{
    box-shadow: unset !important;
    border-width: 1px;
}
.contact-sec .btn{
    padding: 10px 50px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}
.accordion {
  background-color:white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-family:cursive;
  font-size:20px;
  font-style:italic;
  transition: 0.4s;
    color:#454343;
}

.active
{
 background-color:white; 
} 
.accordion:hover {
  background-color:white; 
  color:#EC1D25;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
