div.site-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

div.site-contact h1 {
  color: var(--blue);
  margin-bottom: 50px;
  text-align: center;
}

div.site-contact p {
  margin-bottom: 0;
  text-align: center;
}

div.site-contact div.contact-details {
  margin-top: 100px;
  margin-bottom: 100px;
}

div.site-contact div.contact-details div.cnt-wrapper {
  width: 50%;
  margin: auto;
  text-align: center;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 53px -29px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 53px -29px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 53px -29px rgba(0, 0, 0, 0.75);
}

div.site-contact div.contact-details div.cnt-wrapper .fa {
  font-size: 50px;
  color: var(--red);
}

div.site-contact div.contact-details div.cnt-wrapper p {
  color: var(--blue);
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

div.site-contact div.contact-details div.cnt-wrapper span,
div.site-contact div.contact-details div.cnt-wrapper a {
  color: #848484;
  text-decoration: none;
}

div.site-contact div.map-wrapper iframe {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
  border: 0;
  width: 100%;
  height: 95%;
}

div.site-contact div.form-wrapper div.formm-wrapper {
  width: 100%;
  max-width: 675px;
  margin: auto;
}

div.site-contact div.form-wrapper div.formm-wrapper h3 {
  color: var(--blue);
  font-weight: bold;
}

@media (max-width: 1024px) {
  div.site-contact {
    padding-top: 55px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  div.site-contact div.contact-details {
    margin-top: 50px;
    margin-bottom: 0;
  }
  div.row.map-form {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }
  div.map-form div.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div.site-contact div.form-wrapper div.formm-wrapper {
    max-width: 100%;
  }
  div.site-contact div.form-wrapper div.formm-wrapper h3 {
    margin-top: 50px;
  }
  div.site-contact div.contact-details div.cnt-wrapper {
    margin-bottom: 15px;
  }
  div.form-wrapper {
    margin-bottom: 30px;
  }
  div.site-contact div.map-wrapper iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  div.site-contact div.map-wrapper iframe {
    height: 463px;
  }
}
@media (max-width: 500px) {
  div.site-contact div.map-wrapper iframe {
    height: 283px;
  }
  div.row.map-form {
    padding-bottom: 20px;
  }
  div.site-contact h1 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  div.site-contact div.form-wrapper div.formm-wrapper {
    max-width: 100%;
    margin-top: -29px;
  }
}
.form-group {
  margin-top: 20px;
}

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