.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: hsla(0, 0%, 100%, .85);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  font-family: 'Open Sans', sans-serif;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/top-jakes-helicopter-corp1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/top-jakes-helicopter-corp1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-link {
  margin-top: 4px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #565656;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f7931e;
}

.nav-link.w--current {
  color: #f7931e;
}

.hero-cont {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-h1 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.hero-tag {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.about-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-orange {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: auto;
  background-image: -webkit-linear-gradient(270deg, #f7931e, #f7931e);
  background-image: linear-gradient(180deg, #f7931e, #f7931e);
}

.intro-orange.about-gray {
  background-image: -webkit-linear-gradient(270deg, #3a3a3c, #3a3a3c);
  background-image: linear-gradient(180deg, #3a3a3c, #3a3a3c);
}

.intro-orange.about-white {
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.about-cont {
  margin-top: 66px;
}

.about-cont.about-overflow {
  margin-top: 110px;
}

.about-img {
  position: relative;
  z-index: 999;
  margin-top: 21px;
  margin-right: -50px;
  margin-bottom: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
}

.about-text {
  position: relative;
  z-index: 998;
  padding: 90px 15px 20px 100px;
}

.h2 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-size: 35px;
  font-weight: 900;
}

.h2.h2-white {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.p {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-size: 18px;
  line-height: 26px;
}

.p.services-p {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

.p.p-white {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.p.p-white.p-footer {
  margin-bottom: 0px;
  font-size: 12px;
  text-align: center;
}

.services-section {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/services-bg.jpg'), -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/services-bg.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.services-cont {
  position: relative;
  z-index: 997;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
}

.services-left {
  margin: 20px 10px 20px 20px;
  padding: 15px 35px 35px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg1.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg1.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3);
  text-align: center;
}

.services-left.services3 {
  background-image: -webkit-linear-gradient(270deg, null, null), url('../images/services-bg3.jpg'), -webkit-linear-gradient(270deg, null, null);
  background-image: linear-gradient(180deg, null, null), url('../images/services-bg3.jpg'), linear-gradient(180deg, null, null);
}

.services-right {
  margin: 20px 20px 20px 10px;
  padding: 15px 35px 35px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg2.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg2.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3);
  text-align: center;
}

.h3 {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 900;
}

.h3.center {
  text-align: center;
}

.button-orange {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #f7931e;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.button-orange:hover {
  background-color: #343434;
}

.content-h {
  min-height: 300px;
}

.services-left2 {
  margin: 20px 10px -50px 20px;
  padding: 15px 35px 35px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg3.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg3.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3);
  text-align: center;
}

.services-left2.services3 {
  background-image: -webkit-linear-gradient(270deg, null, null), url('../images/services-bg3.jpg'), -webkit-linear-gradient(270deg, null, null);
  background-image: linear-gradient(180deg, null, null), url('../images/services-bg3.jpg'), linear-gradient(180deg, null, null);
}

.services-right2 {
  margin: 20px 20px -50px 10px;
  padding: 15px 35px 35px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg4.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/services-bg4.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, .3);
  text-align: center;
}

.services-row-neg {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f7931e;
}

.contact-form {
  padding-right: 25px;
  font-family: 'Open Sans', sans-serif;
}

.submit-btn {
  padding: 15px 60px;
  float: right;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.field {
  height: 50px;
}

.comment-field {
  display: inline-block;
  min-height: 150px;
}

.footer-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #3a3a3c;
}



/* #Contact
================================================== */

  .contact {

  }

  .contact .offset {
    padding: 100px 0px 0px;
  }

  .contact form {
    text-align: left;
  }

  .contact form input[type="text"],
  .contact form input[type="password"],
  .contact form input[type="email"],
  .contact form textarea {
    width: 100%;
  }

  .contact form input[type="text"],
  .contact form input[type="password"],
  .contact form input[type="email"],
  .contact form textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 17px 10px;
  }

  .contact form button {
    padding: 15px 60px;
    float: right;
    width:;
    border: 1px solid #fff;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .contact form button:hover {
    background-color: #fff;
    color: #f7931e;
  }

  .contact .info {
    margin-bottom: 55px;
    padding-left: 50px;
    text-align: left;
  }

  .contact .subtitle {
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
  }

  .contact .input-error {
    border-color: #cf2b2b;
  }

  .contact .message-success, .contact .message-error {
    display: none;
  }

  .contact .message-success h6 {
    color: #2bcf46;
  }

  .contact .message-error h6 {
    color: #cf2b2b;
  }




html.w-mod-js *[data-ix="service-popup"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="service-popup-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

html.w-mod-js *[data-ix="fade-nav"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="fade-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(-70px, 0px);
  -ms-transform: translate(-70px, 0px);
  transform: translate(-70px, 0px);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media (max-width: 991px) {
  .about-text {
    padding-top: 0px;
    padding-left: 70px;
  }
  .content-h {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .intro-orange {
    width: 100%;
    height: 50%;
  }
  .about-img {
    overflow: hidden;
    margin-right: 0px;
  }
  .about-text {
    padding-right: 50px;
    padding-left: 50px;
  }
  .services-left {
    margin-right: 20px;
  }
  .services-right {
    margin-left: 20px;
  }
  .services-left2 {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .services-right2 {
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .intro-orange {
    height: 35%;
  }
  .about-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .brand-box {
    width: 200px;
  }
}

