#primary-nav ul{
	list-style: none;
	padding: 0px;
}
#primary-nav>ul>li>a{
	position: relative;
}
#primary-nav>ul>li:hover>a:before, #primary-nav>ul>li.open>a:before{
	content: "";
  /* border-bottom: 15px solid #9cbfdd;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent; left: 40%;*/
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  /* border: 2px solid #0f5187; */
  height: 2px;
  background: #0f5187;
  left: 0px;
}
#primary-nav>ul>li:hover>a:after, #primary-nav>ul>li.open>a:after{
  content: "";
  border-bottom: 17px solid #9cbfdd;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
 bottom: 0px;
  left: 40%;
  z-index: 8;
}

.mega-dropdown-menu {
  padding: 30px 5px !important;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-top: 1px solid rgba(0,0,0,.15) !important;
  border-bottom: 5px solid #0f5187 !important;
  background: #fff !important;
  /* background: #9cbfdd !important; */
  /* box-shadow: 0px 5px 5px #fff; */
}

/* .mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
} 

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}*/

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
li.mega-dropdown a{
	position: relative;
}
/* li.mega-dropdown:hover>a:before, li.mega-dropdown.open>a:before{
	content: "";
	border-bottom: 15px solid #fff;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	top: 0px;
	left: 40%;
	z-index: 10;
	bottom: 0px;
}
li.mega-dropdown:hover>a:after, li.mega-dropdown.open>a:after {
	content: "";
	border-bottom: 17px solid #ccc;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
	position: absolute;
	top: -17px;
	left: 283px;
	z-index: 8;
} */
li.mega-dropdown a{
	color: #fff;
	height:100%;
	display: inline-block;
}
.innerLeft-SubmenuBox{
	background: #c1daee;
	/* background: #1d2a75; */
	padding: 20px 10px 20px 120px;
	width: 100%;
	height: auto;
}
.innerLeft-SubmenuBox .icon-left{
	height: 90px;
	width: 90px;
	border: 1px solid #131835;
	border-radius: 200px;
	overflow: hidden;
	text-align: center;
	line-height: 82px;
	position: absolute;
	left: 30px;
	top: 15px;
	background: #fff;
}
.innerLeft-SubmenuBox .icon-left:before {
	content: " ";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 5px solid #9bbeda;
	border-radius: 200px;
	overflow: hidden;
}
.innerLeft-SubmenuBox .icon-left img{
	max-width: 40px;
}
.innerLeft-SubmenuBox h3{
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #232c3b;
}
.innerLeft-SubmenuBox p{
	font-size: 14px;
	color: #232c3b;
	margin-top: 6px;
}
.innerLeft-SubmenuBox a{
	font-size: 14px;
	font-weight: bold;
	color: #232c3b !important;
	margin-top: 6px;
}
.submenuCustom{
	display: flex;
	flex-flow: row wrap;
}
.submenuCustom li{
	flex: 1;
	text-align: center;
	padding: 6px 3px;
}
.submenuCustom li .iconSubmenu-Custom{
	display: block;
	height: 90px;
	width: 90px;
	border: 1px solid #131835;
	border-radius: 200px;
	overflow: hidden;
	text-align: center;
	line-height: 82px;
	position: relative;
	background: #fff;
	margin: auto;
}
.submenuCustom li .iconSubmenu-Custom:before {
	content: " ";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 5px solid #fbbcaa;
	border-radius: 200px;
	overflow: hidden;
}
.submenuCustom li .iconSubmenu-Custom img{
	max-width: 40px;
}
.submenuCustom li h4{
	color: #232c3b;
	font-size: 16px;
	margin-top: 10px;
}
.submenuCustom li:hover h4{font-weight: bold;}
.mega-dropdown-menu ul.row{padding-left:0px;}
.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover{
	background: none;
	color: #0f5187;
}
.submenuCustom li:hover{
	/* background: #c1daee; */
}
.submenuCustom li:hover h4{
	color: #232c3b;
}
.submenuCustom li a:hover{
	text-decoration: none;
}

.overlay,.sideMenu{position:fixed;bottom:0}
.overlay{top: 87px;left:-100%;right:100%;margin:auto;background-color:rgba(0,0,0,.4);z-index:998;transition:all ease 20ms}
.sideMenu,.sidebarNavigation{z-index:999;margin-bottom:0}
.overlay.open{left:0;right:0}
.sidebarNavigation .left-navbar-toggle{float:left;margin-right:0;margin-left:15px}
.sideMenu{left:-100%;top:87px;transition:all ease-in-out .4s;overflow:hidden;width:100%;padding: 15px 10px;background: #231f20;}
.sideMenu.open{left:0;display:block;overflow-y:auto}
.sideMenu ul{margin:0px;height: 100%;
overflow: auto;}
.sideMenu>ul>li>a{
	font-size: 18px;
	color: #fff !important;
	border-bottom: 1px solid #4C4C4C;
}
.sideMenu>ul>li ul li a{
	font-size: 16px;
	color: #fff !important;
}
.navbar-main .navbar-toggle .icon-bar {
    background-color: 
    #222;
}
.sideMenu .submenuCustom{
	padding-left: 0px;
	
}
.submenuCustom li:nth-child(2) .iconSubmenu-Custom::before{
	border-color: #9bd4dd;
}
.submenuCustom li:nth-child(3) .iconSubmenu-Custom::before{
	border-color: #bedd9a;
}
.submenuCustom li:nth-child(4) .iconSubmenu-Custom::before{
	border-color: #a49bdc;
}
.submenuCustom li:nth-child(5) .iconSubmenu-Custom::before{
	border-color: #9cdcc1;
}

.mega-dropdown-menu .submenuCustom li{
	border-right: 1px solid #0f5187;
}
.mega-dropdown-menu .submenuCustom li:last-child{
	border-right: 0px none;
}
@media(min-width: 992px) {
	.mega-dropdown:hover .mega-dropdown-menu{
		display: block;
	}
}
@media(max-width: 991px) {
	#primary-nav>ul>li:hover>a:before{
		display: none;
	}
	.sideMenu ul{
		height: auto;
	}

	.mega-dropdown-menu{
		display: none !important;
	}
	.dropdown-menu.mega-dropdown-menu{
		display: none !important;
		position: static;
		float: none;
	}
	.dropdown.mega-dropdown.open .dropdown-menu.mega-dropdown-menu, .dropdown.mega-dropdown.open:hover .dropdown-menu.mega-dropdown-menu{
		display: block !important;
	}
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
	.sideMenu, .overlay{
		top: 107px;
	}
}