footer {
  overflow: hidden;
  background-image: url(../images/img/footer-bg.jpg);
  background-size: cover;
  background-position: bottom right;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 71px;
    background-image: url(../images/img/footer-bg-m.jpg);
  }
}
footer .topBox {
  padding: 5% 10% 10% 10%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 15% 4% 15% 4%;
  }
}
footer .topBox .contactList {
  justify-content: center;
}
footer .topBox .contactList .Txt h2 {
  font-family: "Cinzel", serif;
  text-align: center;
  margin-bottom: 2rem;
  color: #a28978;
}
footer .copyright {
  display: block;
}
@media (max-width: 991px) {
  footer .copyright span {
    display: block;
  }
}

.form-control {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.596);
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #a28978;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(137, 139, 139, 0.2274509804);
}/*# sourceMappingURL=footer.css.map */