.logo9 {
    width: 58px; 
}

.main-menu {
    background-color: #000 !important;
    width: 100%;
    height:100px;
   
}
.main-menu1 {
    
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 0;
    margin: 0;
}
.header1 {
    
    padding: 29px 0px;
    background: #eeeeee69;
    color: #f1f1f1;
    position: fixed;
    display: block;
    margin-top: -17px;


  }
  #navbar1 {
    top: 0;
    width: 100%;
    transition: top 0.3s;
  }
  @media only screen and (max-width: 600px) {
    .main-menu1 {
       
        background-color: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.80;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 95px;
        padding: 0;
        margin: 0;
    }
}
#site-navigation .menu>li>a,
#site-navigation .menu>ul>li>a,
.search-box i:after,
.search-box i:before {
    color: #fff;
}


.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: #000;
    margin-top: 37px;
    font-size: 30px;
}
.copyright .right,
.site-footer,
.site-footer a {
    color: #FFFFFF;
}
.indexrecent{
    justify-content: center;
    text-align: center;
    color: #f58634;
}

@media only screen and (max-width: 600px) {
    .logo9 {
        width: 58px; 
        margin-top: -4px;
    }
    .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;
    }
}