body{
background-color:#fff;
}

.bg-blue {
	background:#2957a4 !important;
}
.c-white{
	color:#fff !important;
}

.c-yellow{
	color:#f58634;
}

.c-blue{
	color: #2957a4 !important;
}

.c-gary{
	color:#666666;
}

.bg-yellow{
	background:#e7b946;
}

.bg-gary{
	background: #eeeff2;
}

.bg-yellow-light{
	background:#f5e5dc;
}

.topbar{
	background:#666666;
}

.topbar .nav-link{
	color:#fff;
}

.topbar .nav-link:hover{
	color:#f58634;
}

.mainmenu .nav-link {
	color:#666666;
}

.mainmenu .nav-item .nav-link.active {
  color: #f58634;
  border-bottom: 2px solid #fff;
}

.request-box{
box-shadow: -1px -1px 52px -21px rgba(74,74,74,1);
}

.headding{
	color:#f58634;
	font-weight:600;
	
}

.form-row{
box-shadow: 0px 0px 14px -6px rgba(74,74,74,1);
}

.home-form input::placeholder {
  color: #2957a46b;
  font-size: 14px;
}

.footer-main{
	background:#000;
}


/* resulte page*/
.verified-buyer-row {
  background: #e8f3ff;
}

.buyer-contact li i{
	color: #e0e0e0;
}

.buyer-contact li label{
	color: #e0e0e0;
}

.verified-buyer-row .buyer-contact li i{
	color: #c2d4ed;
}

.verified-buyer-row .buyer-contact li label{
	color: #c2d4ed;
}

.mainmenu .nav-link:hover {
  color: #2957a4 !important;
}

.mainmenu .nav-item .nav-link.login-btn:hover {
  background: #e7b946 !important;
  color: #fff !important;
}

.search-btn:hover {
  background: #2957a4;
}
.cat-box ul li a:hover {
  color: #e7b946 !important;
}

.footer-menu ul li a:hover{
	color:#f58634 !important;
}

.social li a:hover{
	background:#f58634;
}

.home-form .btn:hover{
	background:#2957a4;
}

.product-cat img:hover{
	border: 2px solid ;
}

.bg-blue:hover{
	background:#e7b946;
}
.resulte-list .btn.bg-blue:hover {
  background: #e7b946 !important;
}



