body{
    font-family: Arial, Helvetica, sans-serif;
}
.topheader {
    width: 100%;
    background: #024bb1;
}

.logo {}

.contact {
    padding: 26px 7px;
    text-align: right;
}

.contact h4 {
    color: #fff;
    line-height: 30px;
}

.contact p {
    color: #fff;
    line-height: 10px;
}

.headfooter {
    width: 100%;
    background: #024bb1;
    border-top: 1px solid #012d66;
}
.simply-scroll{
    width: 100%;
    background: #024bb1;
}
.head {}

.head a {
    color: #ffe700;
    text-decoration: none;
    font-weight: bolder !important;
}

.head span {}

.message {
    margin-top: 20px;
    border: 3px solid #d10000;
}

.message h2 {
    background: #012d66;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 10px;
}

.message img {
    margin: auto 44px;
    width: 125px;
}

.message p {
    padding: 6px;
    text-align: justify;
    font-size: 13px;
    line-height: 16px;
}

.middle {
    margin-top: 20px;

}
.homebg{
    background-image: url('../images/content_bg.jpg');
}

.middle h1 {
    font-size: 30px;
    text-align: left;
    line-height: 7px;
}

.middle h4 {
    font-size: 17px;
}

.middle p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footertopbg {
    background: #024bb1;
    padding: 30px 0;
    margin-top: 20px;
}

.video {}

.video h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.latest {
    height: 300px;
    overflow: hidden;
}
.latest h3 {
    color: #fff;
    text-align: center;
}
.latest ul li{
    background-color: #024bb1;
    margin-bottom: 10px !important;
    line-height: 15px !important;
}

.latest a {
    color: #000000;
    font-size: 15px;
    text-align: center;
    text-decoration: none;

}
.latest p {
    font-size: 12px;
}
.latest img{
    width: 30px;
}
.contactfoot {}

.contactfoot h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.footerbg {
    background: #012d66;
    padding-top: 10px;
}

.footer p {
    text-align: center;
    color: #fff;
}

.footer a {
    text-weight: bold;
    text-decoration: none;
    color: #e80000;
}

/*contact Us Page*/
.contactus {
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
    /* padding: 10px; */
}

.contactus p {
    line-height: 17px;
}

.contactus b {}

.contactus i {
    border: 1px solid #024bb1;
    padding: 5px;
    border-radius: 16px;
    color: #024bb1;
    font-size: 12px;
}

.judgement a {
    text-decoration: none;
    color: #024bb1;
    font-size: 13px;
}
.judgement a:hover{
    color: #000b16;
}
.vidgellary {
    margin-bottom: 30px;
    background: #000;
}

.playvid {
    margin-top: -150px;
    background: #3e3d3ddb;
    height: 160px;
    /* z-index: 1000; */
}

.playvid i {
    color: #e80000;
    font-size: 45px;
    padding: 0 101px;
}

.gallery {
    border: 2px solid #024bb1;
    margin-bottom: 25px;
    background: #024bb1;
    border-radius: 10px 10px;
    overflow: hidden;
}

.gallery img {
    height: 206px;
    width: 100%;
}

.gallery p {
    color: #fff;
    padding: 5px;
    line-height: 19px;
    font-size: 14px;
}

.comiteehead {
    background: #025ad6;
    padding: 21px;
    margin-bottom: 20px;
}

.comiteehead h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
}
.comiteehead h4 {
    color: #fff;
    font-size: 23px;
    text-align: center;
}
.comitee {
    border: 2px solid #025ad6;
    overflow: hidden;
    border-radius: 10px;
    background: #024bb1;
    margin-bottom: 20px;
}

.comitee img {
    width: 100%;
    height: 200px;
}

.comitee p {
    padding: 10px 0px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.comitee b {
    font-size: 15px;
    line-height: 3px;
}
.latest ul li{
    background: #ffffff;
    margin-bottom: 10px;
    padding: 5px;
    list-style: none;
    border-radius: 10px;
}
.contactfoot form{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
/* .latst{
	border: 1px solid #ccc;
    border-radius: 10px;
} */
.gallery a{
    list-style: none;
    text-decoration: none;
}
.vidgellary a{
    list-style: none;
    text-decoration: none;
    color: #024bb1;
}

.news{}
.news h4{
    color: #d4a600;
    font-weight: 600;
}
.news p{
    font-size: 16px;
    line-height: 14pxx;
}
.news img{}
.news i{
    font-size: 13px;
}
.newsdetails P{
    line-height: 20px;
}


#sidebar-container {
    min-height: 70vh;
    background-color: #013972;
    padding: 0;
    /* flex: unset; */
    margin-top: 20px;
}

.sidebar-expanded {
    width: 100%;
}

.sidebar-collapsed {
    /*width: 60px;*/
    width: 100px;
}

/* ----------| Menu item*/
#sidebar-container .list-group a {
    height: 29px !important;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 15px;
}

/* ----------| Submenu item*/
#sidebar-container .list-group li.list-group-item {
    background-color: #013972;
}

#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* ----------| Separators */
.sidebar-separator-title {
    background-color: #013972;
    height: 35px;
}

.sidebar-separator {
    background-color: #013972;
    height: 25px;
}

.logo-separator {
    background-color: #132644;
    height: 60px;
}

a.bg-dark {
    background-color: #013972 !important;
}
.fa-plus{
    border: 1px solid #948f8f;
    font-size: 8px;
    margin-right: 9px;
    color: #948f8f;
}
.menuhead{
    background-color: #0581ff !important;
    border-radius: 0 !important;
}
.menuhead h4{
    font-size: 17px !important;
    color: #FFFFFF;
}
.social{
    margin: 10px 80px;
    /* margin-bottom: 10px; */
}
.social i{
    border: 2px solid #FFFFFF;
    padding: 7px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.monzil{
    margin-right: 25%;
}
.simply-scroll-clip{
    height: 132px;
}
