body{background-color: #fff; color: #666; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; margin: 0px; padding: 0px;}
html{scroll-behavior:smooth;}


a{
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000;
}
a:hover {
    text-decoration: none !important;
}
a:focus{outline: none;}
input:focus, textarea:focus-visible{outline: none !important; box-shadow: none !important;}

header {
    background-color: #00599D;
    transition-duration: 0.5s;
    display: block;
    flex-direction: column;
    position: relative;
    z-index: 9;
}
header.header-scroll{}
.header-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    height: 100px;
}
.logo-wrapper img{
    height: 100% ;
}
.menu-link{
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 10px;
    transition-duration: 0.3s;
}
.menu-link:hover{
    color: #FE8700;
}
.facility-menu{
    border: 1px solid #F9A74B;
    border-radius: 10px;
}
.header-menu .site-menu{
    padding-left: 0px;
}
.banner-section{
    position: relative;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.banner-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #000;
    opacity: 0.7;
}
.banner-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}
.banner-content h2{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.banner-content h4{
    color: #FE8700;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-top: 20px;
}
.banner-girl{
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.banner-form-block{
    position: relative;
    padding: 50px 0px;
    height: 100%;
}
.banner-form{
    background-color: #00000099;
    padding: 10%;
    border-radius: 20px;
}
.banner-form h4{
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 2em;
}
.banner-input{
    margin-bottom: 10px;
}
.banner-input input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    border:none;
    padding: 0px 20px;
}
.banner-input select{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    border:none;
    padding: 0px 20px;
}
.banner-form-btn button{
    background-color: #9E0A0E;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.heading-block h2{
    color: #004A8D;
    font-weight: 700;
    font-size: 36px;
}
.heading-white h2{
    color: #fff;
}
.about-section{
    position: relative;
}
.about-bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-block{
    padding: 60px 0px;
    position: relative;
}
.about-content p{
    line-height: 30px;
    margin-bottom: 0px;
}
.facility-section{
    background-color: #EEEEEE;
}
.facililty-content{
    padding: 60px 0px;
    height: 100%;
}
.facililty-img{
    padding-top: 30px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.facililty-list{
    padding-top: 20px;
    max-height: 360px;
    overflow-y: auto;
}
.facililty-list::-webkit-scrollbar {
    width: 5px;
}
.facililty-list::-webkit-scrollbar-track {
    background: #DEDEDE;
}
.facililty-list::-webkit-scrollbar-thumb {
    background: #cccccc;
}
.facililty-list::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.facililty-list ul{
    padding: 0px;
    margin: 0px;
}
.facililty-list ul li{
    padding: 15px 0px;
    border-bottom: 1px solid #D9D9D9;
    list-style: none;
    display: flex;
}
.facililty-list ul li:last-child{
    border: none;
}
.facililty-list ul li i{
    font-size: 14px;
    color: #FE8700;
    margin-right: 15px;
    margin-top: 5px;
}
.facililty-list ul li p{
    margin: 0px;
}
.academic-section{
    padding-top: 60px;
}
.academic-item{
    margin-bottom: 10px;
    padding: 10px;
    border-right: 1px solid #B2B2B2;
}
.academic-item h5{
    color: #FE8700;
    font-size: 18px;
    font-weight: 700;
}
.academic-item ul li{
    margin-bottom: 20px;
}
.academic-item1{
    border-top: 1px solid #B2B2B2;
    padding-top: 20px;
}
.academic-item1 .academic-item{
    border: none;
}
.academic-img{
    height: 450px;
    display: flex;
    justify-content: center;
}
.infrastructure-section{
    background-color: #004A8D;
    padding: 60px 0px;
    color: #fff;
}
.infrastructure-block p{
    line-height: 30px;
    font-weight: 300;
}
.infrastructure-block ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.infrastructure-block ul li{
    list-style: none;
    padding-right: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}
.infrastructure-block ul li i{
    color: #FE8700;
    margin-right: 5px;
}
.infrastructure-gallery{
    margin-top: 30px;
}
.contact-section{
    padding: 60px 0px;
}
.contact-list{
    padding-top: 20px;
    display: flex;
}
.contact-item{
    flex-grow: 1;
    border-right: 1px solid #707070;
    margin-right: 30px;
}
.contact-item:last-child{
    border: none;
}
.contact-item p{
    margin-bottom: 0px;
}
.contact-item h6{
    color: #FE8700;
    font-weight: 700;
}
.contact-map{
    margin-top: 20px;
}
.contact-map iframe{
    width: 100%;
}
footer{
    background-color: #004A8D;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}
.site-menu-toggle{color: #fff;}
















/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
    
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
    
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
	
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
    

}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {
    .about-bg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-bg::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        opacity: 0.8;
    }
    .contact-list{
        flex-direction: column;
    }
    .contact-item{border: none; margin-bottom: 10px;}
    .academic-item{border: none;}
    .banner-content{
        padding-top: 30px;
    }
    .banner-content h2{font-size: 30px;}
}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
    
}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {
    

}