header.header .header-control .ul-control li {
	margin-left: 0;
	margin-right: 15px;
} 
.logo img {
	width: 80%;
} 
@media (max-width: 991px) {
	.logo_2_box {
		display: none;
	}
}
.logo img{
    max-width: 100px;
}
.logo_2 img{
    max-width: 120px;
}
header.header {
    background: linear-gradient(180deg, #91ffbf 0%, #178b47 100%);
}
.bread-crumb {
    background: #f9f9f9 !important;
}
    
    :root {
    --mainColor: #007430 !important;
        --subColor: #007430 !important;
    } 
    header.header .topbar .top-bar-right ul li a ,
    header.header .topbar .top-bar-right ul li{
    color: #231f20;
} 
header.header .topbar .top-bar-right ul li.hotine a{
	color:#fff
}
header.header .topbar .top-bar-right ul li:before{
background-color:#231f20
}