.logo-img a,.site-logo-custom,.site-logo-custom:hover
{
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  /*display: inline-block;*/
  /*padding: 34px 0;*/
  /*position: relative;*/
  text-transform: capitalize;
}

.navbar.navbar-expand-md.navbar-background{
	background:linear-gradient(90deg,#212327,#212327 48%,#212327)
}
.slider_area .slider_bg_1{
		background-image: inherit;
}
footer.footer_bg_1{
	background-image: inherit;
}
.footer .footer_top .footer_widget ul li a,.footer .footer_top .footer_widget p
{
	color: #212529;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}