
.menu_header{
	/* background:#c84186; */
	/* background:#4b557c; */
	background:#782b90;
	width:100%;
}
.navbar{padding:0px!important;;}
.menu_header .nav-item{
	/* padding:5px 15px; */
}
.menu_header .nav-item:hover,
.menu_header .nav-item.active{
	/* background:#353e5f!important; */
	/* background:#c84186!important; */
	background:#ea1d96!important;
	color:#fff;
}
.menu_header .nav-link{
	-webkit-transition: 0.5s ease;
    background: none!important;
    color: #fff!important;
    padding: 11px 18px;
    font-size: 17px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
	/* padding-left:14px!important; */
	/* padding-right:14px!important; */
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
	background:#f5f5f5;
	z-index:999;
	position:absolute;
	/* top:35px; */
}
.navbar-nav li:hover > .sec_drop {
    /* position:absolute; */
	top:35px;
}
.menu_header .dropdown-submenu{
	border-bottom:1px solid #ddd;
}
.menu_header .dropdown-submenu:last-child{
	border:none;
}
.menu_header .dropdown-item{color:#4a4a4a!important;padding:8px 10px;white-space:break-spaces!important;}
.menu_header .dropdown-item:hover{background:#782b90!important;color:#fff!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:280px;}

/* Second DropDown */
.sec_drop{width:100%;}
.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);
} 

