#header {
  background-color: #4158b8;
  position: relative !important;
}

.contact {
  margin-top: 40px;
  margin-bottom: 50px;
}

.contact h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 132%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 30px;
}

.contact .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .col-md-3 .fade-text {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 90%;
  color: rgba(0, 0, 0, 0.6);
}

.contact .col-md-3 .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0 !important;
}

.map-and-form {
  margin-top: 50px;
}

.map-and-form .map {
  width: 100%;
  height: 100%;
}

.map-and-form .map iframe {
  width: 100% !important;
  height: 100% !important;
}

.map-and-form .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: rgba(0, 0, 0, 0.6);
}

.map-and-form input {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  padding: 12px 0 12px 15px;
  border: none;
  margin-bottom: 15px;
}

.map-and-form textarea {
  width: 100%;
  border: none;
  padding: 10px 0 0 15px;
}

.map-and-form .send-contact {
  background: #304498;
  border-radius: 4px;
  padding: 12px 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin-top: 20px;
}

.map-and-form .send-contact:hover {
  cursor: pointer;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .contact .row {
    grid-gap: 20px;
  }
  .map-and-form .map {
    display: none;
  }
}
/*# sourceMappingURL=contact.css.map */