/* .menu_main{background:#5d479d;} */
.menu_main{background:#5c3681;}

.navbar{padding:0px!important;float:right;}

.menu_header .nav-item:hover,
.menu_header .nav-item:hover .nav-link,
.menu_header .nav-item.active,
.menu_header .nav-item.active .nav-link{
	background:#c073db!important;
	color:#fff!important;
	/* border-radius: 25px 0 0 25px; */
}
.menu_header .nav-item1:hover,
.menu_header .nav-item1:hover .nav-link,
.menu_header .nav-item1.active,
.menu_header .nav-item1.active .nav-link{
	background:#c073db!important;
	color:#fff!important;
	/* border-radius: 25px 0 0 25px; */
}
.menu_header .nav-link{
	-webkit-transition: 0.5s ease;
    background: none!important;
    color: #fff!important;
    padding: 11px 18px;
    font-size: 15px;
	font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
	/* padding-left:16px!important; */
	/* padding-right:16px!important; */
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
	background:#f5f5f5;
	z-index:999;
	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:#c073db!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: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);
} 

