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;
}
.highlight-menu{
    border-bottom: 1px solid #F9A74B;
}
.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 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: #00599D;
    font-size: 36px;
    font-weight: 700;
}
.banner-admission{
    position: relative;
    padding: 15px;
    color: #fff;
    margin-top: 20px;
}
.banner-admission::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FE8700;
    opacity: 0.87;
}
.banner-admission p{
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
}
.banner-admission h5{
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
}
.banner-form-block{
    position: relative;
    padding: 50px 0px;
    height: 100%;
}
.banner-form{
    background-color: #00000077;
    padding: 10%;
}
.banner-form h4{
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.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-block{
    position: relative;
}
.about-content{
    padding: 60px 0px;
}
.about-content p{
    line-height: 30px;
}
.about-img{
    padding-top: 40px;
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}
.about-img img{
    width: 100%;
    max-width: 300px;
}
.facility-section{
    background-color: #EEEEEE;
    position: relative;
    padding: 60px 0px;
}
.facility-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.facility-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.facililty-block{
    position: relative;
}
.facililty-slider{
    padding-top: 10px;
}
.facililty-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.facililty-item h6{
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    margin-top: 10px;
}
.facililty-slider .owl-nav{
    position: absolute;
    right: 0;
    top: -60px;
    display: flex;
    gap: 10px;
}
.facililty-slider .owl-prev, .facililty-slider .owl-next{
    height: 40px;
    width: 40px;
    border:1px solid #aaa !important;
    border-radius: 50%;
    color: #aaa !important;
}
.why-section{
    padding: 60px 0px;
}
.why-slider{
    padding-top: 20px;
}
.why-slider .owl-nav{
    position: absolute;
    right: 0;
    top: -60px;
    display: flex;
    gap: 10px;
}
.why-slider .owl-prev, .why-slider .owl-next{
    height: 40px;
    width: 40px;
    border:1px solid #aaa !important;
    border-radius: 50%;
    color: #aaa !important;
}
.why-item h5{
    color: #FE8700;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.why-item ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.why-item ul li{
    display: flex;
    list-style: none;
    align-items: flex-start;
    margin-bottom: 5px;
}
.why-item ul li img{
    margin: 5px 10px 0px 0px;
    width: 15px !important;
}
.infrastructure-section{
    background-color: #16679F;
    background-image: url("../images/infra-bg.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    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;
}
.infra-item{
    height:200px;
}
.infra-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.infrastructure-gallery .owl-stage{
    padding: 50px 0px;
}
.infrastructure-gallery .owl-item.center{
    transform: scale(1.3);
    transition-duration: 0.3s;
    position: relative;
    z-index: 9;
}
.infrastructure-gallery .owl-dots{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.infrastructure-gallery .owl-dot{
    height: 12px;
    width:12px;
    background-color: #fff !important;
    border-radius: 6px;
    transition-duration: 0.3s;
}
.infrastructure-gallery .owl-dot.active{
    width: 30px;
    background-color: #FE8700 !important;
}
.photo-section{
    padding: 60px 0px;
}
.photo-gallery{
    padding-top: 20px;
}
.photo-item-m{
    height: 250px;
}
.photo-item-l{
    height: 300px;
}
.photo-item-s{
    height: 200px;
}
.photo-item-m img, .photo-item-l img, .photo-item-s img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.parent-section{
    padding: 60px 0px;
    position: relative;
}
.parent-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.parent-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.parent-block{
    position: relative;
}
.parent-slider{
    padding-top: 15px;
}
.parent-slider .owl-nav{
    position: absolute;
    right: 0;
    top: -60px;
    display: flex;
    gap: 10px;
}
.parent-slider .owl-prev, .parent-slider .owl-next{
    height: 40px;
    width: 40px;
    border:1px solid #aaa !important;
    border-radius: 50%;
    color: #aaa !important;
}
.parent-item iframe{
    width: 100%;
}




.contact-section{
    padding: 60px 0px;
}
.contact-list{
    padding-top: 20px;
}
.contact-item{
    display: flex;
    margin-bottom: 30px;
}
.contact-icon{
    color: #FE8700;
    margin-right: 10px;
}
.contact-item p{
    margin-bottom: 0px;
    color: #000;
}
.contact-item h6{
    color: #FE8700;
    font-weight: 700;
}
.contact-map{
    height: 100%;
}
.contact-map iframe{
    width: 100%;
    height: 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;}
    .about-img{
        justify-content: center;
        padding: 0px;
    }
    .photo-item-m, .photo-item-l, .photo-item-s{
        height: auto;
    }
}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
    
}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {
    

}