*{
    padding: 0px;
    margin: 0px;
}
body{
    font-family: Roboto,sans-serif,arial;
    background: #f0f3fa;
}
.width-100{
    width: 100%;
    float: left;
}
.container{
    width: 1500x;
    margin: 0px auto;
    
}
.top-header{
    background: skyblue;
    padding: 5px 0px;
    border-bottom: 1px solid #3131315e;
}
.news-list{
    background: white;
    color: black;
    padding: 6px;
    font-size: 20px;
}
.headquote{
    font-size: 18px;
    color: black;
    width: 80%;
    
}
.header-menu{
    position: relative;
    box-shadow: 0px 2px 5px 0px #00000036;
}
.logo{
    width: fit-content;
    float: left;
}
.main-menu{
    list-style: none;
    float: right;
    margin-top: 20px;
}
.main-menu a{
    font-weight: 700;
    color: #3a3a3a;
    font-size: 20px;
    text-decoration: none;
}
.main-menu li{
    float: left;
    padding: 12px 15px;

}
.slider-width{
    width: 100%;
    height: auto;
}
.margin-top-50{
    margin-top: 50px;
}
.width-33{
    width: 33%;
    float: left;
}
.latest-news{
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    padding: 20px;
    height: 350px;
    margin-bottom: 30px;
}
.heading-sect{
    width: 100%;
    float: left;
    border-bottom: 1px solid gray ;
    padding-bottom: 0px;
    margin: 0px;
    margin-bottom: 15px;
    border: 1px solid gray;
    padding-top: 15px;
    padding-left: 15px;
    background: #00aed9;
    color: white;
}
.head-title{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.latest-news-ul{
    padding: 0px;
    list-style: none;
    line-height: 40px;

}
.event-list{
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    padding: 20px;
    height: 350px;
    margin-bottom: 30px;
}
.upcoming-event-list{
    padding: 0px;
    list-style: none;
}
.upcoming-event-list li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.event-date{
    background-color:  #00aed9;
    width: 30px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: white;
    padding: 8px;
    margin-right: 10px;
    margin-left: 10px;
}
.notice-board{
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    padding: 20px;
    height: 350px;
    margin-bottom: 30px;
}
.notice-board-list{
    padding: 0px;
    list-style: none;
    line-height: 40px;
}
.notice-board li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.our-principal{
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    padding: 20px;
    height: 350px;
    margin-bottom: 30px;
}
.useful-info-ul{
    list-style: none;
}
.useful-info-ul li{
    margin-bottom: 15px;
    border-bottom: 1px solid gray;
    padding-bottom: 15px;

}
.useful-info-ul a{
    text-decoration: none;
    color: black;
    font-weight: bold;

}
.gov-sec-style{
    margin-bottom: 30px;
    border-bottom: 1px solid gray;
    padding-bottom: 30px;
}
.governor-name{
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 20px;
}
.governor-designation{
    font-size: 16px;
    color: black;
    padding-left: 10px;
    margin-top: 6px
}
.governor-img{
    width: 100%;
}
.width-40{
    width: 40%;
    float: left;
}
.width-60{
    width: 60%;
    float: left;
}
.about-us{
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    padding: 20px;
    height: 350px ;
    margin-bottom: 30px;
}
.certificate{
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    padding: 20px;
    height: 350px ;
    margin-bottom: 30px;
}
.gallery-head-style{
    font-size: 28px;
    color: #4b4848;
    margin-bottom: 5px;
    border: 1px solid gray;
    background-color: white;
    padding: 2px;
}
.width-25{
    width: 25%;
    float: left;
}
.gallery-img{   
        height: 250px;
        width: auto;
}
.footer{
    background-color: #232f3e;
    padding: 50px 0px;
}
.quicklink-heading{
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.quicklink-menu{
    list-style: none;
    padding-left: 10px;
    
}
.quicklink-menu li a {
    color: white;
    line-height: 2.5;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
.get-in-touch{
    list-style: none;
    padding-left: 10px;
}
.get-in-touch li {
    color: white;
    line-height: 2.5;
    font-size: 15px;
    text-decoration: none;
}
.social-media{
    list-style: none;
    margin-top: 10px;
}
.social-media li{
    float: left;
    padding: 0px 8px;
}
.social-media li img{
    width: 50px;
}
.footer2-bacbor{
    background-color: #232f3e;
    padding: 10px 0px;
    border-top: 1px solid #898989;
}
.footer2-content{
    color: white;
    text-align: center;
}
