/* white you custom css code here. only css code will work 2 */


#bizcoxx_main_menu li{
z-index: 1;
  position: relative;
}

.current-menu-item a{
background: #978634;
  padding: 10px;
  border-radius: 10px;
  color: #fff !important;
}

.abar-breadcrumb {
  background-size: cover;
  animation: 10s linear 0s normal none infinite running shafaqat;
  background-color: #41625a !important;
  background-image: url(https://waheen.net/images/a.png);
  position: unset;
}

@-webkit-keyframes shafaqat{
	  0%{background-position:50% 0}
	  100%{background-position:120px 0%}
	}
	@-moz-keyframes shafaqat{
	  0%{background-position:50% 0}
	  100%{background-position:120px 0%}
	}
	@-ms-keyframes shafaqat{
	  0%{background-position:50% 0}
	  100%{background-position:120px 0%}
	}
	@keyframes shafaqat{
	  0%{background-position:50% 0}
	  100%{background-position:120px 0%}
}
	  
.abar-breadcrumb.them_overlay:before{
	opacity:0.97;
}
.abar-breadcrumb.them_overlay1:before{
	opacity:0.97;
}


.navbar-area.nav-style-02.has-topbar-04 {
 background-image: url("https://waheen.net/images/top_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6efdc !important;

}


.navbar-area.nav-style-02.has-topbar-04::before {
  background-color: #f6efdc !important;
position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.65;
}


.bg-black{
   background-image: url(https://waheen.net/images/a.png);
}

.widget.footer-widget ul li a
,.widget.footer-widget p
,.contact_info_list li.single-info-item .details {
  color: #fff;
}



@media only screen and (max-width: 650px) {
  .logo img{
	max-width: 60px;
	}
}