body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

a {
  transition: all 150ms linear;
}

a:hover {
  text-decoration: none;
}

h3 {
  font-size: 2.8125rem;
  font-weight: 800;
}

@media screen and (max-width: 767.98px) {
  h3 {
    font-size: 2.50rem;
  }
}

@media screen and (max-width: 575.98px) {
  h3 {
    font-size: 2.20rem;
  }
}

h4 {
  font-size: 1rem;
  font-weight: 800;
}

@media screen and (max-width: 575.98px) {
  h4 {
    font-size: 0.9rem;
  }
}

.btn {
  border: none !important;
  transition: all 120ms linear;
}

.page-header {
  position: relative;
  width: 60%;
  margin: 0 auto 100px auto;
}

.page-header h3 {
  position: relative;
  z-index: 10;
  color: #3b3b3b;
}

.page-header:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc( 50% - 62px / 2);
  right: calc( 50% - 62px / 2);
  width: 62px;
  height: auto;
  min-height: 130px;
  background-color: #f1f1f1;
  content: "";
  transform: skew(-25deg);
}

.title-header h4 {
  position: relative;
  font-size: 1rem;
  text-transform: uppercase;
  padding-left: 2.5rem;
  left: 0px;
}

.title-header h4:before {
  position: absolute;
  top: -5px;
  width: 13px;
  height: 26px;
  transform: skew(-25deg);
  background-color: #f9dc12;
  content: "";
  margin-left: -25px;
}

.page-contact {
  padding: 50px 0 0px 0;
}

.page-contact .title {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-contact h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.page-contact h5 i {
  color: #00aeef;
}

.page-contact p {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 28px;
  margin-bottom: 25px;
}

.page-header {
  display: flex;
  justify-content: center;
}

.page-header h3 {
  padding-top: 3.50%;
}

.contact-form {
  background-color: #262626;
  color: white;
  padding: 55px 70px 35px 70px;
}

.contact-form .title-header {
  margin-left: -10px;
  margin-bottom: 35px;
}

.contact-form .form-control {
  background-color: #404040;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 1rem 1.5rem;
}

.contact-form .form-control:active, .contact-form .form-control:focus {
  background: #00aeef;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
}

.contact-form .form-control::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-form .custom-control-label {
  font-size: 11px;
  color: #fff;
}

.contact-form .custom-control-label:before {
  border: 0;
  background-color: #404040;
}

.contact-form .btn-custom {
  text-align: center;
}

.contact-form .btn-custom:after {
  background: none !important;
}

.contact-person h5 {
  margin-bottom: 5px;
}

.contact-person a {
  color: #3b3b3b;
}

.contact-person a:hover {
  color: #555555;
}

.google-maps {
  height: 815px !important;
  margin-top: 50px !important;
  z-index: 10 !important;
}

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