:root {
    --mainColor: #246f46 !important;
    --textColor: #246f46 !important;
    --subColor: #f79731 !important;
    --bgHeadTop: #80e0e2 !important;
    --bgHeadTopRaw: #7ebb4c !important;
    --bgHeadBottomRaw: #246f46 !important;
}
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;
	}
}