/* Breakpoints */
/* Fonts */
/* Colors */
.contact-hero .section-contact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto;
  padding-top: 180px;
  padding-bottom: 180px;
}
.contact-hero .section-contact::before {
  content: "";
  background: linear-gradient(to top, #000000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}
.contact-hero .section-contact-text {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 40px auto 80px;
}
.contact-hero .section-contact-text .contact-text {
  padding: 0 20px;
  color: #717275;
  font-size: 1em;
  line-height: 1.6em;
}

.contact-form .container > div {
  margin: auto;
  max-width: 800px;
}
.contact-form .custom-form {
  margin: 20px auto 0px;
}
.contact-form .custom-form .form-control {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #052679;
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all 0.3s;
  outline: none;
}
.contact-form .custom-form .form-control:hover,
.contact-form .custom-form .form-control:focus {
  background: #e5e5e5;
}
.contact-form .custom-form button[type=submit] {
  background: #3388d9;
  border-radius: 100px;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s;
  margin-bottom: 0;
  max-width: 200px;
}
.contact-form .custom-form button[type=submit]:hover, .contact-form .custom-form button[type=submit]:focus {
  background: #052679;
  color: #ffffff;
}

.contact {
  background: #ffffff;
  color: #ffffff;
}
.contact .contact-container-wrap {
  background-color: #052679;
  padding-bottom: 120px;
  margin-top: -1px;
}
.contact h2 {
  color: #ffffff;
}
.contact h2 strong {
  font-weight: 400;
  color: #3388d9;
}
.contact h4,
.contact h5,
.contact a {
  color: #ffffff;
}
.contact .contact-thumb {
  position: relative;
  bottom: 90px;
  margin-bottom: -90px;
}
.contact .contact-info {
  border-radius: 20px;
  padding: 30px;
}
.contact .contact-info iframe {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.contact .google-map {
  border-radius: 20px;
}
.contact .contact-icon {
  color: var(--primary-color);
  font-size: var(--h4-font-size);
}

html,
body {
  height: 100%;
}

nav {
  position: relative !important;
}

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