.header {
  background: url("../images/contact-us-header-bg.jpg") no-repeat;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}

.header .title {
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 100px 0;
  }
}

.formSec {
  padding: 100px 0;
  background-color: #f0f1f1;
}

@media screen and (max-width: 768px) {
  .formSec {
    padding: 60px 0;
  }
}

.formSec .btn {
  background-color: #262f36;
  border-radius: 0;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 20px;
}

.formSec .formTitle {
  color: #0463AA;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 40px;
}

.formSec .formTitle span {
  display: block;
}

@media screen and (max-width: 768px) {
  .formSec .formTitle {
    margin-top: 30px;
    font-size: 28px;
    line-height: 1.6;
  }
}

.formSec .form-control {
  border: 0;
  border-radius: 0;
}

.aboutText {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}

.adTitle {
  color: #0463AA;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .adTitle {
    font-size: 28px;
  }
}

.address {
  margin-top: 30px;
}

.address p {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.address p i {
  position: absolute;
  left: 0;
  color: #0463AA;
  font-size: 28px;
  width: 28px;
  text-align: center;
}

.address p a {
  color: #212529;
  text-decoration: none;
}
/*# sourceMappingURL=contact-us.css.map */