#level_1 {
 list-style: none;
}
#level_1 li {
 float: left;
 display: block;
 z-index: 999;
 position:relative;
 padding-right:35px!important;
 background: #1a5c7f;
outline: 10px solid #1a5c7f;
}
#level_1 li a {
 overflow: hidden;
 display: block;
 float: left;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: 600;
 color: #fff !important;
 padding:13px 0 14px;
 font-size: 13px;
 position:relative;
}
#level_1 li a:before {
 content: '';
 display: block;
 border-bottom: 3px solid #41c3ff;
 position: absolute;
 z-index: -1;
 left: 0;
 bottom: 0px;
 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:hover:before, #level_1 li a.active:before {
 left: 0;
 width: 100%;
}
#level_1 li a span {
 position: relative;
 display: inline-block;
 -webkit-transition: -webkit-transform 0.3s;
 -moz-transition: -moz-transform 0.3s;
 transition: transform 0.3s;
}
#level_1 li a span::before {
 position: absolute;
 right: 100%;
 content: attr(data-hover);
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 color:#41c3ff;
width: 100%;
}
#level_1 li a:hover span, #level_1 li a.active span {
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 transform: translateX(100%);
}
#level_1 li.has-nav {
 position: relative;
}
#level_1 li.has-nav::after {
 font-family: 'FontAwesome';
 font-size: 14px;
 color: #41c3ff;
 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: "\f107        ";
 float: right;
 margin-top: 12px;
}
/*********************************************************************************
level 2 start
***************/
#level_1 #level_2 {
 position: absolute;
 z-index:1;
 top:47px;
 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 15px 28px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.1);
}
#level_1 #level_2 li {
    outline:0px;
    padding-right: 0!important;
 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 #ffffff26 solid;
 border-top:0px;
 display:block; 
 color:#fff!important;
 padding:12px 15px;
 float:none;
}
#level_1 #level_2 li:last-child a {
 border: none;
}
#level_1 #level_2 li a:hover { 
 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 {
 padding-right: 15px !important;
}
#level_1 li a {
 text-transform: capitalize;
font-weight: 400;
}
}
 @media only screen and (min-width:992px) and (max-width:1169px) {
 #level_1 li {
 padding-right: 30px !important;
}
}
