:root {
  --1a1a1a: #1a1a1a;
  --black: black;
  --primary: #fc9b00;
  --white: #fff;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--1a1a1a);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Madetommy, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Madetommy, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Madetommy, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.hero-section {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/two-businessman-shake-hand-coffee-shop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 100px;
}

.container {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.brand {
  width: 240px;
}

.navbar {
  background-color: rgba(5, 5, 5, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .33);
  padding-top: 22px;
  padding-bottom: 22px;
}

.nav-link {
  color: #fff;
  margin-left: 32px;
  padding: 0;
  font-family: Madetommy, sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.nav-link:hover {
  color: var(--primary);
}

.flex-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.main {
  margin-top: -81.59px;
}

.hero-content-wrap {
  width: 44%;
}

.text-white {
  color: var(--white);
}

.text-primary-color {
  color: var(--primary);
}

.hsub-text {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 39px;
}

.hero-form-block {
  background-color: rgba(255, 255, 255, .63);
  border-radius: 10px;
  width: 44%;
  margin-bottom: 0;
  padding: 50px;
}

.form-title {
  color: var(--black);
  text-align: center;
  margin-bottom: 25px;
  font-family: Madetommy, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.field {
  color: var(--black);
  background-color: rgba(255, 255, 255, .56);
  border-radius: 5px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.field::placeholder {
  color: var(--black);
}

.field.textarea {
  height: 100px;
}

.submit-button {
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.submit-button.sb-hover {
  margin-top: 5px;
}

.submit-button.sb-hover:hover {
  background-color: var(--white);
  color: var(--black);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.da {
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/jumbo-jet-flying-sky.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/jumbo-jet-flying.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.sub-content {
  text-align: center;
  width: 100%;
  max-width: 617px;
  margin-left: auto;
  margin-right: auto;
}

.numbers {
  grid-column-gap: 2%;
  grid-row-gap: 25px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.nitem {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid rgba(153, 153, 153, .19);
  border-radius: 5px;
  align-items: center;
  width: 32%;
  padding: 8px;
  display: flex;
}

.nicon-wrap {
  background-color: rgba(244, 244, 244, .55);
  border-radius: 5px;
  width: 80px;
  height: 80px;
  padding: 10px;
}

.ncontent {
  width: 72%;
}

.number {
  font-family: Madetommy, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.plus-icon {
  color: var(--primary);
  vertical-align: baseline;
  font-family: Madetommy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: inline;
}

.nc-head {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0;
  display: flex;
}

.n-text {
  font-size: 14px;
  line-height: 24px;
}

.percent-icon {
  font-size: 15px;
}

.bg-dark {
  background-color: var(--black);
}

.half-w {
  width: 50%;
}

.slide {
  background-color: #fff;
  border-radius: 10px;
  width: 355px;
  height: 530px;
  margin-right: 30px;
  padding: 10px;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  margin-top: 60px;
  padding-left: 100px;
}

.simg {
  border-radius: 10px;
}

.text-dark {
  color: var(--black);
}

.stext {
  color: var(--1a1a1a);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.list {
  list-style-type: none;
}

.list-icon {
  background-image: url('../images/check-circle.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-bottom: 5px;
  padding-left: 22px;
}

.left-arrow {
  background-color: rgba(255, 255, 255, .33);
  border-radius: 5px;
  width: 60px;
  height: 40px;
  top: -113px;
  bottom: auto;
  left: auto;
  right: 15%;
}

.icon {
  font-size: 18px;
}

.scontent-wrap {
  padding-left: 10px;
}

.right-arrow {
  background-color: rgba(255, 255, 255, .33);
  border-radius: 5px;
  width: 60px;
  height: 40px;
  top: -113px;
  bottom: auto;
  left: auto;
  right: 10%;
}

.col6 {
  width: 50%;
}

.mtb-zero {
  margin-top: 0;
  margin-bottom: 0;
}

.col5 {
  width: 43%;
}

.mt-s {
  margin-top: 10px;
}

.da-boxs {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.da-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16.5%;
  padding: 30px 10px;
  display: flex;
}

.da-icon {
  width: 60px;
  height: 60px;
}

.da-text {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.form-block {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  max-width: 678px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
}

.form-title-ca {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.flex-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-half {
  width: 49%;
  margin-bottom: 5px;
}

.top-footer-wrap {
  background-color: var(--1a1a1a);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-logo {
  width: 18%;
}

.ficon {
  padding-top: 3px;
  font-family: "Fa Solid 900", sans-serif;
}

.ficon.mt0 {
  padding-top: 0;
}

.c-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f4f4f4;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.c-info:hover, .c-info:active {
  color: var(--primary);
}

.contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-trow {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider {
  background-color: rgba(255, 255, 255, .18);
  width: 2px;
  height: auto;
  min-height: 61px;
}

.bottom-footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.s-link {
  color: #f4f4f4;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.s-link:hover {
  color: var(--primary);
}

.floating-btn {
  z-index: 1;
  background-color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px;
  padding: 12px 25px;
  font-family: Madetommy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -59px;
  transform: rotate(90deg);
}

.floating-btn:hover {
  background-color: var(--primary);
}

.floating-btn.w--current {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-right: -56px;
  padding: 10px 20px;
  font-family: Madetommy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.floating-btn.w--current:hover {
  background-color: var(--black);
}

@media screen and (min-width: 1920px) {
  .left-arrow {
    right: 14%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .brand {
    width: 226px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .flex-block.sm-fb {
    flex-flow: row;
  }

  .main {
    margin-top: -107px;
  }

  .hero-content-wrap, .hero-form-block {
    width: 100%;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.da {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .nitem {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    width: 49%;
  }

  .nitem.nf {
    width: 100%;
  }

  .ncontent {
    width: 73%;
  }

  .half-w {
    width: 100%;
  }

  .slider {
    padding-left: 20px;
  }

  .left-arrow {
    top: -60px;
    right: 80px;
  }

  .right-arrow {
    top: -60px;
    right: 10px;
  }

  .col6, .col5 {
    width: 100%;
  }

  .da-boxs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .da-box {
    justify-content: center;
    align-items: center;
    width: 28%;
  }

  .contact-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon-2 {
    color: var(--white);
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .floating-btn {
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 26px;
  }

  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .brand {
    width: 30%;
    padding-left: 0;
  }

  .nav-link {
    margin-left: 20px;
  }

  .hsub-text {
    font-size: 18px;
    line-height: 32px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .numbers {
    margin-top: 20px;
  }

  .nitem {
    width: 49%;
  }

  .slide {
    width: 280px;
    height: 479px;
    margin-right: 20px;
  }

  .stext {
    font-size: 16px;
    line-height: 28px;
  }

  .col6 {
    width: 100%;
  }

  .da-box {
    width: 46%;
    padding: 20px;
  }

  .form-block {
    padding: 30px;
  }

  .top-footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo {
    width: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
  }

  .footer-trow {
    flex-flow: wrap;
  }

  .divider {
    width: 50%;
    min-height: 1px;
  }

  .floating-btn {
    top: 39%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .brand {
    width: 139px;
  }

  .main {
    margin-top: -65px;
  }

  .hero-form-block {
    padding: 20px;
  }

  .form-title {
    font-size: 18px;
    line-height: 28px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .nitem {
    text-align: center;
    flex-flow: column;
    width: 100%;
  }

  .nitem.nf {
    flex-flow: column;
  }

  .nicon-wrap {
    margin-bottom: 10px;
  }

  .ncontent {
    width: 100%;
  }

  .nc-head {
    justify-content: center;
    align-items: baseline;
  }

  .slide {
    width: 100%;
    margin-right: 0;
  }

  .slider {
    padding-right: 20px;
  }

  .left-arrow {
    width: 40px;
    height: 30px;
    right: 67px;
  }

  .right-arrow {
    width: 40px;
    height: 30px;
    right: 20px;
  }

  .da-box {
    width: 100%;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-row {
    flex-flow: column;
  }

  .field-half {
    width: 100%;
  }

  .menu-button {
    padding: 0;
  }

  .nav-menu {
    background-color: var(--black);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .floating-btn {
    padding: 10px 15px;
    font-size: 16px;
    top: 52%;
    right: -49px;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madetommy';
  src: url('../fonts/MADETOMMY-Bold.woff2') format('woff2'), url('../fonts/MADETOMMY-Bold.eot') format('embedded-opentype'), url('../fonts/MADETOMMY-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madetommy';
  src: url('../fonts/MADETOMMY-Medium.woff2') format('woff2'), url('../fonts/MADETOMMY-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madetommy';
  src: url('../fonts/MADETOMMY.woff2') format('woff2'), url('../fonts/MADETOMMY.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}