/* ================= Fontawesome =========== */
/* ================= Colors =========== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.contact-sec {
  background: #4fa73f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-sec a {
  color: #ffffff;
}

.contact-sec a i {
  padding-right: 6px;
}

.contact-page h3 {
  margin: 0;
  font-size: 24px;
  color: #77797a;
}

.contact-page p {
  color: #77797a;
  line-height: 24px;
  padding: 30px 0;
  margin: 0;
}

.contact-page input[type=text], .contact-page textarea {
  background: #f9f9f9;
  border: 1px solid #f4f4f4;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.contact-page input[type=submit] {
  margin: 20px 0;
}

.contact-page h4 {
  margin: 0;
  color: #77797a;
}

.contact-page h4 span {
  color: #aea7b3;
}

.add-phone-number-section {
  display: none;
}

.contact-us-page {
  background: url(../../images/background/bg-map.jpg);
  background-size: 100%;
}

.contact-top {
  padding: 15px;
  color: #ffffff;
  background: rgba(4, 46, 72, 0.82);
  height: 204px;
  box-shadow: 0 0 10px #121b21;
}

.contact-top h6 {
  margin-bottom: 0;
  color: #797979;
}

.contact-top h5 {
  padding-bottom: 5px;
  color: #d29500;
}

.contact-top p {
  padding: 5px 0;
  margin: 0;
}

.contact-bottom {
  background: rgba(4, 46, 72, 0.82);
  box-shadow: 0 0 10px #121b21;
  padding-bottom: 15px;
}

.contact-bottom h4 {
  color: #d29500;
  font-size: 20px;
}

.contact-bottom p {
  color: #ffffff;
  text-align: justify;
}

.contact-bottom .table-div {
  background: #06283e;
  color: #ffffff;
  padding: 20px;
}

.contact-bottom .form-control {
  background-color: transparent;
  border: 1px solid #173548;
}

.contact-section h1.text-white {
  color: #ffffff;
}

/*# sourceMappingURL=contactPage.css.map */
