.excelrnav, .excelrnav li {
	position: relative;
	line-height: normal
}
.excelrnav {
	width: 100%;
	z-index: 9900;
	margin: 5px 0;
	text-transform: capitalize;
}
.excelrnav ul {
	margin: 0;
	padding: 0;
	text-align: right
}
.excelrnav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle
}
.excelrnav li a {
	padding: 15px 8px;
	display: block;
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-size:15px;
	font-weight:400;
	line-height:1;
}
.excelrnav>ul>li {
	display: inline-block
}
/* .excelrnav>ul>li>a {
	padding: 20px 40px
} */
.excelrnav .main-cateory{
background: #fff !important;
}
.excelrnav .main-cateory .white {
    color: #333 !important;
}
.excelrnav ul ul {
	top: auto;
	width: 300px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #ddd;
	/* left: -180px; */
	    left: -200px;
	    height: auto;
		    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.excelrnav li li {
	display: block
}
.excelrnav ul ul ul {
	top: 0;
	left: 300px
}
.excelrnav .main-cateory li a:hover {
	    background: #ff9600;
    color: #fff !important;
	cursor:pointer;
}
.excelrnav>ul>li:hover>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 0
}
.excelrnav>ul>li.drop-left>ul {
	right: 0
}
.excelrnav li.drop-left ul ul {
	left: auto;
	right: 220px
}
.excelrnav.light, .excelrnav.light ul ul {
	background: rgba(255,255,255,1)
}
.excelrnav.light li a {
	color: #000
}
.srchbn, .clbn{
display: none
}
.excelrnav.light .call-btn-mobile, .excelrnav.light .close-menu, .excelrnav.light .location-btn-mobile, .excelrnav.light .menu-toggle {
	color: rgba(0,0,0,1);
}
.mobile .srchbn {
   /* width: 33.33333%;*/
    float: left;
    padding: 15px 0;
    position: absolute;
    right: 120px;
    bottom: 0;
	display: block
}
.mobile .clbn {
   /* width: 33.33333%;*/
    float: left;
    padding: 12px 0;
    position: absolute;
    right: 14px;
    bottom: 0;
	display: block
}
.excelrnav.light .call-btn-mobile, .excelrnav.light .close-menu, .excelrnav.light .location-btn-mobile, .excelrnav.light .serch{
  color: #333;
}
.excelrnav.mobile .full {
    display: inline-block;
}
.excelrnav.light .call-btn-mobile, .excelrnav.light .close-menu, .excelrnav.light .location-btn-mobile, .excelrnav.light .menu-toggle i {
color: #333;
}
.excelrnav.dark, .excelrnav.dark ul ul {
	background: rgba(0,0,0,1)
}
.excelrnav.dark li a {
	color: #FFF
}
.excelrnav.dark .call-btn-mobile, .excelrnav.dark .close-menu, .excelrnav.dark .location-btn-mobile, .excelrnav.dark .menu-toggle {
	color: rgba(255,255,255,1)
}
.excelrnav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999
}
body.excelrnav-noscroll-x {
	overflow-x: hidden
}
/*.excelrnav li.has-sub>a:after {
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 10px
}*/
.excelrnav>ul>li a i{
color: #333;
}
.excelrnav li li.has-sub>a:after {
	content: '\f107';
	font-family: FontAwesome;
	    float: right;
}
.excelrnav li.drop-left li.has-sub>a:after {
	float: left;
	content: '\f104';
	font-family: FontAwesome;
	margin-right: 10px
}
.excelrnav.hide-arrows li li.has-sub>a:after, .excelrnav.hide-arrows li.drop-left li.has-sub>a:after, .excelrnav.hide-arrows li.has-sub>a:after {
	display: none
}
.excelrnav .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	z-index: 9999;
	border: 0
}
.excelrnav .dd-toggle i {
	position: absolute;
	margin: auto;
	top: 29%;
	left: 0;
	right: 0;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	    font-size: 12px;
}
.excelrnav.mobile>ul>li>a.dd-toggle {
	padding: 0
}
.excelrnav li.call-btn-mobile, .excelrnav li.location-btn-mobile {
	display: none
}
.excelrnav li.open>a.dd-toggle i {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}
.excelrnav .call-btn-mobile, .excelrnav .close-menu, .excelrnav .location-btn-mobile, .excelrnav .menu-toggle {
	display: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
	padding: 10px 0;
	box-sizing: border-box
}
.excelrnav .full {
	width: 100%
}
.excelrnav .half {
	width: 50%
}
.excelrnav .third {
	width: 33%;
	text-align: center
}
.excelrnav .location-btn-mobile.third {
	text-align: center
}
.excelrnav .location-btn-mobile.half {
	text-align: right
}
.excelrnav.light .half, .excelrnav.light .third {
	border-left: 1px solid rgba(0,0,0,.15)
}
.excelrnav.light.left .half, .excelrnav.light.left .third, .excelrnav.light.right .half, .excelrnav.light.right .third {
	border-bottom: 1px solid rgba(0,0,0,.15)
}
.excelrnav.light .half:first-child, .excelrnav.light .third:first-child {
	border-left: 0
}
.excelrnav.dark .half, .excelrnav.dark .third {
	border-left: 1px solid rgba(255,255,255,.15)
}
.excelrnav.dark.left .half, .excelrnav.dark.left .third, .excelrnav.dark.right .half, .excelrnav.dark.right .third {
	border-bottom: 1px solid rgba(255,255,255,.15)
}
.excelrnav.dark.left .menu-toggle, .excelrnav.dark.right .menu-toggle, .excelrnav.light.left .menu-toggle, .excelrnav.light.right .menu-toggle {
	border-bottom: 0
}
.excelrnav.dark .half:first-child, .excelrnav.dark .third:first-child {
	border-left: 0
}
.excelrnav.mobile, .excelrnav.mobile.fixed {
	position: static
}
.excelrnav.mobile ul {
/*	position: relative;*/
    position: absolute;
    width: 100%;
	display: none;
	text-align: left;
	background: rgba(221,221,221,1);
	left: 0;
	height: auto;
/*	overflow: scroll;
    max-height: 300px;*/
}
.excelrnav.mobile.active>ul, .excelrnav.mobile>ul>li {
	display: block;
	    margin-right: 00px !important;
}
.excelrnav.mobile.active>ul, .excelrnav.mobile>ul>li .hidebtn {
display: none;
}
.excelrnav.mobile.active {
	padding-bottom: 0
}
.excelrnav.mobile>ul>li>a {
	padding: 15px
}
.excelrnav.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none
}
.excelrnav.mobile ul ul ul {
	left: auto;
	top: auto
}
.excelrnav.mobile li.drop-left ul ul {
	right: auto
}
.excelrnav.mobile li a {
	border-bottom: 1px solid rgba(255,255,255,.15)
}
.excelrnav.mobile li.has-sub a {
	padding-right: 50px
}
.excelrnav.mobile>ul {
	border-top: 1px solid rgba(255,255,255,.15)
}
.excelrnav.mobile.light li a {
	border-bottom: 1px solid #dad3d3;
	    padding: 8px 10px !important;
}
.excelrnav.mobile.active>ul, .excelrnav.mobile>ul>li a i {

}
.excelrnav.mobile.light>ul {
	border-top: 1px solid rgba(0,0,0,.15)
}
.excelrnav.mobile li a.dd-toggle, .excelrnav.mobile.light li a.dd-toggle {
	border: 0
}
.excelrnav.mobile li .btn_header_search {
padding: 20px 5px !important;
}
.excelrnav.mobile li .blog-menu {
padding: 20px 5px !important;
}
.excelrnav.mobile li .after-blog-menu {
padding: 20px 5px !important;
}
.excelrnav.mobile .call-btn-mobile, .excelrnav.mobile .close-menu, .excelrnav.mobile .dd-toggle, .excelrnav.mobile .location-btn-mobile, .excelrnav.mobile .menu-toggle {
	display: inline-block;
}
.excelrnav.mobile .call-btn-mobile, .excelrnav.mobile .close-menu, .excelrnav.mobile .location-btn-mobile, .excelrnav.mobile .menu-toggle {
	display: inline-block;
	width: 23.3333%
}
.excelrnav.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255,255,255,.1);
	box-sizing: border-box
}
.excelrnav.mobile li.call-btn-mobile, .excelrnav.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center
}
.excelrnav.mobile li.call-btn-mobile.full, .excelrnav.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left
}
.excelrnav.mobile li.call-btn-mobile i, .excelrnav.mobile li.location-btn-mobile i {
	margin-right: 5px
}
.excelrnav.mobile.light ul {
	background: rgba(255,255,255,1)
}
.excelrnav.mobile.dark ul {
	background: rgba(0,0,0,1)
}
.excelrnav.mobile.dark ul ul {
	background: rgba(255,255,255,.08)
}
.excelrnav.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0,0,0,.1)
}
.excelrnav.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999
}
.excelrnav.mobile li li.has-sub>a:after, .excelrnav.mobile li.drop-left li.has-sub>a:after, .excelrnav.mobile li.has-sub>a:after {
	display: none
}
.excelrnav.mobile.left>ul, .excelrnav.mobile.right>ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.excelrnav.mobile.right>ul {
	right: 0
}
.excelrnav.mobile.left .close-menu, .excelrnav.mobile.right .close-menu {
	display: inline-block;
	text-align: right
}
.excelrnav.mobile.left>ul {
	left: 0
}
.excelrnav.mobile.left .call-btn-mobile.half, .excelrnav.mobile.left .call-btn-mobile.third, .excelrnav.mobile.left .close-menu.half, .excelrnav.mobile.left .close-menu.third, .excelrnav.mobile.left .location-btn-mobile.half, .excelrnav.mobile.left .location-btn-mobile.third, .excelrnav.mobile.right .call-btn-mobile.half, .excelrnav.mobile.right .call-btn-mobile.third, .excelrnav.mobile.right .close-menu.half, .excelrnav.mobile.right .close-menu.third, .excelrnav.mobile.right .location-btn-mobile.half, .excelrnav.mobile.right .location-btn-mobile.third {
	text-align: center
}
.excelrnav.mobile.left .menu-toggle.half, .excelrnav.mobile.left .menu-toggle.third, .excelrnav.mobile.right .menu-toggle.half, .excelrnav.mobile.right .menu-toggle.third {
	text-align: left
}
.excelrnav.mobile.left .close-menu.third span, .excelrnav.mobile.right .close-menu.third span {
	display: none
}
.excelrnav.desktop li.mega li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px
}
.excelrnav.desktop li.mega li li {
	display: block;
	margin-left: 0
}
.excelrnav.desktop li.mega ul ul {
	width: auto
}
.excelrnav.desktop>ul>li.mega {
	position: inherit
}
.excelrnav.desktop>ul>li.mega>ul {
	width: 100%
}
.excelrnav.desktop>ul>li.mega>ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto
}
.excelrnav.desktop>ul>li.mega>ul>li {
	padding-bottom: 15px;
	box-sizing: border-box
}
.excelrnav.desktop li.mega li li a {
	padding: 5px 15px
}
.excelrnav.desktop li.mega li.has-sub a:after {
	display: none
}
.excelrnav.desktop>ul>li.mega>ul>li>a {
	color: #ff0
}

.blog-menu {
    padding-right: 5px !important;
    /* padding-left: 50px !important; */
}
.after-blog-menu {
padding: 10px 5px !important;
}
.excelrnav .call-us-btn1 {
    background: #197b9f !important;
    color: #fff !important;
    margin: 0 1px;
    padding: 0 6px !important;
    position: relative;
    display: block;
    border: 1px solid #fff !important;
    border-radius: 20px !important;
	font-size:13px;
	font-weight:400;
	line-height:2;
    text-transform: capitalize !important;
}
.excelrnav .call-us-btn1 i{
color: #fff;
}
/* .all-course {
    margin-right: 20px !important;
} */
/* .all-course a{
    padding: 20px 5px !important;
	} */
.main-cateory li a{
    padding: 5px 10px !important;
    line-height: 18px !important;
    font-size: 14px;
	}
@media only screen and (max-width :768px) {
.excelrnav {
	overflow: hidden;
	display: block
}
.excelrnav ul {
	position: relative;
	display: none
}
}

@media only screen and (max-width :420px) {
.excelrnav.mobile .call-btn-mobile.third span, .excelrnav.mobile .location-btn-mobile.third span {
	display: none
}
}
.excelrnav li .courhover:hover a{
   
}