.sf-footer {
  background-color: #333333;
}

.sf-footer .overlay {
  background-image: url(../images/background/2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

.sf-footer .sf-footer-socials i {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.sf-footer ul {
  list-style: none;
  padding: 0;
}

.sf-footer .sf-footer-socials li:hover i {
  color: #ffffff;
}

.sf-footer .sf-footer-socials li:hover {
  background-color: #777975;
  transition: all 0.3s ease-in-out;
}

.sf-footer .sf-footer-socials li:last-child {
  margin-right: 0;
}

.sf-footer .sf-footer-socials li {
  display: inline-block;
  margin-right: 10px;
  background-color: #BF1E2E;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.sf-footer a {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
}
.sf-footer a.btn-white{
  color: #be1e2e;
}
.sf-footer a.btn-white:hover{
  color: #fff !important;
}
.sf-footer-contact-info ul.text-white li a:hover,
.sf-footer ul.text-white li a:hover {
  color: #be1e2e;
}
.sf-footer .sf-footer-copyright {
  padding: 20px 0px;
  background-color: grey;
}

.sf-footer .sf-footer-contact-info .sf-footer-contact-list span i {
  color: #BF1E2E;

}

.sf-footer .sf-footer-quick-links h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.sf-footer .sf-footer-quick-links h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: #BF1E2E;
}

.sf-footer .sf-footer-logo {
  margin-bottom: 40px;
}
.sf-footer .sf-footer-logo img {
  max-width: 250px;
  margin: 0 auto;
}

.sf-footer .sf-footer-middle {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sf-footer .sf-footer-logo img {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .sf-footer .sf-footer-logo {
    margin-bottom: 0px;
  }

  .sf-footer .sf-footer-middle {
    margin-bottom: 0px;
  }
}