body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  width: 100%;
  height: 70px;
  background-color: #000;
  justify-content: center;
  display: flex;
}

.nav-container {
  width: 80%;
  height: 100%;
  max-width: none;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu, .logo {
  height: 100%;
  align-items: center;
  display: flex;
}

.hero-section {
  height: 500px;
  text-align: left;
  background-color: #ebebeb;
  background-image: linear-gradient(#ff7c00, #ff7c00);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrap {
  width: 70%;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.section-1 {
  min-height: 300px;
  background-color: #929644;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.wrap-1 {
  width: 80%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-1 {
  text-align: center;
  background-color: #939550;
  border: 2px solid #ff7c00;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 15px;
  padding: 20px;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.subhead-1 {
  color: #fff;
  padding-right: 0;
  font-size: 34px;
  font-weight: 300;
  line-height: 38px;
}

.paragraph-3 {
  max-width: 500px;
  font-size: 14px;
  line-height: 20px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  color: #fff;
}

.hero-left {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  background-color: #ff8919;
  border: 2px solid #fff;
  border-radius: 0;
  margin-top: 20px;
  padding: 25px 214px;
  font-size: 18px;
  font-weight: 500;
  transition: box-shadow .2s;
  box-shadow: 0 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.class {
  color: #fff;
  background-color: #3b79c3;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.class-section {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.logos-section {
  background-color: #d3d3d3;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logos-wrap {
  width: 80%;
  opacity: .75;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.right-1 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-1-title {
  margin-bottom: 32px;
  font-size: 20px;
}

.left-2 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-2 {
  width: 50%;
  text-align: left;
  padding: 50px 20px;
}

.footer-top {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  width: 50%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #777;
  font-size: 12px;
}

.section-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap-3 {
  width: 80%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-wrap-1 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-3 {
  text-align: left;
  font-size: 55px;
  font-weight: 700;
}

.subhead-3 {
  text-align: left;
  margin-bottom: 40px;
}

.column-wrap-2 {
  justify-content: center;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  margin-top: 30px;
}

.heading-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.screenshot {
  box-shadow: none;
  border-radius: 3px;
}

.caption-2 {
  max-width: 320px;
  color: #777;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
}

.hero-right {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption-1 {
  max-width: 320px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  color: #777;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.caption-3 {
  max-width: 320px;
  color: #777;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.text-block {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
}

.image {
  opacity: .27;
  filter: invert();
  margin: 11px 9px 20px 20px;
  display: inline-block;
}

.div-block {
  text-align: center;
  background-color: #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 181px;
  display: flex;
}

.link {
  color: #fff;
  padding-top: 16px;
  font-size: 18px;
  display: inline-block;
}

.italic-text {
  color: #fff;
  display: inline-block;
}

.image-2 {
  display: block;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.slider {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
}

.block-quote {
  margin-top: 22px;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 22px;
}

.image-3 {
  text-align: center;
  margin-top: 64px;
  display: inline-block;
}

.slide {
  text-align: center;
}

.image-4 {
  margin-top: 55px;
}

.image-5 {
  margin-top: -29px;
}

.italic-text-2 {
  font-style: italic;
}

.image-6 {
  flex: 0 auto;
  padding-left: auto;
  display: block;
}

.left-arrow {
  background-color: #fff;
}

.icon-2, .icon-3 {
  width: 60px;
  height: 60px;
  background-color: #ff8919;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  z-index: 100;
  clear: right;
  position: fixed;
  bottom: 0;
  right: 0;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  float: none;
  color: #000;
  text-align: left;
  background-color: #f58535;
  border-radius: 4px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 45px;
  display: block;
  position: static;
}

.field-2 {
  height: 50px;
  background-color: rgba(255, 255, 255, .2);
  border: 0 solid #000;
  border-radius: 4px;
  transition: background-color .2s;
}

.field-2:hover, .field-2:focus {
  background-color: #fff;
}

.field-2.rounded {
  height: 40px;
  background-color: #f2f3f7;
  border-radius: 4px;
  transition: background-color .2s, box-shadow .2s;
}

.field-2.rounded:hover {
  background-color: #dfe1e7;
}

.field-2.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, .2);
}

.field-2.rounded.area {
  height: 100px;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 34px;
  display: block;
}

.form-title.subtitle {
  color: #f0f7f7;
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.contact-info-block {
  height: 250px;
  text-align: left;
  background-image: linear-gradient(#f58535, #f58535);
  border: 2px solid rgba(255, 255, 255, .25);
  border-radius: 4px;
  padding: 45px 45px 0;
}

.small-contact-info-title {
  opacity: .6;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.contact-1 {
  background-image: linear-gradient(#ff8200, #ff8200);
  margin-left: auto;
  margin-right: auto;
  padding-top: 135px;
  display: block;
}

.contact-info-small-block {
  margin-bottom: 30px;
  display: block;
}

.contact-info-block-right {
  width: 35%;
  float: right;
}

.container-9 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.field-label {
  color: #f0f7f7;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.contact-info-description {
  color: #f0f7f7;
}

.error-bg-2 {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.button-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff8200;
  background-image: linear-gradient(#edc202, #edc202);
  border-radius: 3px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 100px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: block;
}

.button-5:hover {
  color: #fff;
  background-color: #15385b;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.text-span {
  font-weight: 700;
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .logos-wrap {
    justify-content: center;
  }

  .column-wrap-1 {
    flex-direction: column;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .column-2 {
    width: 50%;
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-5 {
    margin-left: -16px;
  }

  .italic-text-3 {
    display: inline-block;
  }

  .white-contact-form {
    padding: 25px;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
  }

  .wrap-1 {
    text-align: center;
  }

  .hero-left {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .left-1 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .subhead-3 {
    text-align: center;
  }

  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-5 {
    margin-left: -31px;
  }

  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrap {
    margin-top: 30px;
  }

  .subhead-1 {
    margin-top: 19px;
    font-size: 22px;
  }

  .hero-left {
    align-items: center;
    margin-top: 13px;
  }

  .button {
    padding-left: 59px;
    padding-right: 59px;
  }

  .class-section {
    align-items: center;
    padding-top: 6px;
    padding-left: 0;
  }

  .left-1 {
    padding-bottom: 0;
  }

  .right-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-2 {
    padding-top: 0;
  }

  .footer-top-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 33px;
  }

  .section-3 {
    padding-top: 0;
  }

  .wrap-3 {
    width: 100%;
  }

  .heading-3 {
    line-height: 45px;
  }

  .column-wrap-2 {
    flex-direction: column;
  }

  .column-2 {
    width: 100%;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image {
    margin: 5px 0;
    display: inline-block;
  }

  .div-block {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .link {
    padding-top: 5px;
    font-size: 14px;
  }

  .block-quote {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .slide {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-5 {
    margin-top: 40px;
    margin-left: -38px;
  }

  .div-block-2 {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    display: flex;
  }

  .left-arrow {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-2 {
    width: 45px;
    height: 100px;
    margin-top: 170px;
    margin-left: 10px;
    margin-right: 0;
  }

  .icon-3 {
    width: 45px;
    height: 100px;
    margin-top: 170px;
    margin-bottom: 170px;
    margin-right: 10px;
  }

  .image-7 {
    width: 40%;
    margin-left: 0;
    padding-left: 0;
  }

  .italic-text-3 {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 18px;
  }

  .white-contact-form {
    margin-top: 80px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

  .container-9 {
    display: block;
  }

  .button-5 {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .italic-text-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    display: block;
  }

  .italic-text-5 {
    font-size: 18px;
  }

  .slide-nav {
    display: none;
  }

  .bold-text {
    font-size: 21px;
    display: block;
  }
}


