footer {
  overflow: hidden;
  background-image: url(../images/img/footer-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  footer {
    background-image: url(../images/img/footer-bg-m.jpg);
    margin-top: -8%;
  }
}
footer .topBox {
  padding: 7% 7% 10% 7%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 0 4% 15% 4%;
  }
}
footer .topBox .Txt h2 {
  font-weight: 300;
}
@media (max-width: 991px) {
  footer .topBox .Txt h2 {
    font-weight: 400;
  }
}
footer .topBox .Txt h2 b {
  color: #db5318;
  font-weight: 700;
}
footer .topBox .Img {
  width: 76%;
  margin: 5% auto 4% auto;
}
@media (max-width: 991px) {
  footer .topBox .Img {
    width: 87%;
  }
}
footer .topBox .Img .innerImg {
  padding-top: 54%;
}
footer .topBox .subTitle {
  width: calc(5px + 24vw);
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  footer .topBox .subTitle {
    width: calc(18px + 66vw);
    margin: 5% auto 15% auto;
  }
}
@media (max-width: 991px) {
  footer .topBox form {
    font-size: calc(8px + 1.6vw);
  }
}

.form-control {
  border-radius: 0;
  border-color: #002c26;
  background-color: transparent;
  color: #002c26;
  font-size: calc(1px + 0.9vw);
}
@media (max-width: 991px) {
  .form-control {
    font-size: calc(8px + 1.6vw);
  }
}
.form-control:focus {
  color: #002c26;
  background-color: #fff;
  border-color: #002c26;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(85, 98, 34, 0.436);
}

::-moz-placeholder {
  color: #002c26 !important;
}

::placeholder {
  color: #002c26 !important;
}

.form-check-input:focus {
  border-color: #002c26;
  box-shadow: 0 0 0 0.25rem rgba(0, 44, 38, 0.4941176471);
}/*# sourceMappingURL=footer.css.map */