.header-style-two .header-upper {
	background-color:#FFF;
}

.header-style-two.fixed-header .header-upper {
	background-color:#FFF;
}

.main-header .header-lower {
	background-color:#FFF;
}

.main-menu .navigation > li > a {
	color:#222;
}

.header-style-two.fixed-header .main-menu .navigation > li > a {
	color:#222;
}

.main-header .options-box .social-box .social-icons li a {
	color:#222;
}

.main-header .header-lower .search-box-btn {
	color:#222;
}

.main-header .header-upper .logo-box::before {
	background-color:#FFF!important;
}

.nav-outer .mobile-nav-toggler {
	color:#195762
}

.main-header .header-upper .search-box-btn {
	color:#195762
}

.main-header .header-upper .search-box-btn {
	color:#195762
}

.nav-outer .mobile-nav-toggler{
	color:#195762
}

.header-style-two .header-upper .options-box .phone-box .box-inner ul li a:hover {
	color:white;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

a.footer-link {
	color:lightgray;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.footer-link:hover {
	color:white;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: all 0.4s ease;
}