body header,
.whb-sticky-header {
  display: none !important;
}

/*body .section1 video {
  object-position: top !important;
}*/

body .section1 .slider-heading {
  font-family: 'Manrope' !important;
}

body .section1 .slider-title {
  font-family: 'Spy Agency Expanded' !important;
}

body .section1 .nf-form-fields-required {
  display: none;
}

body .section1 {
  position: relative
}

body .section1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(14,81,89,0) 0%, rgba(242,242,242,1) 100%);
  z-index: 99;
  pointer-events: none;
}

/******************************** SECTION 2 ***********************************/

.section2 .heading1 {
  margin-top: 40px;
}

body .section2 .heading1 h3 {
  font-size: 25px;
  font-weight: 800;
  font-family: 'Manrope';
  text-transform: uppercase;
  color: #060707;
}

body .section2 .text1 {
  max-width: 600px;
  margin-bottom: 20px;
}

body .section2 .text1 p {
  font-size: 17px;
  line-height: 35px;
  font-family: 'Manrope';
}

body .section2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27%;
  height: 100%;
  display: block;
  background-image: url(/wp-content/uploads/2022/06/bg-asset.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 0.4;
}

body .section2 .social-form-circle .wd-social-icon {
  width: 32px !important;
  height: 32px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px !important;
}

body .section2 .social-form-circle .wd-social-icon span {
  display: none;
}

body .section2 .social-form-circle .wd-social-icon.social-facebook {
  background-image: url(/wp-content/uploads/2022/06/facebook.png);
}

body .section2 .social-form-circle .wd-social-icon.social-instagram {
  background-image: url(/wp-content/uploads/2022/06/instagram.png);
}

body .section2 .social-form-circle .wd-social-icon:hover {
  opacity: 0.85;
}

body .section2 .social {
  display: none;
}

@media (max-width: 1140px) {
  body .section2:before {
    width: 40%;
  }

  body .section2 .text1 {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  body .section2:before {
    width: 320px;
  }

  body .section2 .row1 {
    padding: 0 15px;
  }
}

@media (max-width: 550px) {
  body .section2:before {
    width: 220px;
  }

  body .section2 .text1 p {
    font-size: 16px;
    line-height: 32px;
  }
}

/******************************** SECTION 3 ***********************************/

body .section3 .heading1 h3 {
  font-size: 35px;
  font-weight: 800;
  font-family: 'Manrope';
  text-transform: uppercase;
  color: #D71F27;
}

body .section3 .text1 p {
  font-family: 'Manrope';
}

body .section3 .row1 {
  max-width: 1080px;
  margin: 0 auto;
}

.section3 .nf-form-content {
  max-width: 100%;
}

body .section3 .nf-form-fields-required{
  font-size: 14px;
  font-family: 'Manrope';
  color: #2d2d2d;
}

body .section3 .nf-before-form-content {
  display: inline-block;
  padding: 3px 15px;
  background-color: #fefefe;
  margin-bottom: 25px;

  display: none;
}

body .section3 form>div {
  position: relative;
}

body .section3 .label-above .nf-field-element,
body .section3 .label-below .nf-field-element {
  margin-top: -20px;
}

body .section3 .nf-form-content label {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  font-family: 'Manrope';
  text-transform: uppercase;
  background-color: #F4F4F4;
  padding-right: 15px;
  font-size: 14px;
  margin-left: 1px;
  color: #060707;
}

body .section3 .nf-form-content .list-select-wrap .nf-field-element>div,
body .section3 .nf-form-content input:not([type=button]),
body .section3 .nf-form-content textarea {
  background-color: #F4F4F4;
  font-family: 'Manrope';
  color: #2d2d2d;
}

body .section3 .nf-form-content .list-select-wrap .nf-field-element>div:focus,
body .section3 .nf-form-content input:not([type=button]):focus,
body .section3 .nf-form-content textarea:focus {
  background-color: #F4F4F4;
  font-family: 'Manrope';
  color: #2d2d2d;
  font-size: 13px;
}


body .section3 .nf-form-content select.ninja-forms-field:not([multiple]),
body .section3 .nf-form-content select.ninja-forms-field:not([multiple]):focus {
  font-family: 'Manrope';
  color: #2d2d2d;
  font-size: 13px;
}

body .section3 .nf-form-content select.ninja-forms-field:not([multiple]):focus {
  background-color: #F4F4F4;
  border: 1px solid #C4C4C4;
}

body .section3 .nf-error .nf-error-msg,
body .section3 .nf-error-msg {
  font-size: 13px;
  font-family: 'Manrope';
}

body .section3 .checkbox-container.label-right label {
  padding-left: 0px !important;
  font-family: 'Manrope' !important;
  font-size: 13px !important;
  text-transform: none;
  font-weight: 500;
  margin-left: 28px;
}

body .section3 .checkbox-container.label-right label a {
  font-weight: 600;
  text-decoration: underline;
}

body .section3 .submit-wrap .nf-field-element {
  margin-top: 0px;
  text-align: right;
}

body .section3 .nf-form-content input[type=button] {
  padding: 10px 30px;
  background-color: #D71F27;
  color: #fff;
  font-family: 'Manrope';
  box-shadow: none;
}

body .section3 .nf-form-content input[type=button]:hover {
  background-color: #060707;
  color: #f2f2f2;
}

body .section3 .nf-response-msg p {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Manrope';
  text-decoration: underline;
}

body .section3 .nf-form-content .list-select-wrap>div div:after {
  color: #2d2d2d;
}

body .section3 .list-checkbox-wrap .nf-field-element {
  margin-top: 0px;
}

body .section3 .list-checkbox-wrap label {
  padding-left: 0px;
  margin-left: 15px;
}
body .section3 .list-checkbox-wrap ul {
  margin-left: 15px !important;
}

body .section3 .list-checkbox-wrap ul li {
  margin-right: 5px !important;
  display: inline-block;
  width: 38%;
}

body .section3 .list-checkbox-wrap {
  border: 1px solid #C4C4C4
}

body .section3 .list-checkbox-wrap .nf-field-label {
  margin-top: -12px;
  margin-left: 1px;
  padding-left: 15px;
  background-color: #F4F4F4;
}

@media (max-width: 991px) {
  body .section3 .list-checkbox-wrap ul li {
    width: max-content;
  }
}

@media (max-width: 800px) {
  body .section3 .nf-field-container {
    margin-bottom: 25px;
  }

  body .section3 .nf-form-content label {
    display: inline-block;
  }

  body .section3 .list-checkbox-wrap .nf-field-label {
    width: max-content;
  }

  body .section3 .submit-wrap .nf-field-element {
    text-align: center;
  }
}

@media (max-width: 767px) {
  body .section3 .heading1 h3 {
    font-size: 30px;
    line-height: 1.2;
  }

  body .section3 .list-checkbox-wrap ul {
    display: block;
  }
}

@media (max-width: 550px) {
  body .section3 .list-checkbox-wrap ul li {
    width: 100%;
  }

  body .section3 .text1 p {
    font-size: 15px;
    line-height: 32px;
  }
}
