@font-face {
  font-family: 'OpenSans';
  src: url("../font/Open_Sans/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Italic';
  src: url("../font/Open_Sans/OpenSans-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Light';
  src: url("../font/Open_Sans/OpenSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url("../font/Open_Sans/OpenSans-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("../font/Open_Sans/OpenSans-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-SemiBoldItalic';
  src: url("../font/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../font/Open_Sans/OpenSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url("../font/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("../font/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url("../font/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype"); }
* {
  margin: 0;
  box-sizing: border-box;
  font-size: 16px; }

body {
  background: white;
  font-family: "OpenSans"; }

a {
  text-decoration: none; }

.container {
  padding: 30px 15px;
  height: 100%;
  width: 100%; }

nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: transparent; }
  nav .nav-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    nav .nav-wrapper .nav-left {
      display: flex; }
      nav .nav-wrapper .nav-left #site-logo {
        padding: 20px 10px;
        width: 150px; }
        nav .nav-wrapper .nav-left #site-logo img {
          width: 100%; }
    nav .nav-wrapper .nav-right {
      width: 100%;
      display: none; }
      nav .nav-wrapper .nav-right .nav-items {
        width: 100%;
        max-width: 1300px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        list-style: none;
        text-align: right;
        font-family: "OpenSans";
        text-shadow: 1px 1px 5px rgba(15, 15, 15, 0.8); }
        nav .nav-wrapper .nav-right .nav-items .nav-item {
          display: flex; }
          nav .nav-wrapper .nav-right .nav-items .nav-item a {
            color: #eee;
            padding: 5px 20px;
            padding-bottom: 15px;
            font-size: 0.8em;
            text-transform: uppercase;
            cursor: pointer; }
          nav .nav-wrapper .nav-right .nav-items .nav-item#get-started {
            margin-left: 10px; }
            nav .nav-wrapper .nav-right .nav-items .nav-item#get-started a {
              background: #F15E14;
              padding: 10px 20px;
              margin-bottom: 5px;
              font-family: "OpenSans-Bold"; }
    nav .nav-wrapper .nav-menu {
      display: flex;
      justify-content: center;
      align-items: center; }
      nav .nav-wrapper .nav-menu .nav-menu-wrapper {
        padding: 20px;
        display: flex;
        align-items: center;
        cursor: pointer; }
        nav .nav-wrapper .nav-menu .nav-menu-wrapper .nav-menu-text {
          display: none; }
        nav .nav-wrapper .nav-menu .nav-menu-wrapper .fas {
          font-size: 1.3em;
          color: white; }
    nav .nav-wrapper .nav-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #021E3A;
      z-index: 100;
      top: 0;
      left: 0;
      visibility: hidden; }
      nav .nav-wrapper .nav-overlay .nav-close {
        display: flex;
        justify-content: flex-end;
        padding-top: 0;
        padding-bottom: 0;
        height: 79px; }
        nav .nav-wrapper .nav-overlay .nav-close .nav-close-wrapper {
          padding: 20px;
          display: flex;
          align-items: center; }
          nav .nav-wrapper .nav-overlay .nav-close .nav-close-wrapper .fas {
            font-size: 1.5em;
            color: white; }
      nav .nav-wrapper .nav-overlay .nav-items {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0; }
        nav .nav-wrapper .nav-overlay .nav-items .nav-item {
          list-style: none; }
          nav .nav-wrapper .nav-overlay .nav-items .nav-item a {
            display: flex;
            justify-content: flex-end;
            padding: 20px;
            text-transform: uppercase;
            color: white;
            font-family: "OpenSans-Bold"; }

button.button {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #175B9C;
  border: none;
  margin-bottom: 15px; }
  button.button a {
    padding: 15px;
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: "OpenSans-Bold"; }

.page-banner {
  position: relative;
  height: 525px; }
  .page-banner .banner-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 50;
    justify-content: center;
    align-items: flex-start; }
    .page-banner .banner-wrapper .banner-head {
      width: 100%;
      margin: 50px 0;
      text-align: center; }
      .page-banner .banner-wrapper .banner-head .page-title {
        font-family: "OpenSans-ExtraBold";
        font-size: 0.8em;
        color: #aaaaaa;
        text-transform: uppercase;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8); }
      .page-banner .banner-wrapper .banner-head .banner-title {
        font-family: "OpenSans-Bold";
        font-size: 2em;
        color: white;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
        margin-bottom: 20px; }
      .page-banner .banner-wrapper .banner-head .banner-text {
        font-family: "OpenSans";
        font-size: 1em;
        color: white;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
      .page-banner .banner-wrapper .banner-head .banner-action {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto; }

.section .section-wrapper {
  text-align: center; }
  .section .section-wrapper .section-head {
    margin-bottom: 20px; }
    .section .section-wrapper .section-head .section-title {
      width: 100%;
      font-family: "OpenSans-ExtraBold";
      color: #777777;
      text-transform: uppercase;
      font-size: 0.8em; }
    .section .section-wrapper .section-head .section-subtitle {
      font-size: 1.2em;
      font-family: "OpenSans-Bold";
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
  .section .section-wrapper .section-body {
    margin-bottom: 20px; }
    .section .section-wrapper .section-body .section-text {
      margin-left: auto;
      margin-right: auto; }
  .section .section-wrapper .section-action .button {
    margin: 0 auto; }

footer {
  background: #232323;
  color: white; }
  footer .footer-wrapper {
    display: flex;
    flex-direction: column; }
    footer .footer-wrapper .footer-left {
      margin-bottom: 20px;
      /* width: 100%;  */
    }
      footer .footer-wrapper .footer-left .footer-logo {
        width: 100px;
        margin-bottom: 10px; }
        footer .footer-wrapper .footer-left .footer-logo img {
          width: 100%; }
      footer .footer-wrapper .footer-left .footer-about {
        align-content: left;
        width: 100%;
        max-width: 700px;
        font-size: 0.8em; 
      }
    footer .footer-wrapper .footer-right {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      footer .footer-wrapper .footer-right .footer-details {
        margin-bottom: 20px; }
        footer .footer-wrapper .footer-right .footer-details .footer-detail {
          font-size: 0.8em;
          margin-bottom: 3px;
          text-align: left; }
      footer .footer-wrapper .footer-right .footer-copyright {
        font-size: 0.8em;
        text-align: left; }

@media only screen and (min-width: 576px) {
  nav .nav-wrapper .nav-menu .nav-menu-wrapper .nav-menu-text {
    display: inline;
    color: #aaaaaa;
    font-size: 0.9em;
    margin-right: 5px;
    text-transform: uppercase; } }
@media only screen and (min-width: 768px) {
  .container {
    padding: 70px 0;
    width: 80%;
    max-width: 900px;
    margin: 0 auto; }

  button.button {
    margin-bottom: 0;
    margin-right: 20px; }
    button.button:last-of-type {
      margin-right: 0; }

  .page-banner .banner-wrapper .banner-head .banner-text {
    max-width: 700px; }
  .page-banner .banner-wrapper .banner-head .banner-action {
    flex-direction: row;
    max-width: 700px; }

  .section .section-wrapper .section-body {
    margin-bottom: 50px; } }
@media only screen and (min-width: 992px) {
  nav .nav-wrapper .nav-left #site-logo {
    padding-bottom: 0; }
  nav .nav-wrapper .nav-right {
    display: flex; }
  nav .nav-wrapper .nav-menu {
    display: none; }

  .section .section-wrapper .section-head .section-subtitle {
    margin-bottom: 50px;
    max-width: 700px; }
  .section .section-wrapper .section-body .section-text {
    max-width: 700px; }
  .section .section-wrapper .section-action .button {
    width: 30%; }

  footer .footer-wrapper {
    padding: 50px 0;
    flex-direction: row;
    justify-content: space-between; }
    footer .footer-wrapper .footer-left .footer-about {
      max-width: 500px; } }
.page-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url("../img/banner_8.jpg");
  background-size: cover;
  background-position: center;
  height: 300px; }

#contact-form .section-wrapper form .section-body {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  #contact-form .section-wrapper form .section-body .form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    #contact-form .section-wrapper form .section-body .form-field label {
      text-align: left;
      font-size: 0.9em;
      margin-bottom: 5px;
      text-transform: uppercase; }
    #contact-form .section-wrapper form .section-body .form-field select {
      font-size: 1.2em;
      padding: 20px;
      text-transform: uppercase; }
    #contact-form .section-wrapper form .section-body .form-field input {
      padding: 10px; }
    #contact-form .section-wrapper form .section-body .form-field textarea {
      padding: 10px;
      resize: vertical; }
    #contact-form .section-wrapper form .section-body .form-field input, #contact-form .section-wrapper form .section-body .form-field textarea {
      border: 2px solid rgba(0, 0, 0, 0.3); }
#contact-form .section-wrapper form .section-action .button {
  max-width: 500px; }
  #contact-form .required-field::after {
    content: " (*required)";
    color: red;
    margin-left:2px
  }

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