/* header css */
.main-header-bar .main-header-bar-navigation .sub-menu {
    background-color: #ffffff !important;
}

.main-header-bar .sub-menu .menu-link {
    color: #0F172A !important ;
}

.main-header-bar .sub-menu .menu-link:hover {
    color: #ffffff !important;
    background-color: #0F172A !important;
}

.main-header-bar .main-header-bar-navigation .sub-menu {
    line-height: 1.25 !important;
}

.ast-button-wrap .ast-mobile-menu-trigger-fill {
    background: #0d0d55 !important;
}

@media (max-width: 768px) {
	.main-header-menu .current-menu-item .menu-link {
		color: #0d0d55 !important;
	}
	
	.ast-theme-transparent-header .main-header-menu .menu-item:hover .menu-link {
		color: #0d0d55 !important;
	}
	
	.menu-toggle.main-header-menu-toggle:focus {
		outline: 0 !important;
	}
}


