:root {
  --white: #fffefe;
  --black-2: #010524;
  --mute-white: #f7f7f7;
  --mute-black: #333;
  --brand-orange: orange;
  --black: #00000080;
  --grey: #c7c3c3;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

li {
  color: var(--white);
}

.home-ruc-4-banner-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.red-h1-title {
  color: #ff2a0e;
}

.image-brand {
  filter: none;
  color: var(--mute-white);
  height: 25px;
}

.main-title-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 35px;
  display: flex;
  position: relative;
}

.home-1-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.text-content-right-home-1 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.brand-block-image {
  width: auto;
}

.home-4-description {
  color: #fff;
  font-size: 19px;
}

.secondary-red-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #ff2a0e;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.secondary-red-button:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.secondary-red-button.full-buttom-home-4 {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
  border-radius: 10px;
  text-decoration: none;
}

.secondary-red-button.full-buttom-home-4:hover {
  color: #fff;
  background-color: #ff2a0e;
  border-color: #ff2a0e;
}

.bottom-block-home-1 {
  grid-row-gap: 35px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
}

.vertical-inscription-home-4 {
  color: #ff2a0e;
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  place-content: stretch center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  display: flex;
}

.home-4-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-block-left-home-1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/business-1_1business (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.primary-red-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff2a0e;
  border: 1px solid #ff2a0e;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button.full-button-with-white-text {
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  text-decoration: none;
}

.primary-red-button.full-button-with-white-text:hover {
  color: #010524;
}

.primary-red-button.full-submit-width {
  width: 100%;
  height: 58px;
}

.primary-red-button.full-submit-width:hover {
  color: #fff;
  background-color: #010524;
  border-color: #010524;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-ruc-4-description {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.button-block-right {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-text {
  padding-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.dropdown-list {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #00000014;
}

.dropdown-list.w--open {
  width: auto;
  padding: 20px 10px;
  display: none;
}

.nav-link {
  color: var(--mute-black);
  letter-spacing: 1.24px;
  text-transform: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .25s;
  display: flex;
}

.nav-link:hover {
  opacity: .65;
}

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

.navbar {
  z-index: 9999;
  color: #0000;
  background-color: #0000;
  background-image: linear-gradient(#00000045, #00000045);
  border-bottom: 1px solid #fff3;
  width: 100%;
  min-height: 88px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 7px 7px 20px #0000000a;
}

.container {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  min-height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dropdown-link {
  border: 1px solid var(--mute-white);
  color: var(--mute-white);
  border-radius: 11px;
  width: 250px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  line-height: 1.7;
}

.dropdown-link:hover {
  background-color: var(--mute-black);
  color: var(--brand-orange);
}

.dropdown-link.w--current {
  opacity: .6;
  color: var(--mute-white);
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 27px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: static;
}

.navigation-logo-image-2 {
  opacity: 0;
  min-width: 100px;
  max-height: 50px;
  display: inline-block;
  position: absolute;
}

.dropdown-2.nav-link {
  justify-content: center;
  height: 60px;
  padding-top: 30px;
  display: flex;
}

.dropdown-2.nav-link.w--current {
  color: #131c21;
}

.dropdown-2.nav-link.news-link {
  padding-top: 35px;
}

.button {
  border: 1px solid var(--white);
  cursor: pointer;
  background-color: #0000;
  border-radius: 10px;
  min-width: 155px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .25s;
}

.button:hover {
  opacity: 1;
  background-color: #dc0d06;
}

.navigation-logo-image-1 {
  opacity: 1;
  max-height: 50px;
  position: absolute;
}

.brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: 100%;
  max-height: 50px;
  display: flex;
}

.icon-5 {
  color: var(--white);
  flex: 0 auto;
  margin-left: 5px;
  margin-right: 0;
  font-size: 11px;
  position: static;
}

.nav-text-block {
  color: var(--white);
  font-family: Merriweather, serif;
}

.top-baneer-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 235px;
  padding-bottom: 230px;
  display: flex;
}

.top-banner-title-heading {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 60px;
  line-height: 1.2;
}

.hightlight-dot-title {
  color: #ff5a5a;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  display: none;
}

.top-banner-title-text {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.button-4 {
  color: #fff;
  text-align: left;
  background-color: #ff3f39;
  padding: 20px 35px;
  font-size: 14px;
  line-height: 1.15;
  transition: background-color .3s;
}

.button-4:hover {
  background-color: #dc0d06;
}

.bold-text-26 {
  color: #1b1e23;
  letter-spacing: .3px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.bold-text-26:hover {
  color: #ff3f39;
}

.bold-text-26.white-text {
  color: #fff;
}

.link-14 {
  font-weight: 500;
  text-decoration: none;
}

.email-text {
  padding-right: 5px;
  font-weight: 500;
}

.email-text.white-text {
  color: #fff;
}

.home-2-top-banner {
  background-image: linear-gradient(#00000073, #00000073), url('../images/AdobeStock_375882322-min.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.phone-text {
  color: #000;
  padding-right: 5px;
  font-weight: 500;
}

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

.navbar-2.home-2-navigation {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
}

.home-2-under-navigation {
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-27 {
  font-weight: 400;
}

.under-navigation-phone {
  padding-right: 20px;
  font-size: 15px;
}

.under-navigation-email {
  color: #1b1e23;
  font-size: 15px;
}

.under-navigation-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.phone-email {
  display: flex;
}

.top-baneer-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 183px;
  padding-bottom: 92px;
  display: flex;
}

.under-navigation-social-link {
  color: #000;
  padding-right: 20px;
  font-size: 12px;
  text-decoration: none;
}

.under-navigation-social-link.white-text {
  color: #fff;
}

.icon-6 {
  flex: 0 auto;
  margin-left: 5px;
  margin-right: 0;
  font-size: 11px;
  position: static;
}

.button-block-right-2 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.list {
  padding-top: 0;
  padding-left: 101px;
}

.list-item {
  text-align: left;
  padding-top: 9px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.provide-content-container {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1330px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.provide-item {
  width: 33.333%;
  margin-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.provide-item-image-container {
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  max-width: 116px;
  display: flex;
}

.provide-item-image {
  object-fit: contain;
  height: 75px;
}

.provide-item-text-info {
  width: 65%;
  padding-left: 20px;
}

.prvide-item-title-heading {
  color: #131c21;
  text-align: left;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.2;
}

.hightlight-dot-title-2 {
  color: #ff5a5a;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.provide-item-info-description {
  color: #131c2199;
  font-size: 15px;
  line-height: 1.7;
}

.home-delivery-title {
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  max-width: 100%;
  line-height: 1.2em;
  display: block;
}

.home-4-logistics-features-blocks {
  z-index: 100;
  margin-top: 0;
  margin-bottom: -88px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.feature-block-item-container {
  z-index: 100;
  align-items: flex-start;
  width: 33%;
  margin-right: 5px;
  display: flex;
  position: relative;
  top: -100px;
}

.feature-block-item-container.item-1 {
  color: var(--mute-black);
  background-image: url('../images/13.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
}

.feature-block-item-container.item-2 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-block-item-container.item-3 {
  background-image: url('../images/AdobeStock_299816965-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-container-background {
  color: var(--mute-black);
  background-color: #1d1302d6;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 62px 30px;
  transition: background-color .3s;
  display: flex;
}

.item-container-background:hover {
  background-color: var(--black);
}

.feature-block-icon {
  width: 60px;
  height: 59px;
  margin-right: 20px;
}

.feature-block-heading {
  color: #fff;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 1.2;
}

.feature-block-heading.a {
  font-size: 22px;
}

.list-item-2 {
  color: var(--black);
  padding-top: 4px;
  font-family: Merriweather, serif;
}

.list-item-3, .list-item-4 {
  color: var(--black);
}

.list-2 {
  color: var(--black);
  padding-left: 12px;
}

.section {
  background-color: #0000000d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.base-container-2 {
  flex-direction: column;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-2.row-container {
  flex-direction: row;
  padding-left: 30px;
  padding-right: 30px;
}

.services-image {
  max-width: 100%;
  height: 100%;
  max-height: 346px;
  margin-right: 40px;
}

.mission-info-mission-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 15px;
  display: flex;
}

.why-moovit-heading {
  margin-top: 0;
  font-family: Merriweather, serif;
}

.text-span-20 {
  color: var(--brand-orange);
}

.mision-our-mission-description {
  color: var(--black-2);
  text-align: left;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.7;
}

.provide-title {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.get-quote-text-3 {
  color: #767c80;
  margin-top: 0;
  padding: 10px;
  font-size: 15px;
  line-height: 1.7;
}

.transport-text {
  color: #131c2199;
  text-align: center;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.7;
}

.title-background {
  background-color: #ff3f39;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 0;
  display: flex;
  transform: skew(-15deg);
}

.title-background.services-subtitle {
  background-color: var(--brand-orange);
  justify-content: center;
  width: 147px;
  height: auto;
  margin-bottom: 15px;
  padding-top: 0;
}

.section-2 {
  padding-top: 130px;
  padding-bottom: 130px;
  display: none;
}

.section-2.home-logistic-section {
  padding-top: 0;
  padding-bottom: 0;
}

.feature-block-container {
  position: relative;
}

.services-background {
  z-index: 0;
  object-fit: fill;
  background-image: repeating-linear-gradient(-45deg, #ff3f39 99.3%, #fff);
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  inset: auto 0 0 auto;
  overflow: visible;
}

.subtitle {
  text-align: center;
  background-color: #ff3f39;
  width: 130px;
  font-size: 15px;
}

.subtitle.services-title {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  display: flex;
  transform: skew(15deg);
}

.transport-images {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -30px;
}

.home-delivery-title-2 {
  color: #131c21;
  text-align: center;
  max-width: 760px;
  font-family: Merriweather, serif;
  line-height: 1.2em;
}

.home-container {
  border: 1px #000;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-container.wrapper-container {
  padding-bottom: 0;
}

.home-container.row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-container.row.middle-section {
  margin-top: 70px;
  margin-bottom: 80px;
}

.home-container.row.row-reverse {
  padding-top: 0;
}

.text-span {
  padding-left: 20px;
  font-size: 14px;
  display: none;
}

.services-item {
  z-index: 1;
  background-color: #fff;
  border: 1px #ff3f39;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 0 44px 40px;
  transition: border-color .2s, transform .2s linear;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  overflow: visible;
  box-shadow: 0 0 50px 7px #2c2d2e0f;
}

.services-item:hover {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 8px solid #ff3f39;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  transform: translate(-20px, -20px);
  box-shadow: 0 0 50px 7px #2c2d2e0f;
}

.get-quote-link-3 {
  color: var(--brand-orange);
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.get-quote-link-3:hover {
  color: var(--brand-orange);
  text-decoration: underline;
}

.get-quote-link-3.cell-tower {
  display: none;
}

.trasport-title {
  color: #131c21;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 1.2;
}

.home-feature-block-item {
  width: 33.333%;
  height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-feature-block-item.feature-block {
  height: 100%;
}

.video-play-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
}

.mission-info-drive-video {
  background-image: url('../images/pallet_rack.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 50%;
  min-height: 327px;
  margin-left: 40px;
  margin-right: 15px;
  display: flex;
}

.drive-link {
  color: #ff3f39;
  letter-spacing: 1.28px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.15;
  text-decoration: none;
}

.drive-link:hover {
  opacity: .7;
}

.mision-our-mission-description-2 {
  color: #131c2199;
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
}

.mision-our-mission-description-2.driver-description {
  text-align: right;
  text-align: right;
  background-color: #0000;
  font-family: Merriweather, serif;
}

.media-link-button {
  position: relative;
}

.arrow-icon {
  padding-right: 10px;
}

.play-button-icon {
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  padding: 30px;
  transition: border-width .2s linear, border-color .3s;
}

.mossion-info-drive-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 15px;
  padding-right: 40px;
  display: flex;
}

.mission-info-drive {
  background-image: linear-gradient(#0000, #0000);
  margin-top: 0;
  display: none;
}

.vertical-inscription {
  color: #ff2a0e;
  text-align: center;
  width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 10px;
  transform: rotate(-90deg);
}

.vertical-inscription.secondary-sections {
  left: 0;
}

.big-form-block {
  margin-bottom: 0;
}

.home-contacts-form-wrap-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.home-23-contacts-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-adress-2 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.home-contacts-2 {
  width: 50%;
  padding-right: 40px;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contacts-icon {
  color: #ff2a0e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.contacts-address {
  color: #010524;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2em;
}

.base-container-8 {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.contacts-link {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.contacts-input-ruc {
  color: #010524;
  background-color: #fff;
  border: 1px solid #ff2a0e;
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input-ruc:focus {
  border: 1px solid #000;
}

.contacts-input-ruc::placeholder {
  color: #717171;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-textarea-ruc {
  color: #010524;
  background-color: #fff;
  border: 1px solid #ff2a0e;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 16px 18px;
}

.contacts-textarea-ruc:focus {
  border: 1px solid #000;
}

.contacts-textarea-ruc::placeholder {
  color: #717171;
}

.contacts-adress-wrap-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.red-h2-text {
  color: #ff2a0e;
}

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

.flex-horizontal-center.wrap-mobile {
  justify-content: space-between;
}

.bold-text-9 {
  color: #131c21;
  font-size: 15px;
}

.submit-button {
  display: inline-block;
}

.submit-button.button {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.submit-button.button.sssubmit.form {
  background-color: var(--brand-orange);
  margin-top: 49px;
}

.submit-button.button.sssubmit.form:hover {
  border-color: var(--black-2);
  background-color: var(--white);
  color: var(--black-2);
}

.contact-info-title {
  color: #131c21;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
}

.contact-us-form-sect-container {
  background-color: #f3f5f6;
  position: relative;
}

.we-care-text {
  color: #131c21de;
  text-align: left;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}

.contact-info {
  width: 50%;
  padding: 40px 15px 40px 60px;
  font-family: Merriweather, serif;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 57px 57px 57px 57px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 57px;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  font-family: Merriweather, serif;
  display: grid;
}

.location-text {
  color: #131c2199;
  align-items: center;
  padding: 0;
  font-size: 15px;
  display: flex;
}

.contact-info-link {
  color: #131c2199;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.contact-info-link:hover {
  color: #ff3f39;
}

.base-form-field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  height: 57px;
  margin-bottom: 0;
}

.form-contact-info-title {
  color: #131c21;
  font-size: 25px;
}

.icont {
  background-color: var(--brand-orange);
  color: #fff;
  background-image: url('../images/1_2.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  font-size: 13px;
  line-height: 1;
  display: flex;
}

.textarea-element {
  background-color: #f3f5f6;
  border: 1px #000;
  height: 200px;
  min-height: 200px;
  margin-bottom: 29px;
  position: static;
}

.teaxtarea {
  z-index: 10;
  position: relative;
}

.contact-info-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.contact-us-form {
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.get-in-touch {
  color: #000;
}

.contact-form {
  width: 50%;
  max-width: 780px;
  padding: 40px 35px;
  box-shadow: 0 0 50px 14px #0000000a;
}

.input-container {
  background-color: #f3f5f6;
}

.form-title {
  color: #131c21;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 35px;
  line-height: 1.2;
}

.footer-social-link {
  color: #fff;
  background-color: #0000;
  margin-right: 15px;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.footer-social-link:hover {
  color: #a1a4a6;
}

.white-text-align-left {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 24px;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Merriweather, serif;
  display: flex;
}

.footer-logo-image {
  width: 55px;
  height: 45px;
}

.footer-item-container {
  width: 18%;
}

.footer-item-container.item-logo {
  width: 34%;
  padding-right: 20px;
}

.address {
  color: #9fa3a5;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.footer {
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-lists-title {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.powered-webflow {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.footer-links {
  opacity: .6;
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.footer-links:hover {
  opacity: 1;
  color: #fff;
}

.questions-group {
  border-bottom: 2px solid #dff6ff;
  padding-top: 24px;
}

.questions-trigger {
  grid-column-gap: 16px;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.questions-holder {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
}

.questions-hidden-content {
  overflow: hidden;
}

.questions-answer-rich {
  padding-left: 40px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
}

.h2-48-inter.no-margin {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
}

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

.questions-arrow {
  object-fit: contain;
  width: 24px;
  height: 24px;
  padding: 6px;
}

.block {
  z-index: 1;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.pricing-plan-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 16px;
}

.text-block {
  color: var(--black-2);
  font-family: Merriweather, serif;
  text-decoration: none;
}

.heading {
  font-family: Merriweather, serif;
}

.left-arrow-7 {
  display: none;
}

.home-4-top-banner-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.background-image-container {
  height: 100%;
}

.content-buttons {
  color: #131c21;
  margin-top: 40px;
}

.content-buttons.services-button {
  margin-top: 0;
  padding-top: 15px;
  padding-left: 111px;
  display: block;
}

.right-arrow-7 {
  display: none;
}

.home-4-top-banner-heading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 1.2;
}

.top-banner-slider-title {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  padding-left: 140px;
}

.home-4-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-4-top-banner {
  width: 100%;
  height: 14%;
  margin-top: -99px;
  margin-bottom: -60px;
  display: block;
  position: relative;
}

.top-banner-background-image {
  display: flex;
  position: absolute;
  inset: 0 auto;
}

.home-4-top-banner-container {
  z-index: 10;
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-4-top-banner-container.cities {
  margin-top: 0;
  font-family: Merriweather, serif;
}

.mask-6 {
  width: 100%;
  height: 100%;
}

.banner-first-button {
  background-color: var(--brand-orange);
  text-align: center;
  letter-spacing: 1px;
  object-fit: fill;
  border-radius: 10px;
  margin-top: 0;
  padding: 15px 25px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .25s;
  overflow: visible;
}

.banner-first-button:hover {
  background-color: var(--mute-black);
  opacity: 1;
}

.banner-first-button.light-button {
  color: #131c21;
  background-color: #fafafa;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 0;
  font-weight: 700;
  transition-duration: .3s;
}

.banner-first-button.light-button:hover {
  background-color: var(--brand-orange);
  color: #fff;
}

.top-banner-filter-background {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: padding-box;
  position: relative;
  inset: 0;
}

.slide-nav-8 {
  display: none;
}

.list-items {
  color: var(--white);
  flex-direction: column;
  padding-left: 1px;
  list-style-type: disc;
  display: flex;
}

.list-11 {
  flex-direction: row;
  padding-left: 82px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  display: flex;
}

.our-world-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-12 {
  margin-bottom: 0;
}

.section-4 {
  padding: 104px 50px;
  position: relative;
}

.section-4.s-our-world {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-4.s-table {
  color: #fff;
  background-color: #141414;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
}

.our-world-flex-image {
  width: 627px;
  max-width: 46vw;
}

.block-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.our-world-flex-spacer {
  flex: 0 auto;
  align-self: stretch;
  min-width: 70px;
}

.smallhead {
  color: var(--black-2);
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: normal;
  font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 1.75;
}

.p-15 {
  color: #595959;
  margin-bottom: 15px;
  padding-top: 10px;
}

.checklist-rich-text {
  color: #595959;
  font-style: italic;
}

.section-line {
  background-color: #c71e24;
  width: 240px;
  height: 2px;
  margin-bottom: 16px;
  margin-right: auto;
}

.section-line.no-margin {
  background-color: var(--brand-orange);
  margin-bottom: 0;
}

.scroll-anchor {
  width: 20px;
  height: 100%;
  position: absolute;
  inset: -70px auto auto 0%;
}

.our-world-text-column {
  flex: none;
  width: 520px;
  max-width: 39vw;
}

.list-item-5 {
  color: var(--black-2);
  background-image: url('../images/check-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 30px;
}

.h3-60 {
  font-size: 40px;
}

.lists-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 82%;
  padding-top: 20px;
  font-family: Merriweather, serif;
  display: flex;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 3%;
  font-family: Merriweather, serif;
  display: flex;
  overflow: hidden;
}

.title-block {
  color: #7a8094;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  position: absolute;
}

.testimonial-card {
  height: 100%;
}

.mask {
  overflow: visible;
}

.text-span-21 {
  color: var(--brand-orange);
}

.content-h2 {
  color: #151c34;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.curve-rough {
  object-fit: cover;
  width: 110%;
  position: absolute;
  inset: auto 0% -2%;
}

.left-arrow {
  background-color: var(--brand-orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  top: 17px;
  left: -17px;
}

.column-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.right-arrow {
  background-color: var(--brand-orange);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  top: 17px;
  right: -17px;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 490px;
  height: 100%;
}

.logo {
  margin-right: 35px;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-fixed-height {
  min-height: 100px;
}

.logo-column {
  width: 66%;
  padding-right: 35px;
}

.quote-h4 {
  color: #151c34;
  font-size: 17px;
  font-weight: 500;
}

.column-wrap {
  display: flex;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.logo-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-job {
  color: #151c3480;
}

.play-icon {
  width: 60px;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  display: none;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.content-block {
  padding: 20px 35px 40px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.post-title-link {
  color: #131c21;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.post-title-link:hover {
  color: #ff3f39;
}

.right-arrow-2 {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-left: 60px;
  inset: auto auto 0% 0%;
}

.slide-item-info {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 20px 20px 60px;
  display: flex;
}

.cpt-author {
  flex-direction: row;
  display: flex;
}

.home-2-slider-background {
  z-index: -1;
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
  max-height: 570px;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-link-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-author-icon {
  background-image: url('../images/ayo-ogunseinde-6W4F62sN_yI-unsplash-1-1-1-100x100_1ayo-ogunseinde-6W4F62sN_yI-unsplash-1-1-1-100x100.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.left-arrow-slider {
  color: #161616;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 20px 10px;
  font-size: 18px;
  transition: color .4s, background-color .4s;
  display: flex;
}

.left-arrow-slider:hover {
  color: #fff;
  background-color: #ff3f39;
}

.home-slider-item {
  background-color: #0000;
  margin-right: 30px;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.slider-right-arrow {
  background-color: #ff3f39;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  transition: color .4s, background-color .425s;
  display: flex;
}

.slider-right-arrow:hover {
  color: #000;
  background-color: #fff;
}

.home-2-slider-container {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1720px;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: visible;
}

.post-author-name {
  color: #131c21;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.slide-item {
  background-color: #0000;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.mask-7 {
  width: 48%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  overflow: visible;
}

.slide-item-container {
  background-color: #fff;
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  box-shadow: 4px 4px 50px #0000000d;
}

.slide-item-container.slide-container {
  background-color: #fff;
  flex-direction: column;
  max-height: 100%;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  box-shadow: 7px 7px 50px #00000014;
}

.link-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 40%;
}

.link-image.post-link-image-3 {
  background-image: url('../images/julian-schultz-AXu13cY0TO8-unsplash-384x397.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-image.post-link-image-1 {
  background-image: url('../images/9-768x512.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.link-image.post-link-image-4 {
  background-image: url('../images/claudio-schwarz-purzlbaum-V0b3zu94MPw-unsplash-scaled-338x600.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-image.post-link-image-2 {
  background-image: url('../images/ruchindra-gunasekara-GK8x_XCcDZg-unsplash-scaled-384x512.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-2-slider {
  background-color: #0000;
  place-content: stretch flex-start;
  width: 100%;
  max-width: 1260px;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.paragraph {
  color: #131c2199;
  text-align: left;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
  overflow: visible;
}

.paragraph.slide-item-info-description {
  margin-top: 20px;
}

.left-arrow-2 {
  background-color: #0000;
  width: 60px;
  height: 60px;
  inset: auto auto 0% 0%;
}

.certification-item-container {
  width: 33.33%;
  padding: 15px;
}

.certifications {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-post-link {
  text-decoration: none;
}

.title-post-link:hover {
  color: #ff3f39;
}

.certification-info {
  padding: 30px 20px 20px;
}

.certification-item {
  height: 100%;
  box-shadow: 7px 7px 50px #0000001a;
}

.certification-section {
  margin-top: 40px;
  margin-bottom: 25px;
  display: none;
}

.hover-line {
  background-color: var(--brand-orange);
  width: 0%;
  height: 4px;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-menu {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.banner-bottom-menu {
  z-index: 1000;
  border-top: 1px solid #ffffff26;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -80px;
  display: flex;
  position: static;
  inset: 88px auto auto;
  box-shadow: 7px 7px 50px #00000014;
}

.bottom-menu-link-container-2 {
  margin-left: 23px;
  margin-right: 23px;
  position: relative;
  overflow: hidden;
}

.buttom-menu-link {
  color: var(--mute-white);
  letter-spacing: 1px;
  align-items: center;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 16px 25px 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.buttom-menu-link:hover {
  box-shadow: 0 0 13px 0 var(--brand-orange);
  color: var(--brand-orange);
}

.buttom-menu-link.w--current {
  border-top: 4px solid var(--brand-orange);
  color: var(--brand-orange);
  border-radius: 0;
}

.buttom-menu-link.w--current:hover {
  box-shadow: 0 0 13px 0 var(--brand-orange);
}

.bottom-menu-links-2 {
  font-weight: 500;
  line-height: 1.2;
}

.services-top-banner-container {
  background-color: #000c;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_299816965-min.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  font-family: Merriweather, serif;
  display: flex;
}

.services-top-banner-container.aboutcontact {
  padding-top: 105px;
  padding-bottom: 50px;
}

.services-top-banner-container.hvac {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: flex;
}

.services-top-banner-container.container-lifts {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0791.JPEG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.services-top-banner-container.truss-lift {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/12.png');
  background-position: 0 0, 0 -100px;
  background-size: auto, cover;
}

.services-top-banner-container.steel-erectors {
  background-image: linear-gradient(#0009, #0009), url('../images/AdobeStock_299816965-min.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.services-top-banner-container.towing {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/AdobeStock_227369703-min.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.services-top-banner-container.boom-truck {
  background-image: linear-gradient(#3333337d, #3333337d), url('../images/5.jpeg');
  padding-top: 59px;
  padding-bottom: 60px;
}

.white-text {
  color: var(--brand-orange);
  text-align: center;
}

.services-title-text {
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56em;
  display: block;
}

.services-title-text.benfit {
  color: var(--white);
  max-width: 1000px;
  font-size: 22px;
  font-weight: 700;
}

.mission-info-goal {
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.hightlight-dot-title-3 {
  color: #ff5a5a;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.mission-goal-content-title {
  width: 100%;
  margin-top: 0;
}

.mission-goal-content {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding-left: 40px;
  padding-right: 15px;
  display: flex;
}

.our-mission-image {
  width: 50%;
  max-width: 100%;
  max-height: 325px;
  padding-left: 15px;
  padding-right: 40px;
}

.mission-info-section {
  max-width: 1230px;
  margin: 50px auto 25px;
  padding-bottom: 0;
}

.mission-info-mission {
  align-items: flex-start;
  display: flex;
}

.sign-image {
  width: 100%;
  max-width: 170px;
  height: auto;
  position: static;
  top: 10px;
}

.mission-info-drive-2 {
  margin-top: 100px;
  display: flex;
}

.list-13 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-toggle-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 40px;
  display: flex;
}

.dropdown-toggle-2.w--open {
  height: 100px;
}

.additional-info-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.accordion-item-content-text {
  color: #6c7275;
  margin-bottom: 0;
  padding: 10px 40px 40px;
  font-size: 15px;
  line-height: 1.7;
}

.accordion-item-heading {
  color: #181a20;
  letter-spacing: -.16px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.dropdown-list-3 {
  background-color: #0000;
  display: block;
  position: static;
}

.dropdown-list-3.w--open {
  padding-top: 0;
  position: static;
}

.list-accordion {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.title-headind {
  color: #131c21;
  text-align: center;
  flex: 0 auto;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 1.2;
}

.accordion-item-2 {
  background-color: #f2f3f4;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.title-info-text {
  color: #1b1e23b3;
  text-align: center;
  max-width: 785px;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.67em;
}

.title-info-text.services-info-text {
  margin-bottom: 0;
}

.button-text-2 {
  padding-bottom: 5px;
  font-weight: 400;
  transition: opacity .3s;
  display: flex;
}

.dropdown-list-4 {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #00000014;
}

.dropdown-list-4.w--open {
  background-color: var(--mute-black);
  border-radius: 0;
  width: auto;
  padding: 5px 1px 0;
}

.navbar-3 {
  z-index: 9999;
  color: #0000;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  width: 100%;
  min-height: 88px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 7px 7px 20px #0000000a;
}

.container-4 {
  z-index: auto;
  clear: none;
  object-fit: fill;
  background-color: #fffefe;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  min-height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.button-5 {
  cursor: pointer;
  background-color: #ff3f39;
  min-width: 155px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 32px;
  font-weight: 400;
  line-height: 1.15;
  transition: background-color .25s;
}

.button-5:hover {
  opacity: 1;
  background-color: #dc0d06;
}

.button-5.menu-button {
  border: 1px solid var(--mute-black);
  color: var(--mute-black);
  background-color: #0000;
  border-radius: 11px;
  padding: 15px 25px;
}

.menu-link {
  color: var(--mute-black);
  letter-spacing: 1.24px;
  margin-left: 12px;
  padding-left: 0;
  padding-right: 12px;
  font-family: Merriweather, serif;
  font-size: 12px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--mute-black);
  font-size: 12px;
  font-weight: 400;
}

.recaptcha {
  margin-top: 11px;
}

.table-section-flex-spacer {
  min-width: 6vw;
}

.table-row {
  color: #141414;
  background-color: #fafafa;
  border-bottom: 1px solid #141414;
  align-items: stretch;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
}

.all-in-one-facts-icon {
  flex: none;
  width: 42px;
  margin-right: 25px;
}

.all-in-one-facts-spacer {
  height: 56px;
}

.all-in-one-facts-holder {
  padding-top: 64px;
}

.table-text-column {
  width: 530px;
  max-width: 44vw;
  padding-top: 66px;
}

.smallhead-2 {
  color: var(--brand-orange);
  text-align: left;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.75;
}

.all-in-one-facts-row {
  align-items: flex-start;
  display: flex;
}

.p-15-all-in-one {
  color: #a1a1a1;
}

.table-holder {
  flex: 1;
}

.table-check {
  width: 38px;
}

.h3-24 {
  margin-bottom: 8px;
  font-size: 24px;
}

.table-section-flex {
  justify-content: space-between;
  display: flex;
}

.table-cell {
  border-left: 1px solid #141414;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 42px 12px;
  display: flex;
}

.table-cell.first {
  border-left-style: none;
  flex: 1;
  justify-content: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-family: Merriweather, serif;
}

.table-cell.header {
  padding-top: 7px;
  padding-bottom: 7px;
}

.table-row-header {
  color: #fff;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.text-span-22 {
  color: #ff5a5a;
}

.text-span-23 {
  color: var(--brand-orange);
  font-size: 24px;
}

.text-span-24, .text-span-25, .text-span-26 {
  color: var(--brand-orange);
}

.image {
  max-width: 50%;
}

.text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33 {
  color: var(--brand-orange);
}

.text-block-3 {
  font-size: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-span-34 {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.text-span-35 {
  color: var(--brand-orange);
}

@media screen and (min-width: 1280px) {
  li {
    color: var(--white);
  }

  .home-ruc-4-banner-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .home-1-title {
    font-size: 55px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 70px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 75%;
    margin-right: 0;
    padding-right: 0;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .secondary-red-button.full-buttom-home-4 {
    border-radius: 10px;
  }

  .brand-block {
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 33px;
  }

  .banner-block-left-home-1 {
    background-image: linear-gradient(#0000003b, #0000003b), url('../images/AdobeStock_375882322-min.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 43.7%;
    min-height: 95vh;
    max-height: none;
  }

  .primary-red-button.full-button-with-white-text {
    border-radius: 10px;
  }

  .button-block-right {
    text-align: left;
    justify-content: space-between;
  }

  .nav-link {
    flex: 0 auto;
  }

  .nav-menu {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 10%;
    display: flex;
  }

  .button {
    border-radius: 10px;
  }

  .brand {
    flex: 0 auto;
    width: auto;
  }

  .hightlight-dot-title {
    display: none;
  }

  .top-banner-title-text {
    color: var(--white);
    margin-bottom: 0;
  }

  .home-2-top-banner {
    background-image: linear-gradient(#00000073, #00000073), url('../images/AdobeStock_375882322-min.jpeg');
    background-position: 0 0, 0 -75px;
    background-size: auto, cover;
  }

  .top-baneer-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 175px;
    padding-bottom: 100px;
    display: flex;
  }

  .button-block-right-2 {
    justify-content: center;
  }

  .container-2 {
    padding-top: 0;
  }

  .list {
    color: var(--white);
    padding-top: 15px;
    padding-left: 178px;
    list-style-type: disc;
  }

  .provide-content-container {
    font-size: 16px;
  }

  .hightlight-dot-title-2 {
    color: #ff5a5a;
  }

  .item-container-background {
    padding-left: 52px;
    padding-right: 52px;
  }

  .text-span {
    display: none;
  }

  .get-quote-link-3 {
    text-align: left;
    padding: 0;
    font-family: Merriweather, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
    text-decoration: underline;
  }

  .section-3 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .submit-button.button.sssubmit {
    background-color: var(--black-2);
  }

  .content-buttons.services-button {
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .home-4-top-banner-container {
    justify-content: flex-start;
  }

  .banner-first-button.light-button.case-study-button {
    background-color: var(--black-2);
    color: var(--white);
    margin-left: 75px;
    margin-right: 20px;
    padding-left: 35px;
  }

  .home-2-slider-container {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .mask-7 {
    width: 31.75%;
  }

  .home-2-slider {
    padding-bottom: 0;
    padding-left: 24px;
  }

  .certification-section {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .banner-bottom-menu {
    font-family: Merriweather, serif;
  }

  .buttom-menu-link {
    padding-left: 10px;
    padding-right: 15px;
  }

  .buttom-menu-link:hover {
    color: var(--grey);
    background-color: #0000;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0 13px #ff5a5a;
  }

  .services-top-banner-container {
    background-image: linear-gradient(#000000b5, #000000b5), url('../images/AdobeStock_299816965-min.jpeg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .white-text, .services-title-text {
    font-family: Merriweather, serif;
  }
}

@media screen and (min-width: 1440px) {
  .banner-block-left-home-1 {
    width: 44.5%;
  }

  .nav-menu {
    padding-left: 20%;
  }

  .brand {
    flex: 0 auto;
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .home-ruc-4-banner-section {
    background-size: auto 500px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 160px;
  }

  .banner-block-left-home-1 {
    width: 45.8%;
  }

  .nav-menu {
    justify-content: space-between;
    padding-left: 35%;
  }

  .brand {
    flex: 0 auto;
    width: auto;
  }

  .video-play-button {
    width: 100px;
    height: 100px;
  }

  .play-button-icon {
    padding-left: 30px;
    padding-right: 30px;
    transition: border-width .2s, border-color .3s;
  }

  .base-container-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .main-title-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .main-title-wrapper.home-4-wrap {
    text-align: center;
    align-items: center;
  }

  .text-content-right-home-1 {
    z-index: 100;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-right: 0;
    position: relative;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .bottom-block-home-1 {
    text-align: center;
    align-items: center;
  }

  .vertical-inscription-home-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: rotate(0);
  }

  .brand-block {
    justify-content: center;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
  }

  .banner-block-left-home-1 {
    background-image: linear-gradient(to top, #0b0d29, #0000), linear-gradient(#060b3d80, #060b3d80), url('../images/business-1_1business (1).webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    width: 100%;
    height: 100vh;
    max-height: 100%;
  }

  .base-container.relative {
    z-index: 100;
    position: relative;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 80%;
  }

  .button-block-right {
    justify-content: center;
  }

  .dropdown {
    transition: height .4s;
  }

  .dropdown-list {
    border-style: none;
    display: block;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    padding: 0;
  }

  .nav-link {
    color: #131c21;
    text-align: left;
    border-bottom: 1px solid #00000014;
    flex: 0 auto;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link.w--open {
    width: auto;
  }

  .navbar {
    position: absolute;
  }

  .container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .dropdown-link {
    border-bottom: 1px solid #00000014;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .nav-menu {
    z-index: 100;
    background-color: #fff;
    width: 320px;
    min-width: 100%;
    height: auto;
    padding-left: 0;
    position: absolute;
  }

  .nav-menu.home-2-menu {
    min-width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 0;
    top: 0;
    bottom: auto;
  }

  .navigation-logo-image-2 {
    display: block;
  }

  .menu-button {
    flex: 0 auto;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.white-menu-button {
    color: #fff;
  }

  .icon-4 {
    color: #fff;
    display: inline-block;
  }

  .icon-4.white-text {
    color: #fff;
  }

  .dropdown-2.nav-link.news-link {
    justify-content: flex-start;
  }

  .button {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .brand {
    text-align: right;
    flex: 0 auto;
    justify-content: flex-end;
    margin-left: 75%;
    display: flex;
  }

  .icon-5 {
    padding-left: 0;
    font-size: 14px;
  }

  .top-baneer-container {
    padding: 195px 15px 190px;
  }

  .top-banner-title-heading {
    font-size: 45px;
  }

  .navbar-2.home-2-navigation {
    position: relative;
  }

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

  .top-baneer-container-2 {
    padding: 195px 15px 190px;
  }

  .icon-6 {
    padding-left: 0;
    font-size: 14px;
  }

  .button-block-right-2 {
    justify-content: center;
  }

  .provide-item, .provide-item-image-container {
    width: 50%;
  }

  .item-container-background {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 15px;
  }

  .feature-block-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .feature-block-heading {
    font-size: 20px;
  }

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

  .base-container-2.row-container {
    align-items: center;
  }

  .services-image {
    width: 45%;
    margin-right: 15px;
  }

  .mission-info-mission-content {
    padding-left: 15px;
    padding-right: 0;
  }

  .mision-our-mission-description {
    text-align: left;
  }

  .provide-title {
    margin-top: 65px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-quote-text-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .title-background {
    background-color: #ff3f39;
    justify-content: center;
    align-items: center;
    height: 19px;
    margin-bottom: 20px;
    display: flex;
    transform: skew(-15deg);
  }

  .title-background.services-subtitle {
    margin-bottom: 15px;
  }

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

  .feature-block-container {
    width: 100%;
    height: 100%;
  }

  .services-background {
    background-color: #0000;
    max-width: 580px;
    display: block;
    right: auto;
  }

  .subtitle {
    background-color: #0000;
  }

  .subtitle.services-title {
    transform: skew(15deg);
  }

  .transport-images {
    max-width: 280px;
  }

  .home-container {
    flex-direction: row;
    place-content: space-between center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .home-container.wrapper-container {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-container.row {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-container.row.middle-section {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .home-container.row.row-reverse {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .text-span {
    padding-left: 10px;
  }

  .services-item {
    display: flex;
  }

  .services-item:hover {
    margin-top: 0;
    padding-left: 38px;
    padding-right: 38px;
    transform: translate(-20px, -20px);
  }

  .trasport-title {
    font-size: 23px;
  }

  .home-feature-block-item {
    width: 45%;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-feature-block-item.feature-block {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-info-drive-video {
    margin-left: 15px;
    margin-right: 0;
  }

  .mision-our-mission-description-2 {
    text-align: left;
  }

  .mossion-info-drive-content {
    padding-right: 15px;
  }

  .mission-info-drive {
    margin-top: 100px;
  }

  .vertical-inscription {
    text-align: left;
    position: static;
    transform: rotate(0);
  }

  .home-contacts-form-wrap-2 {
    width: 100%;
    margin-top: 0;
  }

  .home-23-contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-adress-2 {
    width: auto;
  }

  .home-contacts-2 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-input-ruc {
    width: 50%;
  }

  .contacts-adress-wrap-2 {
    grid-column-gap: 60px;
    flex-wrap: wrap;
  }

  .question-title {
    width: 60%;
  }

  .flex-horizontal-center.wrap-mobile {
    grid-column-gap: 20px;
  }

  .we-care-text {
    margin-bottom: 40px;
  }

  .contact-info {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .location-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-contact-info-title {
    font-size: 23px;
  }

  .icont {
    color: #fff;
  }

  .contact-us-form {
    margin-bottom: 80px;
    padding-top: 100px;
  }

  .contact-form {
    width: 100%;
    margin-top: 40px;
  }

  .form-title {
    text-align: center;
    font-size: 30px;
  }

  .footer-container {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-item-container {
    width: 50%;
  }

  .footer-item-container.item-logo {
    width: 55%;
  }

  .footer-lists {
    width: 100%;
    max-width: 125px;
  }

  .footer-lists-title {
    font-size: 18px;
  }

  .questions-holder {
    padding-top: 30px;
  }

  .h2-48-inter {
    font-size: 36px;
  }

  .pricing-plan-section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .content-buttons {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-4-top-banner-heading {
    text-align: center;
  }

  .top-banner-slider-title {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-first-button.light-button {
    margin-right: 0;
  }

  .our-world-flex {
    flex-wrap: wrap;
  }

  .section-4 {
    padding: 40px 35px;
  }

  .section-4.s-our-world {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.s-table {
    padding-top: 60px;
  }

  .our-world-flex-image {
    order: 1;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .our-world-flex-spacer {
    display: none;
  }

  .smallhead {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
  }

  .our-world-text-column {
    order: -1;
    width: 100%;
    max-width: 100%;
    padding-bottom: 47px;
  }

  .h3-60 {
    font-size: 40px;
  }

  .column-left, .column-right {
    padding: 20px;
  }

  .logo-column {
    align-items: center;
    padding-right: 15px;
    display: flex;
  }

  .column-wrap, .logo-wrapper {
    flex-wrap: wrap;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .post-title-link {
    font-size: 23px;
  }

  .slide-item-info {
    height: 51%;
  }

  .home-slider-item {
    z-index: 100;
  }

  .home-2-slider-container {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .mask-7 {
    width: 48%;
  }

  .home-2-slider {
    z-index: 50;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .certification-item-container {
    width: 50%;
  }

  .certification-section {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .bottom-menu {
    flex-wrap: wrap;
    width: 100%;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .banner-bottom-menu {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: space-between;
    margin-top: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .services-top-banner-container {
    padding-top: 195px;
    padding-bottom: 190px;
  }

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

  .mission-info-goal {
    align-items: center;
    margin-top: 100px;
  }

  .mission-goal-content-title {
    margin-top: 0;
  }

  .mission-goal-content {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .our-mission-image {
    height: 100%;
    padding-left: 0;
    padding-right: 15px;
  }

  .mission-info-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mission-info-mission {
    align-items: center;
  }

  .mission-info-drive-2 {
    margin-top: 100px;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
  }

  .additional-info-section {
    margin-top: 90px;
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-item-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .dropdown-list-3.w--open {
    padding-left: 50px;
    padding-right: 50px;
  }

  .title-headind {
    margin-top: 0;
    font-size: 40px;
  }

  .title-info-text {
    margin-bottom: 40px;
  }

  .dropdown-list-4 {
    border-style: none;
    display: block;
    overflow: hidden;
  }

  .dropdown-list-4.w--open {
    padding: 0;
  }

  .navbar-3 {
    position: absolute;
  }

  .container-4 {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .button-5 {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .table-row {
    font-size: 18px;
  }

  .all-in-one-facts-holder {
    padding-top: 40px;
  }

  .table-text-column {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 33px;
  }

  .smallhead-2 {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
  }

  .table-section-flex {
    display: block;
  }

  .table-cell {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .table-row-header {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .main-title-wrapper {
    align-items: center;
  }

  .home-1-title {
    font-size: 40px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
  }

  .vertical-inscription-home-4 {
    text-align: center;
  }

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .banner-block-left-home-1 {
    min-height: 500px;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .button-block-right {
    grid-row-gap: 40px;
  }

  .nav-link {
    color: #131c21;
  }

  .container {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex: 0 auto;
    justify-content: flex-start;
    display: block;
    position: absolute;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .brand {
    margin-left: 55%;
  }

  .top-baneer-container {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .top-banner-title-heading {
    font-size: 35px;
  }

  .top-banner-title-text {
    font-size: 17px;
  }

  .under-navigation-container {
    flex-direction: column;
  }

  .top-baneer-container-2 {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .button-block-right-2 {
    grid-row-gap: 40px;
  }

  .provide-content-container {
    margin-top: 40px;
  }

  .provide-item {
    width: 100%;
  }

  .home-4-logistics-features-blocks {
    flex-direction: column;
    margin-bottom: -100px;
  }

  .feature-block-item-container {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .feature-block-item-container.item-1 {
    margin-left: 0;
  }

  .item-container-background {
    align-items: center;
  }

  .feature-block-icon {
    margin-right: 20px;
  }

  .feature-block-heading {
    align-items: center;
    display: flex;
  }

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

  .base-container-2.row-container {
    flex-direction: column;
  }

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

  .mission-info-mission-content {
    width: 100%;
    margin-top: 30px;
  }

  .provide-title {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .transport-images {
    max-width: 100%;
  }

  .home-feature-block-item.feature-block {
    width: 100%;
  }

  .mission-info-drive-video {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mision-our-mission-description-2.driver-description {
    text-align: left;
    text-align: left;
  }

  .mossion-info-drive-content {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-info-drive {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .contacts-adress-wrap-2 {
    flex-wrap: nowrap;
  }

  .question-title {
    text-align: center;
    width: 100%;
  }

  .contact-us-form {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .footer-social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-socials-link {
    justify-content: space-around;
    display: flex;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-item-container.item-logo {
    flex-flow: column wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .h2-48-inter {
    font-size: 30px;
  }

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

  .home-4-top-banner-container {
    min-height: 650px;
  }

  .banner-first-button.light-button {
    margin-right: 20px;
  }

  .section-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-4.s-our-world {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-world-flex-image {
    max-width: 100%;
  }

  .smallhead {
    margin-bottom: 6px;
  }

  .our-world-text-column {
    padding-bottom: 30px;
  }

  .h3-60 {
    font-size: 34px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-wrapper {
    height: 280px;
  }

  .column-left {
    width: 100%;
  }

  .column-right {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .mask-7 {
    width: 100%;
    padding-top: 0;
  }

  .home-2-slider {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: visible;
  }

  .certification-section {
    margin-top: 45px;
    margin-bottom: 45px;
  }

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

  .mission-info-goal {
    flex-direction: column;
  }

  .mission-goal-content {
    width: 100%;
    padding-bottom: 30px;
  }

  .our-mission-image {
    width: 100%;
  }

  .mission-info-mission {
    flex-direction: column;
  }

  .mission-info-drive-2 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-info-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .accordion-item-content-text {
    padding-left: 20px;
  }

  .dropdown-list-3.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    padding-left: 0;
  }

  .button-5 {
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .all-in-one-facts-icon {
    width: 35px;
  }

  .smallhead-2 {
    margin-bottom: 6px;
  }

  .table-cell.first {
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .secondary-red-button.full-buttom-home-4 {
    width: 100%;
  }

  .brand-block {
    grid-column-gap: 37px;
    padding-bottom: 65px;
  }

  .banner-block-left-home-1 {
    min-height: 100%;
  }

  .primary-red-button.full-button-with-white-text {
    width: 100%;
  }

  .button-block-right {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown.area-serve {
    display: none;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    color: var(--mute-black);
  }

  .nav-link.areas-erve {
    display: block;
  }

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

  .dropdown-link {
    background-color: var(--white);
    color: var(--mute-black);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .dropdown-link:hover {
    background-color: var(--white);
    color: var(--black-2);
  }

  .nav-menu {
    color: #000;
    background-color: #fff;
    padding-left: 0;
    position: absolute;
  }

  .navigation-logo-image-2 {
    max-width: 90%;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon-4 {
    color: var(--black-2);
    font-size: 50px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigation-logo-image-1 {
    max-width: 100%;
  }

  .brand {
    flex: 0 auto;
    min-width: 60%;
    max-width: 100px;
    margin-left: 0%;
    padding-left: 0;
    display: flex;
  }

  .home-2-top-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/warehouse.jpeg');
  }

  .under-navigation-phone {
    margin-bottom: 20px;
  }

  .under-navigation-email {
    padding-bottom: 20px;
  }

  .phone-email {
    flex-direction: column;
  }

  .button-block-right-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .list {
    padding-left: 0;
  }

  .provide-content-container {
    margin-top: 0;
  }

  .provide-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .provide-item-image-container {
    align-items: center;
  }

  .provide-item-text-info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .prvide-item-title-heading, .provide-item-info-description, .home-delivery-title {
    text-align: center;
  }

  .feature-block-icon {
    margin-right: 20px;
  }

  .feature-block-heading {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .services-image {
    margin-right: 0;
  }

  .mission-info-mission-content {
    width: 100%;
    padding-left: 0;
  }

  .why-moovit-heading {
    text-align: center;
  }

  .mision-our-mission-description {
    text-align: left;
  }

  .provide-title {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .get-quote-text-3 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .title-background {
    width: 270px;
    margin-bottom: 20px;
  }

  .title-background.services-subtitle {
    justify-content: center;
  }

  .section-2.home-logistic-section {
    padding-top: 0;
  }

  .transport-images {
    max-width: 100%;
  }

  .home-delivery-title-2 {
    text-align: center;
  }

  .home-container {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-container.wrapper-container {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-container.row {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-container.row.middle-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .home-container.row.row-reverse {
    padding-bottom: 0;
  }

  .services-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-item:hover {
    border-style: none;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .get-quote-link-3 {
    padding-bottom: 0;
  }

  .trasport-title {
    font-size: 20px;
  }

  .home-feature-block-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-feature-block-item.feature-block {
    margin-top: 30px;
  }

  .mission-info-drive-video {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mision-our-mission-description-2, .mision-our-mission-description-2.driver-description, .mision-our-mission-description-2.driver-description {
    text-align: left;
  }

  .mossion-info-drive-content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mission-info-drive {
    flex-direction: column-reverse;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-adress-2 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .home-contacts-2 {
    text-align: center;
  }

  .contacts-input-ruc {
    width: 100%;
  }

  .contacts-adress-wrap-2, .flex-horizontal-center.wrap-mobile {
    flex-wrap: wrap;
  }

  .submit-button.button {
    margin-top: 20px;
  }

  .we-care-text {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .contact-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-grid {
    grid-template-rows: 57px 57px 57px 57px auto auto;
    grid-auto-rows: 57px;
    grid-auto-flow: row;
    height: auto;
  }

  .form-contact-info-title {
    font-size: 20px;
  }

  .icont {
    margin-right: 20px;
  }

  .contact-us-form {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .form-title {
    font-size: 22px;
  }

  .footer-social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-socials-link {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .footer-container {
    padding-bottom: 0;
  }

  .footer-item-container.item-logo {
    align-items: center;
    padding-right: 0;
    display: none;
  }

  .footer-lists {
    max-width: 157px;
    display: block;
  }

  .footer {
    padding-bottom: 20px;
  }

  .powered-webflow {
    padding-top: 20px;
  }

  .questions-group {
    padding-left: 14px;
    padding-right: 16px;
  }

  .questions-holder {
    padding-top: 20px;
  }

  .questions-answer-rich {
    padding-left: 0;
    font-size: 13px;
  }

  .h2-48-inter {
    font-size: 24px;
  }

  .pricing-plan-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .content-buttons.services-button {
    text-align: left;
    padding-left: 0;
  }

  .home-4-top-banner-heading {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .top-banner-slider-title {
    padding-top: 93px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-4-top-banner {
    margin-top: -4px;
  }

  .home-4-top-banner-container {
    min-height: 750px;
  }

  .home-4-top-banner-container.cities {
    margin-top: 0;
  }

  .banner-first-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .banner-first-button.light-button {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 0;
  }

  .list-12 {
    text-align: left;
  }

  .list-12.asd {
    display: none;
  }

  .section-4 {
    padding: 30px 16px;
  }

  .section-4.s-our-world {
    text-align: center;
    margin-top: -70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .smallhead {
    text-align: center;
    display: block;
  }

  .p-15 {
    text-align: center;
    display: block;
    overflow: visible;
  }

  .section-line {
    display: none;
  }

  .our-world-text-column {
    margin-top: 85px;
    padding-bottom: 30px;
  }

  .list-item-5 {
    line-height: 20px;
  }

  .h3-60 {
    text-align: center;
    font-size: 30px;
  }

  .lists-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-block {
    display: none;
  }

  .image-wrapper {
    height: 260px;
  }

  .left-arrow {
    width: 35px;
    height: 35px;
  }

  .column-left {
    padding: 40px 15px 0;
  }

  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .column-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-column {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .logo-wrapper {
    display: none;
  }

  .author-block {
    margin-top: 15px;
  }

  .content-block {
    padding-bottom: 0;
  }

  .post-title-link {
    text-align: left;
  }

  .slide-item-info {
    height: 100%;
    padding-bottom: 100px;
  }

  .home-2-slider-background {
    max-height: 100%;
    top: 0;
  }

  .home-2-slider-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 650px;
    max-height: 750px;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: visible;
  }

  .mask-7 {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
  }

  .slide-item-container.slide-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-image.post-link-image-3, .link-image.post-link-image-1, .link-image.post-link-image-4, .link-image.post-link-image-2 {
    min-height: 288px;
  }

  .home-2-slider {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.slide-item-info-description {
    text-align: left;
    margin-bottom: 20px;
  }

  .paragraph.certification-item-decsription {
    text-align: left;
  }

  .left-arrow-2 {
    bottom: 0%;
  }

  .certification-item-container {
    width: 100%;
  }

  .services-top-banner-container {
    padding-top: 135px;
    padding-bottom: 130px;
  }

  .services-top-banner-container.truss-lift {
    background-image: linear-gradient(to bottom, null, null), url('../images/12.png');
    background-position: 0 0, 0 0;
  }

  .services-title-text {
    padding-left: 0;
    padding-right: 0;
  }

  .mission-info-goal {
    flex-direction: column;
    margin-top: 40px;
  }

  .mission-goal-content {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .our-mission-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-info-mission {
    flex-direction: column;
  }

  .mission-info-drive-2 {
    flex-direction: column-reverse;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
  }

  .additional-info-section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-item-content-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-headind {
    font-size: 30px;
  }

  .title-info-text {
    font-size: 15px;
  }

  .dropdown-list-4.w--open {
    border-style: none;
    border-color: var(--mute-black);
    background-color: var(--mute-white);
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .button-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-5.menu-button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 117px;
  }

  .menu-link {
    border-radius: 0;
    padding-right: 0;
  }

  .table-row {
    font-size: 14px;
  }

  .all-in-one-facts-icon {
    margin-bottom: 13px;
  }

  .smallhead-2 {
    text-align: center;
    display: block;
  }

  .all-in-one-facts-row {
    display: block;
  }

  .table-cell {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .table-cell.first {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-row-header {
    font-size: 10px;
  }

  .link-block-2, .link-block-3 {
    display: none;
  }
}

#w-node-_4aeaa12c-79fb-c634-5f5d-39cc4e4ec93c-4e4ec931 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aeaa12c-79fb-c634-5f5d-39cc4e4ec93e-4e4ec931, #w-node-_4aeaa12c-79fb-c634-5f5d-39cc4e4ec940-4e4ec931 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_4aeaa12c-79fb-c634-5f5d-39cc4e4ec93a-4e4ec931, #w-node-_4aeaa12c-79fb-c634-5f5d-39cc4e4ec93c-4e4ec931 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4aeaa12c-79fb-c634-5f5d-39cc4e4ec940-4e4ec931 {
    grid-row: span 3 / span 3;
  }
}


