
.navbar_menu{
	/* background:#f38e38; */
	background: #013e7f;
    width: 100%;
    display: inline-block;
    /* border-top: 1px solid #ddd; */
}
.navbar{padding:0px!important;}
.menu_header .nav-item{
	/* padding:5px 15px; */
	border-right: 1px solid #25588f;
}
.menu_header .nav-item:first-child{
	border-left:1px solid #25588f;
}
.menu_header .nav-link{
	-webkit-transition: 0.5s ease;
    background: none!important;
    color: #f1f1f1!important;
    padding: 10px 18px;
    font-size: 14px;
	font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
	/* padding-left:18px!important; */
	/* padding-right:18px!important; */
}
.menu_header .nav-item:hover,
.menu_header .nav-item.active{
	background:#fd7676;
	transition:0.5s;
	color:#fff;
}
.menu_header .nav-item:hover a,
.menu_header .nav-item.active a{
	color:#fff!important;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
	background:#013e7f;
	z-index:999;
	top:42px;
	
}
.navbar-nav li:hover > ul.dropdown-menu ul{
    top:0px!important;
}

.navbar-nav .arrow_drop::after {
    display: inline-block;
	position:absolute;
	right:17px;
	top:17px;
    width: 0;
    height: 0;
	color:#fff;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-left: 0.3em solid;
    border-right: 0;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	
	/* border-top: 0.3em solid; */
    /* border-right: 0.3em solid transparent; */
    /* border-bottom: 0; */
    /* border-left: 0.3em solid transparent; */
}
.menu_header .dropdown-submenu{
	border-bottom:1px solid #46548f;
}
.menu_header .dropdown-submenu:last-child{
	border-bottom:none;
}
.menu_header .dropdown-item{color:#fff!important;padding:8px 10px 8px 20px;white-space:break-spaces!important;}
.menu_header .dropdown-item:hover{background:#fd7676!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:370px;}
.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);
} 

