.navbar-brand>img {
  padding-top: 8px;
  width: 250px;
  margin-left: 25px;
}
.navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}
.navbar-default{
	color: #4c4c4c;
	background-color: #FFF;
	border-color: #FFF;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a{
	color:#4c4c4c;
	font-size:14.5px;
	text-transform: uppercase;
	font-weight:500;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #4c4c4c;
    border-bottom-color: #4c4c4c;
}
.navbar-default .navbar-brand{
	color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
  background: #033d75;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size:12px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #d6ebff;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #ff8a00;
  background-color:transparent;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #FF9800;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
/*custom menu css */
.custom-nav-main .navbar-nav {
	margin-top:10px;
	margin-bottom:6px;
}
.dropdown-header { 
    font-weight: 600;
	color:#d6ebff;
    white-space: normal;
	font-size:13px; 
	background:url("../images2/arrow_menu.png") no-repeat scroll 8px 8px;
}
.dropdown-menu .divider { 
    background-color: #325e8a;
}

/*custom css*/
.megamenu ul li { 
	margin-bottom:5px; 
}
.megamenu ul li a {
    display: block;
    padding: 7px 0px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #d6ebff;
    white-space: normal;
}
.megamenu ul li a:hover,
.megamenu ul li a:focus {
  text-decoration: none;
  color: #ff8a00;
  background-color:transparent;
}
.custom-menu-header {
	margin-bottom: 15px;
    margin-top: 6px;
}
.sol-by-indstry-hdr {
	background:none;
}
/*End of custom css*/
/*media query */
@media (max-width: 768px) {
  .megamenu ul li a { 
    padding: 2px 0px;
  }
  .sol-by-indstry-hdr {
    display:none;
  }
  .mobile-space-redce {
  	margin-bottom:0 !important;
  }
  .navbar-brand>img {
	margin-left: 0;
  }
  .navbar-toggle { 
    margin-top: 15px;
	margin-right:0;
  }
  .navbar-static-top .custom-nav-main .navbar-nav {
	  float:none !important;
  }
  .navbar-nav .open .dropdown-menu {
	  padding-top:5px;
  }
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#565656;
  }
}
