footer {
  margin-top: -1px;
}
@media (max-width: 991px) {
  footer {
    overflow: hidden;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 0%;
  }
}
footer .topBox .contactList {
  padding: 5%;
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding-top: 25%;
    margin-bottom: 0;
    padding-bottom: 10%;
  }
}
footer .topBox .contactList .Txt {
  z-index: 2;
  color: #737354;
}
footer .topBox .contactList .Txt::after {
  content: "";
  background-image: url(../images/img/footer-deco-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150%;
  height: 200%;
  position: absolute;
  top: -47%;
  right: -48%;
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt::after {
    width: 100%;
    height: 200%;
    right: 0;
    top: -33%;
  }
}
footer .topBox .contactList .formBox {
  margin-top: 7%;
  z-index: 3;
}
footer .infoBox {
  padding: 3% 5% 3% 0;
}
@media (max-width: 991px) {
  footer .infoBox {
    padding: 10% 0;
  }
}
@media (max-width: 991px) {
  footer .infoBox .Txt {
    text-align: center;
    margin-top: 2rem;
  }
}
footer .infoBox .Txt a {
  color: #b8d973;
}
footer .infoBox .Txt h3 {
  color: #b8d973;
  letter-spacing: 14px;
}
footer .infoBox .Txt h3 span {
  font-size: 2.3rem;
  letter-spacing: 11.2px;
}
@media (max-width: 991px) {
  footer .infoBox .Txt h3 span {
    font-size: 1.72rem;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 991px) {
  footer .infoBox .Txt h3 {
    font-size: 1.2rem;
    letter-spacing: 4.5px;
  }
}
footer .infoBox .Txt .subTxt {
  border-left: 2px solid #fff;
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt {
    margin-top: 1.5rem;
    border-left: 0;
    text-align: center;
    display: inline-block;
  }
}
footer .infoBox .Txt .subTxt p {
  color: #fff;
  letter-spacing: 16px;
  padding-left: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt p {
    letter-spacing: 7px;
    display: inline-block;
    padding-left: 0;
    text-align: left;
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt p:nth-child(2) {
    margin-left: 1px;
  }
}
footer .infoBox .Txt .subTxt p:nth-child(2) span {
  letter-spacing: 20.3px;
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt p:nth-child(2) span {
    letter-spacing: 9.5px;
  }
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt p:nth-child(3) {
    margin-left: -3px;
  }
}
footer .infoBox .Txt .subTxt p:nth-child(3) span {
  letter-spacing: 12.8px;
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt p:nth-child(3) span {
    letter-spacing: 5.8px;
  }
}
footer .infoBox .Txt .subTxt p:nth-child(3):after {
  content: "";
  width: 2px;
  height: 96px;
  background: #fff;
  position: absolute;
  top: -4rem;
  right: 9%;
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt p:nth-child(3):after {
    height: 60px;
    top: -2.55rem;
    right: -0.7rem;
  }
}
@media (max-width: 991px) {
  footer .infoBox .Txt .subTxt p:nth-child(3):before {
    content: "";
    width: 2px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: -2.55rem;
    left: -0.8rem;
  }
}

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

::-moz-placeholder {
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}/*# sourceMappingURL=footer.css.map */