#level_1 {
	list-style: none;
}
#level_1 li {
	float: left;
	display: block;
	z-index: 999;
	margin:0;
	/* margin: 0px 10px 0px 10px!important; */
	position:relative;
}
#level_1 li a { 
	position: relative;
	display: block;
	text-decoration: none;   
	color: #24284b !important;
	zoom: 1;
	padding: 12px 30px 12px;
	font-size: 14px;
	font-weight:600;
	text-transform:capitalize;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
/*
#level_1 li #contact{
	background: #FFF;
	margin-left: 10px !important;
	border: 1px solid #2c3b9a;
	padding: 11px 20px;
	width: 150px;
	text-align: center;
	color: #ff8c01 !important;
} */

#level_1 > li > a:before {
	content:'';
	display: block;
	border-bottom:3px solid #a84f97;
	position:absolute;
	z-index:1;
	left:0;
	top:0px;
	bottom:-3px;
	width:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-out;
}
#level_1 li a.has-nav {
	position: relative;
}
/* #level_1 li a.has-nav::after {
 font-family: 'FontAwesome';
 color: #333;
 margin-left: 12px;
 text-align: center;
 -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
 content: "\f0d7";
} */
#level_1 li a:hover, #level_1 li a.active, #level_1 li a:before{
	background:transparent;
	color:#a84f97 !important
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
	position: absolute;
	z-index:1;
	top:44px;
	display: block;
	opacity: 0;
	overflow: hidden;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transform: scale(0);
	transform: scale(0);
	transform-origin: top left;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
#level_1 #level_2 li {
	min-width: 150px;
	float: none;
	text-align: left;
	position:relative;
	white-space:nowrap;
	margin: 0px!important;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#level_1 #level_2 a {
	border-bottom: 1px #fff solid;
	border-top: 0px;
	background: #f2f2f2;
	color: #323232 !important;
	padding: 9px 15px;
}
#level_1 #level_2 li:last-child a {
	border: none;
}
#level_1 #level_2 li a:hover {
	background: #2081d8;
	color: #fff !important;
}
/*  */
#level_1 li a.has-nav::after {
  font-family: 'FontAwesome';
  color: #2ee5e9;
  margin-left: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  content: "\f0d7 ";
  font-weight: normal;
  position: absolute;
  right: 8px;
}
#level_1 li:hover a.has-nav::after{
	color: #fff !important;
}
/*********************************************************************************
level 3 start
***************/
#level_1 #level_2 #level_3 {
	position: absolute;
	opacity: 0;
	top:0;
	right:100%;
	overflow:hidden;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transform: scale(0);
	transform: scale(0);
	transform-origin: top right;
}
#level_1 #level_2 #level_3 li {
}
/**********************************************************/
#level_1 li:hover #level_2 {
	opacity: 1;
	overflow:visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
#level_1 #level_2 li:hover #level_3 {
	opacity: 1;
	overflow:visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
/**********************************************************/ 


 @media only screen and (min-width:320px) and (max-width:767px) {
 #level_1 {
 display:none;
}
}
 @media only screen and (min-width:768px) and (max-width:991px) {
	 #level_1 li a {  
		padding: 10px 15px;
		font-size:12px !important;
	} 
	#level_1 li a.has-nav::after {
		margin-left: 8px;
		right:-2px;
	}
	#level_1 #level_2{
		top:42px;
	}

}
 @media only screen and (min-width:992px) and (max-width:1169px) {
	#level_1 li {
		margin: 0px 10px 0px 0!important;
	}
	#level_1 li a {  
		font-size: 13px;
		padding: 12px 10px;
	} 
	#level_1 li a.has-nav::after {
	 	right: 0px;
	}
	#level_1 #level_2{
		top:44px;
	}
	
}
