
.inner_menu{
	background:#829dd4;
}
.menu_header {
    /* background: #ffffff8c; */
    /* background: #ffffff9e; */
    width: 100%;
    /* box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%); */
	margin-top:0px;
	/* border-radius: 25px 25px; */
	/* overflow:hidden; */
	/* border-bottom:1px solid #eb9d76; */
}
.float_right{float:right;}
.navbar{padding:0px!important;}
.menu_header .nav-item{
	/* padding:5px 15px; */
}
.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:#ff9999!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:#ff9999!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: 8px 18px;
    font-size: 16px;
	font-weight:500;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
	/* padding-left:22px!important; */
	/* padding-right:22px!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:#ff9999!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:380px;}
/* .columns{columns:2;} */
/* Second DropDown */
.sec_drop{width:250px;}
.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);
} 

