.float{
	position:fixed;
	width:80px;
	height:80px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:50px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.brand-item img {
    cursor: pointer;
  	filter: grayscale(0);
    opacity: 1;
}

.brand-item:hover img {
    filter: grayscale(0);
    opacity: 0.5;
}

@media (max-width: 991.98px) {
    .banner-bg-two {
        padding: 150px 0 0;
        background-position: inherit;
    }
}

.request-area-two {
	background: #f9b632;
}
.request-content-two p {
  color: #fff;
}

.services-content .content-top .title {
  font-size: 18px;
}

.banner-content-two .title {
    color: white;
}
.banner-content-two .sub-title {
    color: white;
}
.banner-content-two p {
    color: white;
}
.f-logo img, .fw-logo img, .logo img {
    max-height: 40px;
}