
.menu_header{
	/* background:#c4c84e; */
	background:#a4c84e;
	/* background:#005528; */
	/* background:#a7c219; */
	/* background:#f38e38; */
	width:100%;
	margin-top:40px;
}
.navbar{padding:0px!important;}
.menu_header .nav-item{
	/* padding:5px 15px; */
}
.menu_header .nav-link{
	-webkit-transition: 0.5s ease;
    background: none!important;
    color: #fff!important;
    padding: 10px 5px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
	padding-left:22px!important;
	padding-right:22px!important;
}
.menu_header .nav-item:hover,
.menu_header .nav-item.active{
	background:#f38e38!important;
	transition:0.5s;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
	background:#f38e38;
	z-index:999;
	
}
.menu_header .dropdown-submenu{
	border-bottom:1px solid #91a237;
}
.menu_header .dropdown-item{color:#fff!important;padding:8px 10px;white-space:break-spaces!important;}
.menu_header .dropdown-item:hover{background:#f1f1f1!important;color:#282828!important;}
.menu_header .dropdown-submenu .dropdown-toggle::after{float:right;margin-top:10px;}

/* First DropDown */
/* .nav-item .fist_drop{left:-200%!important;} */
.fist_drop{width:380px;}

/* Second DropDown */
.sec_drop{width:150px;}
.thr_drop{width:380px;}
.thr_drop li{border-bottom:1px solid #91a237;}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

