@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner {
  position: relative;
  min-height: 700px;
}

.banner .container {
  max-width: 960px;
  margin: 0 auto 40px auto;
  display: block;
}

.banner .container a {
  position: relative;
  right: 0;
  top: 30px;
  float: right;
  color: #062337;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
}

@media screen and (max-width: 1024px) {
  .banner .container a {
    right: 5%;
    font-size: 18px;
  }
}

.banner .container .home-icon {
  width: 25px;
  height: 25px;
  vertical-align: -5px;
}

.banner .container .form-container {
  background: #062337;
  /* The Fallback */
  background: rgba(6, 35, 55, 0.7);
  display: inline-block;
  padding: 50px;
}

@media screen and (max-width: 375px) {
  .banner .container .form-container {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 520px) {
  .banner .container .form-container {
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.banner .container .form-container img {
  max-width: 250px;
  margin: 0 auto 40px auto;
  display: block;
}

.banner .container .form-container h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.banner .container .form-container .form-builder-wrapper {
  margin: 20px auto 0;
  max-width: 300px;
  width: 300px;
}

.banner .container .form-container .form-builder-wrapper form ul {
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.banner .container .form-container .form-builder-wrapper form ul li {
  margin-top: 20px;
}

.banner .container .form-container .form-builder-wrapper form ul li:first-of-type {
  margin-top: 0;
}

.banner .container .form-container .form-builder-wrapper form ul li.checkbox .label-wrapper, .banner .container .form-container .form-builder-wrapper form ul li.radio .label-wrapper {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 520px) {
  .banner .container .form-container .form-builder-wrapper form ul li.checkbox .label-wrapper, .banner .container .form-container .form-builder-wrapper form ul li.radio .label-wrapper {
    text-align: left;
  }
}

.banner .container .form-container .form-builder-wrapper form ul li.heading {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.banner .container .form-container .form-builder-wrapper form ul li .label-wrapper {
  display: none;
}

.banner .container .form-container .form-builder-wrapper form ul li .field-wrapper .error {
  color: red;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}

.banner .container .form-container .form-builder-wrapper form ul li input, .banner .container .form-container .form-builder-wrapper form ul li select {
  width: 100%;
  padding: 15px;
  border: none;
  color: #062337;
  font-weight: bold;
  font-size: 14px;
}

.banner .container .form-container .form-builder-wrapper form ul li input::-webkit-input-placeholder, .banner .container .form-container .form-builder-wrapper form ul li select::-webkit-input-placeholder {
  text-transform: uppercase;
}

.banner .container .form-container .form-builder-wrapper form ul li input:-ms-input-placeholder, .banner .container .form-container .form-builder-wrapper form ul li select:-ms-input-placeholder {
  text-transform: uppercase;
}

.banner .container .form-container .form-builder-wrapper form ul li input::-ms-input-placeholder, .banner .container .form-container .form-builder-wrapper form ul li select::-ms-input-placeholder {
  text-transform: uppercase;
}

.banner .container .form-container .form-builder-wrapper form ul li input::placeholder, .banner .container .form-container .form-builder-wrapper form ul li select::placeholder {
  text-transform: uppercase;
}

.banner .container .form-container .form-builder-wrapper form ul li textarea {
  min-height: 100px;
  margin: 0px;
  height: 100px;
  width: 100%;
  max-width: 100%;
  border: none;
  color: #062337;
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.banner .container .form-container .form-builder-wrapper form ul li .multi-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-top: 10px;
}

.banner .container .form-container .form-builder-wrapper form ul li .multi-row span {
  margin-right: 10px;
}

.banner .container .form-container .form-builder-wrapper form ul li .multi-row span label {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 520px) {
  .banner .container .form-container .form-builder-wrapper form ul li .multi-row span label {
    text-align: left;
  }
}

.banner .container .form-container .form-builder-wrapper form ul li input[type="submit"] {
  width: 100%;
  padding: 20px 0;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #6ab205;
  font-size: 20px;
}

.banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.ui-datepicker {
  color: #062337;
  background: white;
  border: 1px solid #062337;
}

.ui-datepicker .ui-datepicker-header {
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

.ui-datepicker a {
  color: #062337;
}

.about-us {
  max-width: 960px;
  margin: auto;
}

.about-us .text-content {
  padding: 40px 20px 0;
  text-align: center;
  color: #878889;
}

.about-us .text-content h3 {
  margin: 20px 0;
  font-size: 27px;
  text-transform: uppercase;
}

.about-us .text-content p {
  line-height: 1.5;
  padding: 5px 0;
  font-size: 18px;
}

.about-us .text-content form {
  max-width: 100%;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .about-us .text-content form {
    max-width: 50%;
    margin: auto;
  }
}

.about-us .text-content form ul {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.about-us .text-content form ul li {
  margin-bottom: 10px;
}

.about-us .text-content form ul li .label-wrapper {
  margin-bottom: 5px;
}

.about-us .text-content form ul li .label-wrapper label .required {
  font-weight: bold;
}

.about-us .text-content form ul li input, .about-us .text-content form ul li select, .about-us .text-content form ul li textarea {
  font-family: "Open Sans", sans-serif;
  padding: 5px 10px;
  border: 1px solid #878889;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

.about-us .text-content form ul li.btn-submit input {
  background: #6ab205;
  color: #fff;
  border: none;
  padding: 10px 22px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.about-us .text-content form ul li .error {
  color: red;
  padding: 5px;
  font-weight: bold;
}

.about-us .tns-outer {
  position: relative;
}

.about-us .tns-outer .tns-controls button {
  position: absolute;
  top: 30%;
  z-index: 5;
  padding: 50px;
  background: #6ab205;
  border: none;
  width: 50px;
  height: 50px;
}

.about-us .tns-outer .tns-controls button:nth-child(1) {
  left: 10px;
  -webkit-clip-path: polygon(30% 0, 6% 50%, 30% 100%, 25% 100%, 0% 50%, 25% 0%);
          clip-path: polygon(30% 0, 6% 50%, 30% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.about-us .tns-outer .tns-controls button:nth-child(2) {
  right: 10px;
  -webkit-clip-path: polygon(30% 0, 6% 50%, 30% 100%, 25% 100%, 0% 50%, 25% 0%);
          clip-path: polygon(30% 0, 6% 50%, 30% 100%, 25% 100%, 0% 50%, 25% 0%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about-us .tns-outer .tns-nav {
  display: none;
}

.about-us .carousel {
  text-align: center;
  padding: 60px 0;
}

.about-us .carousel .slide {
  display: inline-block;
  width: calc(100% / 3.333);
}

.about-us .carousel .slide .image-container {
  margin: 0 auto 20px;
  width: 224px;
  height: 224px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 100%;
  background-clip: padding-box;
}

.about-us .carousel .slide .text-container {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-us .carousel .slide .text-container {
    max-width: 230px;
    margin: auto;
  }
}

.about-us .carousel .slide .text-container h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0;
}

.about-us .carousel .slide .text-container p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.5;
  color: #878889;
}

.offer-bar {
  width: 100%;
  background: #878889;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .offer-bar {
    padding: 10px 0;
  }
}

.offer-bar .text-container {
  max-width: 960px;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .offer-bar .text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offer-bar .text-container .tagline {
  font-weight: bold;
  margin: auto 0;
  font-size: 30px;
  color: #062337;
}

@media screen and (max-width: 768px) {
  .offer-bar .text-container .tagline {
    text-align: center;
    display: block;
    padding-bottom: 5px;
  }
}

.offer-bar .text-container .price {
  margin: 0 50px;
  font-size: 40px;
  font-weight: bold;
  color: #062337;
}

@media screen and (max-width: 768px) {
  .offer-bar .text-container .price {
    font-size: 25px;
    text-align: center;
    display: block;
    padding-bottom: 5px;
    margin: auto;
  }
}

.offer-bar .text-container a {
  color: #fff;
  text-decoration: none;
  background: #6ab205;
  padding: 12px 25px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .offer-bar .text-container a {
    text-align: center;
    display: block;
    width: 200px;
    margin: auto;
  }
}

.bottom-banner {
  position: relative;
  height: 500px;
}

.bottom-banner .container {
  max-width: 960px;
  margin: auto;
}

.bottom-banner .container .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .bottom-banner .container .text-container {
    width: calc(100% - 40px);
  }
}

.bottom-banner .container .text-container h2 {
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}

.bottom-banner .container .text-container p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.bottom-banner .container .text-container p:first-of-type {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .bottom-banner .container .text-container p:first-of-type {
    margin: 20px 0;
  }
}

.bottom-banner .container .text-container p span:first-of-type {
  margin-right: 25px;
}

.bottom-banner .container .text-container p span a {
  text-decoration: none;
  color: #fff;
}

.bottom-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.bottom-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  background: #062337;
  /* The Fallback */
  background: rgba(6, 35, 55, 0.9);
}

.footer {
  width: 100%;
  background: #062337;
}

.footer .footer-container {
  max-width: 960px;
  margin: auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .footer .footer-container {
    display: block;
    text-align: center;
  }
}

.footer .footer-container .footer-logo-container {
  margin: auto;
}

.footer .footer-container .footer-logo {
  max-width: 250px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .footer .footer-container .footer-logo {
    display: block;
    margin: auto;
    width: 150px;
  }
}
/*# sourceMappingURL=styles.css.map */