footer {
  overflow: hidden;
  background-image: url(../images/img/footer-bg.jpg);
}
@media (max-width: 991px) {
  footer {
    background-image: url(../images/img/footer-bg-m.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #060c25;
    padding-bottom: 80px;
  }
}
footer .topBox {
  padding: 3% 10%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 0%;
  }
}
footer .topBox .contactList {
  padding: 5%;
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding: 10% 5% 15% 5%;
  }
}
footer .topBox .contactList h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
footer .topBox .contactList label, footer .topBox .contactList p, footer .topBox .contactList span {
  color: #fff;
}
footer .copyright {
  display: block;
}
@media (max-width: 991px) {
  footer .copyright span {
    display: block;
  }
}

.form-control {
  border-radius: 0;
  background-color: #fff;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(85, 98, 34, 0.436);
}

.form-check-input:focus {
  border-color: #d0d521;
  box-shadow: 0 0 0 0.25rem rgba(207, 213, 33, 0.2039215686);
}/*# sourceMappingURL=footer.css.map */