.l-contact {
  padding: 80px 0;
  background: url(../../assets/img/contact/bg-contact.jpg) center center no-repeat;
  background-size: cover;
}
.l-contact h3 {
  color: #fff;
  margin-bottom: 0;
}
.l-contact .btn-wrap {
  margin-top: 20px;
}

.btn.btn-contact {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.25);
}
.btn.btn-contact span {
  font-weight: bold;
  color: #fff;
}
.btn.btn-contact span::before {
  background: #127ACC;
}
.btn.btn-contact span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn.btn-contact:hover span::before {
  background: #fff;
}
.btn.btn-contact:hover span::after {
  border-top: 2px solid #127ACC;
  border-right: 2px solid #127ACC;
}