/* CSS Document */
.logo9 {
    width: 220px; 
}

.main-menu {
    background-color: #fff !important;
    width: 100%;
    /*height:100px;*/
}

#site-navigation .menu>li>a,
#site-navigation .menu>ul>li>a,
.search-box i:after,
.search-box i:before {
    color: #000;
}
/* 
.menu-item5 {
    background-color: #9E0C10;
    width: 65px;
    height: 35px;
    border-radius: 5px;
    padding: 50px;
} */

.header01 #site-navigation .menu>li a,
.header01 #site-navigation .menu>ul>li a,
.header07 #site-navigation .menu>li a,
.header07 #site-navigation .menu>ul>li a,
.header08 #site-navigation .menu>li a,
.header08 #site-navigation .menu>ul>li a {
    padding: 7px 7px;
    font-size: 17px;
    font-weight: 600;
}
.card img{
    width: 100%;
    height: 300px;
}

#cont5 {
    background-image: url('../images/back.jpg');
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}
.info{
    background-color:ghostwhite;
    margin-bottom: 10px;
    padding: 0px 10px 10px;


}
.info h4{
    padding-top: 15px;
    padding-bottom: 5px;
    color: #f7bc0e;
}
.mission{
    margin-top: 40px;
}
.leader img{
    border-radius: 5px;
}
.leader h2{
    margin: 10px 0px 3px 15px;
    font-size: 25px;
    color: #000;
}
.leader p{
    margin-left: 15px;
    color: black;
}
#count h1{
    margin-top: 60px;
    color: #fff;
}
.pgallery{
    margin-bottom: 15px;
}
.keypoint h3{
    margin-top: 8px;
}
.bradcrum h1{
    color: #fff;
    margin-top: 80px;
    font-size: 55px;
}
.copyright .right,
.site-footer,
.site-footer a {
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    .logo9 {
        width: 190px; 
    }
    .bradcrum h1{
        font-size: 35px;
    }

    .site-branding {
        padding: 5px 0px 5px 15px;
    }
}
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.call_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #d35625;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon,
.call-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {

    .whatsapp-icon,
    .call-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }

    .call_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 10px;
        font-size: 22px;
    }
}