.custom-header-top-bar{
background-color: var(--mainC);!important;
}
.offcanvas-wrapper .custom-offcanvas-header{
background-color:#ffffff!important;
}
.custom-header-mid.c1-bg{
background-color:#ffffff!important;
}
.custom-mobile-header.c1-bg{
	background-color: #fafafa !important;
    border-bottom: 1px solid #ededed;
}
.custom-header-bottom{
background-color:#ffffff!important;
color:#ffffff!important;
}
.custom-header-bottom .email-text{
color:#ffffff!important;
}
.custom-header-mid.sticky{
background-color:#ffffff!important;
}
.custom-search-btn{
background-color:#1c2c3f!important;
color:#ffffff!important;
}
.custom-search-btn:hover{
background-color:#00174d!important;
color:#ffffff!important;
}
.custom-icon-btn{
background-color:#ffffff!important;
}
.custom-icon-btn .material-icons{
color:#1c2c3f!important;
}
.custom-search-btn-mobile svg{
color:#333!important;
}
.custom-icon-btn:hover{
background-color: var(--mainC)!important;
}
.custom-icon-btn:hover .material-icons{
	color: #fff !important;
	fill: #fff !important;
}
.custom-icon-btn .material-icons:hover{
color:#ffffff!important;
}
.custom-search-btn-mobile svg:hover{
color:#ffffff!important;
}
.custom-lang-switch-btn{
background-color:#ffffff!important;
color:#000000!important;
}
.custom-lang-switch-btn:hover{
background-color:#1c2c3f!important;
color:#ffffff!important;
}
.header__two .header-bottom{
	background-color: #D3AF37 !important;
	color: #fff !important;
}
.header__two .header-bottom .row.justify-content-between{
	justify-content: center !important;
	width: 100%;
}
.header__two .header-bottom .row.justify-content-between .position-static,
.header__two .header-bottom .nav, 
.header__two .nav-horizontal{
	width: 100% !important;
}
.header__two .nav-horizontal{
	display: flex !important;
}
.header__two .nav-horizontal > li{
	flex: 1;
	font-size: 16px !important;
	text-align: center;
	text-transform: uppercase !important;
}