:root {
  --orange-red: #f75e08;
  --red: #eb2c2c;
}

.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;
}

a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.navbar {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.body {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  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;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  display: block;
}

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

.heading-2 {
  width: 557px;
  font-size: 24px;
  line-height: 125%;
}

.heading-3 {
  color: #fff;
  text-transform: capitalize;
  width: 557px;
  margin-top: 35px;
  font-size: 24px;
  font-weight: 500;
}

.heading-4 {
  color: #fff;
  width: 740px;
  font-size: 60px;
  line-height: 125%;
}

.button {
  background-color: #f75e08;
  border-radius: 10px;
  margin-top: 90px;
  padding: 35px 50px;
  font-size: 24px;
  font-weight: 600;
}

.image {
  width: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/green-truck-with-white-trailer-road.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 90vh;
  max-height: 100vh;
}

.section.hero {
  margin-top: 0;
}

.container-2 {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-2 {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-2 {
  background-color: #086858;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 600;
}

.nav-link-2 {
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

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

.nav-link-3.w--current {
  color: #e97807;
  padding: 0;
}

.nav-link-4 {
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-4.hover {
  transition: color .2s;
}

.nav-link-4.hover:hover {
  color: #e67300;
}

.nav-link-5 {
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.brand {
  opacity: 1;
  color: #f89393;
  display: block;
}

.brand.w--current {
  height: 100%;
}

.div-block {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.nav-menu.menu {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: 70px;
  display: flex;
}

.heading-5 {
  font-size: 48px;
}

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

.link.link-active {
  opacity: 1;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

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

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

.heading-6.benefits_heading.mb {
  margin-bottom: 20px;
}

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

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

.div-block-5 {
  margin-bottom: 70px;
}

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

.services_items.services_items-displa {
  display: block;
}

.services_items.serv_item-2, .services_items.serv_item-3, .services_items.serv_item-4 {
  display: none;
}

.serv_con-1 {
  display: 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-3 {
  font-size: 24px;
}

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

.div-block-6 {
  grid-row-gap: 15px;
  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: 20px;
  display: flex;
  position: relative;
}

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

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

.text-block-6 {
  color: #76818d;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.heading-8 {
  color: #fff;
}

.text-block-7 {
  opacity: .8;
  color: #fff;
  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 {
  opacity: 1;
  color: #086858;
  border-radius: 10px;
  height: 69px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 500;
}

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

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

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

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

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

.text-field-4 {
  padding-top: 20px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

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

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

.submit-button {
  background-color: #f75e08;
  border-radius: 10px;
  margin-top: 25px;
  padding: 30px 150px;
  font-size: 24px;
  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: 1;
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

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

.text-span, .text-span-2 {
  color: #f75e08;
}

.bold-text {
  display: none;
}

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

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

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

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

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

.tabs__service__content {
  margin-top: 70px;
}

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

.phone {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: color .2s;
  display: block;
}

.phone:hover {
  color: var(--orange-red);
}

.icon__wrap {
  color: #000;
  background-color: #f75e08;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.div-block-11 {
  width: 50%;
}

.text-block-13 {
  opacity: 1;
  height: 100%;
  color: var(--orange-red);
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.flex__block {
  grid-column-gap: 40px;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.img__wrap {
  width: 50%;
  padding-bottom: 30%;
  position: relative;
}

.list-item {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .body {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.main_cont {
    min-height: 70vh;
    max-height: 70vh;
  }

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

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

  .heading-4 {
    width: auto;
  }

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

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

  .nav-link-2 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-3, .nav-link-4.hover {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-5 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-menu.menu {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-2 {
    grid-row-gap: 20px;
    color: #000;
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

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

  .icon {
    color: #fff;
  }

  .div-block-3 {
    display: block;
  }

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

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

  .link.link-active {
    margin-bottom: 20px;
  }

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

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

  .div-block-5 {
    flex-direction: column;
    margin-bottom: 30px;
    display: flex;
  }

  .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: 100%;
    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 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .phone {
    color: #fff;
    text-align: left;
    margin-top: 20px;
  }

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

  .flex__block {
    flex-direction: column;
  }

  .img__wrap {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 70%;
  }

  .list-item {
    color: #444;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
  }

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

  .body {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.main_cont {
    min-height: 50vh;
    max-height: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.nav-cont {
    padding-left: 15px;
    padding-right: 15px;
  }

  .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;
  }

  .image {
    width: 80%;
  }

  .button-2 {
    font-size: 20px;
  }

  .nav-menu.menu {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .link, .link.link-active {
    font-size: 30px;
  }

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

  .text-block.services_card-description {
    opacity: .8;
    color: #fff;
  }

  .services__card {
    color: #fff;
    background-color: #000;
    display: block;
  }

  .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;
  }

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

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

  .div-block-8 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 30px 15px;
  }

  .text-field, .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-image {
    object-fit: contain;
    width: 50%;
  }

  .link-2 {
    opacity: 1;
    color: #000;
    font-size: 30px;
  }

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

  .icon__wrap {
    background-color: var(--orange-red);
  }

  .bold-text-4 {
    color: #fff;
  }

  .text-block-11 {
    color: var(--orange-red);
  }

  .text-block-12 {
    color: #000;
  }

  .div-block-11 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

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

  .img__wrap {
    opacity: 1;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 0;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-3 {
    margin-top: 35px;
    font-size: 16px;
    line-height: 125%;
  }

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

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

  .button-2 {
    margin-bottom: 40px;
  }

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

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

  .link, .link.link-active {
    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;
  }

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

  .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 {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
  }

  .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;
  }

  .link-2 {
    font-size: 28px;
  }
}

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


