:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1160px;
  font-size: 10px;
}

.container.main_cont {
  align-items: center;
  min-height: 90vh;
  max-height: 90vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.container.nav-cont {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 1160px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  width: 557px;
  margin-top: 35px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.heading-4 {
  color: #fff;
  width: 740px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  line-height: 125%;
  position: static;
}

.button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 90px;
  padding: 22px 50px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.button.cta-btn {
  letter-spacing: 3px;
  border: 1px solid #c0c0d3;
}

.section {
  background-image: url('../images/arriving-truck-road-rural-landscape-sunset-1.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 90vh;
  max-height: 100vh;
}

.navbar-2 {
  background-color: #fff;
}

.button-2 {
  color: #081c3a;
  background-color: #fff;
  border: 1px solid #c0c0d3;
  border-radius: 3px;
  padding: 16px 24px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2 {
  color: #081c3a;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-3 {
  font-size: 18px;
  font-weight: 700;
}

.nav-link-3.w--current {
  color: #081c3a;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.nav-link-4 {
  color: #081c3a;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-5 {
  color: #081c3a;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.brand {
  display: block;
}

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

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-menu.menu {
  text-transform: uppercase;
  width: 100%;
  font-family: Exo, sans-serif;
}

.div-block-2 {
  margin-left: 70px;
}

.link {
  opacity: .3;
  color: #333;
  background-color: #0000;
  margin-right: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.link.w--current {
  opacity: 1;
  background-color: #0000;
  margin-right: 0;
  padding: 0;
}

.heading-6 {
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 48px;
}

.heading-6.benefits_heading {
  padding-bottom: 10px;
}

.text-block {
  font-size: 20px;
  font-weight: 700;
}

.text-block.services_card-description {
  opacity: .5;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.services__card {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 20px 34px;
  display: inline-block;
}

.text-block-2 {
  opacity: 1;
  color: #76818d;
  text-transform: capitalize;
  width: 760px;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.grid {
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 700;
  line-height: 125%;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.grid-2 {
  grid-template-rows: auto;
  padding-top: 100px;
  position: relative;
}

.heading-7 {
  font-size: 48px;
  line-height: 125%;
}

.text-block-5 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.div-block-8 {
  z-index: auto;
  background-color: #f7f8fc;
  border-radius: 5px;
  margin-top: 150px;
  margin-bottom: 60px;
  padding: 50px 100px;
  position: relative;
}

.heading-8 {
  color: #081c3a;
}

.text-block-7 {
  opacity: .8;
  color: #081c3a;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.grid-3 {
  z-index: 2;
  grid-column-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  position: relative;
}

.text-field-2 {
  color: #086858;
  border-radius: 5px;
  height: 69px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-size: 19px;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: #b0cdc8;
}

.text-field-3 {
  color: #086858;
  border-radius: 5px;
  height: 69px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-size: 19px;
  font-weight: 500;
}

.text-field-3::placeholder {
  color: #b0cdc8;
}

.textarea {
  color: #086858;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 50px;
  font-size: 19px;
  font-weight: 500;
  position: static;
  overflow: auto;
}

.textarea::placeholder {
  color: #b0cdc8;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 16px 50px;
  font-size: 19px;
  font-weight: 500;
}

.div-block-9 {
  flex-wrap: wrap;
  align-content: space-between;
  display: flex;
}

.image-4 {
  z-index: 1;
  width: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.success-message {
  z-index: 1;
  opacity: 1;
  background-color: #ffcd00;
  border-radius: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.text-block-8 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.div-block-10 {
  opacity: .1;
  color: #000;
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 38px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link {
  opacity: .5;
  color: #444;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.mb-0 {
  margin-bottom: 0;
}

.text-block-9 {
  opacity: .3;
  color: #000;
  text-align: center;
  font-weight: 500;
}

.text-span {
  color: #f75e08;
}

.section-3 {
  display: none;
}

.text-block-10 {
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.bold-text, .bold-text-2 {
  display: none;
}

.text-span-3 {
  color: #ff0004;
}

.bold-text-3 {
  color: #3572ff;
}

.flex__item {
  align-items: center;
  display: flex;
}

.or {
  color: #44444480;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
}

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

.tabs__service__content {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .container.main_cont {
    min-height: 70vh;
    max-height: 70vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.nav-cont {
    min-width: auto;
  }

  .heading-3 {
    width: 450px;
    margin-top: 25px;
  }

  .heading-4 {
    width: auto;
  }

  .section {
    min-height: 70vh;
    max-height: none;
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    margin-top: 28px;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu.menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-2 {
    color: #000;
    background-color: #fff;
    margin-top: 50px;
    margin-left: 0;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: #f75e08;
    border-radius: 10px;
  }

  .icon {
    color: #fff;
  }

  .div-block-3 {
    width: 35%;
    display: block;
  }

  .div-block-4 {
    position: relative;
  }

  .link {
    margin-bottom: 20px;
    line-height: 125%;
  }

  .text-block {
    font-size: 20px;
  }

  .text-block.services_card-description {
    font-size: 16px;
  }

  .services__card {
    margin-bottom: 20px;
    padding: 20px 30px;
  }

  .text-block-2 {
    color: #3339;
    width: 80%;
    font-size: 20px;
    font-weight: 500;
  }

  .grid {
    grid-row-gap: 60px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .div-block-7 {
    margin-top: 80px;
  }

  .grid-2 {
    grid-template-columns: .8fr;
    margin-top: 40px;
    padding-top: 60px;
  }

  .image-3 {
    opacity: .6;
    width: 34%;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 100%;
  }

  .image-4 {
    z-index: 0;
    width: 50%;
  }

  .footer, .section-2, .section-3, .section-4, .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-10 {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container.main_cont {
    min-height: 50vh;
    max-height: none;
  }

  .heading-3 {
    width: auto;
    font-size: 20px;
  }

  .heading-4 {
    width: auto;
    margin-top: 80px;
    font-size: 42px;
  }

  .button {
    margin-top: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }

  .button-2 {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    font-size: 20px;
  }

  .div-block-3 {
    text-align: left;
    width: 100%;
  }

  .div-block-4 {
    min-height: 70vh;
  }

  .link {
    font-size: 30px;
  }

  .heading-6 {
    padding-top: 60px;
    font-size: 42px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .image-2 {
    width: 50%;
  }

  .heading-7 {
    font-size: 42px;
  }

  .text-block-5 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .image-3 {
    z-index: -1;
    opacity: .1;
    width: 100%;
  }

  .text-field-2, .text-field-3, .textarea {
    font-size: 20px;
  }

  .submit-button {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    border-radius: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-logo-link {
    flex: none;
  }

  .footer-image {
    object-fit: contain;
    width: 100%;
  }

  .footer-link.mb-0.ml--5 {
    margin-left: -5px;
  }

  .flex__item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .or {
    display: none;
  }

  .tabs__services-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    margin-top: 35px;
    font-size: 16px;
    line-height: 125%;
  }

  .heading-4 {
    font-size: 40px;
  }

  .button-2 {
    text-align: left;
    margin-bottom: 0;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-4 {
    padding-top: 50px;
  }

  .link {
    font-size: 28px;
  }

  .heading-6 {
    padding-bottom: 25px;
    font-size: 40px;
  }

  .text-block {
    font-size: 18px;
    line-height: 125%;
  }

  .services__card {
    margin-right: 0;
  }

  .text-block-2 {
    width: auto;
    font-size: 16px;
  }

  .grid {
    grid-row-gap: 40px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .div-block-7 {
    margin-top: 30px;
  }

  .image-2 {
    width: 80%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 30px;
  }

  .image-3 {
    display: none;
  }

  .div-block-8 {
    margin-top: 60px;
    padding: 25px 20px;
  }

  .heading-8 {
    font-size: 36px;
  }

  .text-block-7 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .text-field-2, .text-field-3 {
    height: 59px;
    padding-left: 20px;
    font-size: 18px;
  }

  .textarea {
    padding-left: 20px;
    font-size: 18px;
  }

  .submit-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .image-4 {
    opacity: .1;
    width: 100%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .flex__item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .or {
    display: none;
  }
}

#w-node-_2cf19055-c311-d517-344b-253cb6826369-74814797, #w-node-_3360c730-b5d4-b4ef-0559-1465d73ac157-74814797, #w-node-_88db05b2-7d92-183e-49a9-eb5ca4c704ec-74814797, #w-node-_6a5384d0-9cbd-4b92-786d-3ef878a5aabf-74814797, #w-node-_73bc5278-8ab9-4c2d-dfd1-2420ce704179-74814797, #w-node-_4fb1034c-6847-4050-3a82-dd9a7ef5e574-74814797, #w-node-dca6af59-7722-ed09-eac2-8d138be8bf3d-74814797, #w-node-eb0fedd7-016b-fb7d-211f-635d57f3c19d-74814797, #w-node-de1f1fd9-8667-9a9d-9085-b715af46a330-74814797, #w-node-_0798319b-ee5e-529e-73eb-b79ca02e86dc-74814797, #w-node-_77717db7-80be-4086-2f50-2fe0f2f4bcf8-74814797, #field.w-node-_257ee38d-126c-3869-27e7-47106770e5a2-74814797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


