 .header__wrapper,
 .header__navigation.sticky-header {
   background-image: linear-gradient(to top right, #164D92, #164D92); 	
 }

.header {
	background: #164289;
}

@media only screen and (min-width: 1200px)
{
.header-primary-menu ul.we-mega-menu-ul > li.we-mega-menu-li > .we-mega-menu-submenu {
	    top: 127px !important;
}
}

@media only screen and (min-width: 1024px) {
	.header-primary-menu ul.we-mega-menu-ul > li.we-mega-menu-li > .we-mega-menu-submenu {
		top: 122px;
	}
}

@media only screen and (min-width: 992px) {
	.sticky-header .header-primary-menu ul.we-mega-menu-ul > li.we-mega-menu-li > .we-mega-menu-submenu {
		    top: 83px !important;
	}
}