.footer-area .fw-logo img{
	max-height: 100px !important
}

.float {
    line-height: 62px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float:hover {
  color: #fff;
  background-color: #25d322;
}