footer {
  background-image: url(../images/img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 991px) {
  footer {
    background-image: url(../images/img/footer-bg-m.jpg);
    margin-bottom: 60px;
  }
}
footer .topBox {
  padding: 5% 10%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 15% 5%;
  }
}
footer .topBox .contactList {
  padding: 5% 5% 2% 5%;
  background: #fff;
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding: 10% 3%;
  }
}
footer .topBox .contactList .Txt {
  text-align: center;
}
footer .topBox .contactList .Txt .icon {
  width: 35px;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt .icon {
    width: 25px;
    margin-bottom: 1rem;
  }
}
footer .topBox .contactList .Txt h3 {
  color: #1f1a95;
  letter-spacing: 2px;
  font-weight: 600;
}
footer .topBox .contactList .Txt h3::after {
  content: "";
  width: 390px;
  height: 1px;
  background: #1f1a95;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt h3::after {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
footer .topBox .contactList .Txt h3 span {
  background: #fff;
  padding: 0 20px;
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt h3 span {
    padding: 0 10px;
  }
}
footer .topBox .contactList .logo {
  width: 80px;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  footer .topBox .contactList .logo {
    width: 60px;
    margin-top: 1rem;
  }
}

.form-control {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.596);
  border-color: #7cd2e1;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(85, 98, 34, 0.436);
}/*# sourceMappingURL=footer.css.map */