/* Global Colors */
/* Global Fonts */
section#innerHeader {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
}
section#innerHeader h1 {
  font-size: 89px;
  font-weight: 900;
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section#innerHeader h1 {
    font-size: 60px;
  }
}
section#mainContent .contact-form .contact-header-left h3 {
  font-weight: bold;
}
section#mainContent .contact-form .contact-header-left p {
  font-weight: 100;
  font-size: 16px;
  margin: -10px 0 30px 0;
}
section#mainContent .contact-form form label {
  width: 100%;
  font-size: 15px;
}
section#mainContent .contact-form form input, section#mainContent .contact-form form textarea {
  width: 100%;
  border: none;
  padding: 11px;
  font-size: 15px;
  margin-bottom: 5px;
}
section#mainContent .contact-form form input[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  display: block;
  padding: 10px 35px;
  background-color: #058CF4;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 3px;
}
section#mainContent .contact-map .details {
  text-align: right;
  margin-bottom: 30px;
}
section#mainContent .contact-map .details strong {
  color: #058CF4;
  font-size: 21px;
  line-height: 24px;
}
