.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

body {
  font-family: Poppins, sans-serif;
  color: #131c21;
}

h1 {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
}

h3 {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
}

a {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  color: #ff3f39;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: decimal;
}

li {
  margin-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Basic_red_dot-1_1Basic_red_dot (1).png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  list-style-type: none;
}

img {
  max-width: 100%;
  float: left;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1720px;
  min-height: 88px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 88px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.04);
  color: transparent;
}

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

.navigation-logo-image-2.why-us-logo {
  opacity: 1;
}

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

.button {
  min-width: 155px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px 32px;
  background-color: #ff3f39;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Poppins, sans-serif;
  color: #e3ebf0;
  line-height: 1.15;
  font-weight: 400;
  cursor: pointer;
}

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

.button.subscribe-button {
  min-width: auto;
  margin-left: 0px;
}

.button.buy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.subscribe-button-2 {
  height: 58px;
  margin-left: 0px;
  background-color: #000;
}

.button.subscribe-button-2:hover {
  background-color: #2f434e;
}

.button.subscribe-button-2.red-subscribe-button {
  margin-left: 0px;
  background-color: #ff3f39;
}

.button.subscribe-button-2.red-subscribe-button:hover {
  background-color: #dc0d06;
}

.button.dark-button {
  background-color: #131c21;
  color: #fff;
}

.button.dark-button:hover {
  background-color: #2f434e;
  opacity: 1;
}

.button.primary-button:hover {
  opacity: 1;
}

.button.light-button {
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #ff3f39;
}

.button.light-button:hover {
  background-color: #131c21;
  opacity: 1;
  color: #fff;
}

.button.inline-button {
  min-width: auto;
  margin-bottom: 21px;
  padding: 21px 0px 0px;
  border-bottom: 1px solid #ff3f39;
  background-color: transparent;
  color: #ff3f39;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.24px;
  text-transform: none;
}

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

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

.home-slider-item-1 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
}

.home-slider-item-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/warehouse.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/warehouse.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner-slider {
  height: 100vh;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-slider-item-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/warehouse_containers.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/warehouse_containers.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1020px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-first-button {
  overflow: visible;
  margin-top: 0px;
  padding: 20px 35px;
  background-color: #ff3f39;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Poppins, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.banner-first-button.light-button {
  margin-right: 100px;
  margin-left: 20px;
  background-color: #fafafa;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-family: Poppins, sans-serif;
  color: #131c21;
}

.banner-first-button.light-button:hover {
  background-color: #ff3f39;
  color: #fff;
}

.banner-first-button.light-button.additional-block-button {
  position: absolute;
  left: 40px;
  top: auto;
  right: 40px;
  bottom: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 14px;
}

.banner-first-button.light-button.additional-block-button:hover {
  background-color: #121c45;
  opacity: 1;
}

.banner-second-button {
  padding: 20px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3f39;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  letter-spacing: 1px;
}

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

.banner-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-buttons.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.first-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-button-container.button-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2) #000 #000;
  background-color: transparent;
  color: #ff3f39;
  font-size: 41px;
  line-height: 2px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  background-color: transparent;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.left-arrow:hover {
  background-color: transparent;
  color: transparent;
}

.right-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin-left: 60px;
  background-color: transparent;
  color: #fff;
}

.left-arrow-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: 'Icon Font 3', sans-serif;
  color: #161616;
  font-size: 18px;
}

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

.slider-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3f39;
  -webkit-transition: color 400ms ease, background-color 425ms ease;
  transition: color 400ms ease, background-color 425ms ease;
  font-family: 'Icon Font 3', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.subscribe-form {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.centered-container {
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  width: 100%;
  height: 58px;
  text-align: left;
}

.subscribe-form-input {
  display: block;
  width: 100%;
  height: 58px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: #f3f5f6;
}

.our-location-text {
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
}

.home-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
}

.home-container.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-container.row.row-reverse.home-2-form {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.home-container.testimonials-container {
  max-width: 1500px;
  margin-right: 0px;
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.home-container.home-contacts-info {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-container.mission-features-blocks {
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 0px;
}

.home-container.additional-block {
  padding-top: 30px;
}

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

.provide-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-butoon-container {
  display: block;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.subtitle.services-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transform: skew(15deg, 0deg);
  -ms-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
  font-family: Poppins, sans-serif;
  color: #fff;
}

.subtitle.banner-top-title {
  width: 150px;
  background-color: transparent;
  -webkit-transform: skew(15deg, 0deg);
  -ms-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.services-item {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding: 0px 44px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #ff3f39;
  background-color: #fff;
  box-shadow: 0 0 50px 7px rgba(44, 45, 46, 0.06);
  -webkit-transition: border-color 200ms ease, -webkit-transform 200ms linear;
  transition: border-color 200ms ease, -webkit-transform 200ms linear;
  transition: border-color 200ms ease, transform 200ms linear;
  transition: border-color 200ms ease, transform 200ms linear, -webkit-transform 200ms linear;
}

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

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

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

.transport-text {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

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

.home-logistics-section {
  position: relative;
  width: 100%;
  height: 640px;
  max-width: 1720px;
  margin-right: auto;
  margin-bottom: 220px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: red;
}

.home-contacts {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.04);
}

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

.title-background.services-subtitle {
  width: 147px;
  height: auto;
  margin-bottom: 15px;
}

.title-background.services-subtitle.career-subtitle {
  width: 190px;
}

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

.get-quote-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #ff3f39;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.get-quote-link-3:hover {
  color: #dc0d06;
}

.get-quote-link-3.get-quote-link {
  margin-top: 30px;
  color: #ff3f39;
}

.get-quote-link-3.info-block-link {
  padding-left: 0px;
}

.get-quote-link-3.white-text.home-3-get-quote-button {
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
}

.get-quote-link-3.white-text.home-3-get-quote-button:hover {
  color: #fff;
}

.text-span {
  padding-left: 20px;
  font-family: 'Icon Font 3', sans-serif;
  font-size: 14px;
}

.button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-weight: 400;
}

.video-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  height: 100%;
  max-height: 534px;
  max-width: 980px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/man_worker.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.media-section {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  height: 100%;
  max-height: 500px;
  max-width: 845px;
  margin-top: 0px;
  margin-right: 15px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #131c21;
}

.media-section-title {
  color: #fff;
  line-height: 1.2;
}

.media-section-description {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.media-section-button {
  color: #fff;
  text-decoration: none;
}

.video-additional-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: -150px;
  width: 100%;
  max-width: 340px;
}

.bold-text {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.home-contact-form {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.play-button-icon {
  height: 100%;
  padding: 30px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-width 200ms linear, border-color 300ms ease;
  transition: border-width 200ms linear, border-color 300ms ease;
}

.contact-form {
  width: 50%;
  max-width: 780px;
  padding: 40px 35px;
  box-shadow: 0 0 50px 14px rgba(0, 0, 0, 0.04);
}

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

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

.contact-info {
  width: 50%;
  padding: 40px 15px 40px 60px;
}

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

.submit-button.button {
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
}

.base-form-field {
  height: 57px;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #000;
}

.textarea-element {
  position: static;
  height: 200px;
  min-height: 200px;
  border: 1px none #000;
  background-color: #f3f5f6;
  font-family: Poppins, sans-serif;
}

.get-in-touch {
  font-family: Poppins, sans-serif;
  color: #000;
}

.contact-info-title {
  margin-bottom: 30px;
  color: #131c21;
}

.form-contact-info-title {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 25px;
}

.we-care-text {
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.87);
  font-size: 18px;
  line-height: 1.56;
  font-weight: 400;
  text-align: left;
}

.location-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
}

.icont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff3f39;
  font-family: 'Icon Font 3', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.icont.navigation-icon {
  margin-right: 20px;
  background-color: transparent;
  font-family: 'Icon Font 3', sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 20px;
}

.icont.navigation-icon {
  margin-right: 20px;
  background-color: transparent;
  font-family: 'Icon Font 3', sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 20px;
}

.contact-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  text-decoration: none;
}

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

.contact-info-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-social-icon {
  padding-right: 6px;
  font-family: 'Icon Brands', sans-serif;
  font-size: 16px;
}

.link-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #041025;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: #ff403a;
  font-weight: 400;
}

.home-number-progressbar {
  padding-right: 15px;
  padding-left: 15px;
}

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

.home-2-post-slide {
  top: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  max-height: 100%;
  margin-right: 30px;
  background-color: transparent;
  color: #fff;
}

.home-2-slider {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 1260px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
}

.home-2-slider.get-touch-content {
  padding-bottom: 0px;
}

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

.left-arrow-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.left-arrow-2.hidden-slider-arrow {
  display: none;
}

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

.right-arrow-2.hidden-slider-arrow {
  display: none;
}

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

.slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: transparent;
}

.slide-item-container {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 4px 4px 50px 0 rgba(0, 0, 0, 0.05);
}

.slide-item-container.slide-container {
  position: relative;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.08);
}

.post-title-link {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.link-image.post-link-image-1.home-2-slider-image-1 {
  background-image: url('../images/truck.jpeg');
  background-size: cover;
}

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

.link-image.post-link-image-2.home-2-slider-image-2 {
  background-image: url('../images/warehouse_containers.jpeg');
}

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

.link-image.post-link-image-3.home-2-slider-image-3 {
  background-image: url('../images/business_people-.jpg');
}

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

.link-image.post-link-image-4.home-2-slider-image-4 {
  background-image: url('../images/man_worker.jpeg');
}

.link-image.post-link-image-4.home-2-slider-image-5 {
  background-image: url('../images/cosco_shipping.jpeg');
}

.link-image.post-link-image-4.home-2-slider-image-6 {
  background-image: url('../images/containers.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-image.home-4-slider-image-1 {
  background-image: url('../images/containers.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-image.home-4-slider-image-2 {
  background-image: url('../images/blog-2-384x288.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-image.home-4-slider-image-3 {
  background-image: url('../images/man_worker.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph {
  overflow: visible;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.paragraph.about-slider-item-description {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

.paragraph.progressbar-description {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

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

.paragraph.cpt-paragraph {
  overflow: hidden;
  width: 100%;
  max-width: 370px;
  text-align: left;
}

.paragraph.personal-position {
  margin-bottom: 10px;
  font-size: 13.5px;
}

.paragraph.item-location-paragraph {
  margin-bottom: 0px;
}

.paragraph.item-location-paragraph.dark-text {
  color: #131c21;
}

.paragraph.distribution-feature-item-text {
  text-align: center;
}

.paragraph.progressbar-title-description {
  text-align: center;
}

.slide-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-item-info.home-4-slider-4-item-content {
  height: auto;
  padding-bottom: 50px;
}

.cpt-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.post-author-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 15px;
}

.post-author-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 50%;
  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% 50%;
  background-size: cover;
}

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

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

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

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

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

.home-2-slider-background.home-2-slider-background-image {
  background-image: url('../images/blured_boxes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter {
  display: block;
  margin-top: 30px;
  color: #131c21;
  font-size: 45px;
  text-align: center;
}

.counter-title {
  margin-bottom: 30px;
  color: #131c21;
  text-align: center;
}

.progressbar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.testimonials-title {
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 25px;
  line-height: 1.2;
}

.home-testimonials-item-rev {
  margin-bottom: 20px;
  padding: 60px 20px 60px 60px;
  border-left: 3px solid #ff3f39;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.06);
}

.home-testimonials-item-rev.dark-background {
  position: relative;
  margin-bottom: 30px;
  background-color: #262b31;
}

.home-testimonials-item-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.author-photo {
  width: 65px;
  height: 65px;
  margin-right: 30px;
  border-radius: 50%;
}

.author-photo.author-1 {
  background-image: url('../images/img-5-63x63_1img-5-63x63.png');
  background-position: 50% 50%;
  background-size: cover;
}

.author-photo.author-2 {
  background-image: url('../images/img-3-63x63_1img-3-63x63.png');
  background-position: 50% 50%;
  background-size: cover;
}

.author-info-position {
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

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

.slide-nav-3.hidden-navigation {
  overflow: hidden;
}

.home-testimonials-container {
  overflow: visible;
  width: 100%;
  margin-left: 0px;
}

.home-pricing-plans {
  padding-right: 15px;
  padding-left: 15px;
}

.pricing-container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 640px;
  max-width: 1750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-item {
  position: relative;
  top: 0px;
  z-index: 16;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.pricing-item.pricing-packs-item {
  top: auto;
  bottom: 100px;
  background-color: transparent;
}

.pricing-item.home-2-pricing-items {
  top: auto;
  bottom: -250px;
  background-color: transparent;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  height: 70%;
  max-height: 550px;
  padding-top: 20px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.08);
}

.pricing.price-item-center {
  position: static;
  z-index: 10;
  height: auto;
  max-height: none;
  min-height: auto;
  padding-top: 65px;
  padding-bottom: 40px;
  border-top: 4px solid #ff3f39;
  background-color: #fff;
}

.pricing.price-item-center.home-2-pricing-item {
  max-height: 100%;
  min-height: 100%;
  padding-top: 20px;
  border-top-color: #f6403b;
  background-color: #f3f5f6;
  box-shadow: none;
}

.pricing.price-item-center.home-4-pricing-item-central {
  padding-bottom: 65px;
  border-top-width: 6px;
}

.pricing.price-item-center.home-4-pricing-item-central:hover {
  border-top-style: solid;
}

.pricing.home-2-pricing-item {
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 7px solid #000;
}

.pricing.home-4-pricing-item {
  position: relative;
  height: auto;
  max-height: none;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
}

.pricing.home-4-pricing-item:hover {
  z-index: 100;
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 6px solid #ff3f39;
}

.pricing-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.pricing-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #334566;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
}

.pricing-value.home-4-pricing-value {
  color: #ff3f39;
}

.pricing-time {
  margin-bottom: 40px;
  color: #71777b;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

.pricing-time.home-4-pricing-time {
  color: #ff3f39;
}

.pricing-includes {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #041026;
  font-size: 15px;
  line-height: 1.2;
}

.pricing-includes.hope-2-pricing-text {
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  line-height: 1.7;
}

.price-title-popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ff3f39;
  font-size: 15px;
  font-weight: 400;
}

.price-title-popular.home-2-pricing-popular {
  font-family: Poppins, sans-serif;
  color: #041026;
  font-size: 15px;
  font-weight: 500;
}

.pricing-background {
  position: relative;
  left: auto;
  right: auto;
  bottom: -115px;
  z-index: 1;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 320px;
  min-height: 320px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #000;
}

.pricing-additional-image-1 {
  position: absolute;
  left: 60px;
  top: auto;
  right: auto;
  bottom: -80px;
}

.pricing-additional-image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -80px;
}

.home-graphic {
  margin-top: 110px;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
}

.help-title {
  margin-bottom: 20px;
  color: #131c21;
  font-size: 35px;
  line-height: 1.2;
}

.subscribe-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3f39;
}

.subscribe-newsletter.home-2-subscribe {
  background-color: #ebebeb;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.footer-links {
  display: block;
  margin-bottom: 20px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.footer-social-link {
  margin-right: 15px;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Icon Font', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.testimonials-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 450px;
  max-width: 1500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.banner-logo-image {
  width: 100px;
}

.company-banner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 235px;
  padding-bottom: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/port.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/port.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Poppins, sans-serif;
}

.about-us-title {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 1.2;
}

.about-us-title.about-us-banner-title {
  font-size: 98px;
}

.top-banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-banner-container.company-top-banner-container {
  max-width: 700px;
}

.top-banner-title-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ff3f39;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

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

.navigation-logo-image-1.why-us-logo {
  opacity: 0;
}

.banner-bottom-menu {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 88px;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.08);
}

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

.buttom-menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 1.2px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.buttom-menu-link.w--current {
  border-top: 4px solid #ff3f39;
  color: #ff3f39;
}

.shipments-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.we-give-title {
  display: inline;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 45px;
  line-height: 1.2;
}

.shipments-text {
  margin-top: 0px;
  direction: ltr;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.7);
  font-size: 14px;
  line-height: 1.67em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 30px;
  text-transform: capitalize;
}

.shipments-content {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.columns-6 {
  margin-bottom: 120px;
}

.shipments-progressbar-item {
  width: 33.333%;
  padding: 58px 40px;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.08);
}

.shipments-progressbar-item.central-item {
  z-index: 10;
  padding: 85px 40px;
  background-color: #fff;
}

.shipments-progressbar-item.central-item.distribution-feature {
  padding-top: 80px;
  padding-bottom: 80px;
}

.shipments-progressbar-item.distribution-feature {
  padding: 50px;
}

.learn-more-button {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
  text-decoration: none;
}

.learn-more-button:hover {
  opacity: 0.6;
}

.history-section {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 100px;
  padding-left: 15px;
  background-color: #131c21;
}

.history-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-4 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 100%;
  min-width: 1140px;
}

.slide-nav-4.navigation-item {
  min-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease, color 500ms ease;
  transition: opacity 200ms ease, color 500ms ease;
}

.slide-nav-4.navigation-item {
  top: -20px;
  display: none;
  min-width: auto;
}

.history-item-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.history-slider {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #000;
}

.history-item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mask-2 {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background-color: #131c21;
}

.history-slide {
  overflow: visible;
  height: 100%;
  margin-right: 20px;
}

.history-slide-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}

.history-slider-item-image {
  width: 460px;
  height: 360px;
  margin-right: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.higlight-text {
  color: #ff3e39;
}

.history-slider-learn-more {
  font-family: Poppins, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 1.15;
  text-decoration: none;
}

.history-slider-learn-more:hover {
  color: #ff3f39;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-additional-image {
  position: absolute;
  left: 40px;
  top: auto;
  right: auto;
  bottom: -80px;
  z-index: 100;
  display: none;
}

.optimization-logistics {
  margin-bottom: 60px;
  padding: 40px 15px;
}

.partners-section {
  margin-top: 110px;
  margin-bottom: 65px;
}

.partners-section.home-2-partners {
  margin-top: 0px;
  margin-bottom: 0px;
}

.partners-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.partner-link {
  width: 100%;
  height: 100%;
  min-height: 130px;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  -webkit-transition: -webkit-filter 30ms ease;
  transition: -webkit-filter 30ms ease;
  transition: filter 30ms ease;
  transition: filter 30ms ease, -webkit-filter 30ms ease;
}

.partner-link:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.partner-link.partner-1 {
  display: inline-block;
  background-image: url('../images/IT-logo-1_1IT-logo-1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.partner-link.partner-2 {
  background-image: url('../images/IT-logo-6.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.partner-link.partner-3 {
  background-image: url('../images/IT-logo-3_1IT-logo-3.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.partner-link.partner-4 {
  background-image: url('../images/IT-logo-4_1IT-logo-4.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.partner-link.partner-5 {
  background-image: url('../images/IT-logo-7_1IT-logo-7.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.partner-link.partner-6 {
  background-image: url('../images/IT-logo-2_1IT-logo-2.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.partner-link.partner-7 {
  background-image: url('../images/Bitmap-4_1Bitmap-4.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partner-link.partner-8 {
  background-image: url('../images/Group-31.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partner-link.partner-9 {
  background-image: url('../images/Bitmap-3_1Bitmap-3.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partner-link.partner-10 {
  background-image: url('../images/Group-25_1Group-25.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partner-link.partner-11 {
  background-image: url('../images/Bitmap-2_1Bitmap-2.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.partner-link.partner-12 {
  background-image: url('../images/Bitmap_1Bitmap.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.optimazing-header {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 35px;
  line-height: 1.2;
}

.optimazing-header.white-text {
  padding-left: 10px;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
}

.optimization-logistics-container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.subscribe-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progressbar-image {
  height: 165px;
}

.form-select-container {
  position: relative;
  background-color: #f3f5f6;
}

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

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

.support-phone {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #898e91;
  font-size: 15px;
  text-decoration: none;
}

.support-phone:hover {
  color: #3f3f3f;
}

.support-line {
  display: inline;
  color: #898e91;
  font-size: 15px;
}

.progressbar-line-container {
  position: relative;
  width: 100%;
}

.progressbar-base-line {
  width: 100%;
  height: 5px;
  background-color: #efefef;
  color: #efefef;
}

.progressbat-line-progress {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff3f39;
  color: #131c21;
}

.progressbat-line-progress.black-progress-line {
  width: 30%;
  background-color: #131c21;
}

.progressbat-line-progress.black-progress-line.first-progress-line {
  width: 30%;
}

.progressbat-line-progress.black-progress-line {
  height: 5px;
}

.progressbat-line-progress.first-progress-line {
  width: 0%;
}

.progressbat-line-progress.second-progress-line {
  width: 0%;
}

.progressbat-line-progress.third-progress-line {
  width: 0%;
}

.progressbar-line-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progressbar-procent {
  position: absolute;
  left: auto;
  right: -10px;
  bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 15px;
  font-weight: 500;
}

.progressbar-procent.white-text {
  line-height: 1.9;
}

.progressbar-procent.white-text {
  color: #fff;
}

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

.optimization-logistics-title {
  padding-right: 20px;
  padding-left: 15px;
}

.photos-section-image {
  width: 25%;
  height: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.additional-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  margin-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.additional-info-section.complete-title {
  padding-right: 15px;
  padding-left: 15px;
}

.additional-info-section.careers-info-title {
  margin-top: 100px;
  margin-bottom: 50px;
}

.title-headind {
  max-width: 750px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
}

.title-headind.help-businesses-title {
  max-width: 950px;
  margin-top: 5px;
}

.title-info-text {
  max-width: 785px;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  color: rgba(27, 30, 35, 0.7);
  font-size: 18px;
  line-height: 1.67em;
  text-align: center;
}

.title-info-text.help-businesses-description {
  max-width: 550px;
  margin-bottom: 50px;
}

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

.title-info-text.careers-info-text {
  max-width: 830px;
}

.title-info-text.complete-control-title-text {
  width: 100%;
  max-width: 750px;
}

.slide-item-link-button {
  position: absolute;
  bottom: 50px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Poppins, sans-serif;
  color: #131b21;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  text-decoration: none;
}

.slide-item-link-button:hover {
  opacity: 0.7;
}

.slide-item-link-button.about-us-item-button {
  position: static;
}

.slide-item-link-button.help-businesses-link {
  position: static;
}

.slide-item-link-button.more-info-link {
  position: static;
  color: #ff3f39;
}

.slider-arrow-icon {
  padding-left: 10px;
  font-family: 'Icon Font 3', sans-serif;
  font-size: 14px;
}

.logistic-solution-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 130px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logistic-solutions-item {
  width: 33.333%;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.08);
}

.logistic-solutions-item.central-item {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
}

.logistic-solutions-item.base-content-item {
  width: 31%;
  box-shadow: none;
}

.logistic-solution-text {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.logistic-solution-text.value-added-item-info-text {
  margin-bottom: 0px;
  text-align: left;
}

.logistic-solution-item-info {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding: 30px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logistic-solution-item-info.value-added-item-info {
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logistic-solution-image {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
}

.logistic-solution-image.central-image {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.help-businesses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progressbar-line-item-title {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 15px;
  line-height: 1.7;
}

.mission-top-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 235px;
  padding-bottom: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.our-mission-banner-title {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1.2;
}

.mission-features-blocks {
  position: relative;
  max-height: 100%;
  margin-top: 60px;
  margin-bottom: 90px;
}

.dropdown-list {
  z-index: 1000;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

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

.dropdown-link {
  width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  line-height: 1.7;
}

.dropdown-link:hover {
  color: #ff3f39;
}

.dropdown-link.w--current {
  opacity: 0.6;
  color: #6d6d6d;
}

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

.mission-info-section {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

.mission-info-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mission-info-drive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.mission-info-goal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  font-family: 'Fa solid 900';
}

.mission-info-mission-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.mision-our-mission-description {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

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

.mission-goal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mossion-info-drive-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

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

.arrow-icon {
  padding-right: 10px;
  font-family: 'Icon Font 3', sans-serif;
}

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

.help-section {
  margin-top: 130px;
}

.contact-us-map {
  height: 490px;
}

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

.contact-location {
  position: relative;
  top: -200px;
  width: 100%;
  margin-bottom: -200px;
}

.contact-location-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.08);
}

.contact-location-item.central-item {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
}

.location-help-button {
  margin-top: 20px;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  text-decoration: none;
}

.location-help-button:hover {
  opacity: 0.7;
}

.text-span-17 {
  padding-left: 10px;
  font-family: 'Icon Font 3', sans-serif;
}

.location-info {
  max-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.location-container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-location-container {
  padding-right: 0px;
  padding-left: 0px;
}

.location-flag {
  margin-bottom: 10px;
}

.contact-location-bacground {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 100px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.subscribe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-top-banner {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shelves.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-title-heading {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1.2;
}

.services-title-text {
  max-width: 700px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.56em;
  font-weight: 400;
  text-align: center;
}

.services-top-banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 235px;
  padding-bottom: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

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

.shipment-progressbar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.blog-image {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-content {
  height: 100%;
  margin-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  padding-right: 14px;
  padding-bottom: 0px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-date {
  display: inline-block;
}

.blog-link {
  color: #000;
  text-decoration: none;
}

.single-blog-title-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 130px 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-blog-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.blog-title-author-name {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
}

.blog-title-author-image {
  width: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.blog-title-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-title-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-title {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
}

.blog-details-data {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-align: center;
}

.blog-title-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3a3a;
}

.category {
  color: #fff;
}

.rich-text-block {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 15px;
  line-height: 1.7;
}

.blog-socials-links {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fa brands 400';
  color: #000;
  text-decoration: none;
}

.blog-socials-links:hover {
  color: #ff3f39;
}

.blog-socials-links.bottom-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Icon Font', sans-serif;
}

.blog-socials-links.bottom-social-link:hover {
  background-color: #ff3f39;
  color: #fff;
}

.single-blog-more-post {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafb;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.single-blog-socials-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-post-title {
  margin-bottom: 90px;
}

.author-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-text {
  overflow: hidden;
  height: 100px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 1.7;
}

.before-name {
  padding-right: 5px;
}

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

.bold-text-9 {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 15px;
}

.blog-info-link {
  position: static;
  left: auto;
  top: 40px;
  right: auto;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #131b21;
  text-decoration: none;
}

.blog-info-link:hover {
  color: #747474;
}

.blog-info-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.blog-info-date {
  font-family: Poppins, sans-serif;
  color: #71777b;
}

.blogs-info-container {
  width: 50%;
  margin-left: 30px;
}

.blogs-info-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

.home-contact-info {
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.counter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

.counter-item {
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
}

.businesses-graphic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.businesses-graphic-image {
  margin-right: 30px;
}

.businesses-graphic-content {
  width: 50%;
}

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

.blog-button-text {
  font-family: Poppins, sans-serif;
  color: #fff;
}

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

.blog-button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 35px;
  background-color: #131b21;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.blog-button-link:hover {
  background-color: #000;
}

.blog-button-icon {
  color: #fff;
}

.testimonials-top-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-baneer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 235px;
  padding-bottom: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-3-slider-container-3 {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

.navbar-2.home-2-navigation {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slider-left-arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3f39;
  font-family: 'Icon Font 3', sans-serif;
  color: #fff;
  font-size: 17px;
}

.slider-left-arrow-icon.black-slider-arrow {
  background-color: #000;
  -webkit-transition: color 300ms ease, opacity 200ms ease, background-color 300ms ease;
  transition: color 300ms ease, opacity 200ms ease, background-color 300ms ease;
}

.slider-left-arrow-icon.black-slider-arrow:hover {
  background-color: #f3f5f6;
  color: #000;
}

.left-arrow-4 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 60px;
  width: 60px;
}

.slider-right-arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Icon Font 3', sans-serif;
  color: #000;
  font-size: 17px;
}

.right-arrow-4 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 60px;
  width: 60px;
  margin-left: 60px;
}

.home-3-slider-3-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-content-container {
  width: 45%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.slider-background {
  position: absolute;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: 60px;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.07);
}

.slider-background.white-background {
  background-color: #fff;
}

.home-3-slide-image {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.home-3-slider-3-slide-item {
  height: 100%;
}

.mask-3 {
  height: 100%;
}

.slider-content-title {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 45px;
  line-height: 1.2;
}

.slider-content-text {
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
}

.slider-content-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-content-button {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.slider-content-button:hover {
  opacity: 0.7;
}

.slider-content-button.slider-content-red-button {
  margin-top: 30px;
  margin-left: 0px;
  color: #ff3f39;
}

.arrows-icon {
  margin-left: 5px;
  font-family: 'Icon Font 3', sans-serif;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonials-container {
  margin-left: 0%;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonials-partners {
  width: 100%;
  max-width: 1170px;
  margin: 70px auto;
}

.partner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials-background-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 25%;
  padding-left: 5%;
  color: rgba(19, 28, 33, 0.1);
  font-size: 200px;
}

.testimonials-background-text.home-3-testimonials-backgroud {
  z-index: 1;
  width: 100%;
  color: hsla(0, 0%, 93.7%, 0.1);
  font-weight: 700;
}

.testimonials-help-businesses {
  position: relative;
}

.background-image-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 25%;
}

.background-image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20%;
}

.help-businesses-background {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 60px;
  z-index: -1;
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.home-3-slider {
  height: 85vh;
  background-color: transparent;
}

.home-2-slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-4 {
  height: 85vh;
}

.home-2-slider-arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131c21;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Icon Font 3', sans-serif;
  color: #fff;
  font-size: 17px;
}

.home-2-slider-arrow-left:hover {
  background-color: #f3f5f6;
  color: #131c21;
}

.left-arrow-5 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.home-2-slider-arrow-rright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Icon Font 3', sans-serif;
  color: #000;
  font-size: 17px;
}

.home-2-slider-arrow-rright:hover {
  background-color: #f3f5f6;
}

.home-2-slider-arrow-rright.home-2-slider-arrow-rright-red {
  background-color: #ff0606;
  color: #fff;
}

.home-2-slider-arrow-rright.home-2-slider-arrow-rright-red:hover {
  background-color: #000;
}

.right-arrow-5 {
  left: 60px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-2-slide-title {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: -0.06px;
}

.black-title-dot {
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-weight: 700;
}

.primary-button-black {
  padding: 20px 35px;
  background-color: #131c21;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.primary-button-black:hover {
  background-color: #2f434e;
}

.home-3-slider-item-1 {
  background-image: url('../images/Vector-Smart-Object1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-3-slider-item-2 {
  background-image: url('../images/img-copy-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-3-slider-item-3 {
  background-image: url('../images/Vector-Smart-Object1-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.home-3-short-info {
  background-color: #1b1e23;
}

.short-info-container {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

.short-info-images {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.short-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.info-image-container {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

.image-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-background.image-background-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/airplain.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/airplain.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-background.image-background-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-background.image-background-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/truck.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/truck.jpeg');
  background-position: 0px 0px, 75% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-3-content-item-title {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.home-3-content-item {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.home-3-numbers-progressbar {
  margin-top: 120px;
  margin-bottom: 100px;
}

.link-12 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.link-12:hover {
  color: #fff;
}

.home-3-under-navigation-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.phone-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.under-navigation-social-link {
  padding-right: 20px;
  font-family: 'Icon Font', sans-serif;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.under-navigation-social-link.icon-typo {
  padding-right: 25px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #ff3f39;
  font-size: 20px;
}

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

.under-navigation-social-link.icon-typo {
  padding-right: 25px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #ff3f39;
  font-size: 20px;
}

.bold-text-26 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #1b1e23;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
}

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

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

.under-navigation-phone {
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.under-navigation-email {
  font-family: Raleway, sans-serif;
  color: #1b1e23;
  font-size: 15px;
}

.link-14 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.phone-text {
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-weight: 500;
}

.email-text {
  padding-right: 5px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.email-text.contact-title-text {
  color: #000;
}

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

.under-navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1690px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold-text-26 {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.number-progressbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 115px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.title-heading-container {
  width: 50%;
  padding-right: 20px;
}

.title-text-container {
  width: 50%;
}

.get-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 910px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-quote.home-3-get-quote {
  margin-top: 60px;
}

.home-3-video-slider {
  position: static;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-slider-container {
  position: relative;
  width: 100%;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

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

.right-arrow-6 {
  left: 60px;
  top: auto;
  right: auto;
  bottom: 60px;
  width: 60px;
  height: 60px;
}

.left-arrow-6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 60px;
  width: 60px;
  height: 60px;
}

.video-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-slide.vidoe-slide-image-1 {
  padding-top: 25%;
  padding-bottom: 25%;
  background-image: url('../images/pallet_rack.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-slide.vidoe-slide-image-2 {
  padding-top: 25%;
  padding-bottom: 25%;
  background-image: url('../images/airplain.jpeg');
  background-position: 0px 0px;
  background-size: auto;
}

.video-slide.vidoe-slide-image-3 {
  padding-top: 25%;
  padding-bottom: 25%;
  background-image: url('../images/cosco_shipping.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mask-5 {
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.home-3-video-slider-2 {
  height: 100%;
  background-color: transparent;
}

.video-slider-background {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: 60px;
  background-color: #f1f1f1;
}

.video-slider-additional-image-1 {
  position: absolute;
  left: 5%;
  top: -25%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-slider-additional-image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: -25%;
  display: none;
}

.slide-18 {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.lists-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

.home-3-list-item {
  width: 25%;
  padding-right: 40px;
}

.list-item-title {
  margin-bottom: 30px;
}

.list-title-heading {
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 25px;
  line-height: 1.2;
}

.list-item-content {
  position: relative;
}

.list-item-link {
  position: absolute;
  background-color: #fff;
  -webkit-transition: margin 300ms ease, color 300ms ease, opacity 300ms ease;
  transition: margin 300ms ease, color 300ms ease, opacity 300ms ease;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.7);
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}

.list-item-link:hover {
  margin-left: 20px;
  opacity: 1;
  color: #ff3f39;
}

.list-arrow-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Icon Font 3', sans-serif;
  color: #ff3f39;
  font-size: 12px;
  line-height: 25px;
}

.list-item-content-container {
  position: relative;
  height: 25px;
  margin-bottom: 20px;
}

.home-3-testimonials-slider-container {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b1e23;
}

.home-inline-progressbar {
  padding-top: 10px;
  padding-bottom: 130px;
  background-color: #ff3f39;
}

.inline-progressbar-container {
  margin-bottom: 100px;
}

.home-2-top-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/warehouse.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/warehouse.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

.top-banner-title-text {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.button-4 {
  padding: 20px 35px;
  background-color: #ff3f39;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  text-align: left;
}

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

.home-2-partners {
  margin-top: 100px;
  margin-bottom: 100px;
}

.provide-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1330px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

.provide-item-info-description {
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  line-height: 1.7;
}

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

.slide-item-title-link {
  margin-bottom: 0px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.slider-item-info-category {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #041026;
  font-size: 13px;
  line-height: 1.7;
  text-decoration: none;
}

.slider-item-info-category:hover {
  opacity: 0.7;
}

.numbers-progressbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}

.numbers-progressbar-item {
  width: 25%;
}

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

.slider-aditional-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -100px;
  max-width: 280px;
}

.home-2-form-section {
  margin-top: 130px;
  margin-bottom: 130px;
  padding-right: 15px;
  padding-left: 15px;
}

.home-pricing-packs {
  margin-bottom: 130px;
  padding-top: 100px;
}

.pricing-packs-container {
  position: relative;
}

.pricing-packs-background {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-height: 520px;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/ship_blur.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.pricing-aditional-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: -80px;
  width: 100%;
  max-width: 192px;
}

.home-2-features-blocks {
  margin-bottom: 130px;
}

.home-features-blocks {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-wrapper-3 {
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-3 {
  display: -ms-grid;
  display: grid;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-2-cpt-item {
  height: 100%;
  padding: 28px 29px 36px;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.home-2-cpt-item:hover {
  padding: 24px 25px 32px;
  border: 4px solid #ff5a5a;
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}

.collection-item-4 {
  position: relative;
  width: 100%;
}

.post-by-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.post-create-time {
  color: rgba(19, 28, 33, 0.6);
}

.text-block-44 {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Icon Font 3', sans-serif;
}

.text-block-45 {
  display: inline-block;
  font-family: Poppins, sans-serif;
}

.cpt-features-block-title {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 25px;
  line-height: 1.2;
  cursor: pointer;
}

.cpt-features-block-title:hover {
  color: #ff5a5a;
}

.cpt-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.09);
}

.why-choose-us-top-banner {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-span-20 {
  color: #ff3f39;
}

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

.distribution-slider-container {
  position: relative;
  margin-top: 80px;
  margin-bottom: 220px;
}

.services-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.services-list-item {
  width: 25%;
  padding-right: 30px;
}

.item-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #131c21;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.leadership-top-banner {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.leadership-we-mooving {
  margin-top: 130px;
}

.we-mooving-container {
  margin-bottom: 115px;
}

.we-mooving-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.we-mooving-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.persone-item-container {
  width: 25%;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.person-item {
  background-color: rgba(53, 82, 99, 0.05);
}

.person-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-top-banner {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.career-nimbers-progressbar {
  margin-top: 130px;
}

.career-team-list {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 130px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.team-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #f5f6f7;
}

.team-list-item-position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 20px 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-list-item-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 20px 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-list-item-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 20px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-list-button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 20px 35px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #ff3f39;
  font-size: 14px;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
}

.team-list-button-link:hover {
  background-color: #ff3f39;
  opacity: 1;
  color: #fff;
}

.team-list-item-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 20px 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-list-item-title-heading {
  display: none;
}

.certificates-top-banner {
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

.certification-item {
  height: 100%;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.1);
}

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

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

.partners-top-banner {
  padding-top: 235px;
  padding-bottom: 230px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-not-found {
  padding: 160px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/containers.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/containers.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-header {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 225px;
  line-height: 1em;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 67px;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.search-input {
  height: 67px;
  padding-right: 50px;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
}

.search-button {
  position: absolute;
  right: 0px;
  height: 67px;
  background-color: transparent;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  font-family: 'Icon Font 3', sans-serif;
  color: #000;
  font-size: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.search-button:hover {
  color: #ff3f39;
}

.not-found-text {
  width: 100%;
  max-width: 450px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
  text-align: center;
}

.button.botton-to-home {
  font-size: 14px;
}

.home-4-top-banner {
  position: relative;
  width: 100%;
}

.home-4-top-banner-container {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-4-top-banner-heading {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
}

.top-banner-background-image {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

.top-banner-slider-title {
  width: 100%;
  max-width: 625px;
}

.top-banner-filter-background {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}

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

.home-4-logistics-section {
  background-image: url('../images/WorlMap.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-4-logistics-container {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.home-4-logistics-features-blocks {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -100px;
}

.logistics-content-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 125px;
}

.logistics-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

.item-container-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 62px 30px;
  background-color: #121c45;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.item-container-background:hover {
  background-color: rgba(255, 63, 57, 0.8);
}

.content-info-title {
  width: 35%;
}

.content-info-text {
  position: relative;
  width: 65%;
}

.content-info-heading {
  margin-top: 0px;
}

.info-author {
  color: #989898;
}

.home-4-sign-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.info-block-container {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  box-shadow: none;
}

.info-block-content {
  padding: 50px 30px;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.1);
}

.info-block-content.background-1 {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.info-block-content.background-1:hover {
  background-image: url('../images/iconfinder_drone_delivery_shipping_box_3182202-copy-2-1-1.png');
  background-position: 115% 15%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.info-block-content.background-2 {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.info-block-content.background-2:hover {
  background-image: url('../images/Tracking-2.png');
  background-position: 115% 15%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.info-block-content.background-3 {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.info-block-content.background-3:hover {
  background-image: url('../images/ezgif.com-gif-maker.png');
  background-position: 115% 15%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.info-block-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #131c21;
}

.info-block-content-icon {
  width: 60px;
  height: 60px;
  -o-object-fit: none;
  object-fit: none;
}

.home-4-glogal-shipping {
  margin-top: 210px;
  background-image: url('../images/shelves.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.global-shopping-container {
  background-color: rgba(18, 28, 69, 0.9);
}

.tab-link-tab-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
}

.tab-link-tab-2.w--current {
  margin-bottom: 0px;
  border-bottom: 4px solid #ff3f39;
  background-color: transparent;
  color: #ff3f39;
}

.tab-link-tab-2.w--current:hover {
  opacity: 1;
}

.tab-link-tab-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.tab-link-tab-1.w--current {
  padding-bottom: 0px;
  border-bottom: 4px solid #ff3f39;
  background-color: transparent;
  color: #ff3f39;
}

.tab-link-tab-1.w--current:hover {
  opacity: 1;
}

.tab-title {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

.tabs-menu {
  background-color: #001d67;
}

.tabs {
  top: -120px;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.1);
}

.contact-form-2 {
  width: 70%;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-aditional-block {
  width: 30%;
  background-image: url('../images/port.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-in-touch-text {
  font-family: Poppins, sans-serif;
}

.aditional-block-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 460px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(255, 63, 57, 0.9);
}

.white-text {
  color: #fff;
}

.white-text.additional-block-title {
  margin-bottom: 40px;
  text-align: center;
}

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

.container-5 {
  padding-left: 55px;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.button-2.submit-button {
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #ff3f39;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

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

.inputs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inputs-container.text-area-container {
  height: 140px;
}

.form-input {
  width: 100%;
  height: 45px;
  margin-right: 25px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.form-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.form-input.size-input {
  width: 38%;
}

.form-input.last-in-row {
  margin-right: 0px;
}

.radio-buttons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label {
  font-family: Poppins, sans-serif;
}

.form-block-3 {
  margin-bottom: 0px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.select-field-5 {
  height: 45px;
  margin-right: 25px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: Poppins, sans-serif;
}

.select-field-5:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.select-field-5.home-form-select {
  position: relative;
  max-width: 210px;
  min-width: 210px;
}

.select-field-5.home-form-select:focus {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.textarea-2 {
  height: 120px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  font-family: Poppins, sans-serif;
}

.textarea-2:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.home-form-select {
  width: 100%;
  margin-right: 25px;
  margin-bottom: 25px;
}

.probressbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 220px;
  padding-left: 15px;
}

.progressbar-title {
  width: 45%;
}

.progressbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progressbar-percent-item {
  position: relative;
  width: 100%;
  max-width: 300px;
  padding-right: 10px;
  padding-left: 10px;
}

.html-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progressbar-percent {
  z-index: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.percent-symbol {
  font-size: 18px;
}

.progressbar-percent-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progressbar-percent-title {
  z-index: 500;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.percent-container {
  position: relative;
}

.home-4-testimonials-slider {
  position: relative;
  overflow: visible;
  height: 300px;
  margin-bottom: 20px;
}

.home-4-tstimonials-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.1);
}

.testimonials-slider-content {
  font-size: 20px;
  font-weight: 500;
}

.stars-container {
  font-family: 'Icon Font 3', sans-serif;
  color: #ff5e14;
}

.empty-stars {
  font-family: 'Icon Font 2', sans-serif;
}

.home-4-slider-section {
  margin-bottom: 0px;
  padding-bottom: 130px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url('../images/WorlMap.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-4-pricing-policy {
  margin-bottom: 250px;
  background-image: url('../images/aeroport-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pricing-policy-container {
  padding-top: 100px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(18, 28, 69, 0.9);
}

.pricing-policy-text-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-info-title {
  margin-bottom: 30px;
  color: #fff;
}

.text-info-description {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.pricing-policy-base-container {
  margin-top: -200px;
}

.home-4-we-best-section {
  margin-bottom: 120px;
  padding-top: 130px;
  padding-right: 15px;
  padding-left: 15px;
}

.we-best-title {
  width: 45%;
  padding-right: 20px;
}

.we-best-features-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.we-best-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.we-best-feature-item-info {
  padding-left: 20px;
}

.feature-item-image {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.feature-item-info-title {
  margin-top: 0px;
  text-align: left;
}

.start-save-background {
  background-color: rgba(18, 28, 69, 0.7);
}

.start-save-text {
  margin-right: 30px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.start-save-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-4-get-touch {
  padding-top: 100px;
  padding-bottom: 125px;
  background-image: url('../images/WorlMap.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.get-touch-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.6);
  font-size: 15px;
  text-align: center;
}

.get-touch_title-heading {
  margin-bottom: 20px;
}

.get-touch-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-4-slider-4-item-container {
  width: 100%;
  padding: 10px 0px;
}

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

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

.warehousing-top-banner {
  background-image: url('../images/shelves.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.werehouse-services {
  margin-top: 130px;
}

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

.werehouse-services-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.werehouse-services-content {
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.werehouse-services-content-item {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-item-info {
  width: 60%;
  padding-right: 40px;
}

.content-item-info.value-aditional-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-item-image {
  width: 40%;
}

.separate-line {
  padding-left: 17px;
}

.text-block-52 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.distribution-top-banner {
  background-image: url('../images/shelves.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.distribution-slider {
  margin-top: 130px;
}

.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.distribution-features-blocks {
  margin-top: 130px;
}

.distribution-features-container {
  width: 100%;
  max-width: 1230px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.distribution-feature-item-image {
  height: 163px;
}

.distribution-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.more-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.more-info-image {
  width: 40%;
}

.more-info-title {
  margin-top: 0px;
  margin-bottom: 30px;
}

.value-added-top-banner {
  background-image: url('../images/shelves.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.value-added-section {
  margin-top: 130px;
  margin-bottom: 80px;
}

.value-added-container {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.value-added-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.locations-image {
  display: block;
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.not-found-description {
  color: #fff;
}

.image-51 {
  width: 100%;
}

.pick-choose-section {
  margin-bottom: 130px;
  background-image: url('../images/shelves.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pick-choose-container {
  padding: 130px 15px;
  background-color: rgba(0, 0, 0, 0.8);
}

.pick-choose-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.style-guide-top-banner-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.style-guide-title {
  padding-bottom: 40px;
}

.section-title {
  margin-top: 0px;
  padding-bottom: 10px;
}

.style-guide-grid-system {
  padding-top: 30px;
}

.content-title {
  color: #a8a8a8;
  font-size: 18px;
}

.grid-system-container {
  margin-top: 60px;
}

.grid-system-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-system-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-table-top-row-item {
  padding: 20px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #000;
  background-color: #ff3f39;
  color: #fff;
  font-size: 18px;
}

.content-table-top-row-item.last-item {
  border-right-style: none;
}

.content-table-top-row-item.content-table-row-item-title {
  width: 190px;
}

.content-table-top-row-item.content-table-row-item-resolution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-table-bottom-row-item {
  padding: 20px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.content-table-bottom-row-item.content-table-row-item-title {
  width: 190px;
  background-color: #fff;
  color: #131c21;
  font-size: 18px;
}

.content-table-bottom-row-item.content-table-row-item-resolution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.content-table-bottom-row-item.last-item {
  border-right-style: none;
}

.size-sumbol-container {
  font-family: Raleway, sans-serif;
}

.style-guide-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.spacing-system {
  width: 100%;
  margin-right: 20px;
  padding-top: 30px;
}

.spacing-system.last-item {
  margin-right: 0px;
}

.spacing-image-container {
  position: relative;
  margin-top: 60px;
  padding-right: 70px;
}

.spacing-image-container.last-item {
  width: 250px;
}

.spacing-number {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f56f5e;
  font-size: 18px;
  line-height: 1em;
}

.spacing-number.middle {
  top: 33%;
  right: 40px;
}

.spacing-number.bottom {
  top: auto;
  bottom: 10px;
}

.bold-text-31 {
  color: #f56f5e;
  font-weight: 600;
}

.spacing-description {
  margin-top: 40px;
}

.style-guide-palette {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.colors-palette {
  margin-top: 40px;
  margin-right: 40px;
}

.colors-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.color-item {
  margin-right: 30px;
}

.color-item-background {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.color-item-background.red-background {
  background-color: #ff3f39;
}

.color-item-background.darck-background {
  background-color: #131c21;
}

.color-item-background.gray-background {
  background-color: rgba(19, 28, 33, 0.6);
}

.color-item-background.secondary-gray-background {
  background-color: #ebebeb;
}

.color-item-background.white-background {
  background-color: #fff;
}

.color-item-background.gold-background {
  background-color: #d9b995;
}

.color-text {
  color: rgba(19, 28, 33, 0.6);
}

.typography-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.style-guide-typography-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.typography-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.typography-content.last-item {
  width: 25%;
  margin-right: 0px;
}

.typography-content.licensing-typography {
  width: 50%;
}

.headings-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headings-container.icon-typo-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.headings-container.icon-typo-container.icon-licensing {
  margin-bottom: 30px;
}

.headings-container.icon-typo-container.licensing-images {
  margin-top: 0px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.item-content-font-family {
  font-size: 26px;
  line-height: 1.5em;
}

.item-content-font-family.link-typography {
  margin-bottom: 40px;
}

.heading-size-description {
  margin-bottom: 40px;
  color: rgba(19, 28, 33, 0.6);
  font-size: 14px;
  line-height: 1.8em;
}

.heading-size-description.link-size {
  margin-top: 10px;
  margin-bottom: 0px;
}

.heading-size-description.button-typography {
  margin-top: 30px;
  margin-bottom: 0px;
}

.size-sumbols {
  margin-right: 8px;
}

.heading-1-mobile {
  font-size: 45px;
  line-height: 55px;
}

.heading-2-mobile {
  font-size: 35px;
}

.heading-3-mobile {
  font-size: 25px;
  line-height: 35px;
}

.heading-4-mobile {
  font-size: 20px;
}

.heading-5-mobile {
  text-align: left;
}

.heading-1-tablet {
  font-size: 65px;
  line-height: 73px;
}

.heading-5-tablet {
  text-align: left;
}

.style-guide-paragraphs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.style-guide-icon-set-container-item {
  margin-right: 60px;
  margin-bottom: 60px;
}

.style-guide-icon-set-container-item.images-licensing-container {
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.style-guide-icon-set-container-item.images-licensing-container.last-element-in-column {
  margin-bottom: 0px;
}

.style-guide-icons-container {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.style-guide-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.style-guide-buttons-content-item {
  margin-right: 30px;
}

.news-top-banner {
  background-image: url('../images/adult-beverage.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-top-banner.categories-banner {
  background-color: rgba(4, 16, 38, 0.05);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.news-top-banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 130px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-list-4 {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.list-typo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-typo-item {
  margin-right: 60px;
}

.ordered-list-typo {
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
  list-style-type: decimal;
}

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

.section.gray-bg {
  background-color: #fafafa;
}

.section.banner-slider-section {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.section.red-background {
  background-color: #ff3f39;
}

.section.gray-background {
  background-color: #fafafa;
}

.section.template-banner {
  background-image: url('../images/adult-beverage.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.landing-homepages-background {
  overflow: hidden;
  background-image: url('../images/Landing_BG_Homepages.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
  background-image: url('../images/Landing_BG_Homepages.svg'), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
  background-position: 50% 23%, 0px 0px, 0px 0px;
  background-size: auto, auto, contain;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section.landing-templates-background {
  overflow: hidden;
  background-color: #131c21;
  background-image: url('../images/Landing_BG_Templates.svg');
  background-position: 50% 12%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.landing-tools-background {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ordered-list-item {
  padding-left: 0px;
  background-image: none;
  list-style-type: decimal;
}

.base-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.base-container.row-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.base-container.style-guide-spacing-container {
  max-width: 1230px;
}

.lists-typo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.quot-typo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quote-item {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 4px 4px 50px 0 rgba(0, 0, 0, 0.1);
}

.quote-item.dark-bg {
  background-color: #131c21;
}

.quote-item.light-quote-typo {
  margin-right: 30px;
}

.author-position {
  color: rgba(19, 28, 33, 0.6);
  font-weight: 600;
}

.author-position.white-text {
  color: #fff;
}

.author {
  display: block;
  margin-top: 30px;
}

.testimonials-slider {
  background-color: transparent;
}

.testimonials-slider.home-3-tstimonials-slider {
  background-color: #131c21;
}

.testimonials-slide {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

.home-2-under-navigation {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-2-slider-section {
  margin-top: 90px;
  margin-bottom: 100px;
}

.we-care-title {
  margin-bottom: 30px;
}

.home-3-testimonials {
  position: relative;
}

.home-4-testimonials {
  top: -100px;
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

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

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

.home-4-testimonials-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.mask-8 {
  overflow: visible;
  width: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.we-best-title-block-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.white-text-align-left {
  color: #fff;
  text-align: left;
}

.white-text-align-left.pick-choose-title {
  margin-top: 0px;
  margin-bottom: 35px;
  text-align: center;
}

.white-text-align-left.pick-choose-text {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.white-text-align-left.top-banner-text {
  width: 100%;
  max-width: 720px;
  text-align: center;
}

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

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

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

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

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

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

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

.hover-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 0%;
  height: 4px;
  background-color: #ff3f39;
}

.history-slider-left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
}

.history-slider-right-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin-left: 60px;
}

.post-container {
  margin-bottom: 30px;
  box-shadow: 3px 3px 50px 0 rgba(0, 0, 0, 0.1);
}

.blog-link-image {
  width: 100%;
}

.single-blog-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.anothers-blog-image {
  width: 100%;
  max-height: 175px;
  max-width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-alignment {
  text-align: left;
}

.map-2 {
  height: 557px;
}

.map-3 {
  height: 450px;
}

.banner-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.team-title {
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  text-align: center;
}

.number-progressbar-title {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.progressbar-title-heading {
  margin-bottom: 20px;
}

.warehousing-services-content-item-title {
  margin-bottom: 30px;
}

.more-blogs-title {
  text-align: center;
}

.why-moovit-heading {
  margin-top: 0px;
}

.top-banner-description {
  margin-bottom: 40px;
  opacity: 0.7;
  color: #fff;
}

.home-contact-info-title {
  text-align: left;
}

.location-map {
  height: 100%;
}

.start-save-section {
  background-image: url('../images/truck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.instraction-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.template-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.provide-title-heading {
  text-align: center;
}

.distribution-feature-item-title {
  text-align: center;
}

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

.team-list-item-position-title {
  text-align: left;
}

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

.clock-icon {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Icon Font 2', sans-serif;
}

.image-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 18px;
}

.link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-licensing-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing-image {
  width: 100%;
  height: 245px;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.licensing-image.clear-space {
  margin: 0px;
  padding: 0px;
}

.clear-space {
  margin: 0px;
  padding: 0px;
}

.primary-red-text {
  color: #ff3f39;
}

.content-buttons-landing {
  margin-top: 40px;
}

.top-banner-landing {
  width: 100%;
  max-width: 625px;
}

.top-banner-landing-background {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-top: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
  background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
  background-position: 20vw -24vh, 0px 0px, 0% 0%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.section-landing-customers {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1b1e23;
}

.landing-customers-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.landing-customers-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.landing-customers-content-right {
  display: -ms-grid;
  display: grid;
  width: 55%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-paragraph-style {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.top-margin-0 {
  margin-top: 0px;
}

.top-margin-30 {
  margin-top: 30px;
}

.primary-grey-text {
  color: rgba(19, 28, 33, 0.6);
}

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

.landing-screenshots-links-homepages {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-property: all;
  transition-property: all;
}

.landing-screenshots-links-homepages:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.homepages-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.top-margin-60 {
  margin-top: 60px;
}

.templates-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.landing-screenshots-links-templates {
  -webkit-transition-property: all;
  transition-property: all;
}

.landing-screenshots-links-templates:hover {
  box-shadow: 1px 1px 20px 0 hsla(0, 0%, 100%, 0.3);
  opacity: 1;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.landing-practical-tools-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.landing-bottom-purchase-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-now-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px 6px 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #131c21;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.buy-now-fixed:hover {
  opacity: 1;
}

.image-52 {
  width: 16px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.image-53 {
  position: static;
  float: left;
  clear: left;
  text-align: center;
}

.image-54 {
  float: left;
}

.image-55 {
  float: left;
}

.shipments-text-2 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: rgba(19, 28, 33, 0.7);
  font-size: 18px;
  line-height: 1.67em;
  font-weight: 400;
  text-align: left;
}

.heading-2 {
  margin-bottom: 0px;
  font-size: 16px;
  text-align: left;
}

.columns-7 {
  padding-top: 20px;
}

.button-green {
  min-width: 155px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px 32px;
  background-color: #ff3f39;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Poppins, sans-serif;
  line-height: 1.15;
  font-weight: 400;
  cursor: pointer;
}

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

.button-green.subscribe-button {
  min-width: auto;
  margin-left: 0px;
}

.button-green.buy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-green.subscribe-button-2 {
  height: 58px;
  margin-left: 0px;
  background-color: #000;
}

.button-green.subscribe-button-2:hover {
  background-color: #2f434e;
}

.button-green.subscribe-button-2.red-subscribe-button {
  margin-left: 0px;
  background-color: #ff3f39;
}

.button-green.subscribe-button-2.red-subscribe-button:hover {
  background-color: #dc0d06;
}

.button-green.dark-button {
  background-color: #131c21;
  color: #fff;
}

.button-green.dark-button:hover {
  background-color: #2f434e;
  opacity: 1;
}

.button-green.primary-button:hover {
  opacity: 1;
}

.button-green.light-button {
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #ff3f39;
}

.button-green.light-button:hover {
  background-color: #131c21;
  opacity: 1;
  color: #fff;
}

.button-green.inline-button {
  min-width: auto;
  margin-bottom: 21px;
  padding: 21px 0px 0px;
  border-bottom: 1px solid #ff3f39;
  background-color: transparent;
  color: #ff3f39;
}

.driver {
  padding-left: 40px;
  color: #131c21;
  text-align: left;
}

.home.w--current {
  padding-left: 25px;
  color: #131c21;
}

.register {
  padding-left: 40px;
  color: #131c21;
}

.sign-in {
  padding-left: 40px;
  color: #131c21;
}

.image-58 {
  overflow: hidden;
}

.image-59 {
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .brand {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button {
    color: #fff;
    text-align: center;
  }

  .nav-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .get-quote-link-3.get-quote-link {
    color: #ff3f39;
  }

  .video-container {
    width: 55%;
  }

  .media-section {
    padding-left: 170px;
  }

  .video-additional-image {
    bottom: -200px;
    max-width: 460px;
  }

  .mask {
    width: 31.75%;
  }

  .pricing.price-item-center.home-4-pricing-item-central {
    position: relative;
  }

  .pricing-background {
    display: none;
  }

  .history-item-contents {
    height: 100%;
  }

  .slider-additional-image {
    display: none;
  }

  .optimization-logistics {
    margin-bottom: 59px;
  }

  .optimization-logistics-title {
    padding-right: 40px;
  }

  .photos-section {
    width: 100%;
  }

  .photos-section-image {
    width: 25%;
  }

  .logistic-solutions-item.central-item {
    padding-bottom: 25px;
  }

  .logistic-solution-item-info {
    padding-right: 40px;
    padding-left: 40px;
  }

  .blog-image {
    max-height: 230px;
  }

  .blog-date {
    font-family: Poppins, sans-serif;
    color: #71777b;
  }

  .blog-title-author-image {
    width: 50px;
  }

  .blog-socials-links.bottom-social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    -webkit-transition: color 400ms ease, background-color 400ms ease;
    transition: color 400ms ease, background-color 400ms ease;
  }

  .blog-socials-links.bottom-social-link:hover {
    background-color: #ff3f39;
    color: #fff;
  }

  .single-blog-more-post {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fafafb;
  }

  .collection-list-wrapper {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-blog-socials-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .more-post-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .author-image {
    width: 50px;
    height: 50px;
    margin-right: 25px;
    border-radius: 50%;
  }

  .blog-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-author-name {
    font-family: Poppins, sans-serif;
    color: #000;
    font-weight: 500;
  }

  .blog-text {
    font-family: Poppins, sans-serif;
    color: #71777b;
    font-size: 15px;
    line-height: 1.7;
  }

  .before-name {
    font-family: Poppins, sans-serif;
    color: #000;
    font-weight: 500;
  }

  .slider-left-arrow-icon.black-slider-arrow {
    font-family: 'Icon Font 3', sans-serif;
  }

  .slider-right-arrow-icon {
    font-family: 'Icon Font 3', sans-serif;
  }

  .slider-content-container {
    padding-left: 60px;
  }

  .slider-content-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slider-content-button.slider-content-red-button {
    margin-top: 0px;
    margin-left: 30px;
  }

  .video-slider-additional-image-1 {
    display: block;
  }

  .video-slider-additional-image-2 {
    display: block;
  }

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

  .info-block-content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .headings-container.icon-typo-container.licensing-images {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .style-guide-icon-set-container-item.images-licensing-container {
    margin-bottom: 0px;
  }

  .style-guide-buttons-content-item {
    margin-right: 60px;
  }

  .link-licensing-image {
    width: 33%;
  }

  .button-green {
    background-color: #1ea54d;
    color: #fff;
    text-align: center;
    mix-blend-mode: normal;
  }

  .driver {
    padding-left: 100px;
    color: #131c21;
    text-transform: uppercase;
  }

  .home {
    padding-left: 100px;
    color: #131c21;
    text-transform: uppercase;
  }

  .register {
    padding-left: 100px;
    color: #131c21;
    text-transform: uppercase;
  }

  .sign-in {
    padding-left: 100px;
    color: #131c21;
    text-transform: uppercase;
  }

  .image-56 {
    padding-top: 20px;
  }

  .image-57 {
    padding-top: 20px;
  }

  .container-405 {
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .brand {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .video-container {
    width: 56%;
  }

  .media-section {
    width: 52%;
  }

  .pricing-item {
    top: -300px;
  }

  .pricing-background {
    display: block;
  }

  .pricing-additional-image-1 {
    display: none;
  }

  .pricing-additional-image-2 {
    display: none;
  }

  .slider-additional-image {
    left: 5%;
    display: inline-block;
  }

  .background-image-2 {
    width: 20%;
  }

  .top-banner-landing-background {
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
    background-position: 30vw -18vh, 0px 0px, 0% 0%;
  }
}

@media screen and (min-width: 1920px) {
  .brand {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-slider-item-1 {
    background-size: cover;
  }

  .home-container.testimonials-container {
    overflow: hidden;
    max-width: 100%;
  }

  .nav-menu {
    padding-left: 35%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video-container {
    width: 56%;
  }

  .media-section {
    padding-left: 130px;
  }

  .media-section-description {
    max-width: 570px;
  }

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

  .play-button-icon {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transition: border-width 200ms ease, border-color 300ms ease;
    transition: border-width 200ms ease, border-color 300ms ease;
  }

  .home-2-slider-background.home-2-slider-background-image {
    background-image: url('../images/blured-boxes-2.jpg');
  }

  .home-testimonials {
    padding-top: 110px;
    padding-left: 10%;
  }

  .home-testimonials-container {
    background-color: transparent;
  }

  .pricing {
    max-height: 550px;
  }

  .pricing-additional-image-1 {
    display: block;
  }

  .pricing-additional-image-2 {
    display: block;
  }

  .slider-additional-image {
    left: 10%;
  }

  .single-blog-more-post {
    padding-top: 100px;
  }

  .testimonials-container {
    margin-left: 15%;
    padding-right: 0px;
  }

  .testimonials-background-text {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 25%;
  }

  .background-image-1 {
    width: 25%;
  }

  .background-image-2 {
    width: 20%;
  }

  .pricing-packs-background {
    background-image: url('../images/Mask-Group.blured-1.jpg');
    background-position: 0% 50%;
  }

  .distribution-slider-container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .testimonials-slider {
    background-color: transparent;
  }

  .testimonials-slider.home-3-tstimonials-slider {
    max-width: 1800px;
  }

  .testimonials-slider.testimonials-page-testimonials {
    max-width: 100%;
  }

  .testimonials-slide {
    padding-right: 30px;
    background-color: transparent;
    box-shadow: none;
  }

  .mask-7 {
    overflow: visible;
    width: 100%;
    max-width: 1000px;
  }

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

  .top-banner-landing {
    margin-top: -80px;
  }

  .top-banner-landing-background {
    padding-top: 300px;
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
    background-position: 36vw -10vh, 0px 0px, 0% 0%;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 65px;
  }

  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

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

  .button.dark-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.primary-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.light-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.inline-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #131c21;
    text-align: left;
  }

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

  .nav-link.new-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .banner-first-button.light-button.additional-block-button {
    position: static;
    margin-top: 20px;
  }

  .subscribe-form-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscribe-form-input {
    width: 100%;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .home-container.row {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .home-container.row.row-reverse {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .home-container.testimonials-container {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

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

  .home-container.home-contacts-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-container.mission-features-blocks {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

  .subtitle {
    background-color: transparent;
  }

  .subtitle.services-title {
    -webkit-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
  }

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

  .services-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

  .home-logistics-section {
    height: 100%;
    margin-bottom: 80px;
    padding-top: 20px;
  }

  .home-contacts {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

  .video-container {
    width: 100%;
    max-height: 300px;
    max-width: 1024px;
    min-height: 300px;
  }

  .media-section {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin-right: 0px;
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 40px;
  }

  .media-section-description {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
  }

  .video-additional-image {
    display: none;
  }

  .home-contact-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .icont {
    color: #fff;
  }

  .contact-info-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

  .home-2-slider.get-touch-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask {
    width: 48%;
  }

  .right-arrow-2.hidden-slider-arrow {
    display: none;
    overflow: hidden;
  }

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

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

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

  .slide-item-info.home-4-slider-4-item-content {
    height: 100%;
  }

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

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

  .icon-4.blak-navigation-button {
    color: #131c21;
  }

  .counter {
    font-size: 40px;
  }

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

  .progressbar-item {
    height: auto;
  }

  .home-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-title {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 750px;
    font-size: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .home-testimonials-item-rev {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .home-testimonials-item-author {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-testimonials-container {
    min-width: auto;
  }

  .home-testimonials-container.home-4-testimonials-container {
    min-width: auto;
  }

  .home-pricing-plans {
    margin-top: 40px;
  }

  .pricing-container {
    max-height: none;
    margin-top: 20px;
  }

  .pricing-item {
    top: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-item.pricing-packs-item {
    bottom: 20px;
  }

  .pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-height: none;
    max-width: 350px;
    margin-bottom: 30px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing.price-item-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-height: none;
    min-height: auto;
    margin-left: 20px;
    padding-top: 20px;
    border: 1px none #000;
    box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, 0.08);
  }

  .pricing.price-item-center.home-2-pricing-item {
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-style: solid;
    border-top-width: 7px;
  }

  .pricing.price-item-center.home-4-pricing-item-central {
    width: 46%;
    max-width: none;
    margin-left: 0px;
    padding-bottom: 45px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-top-color: #ff3f39;
  }

  .pricing.home-2-pricing-item {
    width: 100%;
    max-width: 47%;
  }

  .pricing.home-4-pricing-item {
    width: 45%;
    max-width: none;
    margin-right: 15px;
    margin-left: 15px;
  }

  .pricing-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .pricing-background {
    display: none;
  }

  .home-graphic {
    margin-top: 60px;
    margin-bottom: 45px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

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

  .subscribe-newsletter {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

  .company-banner-section {
    position: relative;
    padding: 190px 15px 195px;
  }

  .about-us-title {
    font-size: 65px;
    text-align: center;
  }

  .about-us-title.history-item-title {
    font-size: 45px;
  }

  .about-us-title.about-us-banner-title {
    display: block;
    margin-top: 20px;
    font-size: 65px;
  }

  .banner-bottom-menu {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bottom-menu {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shipments-title {
    padding-right: 15px;
    padding-left: 15px;
  }

  .we-give-title {
    font-size: 40px;
  }

  .columns-6 {
    margin-bottom: 90px;
  }

  .shipments-progressbar-item {
    width: 46%;
    height: 544px;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .shipments-progressbar-item.central-item {
    width: 46%;
    height: 544px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shipments-progressbar-item.central-item.distribution-feature {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .shipments-progressbar-item.distribution-feature {
    width: 46%;
    height: 440px;
    padding: 30px;
  }

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

  .history-title {
    padding: 100px 15px 35px;
  }

  .history-item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .history-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .history-item-content {
    margin-top: 30px;
  }

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

  .history-slide-title {
    font-size: 23px;
  }

  .history-slider-item-image {
    width: 50%;
    height: 100%;
    margin-right: 20px;
  }

  .slider-additional-image {
    display: none;
  }

  .optimization-logistics {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partners-section {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .partners-section-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .partner-link.partner-1 {
    max-width: 33%;
  }

  .partner-link.partner-2 {
    max-width: 33%;
  }

  .partner-link.partner-3 {
    max-width: 33%;
  }

  .partner-link.partner-4 {
    max-width: 33%;
  }

  .partner-link.partner-5 {
    max-width: 33%;
  }

  .partner-link.partner-6 {
    max-width: 33%;
  }

  .partner-link.partner-7 {
    width: 33%;
  }

  .partner-link.partner-8 {
    width: 33%;
  }

  .partner-link.partner-9 {
    width: 33%;
  }

  .partner-link.partner-10 {
    width: 33%;
  }

  .partner-link.partner-11 {
    width: 33%;
  }

  .partner-link.partner-12 {
    width: 33%;
  }

  .optimazing-header {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .subscribe-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-subscribe-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .optimization-logistics-title {
    padding-right: 15px;
    padding-left: 15px;
  }

  .photos-section-image {
    width: 25%;
  }

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

  .additional-info-section.complete-title {
    margin-bottom: 80px;
  }

  .additional-info-section.careers-info-title {
    margin-top: 40px;
    margin-bottom: 30px;
  }

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

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

  .slider-arrow-icon {
    padding-left: 5px;
  }

  .logistic-solution-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logistic-solutions-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logistic-solutions-item.central-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logistic-solutions-item.base-content-item {
    width: 47%;
    margin-bottom: 0px;
  }

  .logistic-solution-text {
    color: rgba(19, 28, 33, 0.6);
  }

  .help-businesses {
    padding-right: 15px;
    padding-bottom: 100px;
    padding-left: 15px;
  }

  .mission-top-banner {
    padding: 195px 15px 190px;
  }

  .our-mission-banner-title {
    font-size: 65px;
  }

  .mission-features-blocks {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

  .dropdown-link {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

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

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

  .mission-info-mission {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

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

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

  .help-section {
    margin-top: 80px;
  }

  .help-section.warehousing-help {
    margin-top: 60px;
  }

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

  .contact-location-bacground {
    display: none;
  }

  .services-title-heading {
    font-size: 65px;
  }

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

  .shipment-progressbar-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .collection-item {
    width: 50%;
  }

  .single-blog-content {
    padding-top: 100px;
  }

  .single-blog-title {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .single-blog-more-post {
    padding-top: 80px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .collection-item-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-blog-socials-links {
    margin-bottom: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .feature-block-item {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

  .dropdown {
    -webkit-transition: height 400ms ease;
    transition: height 400ms ease;
  }

  .home-contact-info {
    width: 50%;
    padding-bottom: 20px;
  }

  .counter-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter-item {
    width: 47%;
    margin-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }

  .graphic-image {
    width: 377px;
  }

  .businesses-graphic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .businesses-graphic-content {
    padding-left: 30px;
  }

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

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

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

  .left-arrow-4 {
    top: 420px;
    bottom: auto;
  }

  .right-arrow-4 {
    top: 420px;
    bottom: auto;
  }

  .home-3-slider-3-item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  .slider-content-container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-left: 40px;
  }

  .home-3-slide-image {
    width: 100%;
    height: 480px;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider-content-title {
    font-size: 40px;
  }

  .slider-content-button.slider-content-red-button {
    margin-top: 20px;
    margin-left: 0px;
  }

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

  .testimonials-partners {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .partner-container {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonials-background-text {
    padding-left: 0%;
    font-size: 17vh;
  }

  .testimonials-background-text.home-3-testimonials-backgroud {
    display: none;
  }

  .testimonials-help-businesses {
    margin-bottom: 0px;
  }

  .help-businesses-background {
    display: none;
  }

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

  .home-3-slider-item-1 {
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .home-3-slider-item-2 {
    background-position: 0% 0%;
  }

  .home-3-slider-item-3 {
    background-position: 0% 0%;
  }

  .short-info-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .short-info-content {
    padding-left: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-3-content-item {
    width: 50%;
  }

  .home-3-numbers-progressbar {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .home-3-under-navigation-section {
    display: none;
  }

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

  .number-progressbar-container {
    margin-bottom: 80px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .get-quote {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-quote.home-3-get-quote {
    margin-top: 50px;
  }

  .home-3-video-slider {
    margin-bottom: 170px;
  }

  .right-arrow-6 {
    bottom: -70px;
  }

  .left-arrow-6 {
    bottom: -70px;
  }

  .home-3-video-slider-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .video-slider-background {
    bottom: -70px;
  }

  .video-slider-additional-image-1 {
    display: none;
  }

  .video-slider-additional-image-2 {
    display: none;
  }

  .lists-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-3-list-item {
    width: 50%;
  }

  .home-3-testimonials-slider-container {
    padding-bottom: 40px;
  }

  .home-inline-progressbar {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .inline-progressbar-container {
    margin-bottom: 40px;
  }

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

  .home-2-partners {
    margin-top: 75px;
    margin-bottom: 70px;
  }

  .provide-item {
    width: 50%;
  }

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

  .home-2-numbers-progressbar {
    margin-bottom: 70px;
  }

  .numbers-progressbar-container {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .numbers-progressbar-item {
    width: 50%;
  }

  .slider-aditional-image {
    z-index: 10;
  }

  .home-2-form-section {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .home-pricing-packs {
    margin-bottom: 90px;
    padding-top: 40px;
  }

  .pricing-packs-background {
    bottom: 0px;
    max-height: 980px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .pricing-aditional-image {
    display: none;
  }

  .home-2-features-blocks {
    margin-bottom: 100px;
  }

  .collection-list-3 {
    padding-right: 15px;
    padding-left: 15px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 25px auto 25px auto;
    grid-template-rows: auto auto auto;
  }

  .home-2-cpt-item {
    height: 100%;
  }

  .home-2-cpt-item:hover {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }

  .why-choose-us-top-banner {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .distribution-slider-container {
    position: relative;
    margin-top: 65px;
    margin-bottom: 190px;
  }

  .services-list-container {
    margin-bottom: 80px;
  }

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

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

  .leadership-we-mooving {
    margin-top: 100px;
  }

  .we-mooving-container {
    margin-bottom: 90px;
  }

  .we-mooving-item {
    margin-top: 70px;
  }

  .persone-item-container {
    width: 25%;
    height: 100%;
  }

  .person-item-info {
    padding-right: 20px;
  }

  .career-nimbers-progressbar {
    margin-top: 100px;
  }

  .career-team-list {
    margin-bottom: 100px;
  }

  .team-list-item-location {
    padding-right: 15px;
    padding-left: 15px;
  }

  .team-list-button-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .not-found-header {
    font-size: 180px;
  }

  .button {
    font-size: 14px;
  }

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

  .content-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .logistics-content-info {
    margin-top: 95px;
  }

  .logistics-info-block {
    margin-top: 100px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

  .info-block-container {
    width: 50%;
    margin-bottom: 30px;
  }

  .home-4-glogal-shipping {
    margin-top: 170px;
  }

  .tabs {
    top: -80px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form-2 {
    width: 100%;
  }

  .tab-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-aditional-block {
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .aditional-block-container {
    min-height: auto;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .probressbar-container {
    padding-bottom: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .progressbar-title {
    width: 100%;
  }

  .progressbar-container {
    width: 100%;
    margin-top: 20px;
  }

  .progressbar-percent-item {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-4-testimonials-slider {
    margin-bottom: 0px;
  }

  .home-4-slider-section {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
  }

  .pricing-policy-container {
    padding-top: 60px;
  }

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

  .pricing-policy-base-container {
    margin-top: -210px;
  }

  .home-4-we-best-section {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .we-best-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .we-best-features-blocks {
    width: 100%;
    margin-top: 50px;
  }

  .start-save-text {
    margin-bottom: 10px;
    text-align: center;
  }

  .start-save-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-4-get-touch {
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .get-touch_title-heading {
    text-align: center;
  }

  .werehouse-services {
    margin-top: 100px;
  }

  .werehouse-services-content {
    margin-top: 50px;
  }

  .werehouse-services-content-item {
    margin-bottom: 50px;
  }

  .distribution-slider {
    margin-top: 100px;
  }

  .title-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .distribution-features-blocks {
    margin-top: 100px;
  }

  .distribution-features-container {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .distribution-more-info {
    margin-top: 70px;
  }

  .more-info-content {
    padding-right: 30px;
  }

  .more-info-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .value-added-section {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .value-added-item {
    margin-top: 50px;
  }

  .not-found-description {
    color: #fff;
    font-size: 30px;
    text-align: center;
  }

  .pick-choose-section {
    margin-bottom: 100px;
  }

  .pick-choose-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .spacing-number.middle {
    margin-right: -10px;
  }

  .spacing-number.middle.mobile-space {
    margin-top: -10px;
    margin-right: 10px;
    padding-right: 0px;
  }

  .spacing-number.bottom.mobile-space {
    margin-bottom: -12px;
  }

  .spacing-number.mobile-space {
    padding-right: 20px;
  }

  .style-guide-typography-heading {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .typography-content {
    width: 45%;
  }

  .typography-content.last-item {
    width: 100%;
  }

  .headings-container.icon-typo-container.licensing-images {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .style-guide-icon-set-container-item.images-licensing-container {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .style-guide-buttons-content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown.nav-link.news-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .section.landing-homepages-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .section.landing-templates-background {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .base-container.row-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-2-slider-section {
    margin-top: 90px;
  }

  .row-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-toggle-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

  .history-slider-left-arrow {
    top: auto;
    right: 60px;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .history-slider-right-arrow {
    left: 60px;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .single-blog-collection-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .anothers-blog-image {
    max-height: 100px;
  }

  .banner-heading {
    font-size: 65px;
  }

  .provide-title-heading {
    text-align: center;
  }

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

  .person-item-info-name {
    text-align: left;
  }

  .link-licensing-image {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-buttons-landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-banner-landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-banner-landing-background {
    height: 110vh;
    padding-top: 140px;
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
    background-position: -40vw 30vh, 0px 0px, 0% 0%;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .landing-customers-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .landing-customers-content-right {
    width: 60%;
    grid-row-gap: 20px;
  }

  .landing-container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .button-green.dark-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-green.primary-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-green.light-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-green.inline-button {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
  }

  h2 {
    font-size: 35px;
    line-height: 44px;
  }

  h3 {
    font-size: 25px;
  }

  img {
    overflow: auto;
  }

  .container {
    padding-left: 0px;
  }

  .brand {
    margin-left: 55%;
  }

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

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

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

  .banner-first-button.light-button.additional-block-button {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
  }

  .first-button-container {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-nav {
    display: none;
  }

  .subscribe-form {
    padding: 20px 0px 0px;
  }

  .subscribe-form-input {
    width: 160px;
  }

  .home-container.mission-features-blocks {
    padding-top: 70px;
  }

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

  .second-butoon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .video-container {
    width: 100%;
  }

  .media-section {
    width: 100%;
    max-height: 350px;
    padding: 30px 15px 0px;
  }

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

  .contact-info-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-2-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .link-image.post-link-image-1.home-2-slider-image-1 {
    min-height: auto;
  }

  .paragraph.cpt-paragraph {
    max-width: 100%;
  }

  .home-testimonials {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-testimonials-item-author {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-testimonials-container {
    min-width: 100%;
  }

  .pricing-item.pricing-packs-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing.price-item-center.home-2-pricing-item {
    margin-left: 0px;
  }

  .pricing.price-item-center.home-4-pricing-item-central {
    width: 100%;
    max-width: none;
    margin-right: 15px;
    margin-left: 15px;
  }

  .pricing.home-2-pricing-item {
    width: 100%;
    max-width: 100%;
  }

  .pricing.home-4-pricing-item {
    width: 100%;
  }

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

  .home-graphic {
    margin-top: 60px;
  }

  .subscribe-newsletter {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .footer-socials-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .footer-item-container.item-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .shipments-text {
    margin-top: 30px;
  }

  .columns-6 {
    margin-bottom: 50px;
  }

  .shipments-progressbar-item {
    width: 100%;
  }

  .shipments-progressbar-item.central-item {
    width: 100%;
  }

  .shipments-progressbar-item.distribution-feature {
    width: 100%;
  }

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

  .history-title {
    padding-top: 60px;
  }

  .history-item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-2 {
    padding-bottom: 80px;
  }

  .optimization-logistics-title {
    padding-bottom: 30px;
  }

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

  .additional-info-section.complete-title {
    margin-bottom: 40px;
  }

  .additional-info-section.careers-info-title {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .logistic-solutions-item {
    width: 100%;
  }

  .logistic-solutions-item.base-content-item {
    width: 100%;
  }

  .help-businesses {
    padding-bottom: 60px;
  }

  .mission-features-blocks {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .mission-info-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mission-info-drive {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mission-info-goal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

  .help-section {
    margin-top: 30px;
  }

  .help-section.warehousing-help {
    margin-top: 30px;
  }

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

  .contact-location-item.central-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-title-heading {
    text-align: center;
  }

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

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

  .single-blog-content {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .single-blog-more-post {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-item-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .single-blog-socials-links {
    margin-bottom: 60px;
  }

  .more-post-title {
    margin-bottom: 30px;
  }

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

  .blogs-info-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .businesses-graphic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .businesses-graphic-content {
    width: 100%;
    padding-left: 0px;
  }

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

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

  .left-arrow-4 {
    left: 0%;
    top: 290px;
    right: auto;
    bottom: auto;
  }

  .right-arrow-4 {
    left: 0%;
    top: 290px;
    right: auto;
    bottom: auto;
  }

  .home-3-slider-3-item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  .slider-content-container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 20px 40px;
  }

  .slider-background {
    bottom: 0px;
  }

  .home-3-slide-image {
    width: 100%;
    height: 350px;
  }

  .slider-content-title {
    font-size: 30px;
  }

  .slider-content-buttons {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-content-button {
    margin-right: 40px;
    margin-bottom: 20px;
  }

  .slider-content-button.slider-content-red-button {
    margin-top: 0px;
  }

  .testimonials-section {
    padding-right: 0px;
    padding-left: 15px;
  }

  .testimonials-container {
    margin-left: 0px;
  }

  .testimonials-partners {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .partner-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonials-background-text {
    display: none;
  }

  .short-info-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .short-info-images {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .short-info-content {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-image-container {
    width: 100%;
    padding-bottom: 15px;
  }

  .image-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-3-content-item-title {
    font-size: 17px;
  }

  .home-3-content-item {
    width: 100%;
  }

  .home-3-numbers-progressbar {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .under-navigation-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .number-progressbar-container {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-heading-container {
    width: 100%;
  }

  .title-text-container {
    width: 100%;
  }

  .get-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-quote.home-3-get-quote {
    margin-top: 0px;
  }

  .home-3-video-slider {
    margin-bottom: 140px;
  }

  .home-3-testimonials-slider-container {
    padding-bottom: 20px;
  }

  .home-inline-progressbar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inline-progressbar-container {
    margin-bottom: 20px;
  }

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

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

  .home-2-partners {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .provide-item {
    width: 100%;
  }

  .home-2-numbers-progressbar {
    margin-bottom: 50px;
  }

  .numbers-progressbar-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .numbers-progressbar-item {
    width: 50%;
  }

  .slider-aditional-image {
    width: 40%;
    max-width: 100%;
  }

  .home-2-form-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-pricing-packs {
    margin-bottom: 60px;
    padding-top: 10px;
  }

  .pricing-packs-background {
    max-height: 100%;
  }

  .home-2-features-blocks {
    margin-bottom: 60px;
  }

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

  .distribution-slider-container {
    margin-top: 20px;
    margin-bottom: 160px;
  }

  .services-list-container {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-list-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .leadership-we-mooving {
    margin-top: 60px;
  }

  .we-mooving-container {
    margin-bottom: 45px;
  }

  .we-mooving-item {
    margin-top: 35px;
  }

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

  .person-image {
    width: 100%;
  }

  .career-nimbers-progressbar {
    margin-top: 60px;
  }

  .career-team-list {
    margin-bottom: 60px;
  }

  .team-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-list-item-position {
    width: 100%;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-list-item-location {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-list-item-type {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-list-item-button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-list-title {
    display: none;
  }

  .team-list-item-title {
    font-family: Poppins, sans-serif;
    color: #131c21;
    font-size: 13px;
    line-height: 1.2;
  }

  .team-list-item-title-heading {
    display: block;
  }

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

  .not-found-header {
    font-size: 110px;
  }

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

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

  .home-4-logistics-section {
    margin-bottom: 100px;
  }

  .home-4-logistics-features-blocks {
    margin-bottom: -100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logistics-content-info {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logistics-info-block {
    margin-top: 60px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .feature-block-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .item-container-background {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-info-title {
    width: 100%;
  }

  .content-info-text {
    width: 100%;
  }

  .content-info-heading {
    font-size: 35px;
  }

  .info-block-container {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-block-content {
    padding: 30px 20px;
  }

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

  .home-4-glogal-shipping {
    margin-top: 100px;
  }

  .tabs {
    top: -50px;
  }

  .contact-form-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .tab-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-aditional-block {
    width: 100%;
  }

  .container-5 {
    padding-left: 0px;
  }

  .probressbar-container {
    padding-bottom: 160px;
  }

  .home-4-testimonials-slider {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-4-slider-section {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-4-pricing-policy {
    margin-bottom: 210px;
  }

  .pricing-policy-container {
    padding-top: 35px;
  }

  .home-4-we-best-section {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .start-save-container {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-4-get-touch {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .werehouse-services {
    margin-top: 60px;
  }

  .werehouse-services-content {
    margin-top: 10px;
  }

  .werehouse-services-content-item {
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .distribution-slider {
    margin-top: 60px;
  }

  .distribution-features-blocks {
    margin-top: 60px;
  }

  .distribution-features-container {
    margin-top: 20px;
  }

  .distribution-more-info {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .more-info-content {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
  }

  .more-info-image {
    width: 100%;
  }

  .value-added-section {
    margin-bottom: 10px;
  }

  .value-added-item {
    margin-top: 20px;
  }

  .pick-choose-section {
    margin-bottom: 60px;
  }

  .pick-choose-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    margin-top: 0px;
  }

  .style-guide-spacing {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .style-guide-palette {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .style-guide-typography-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .typography-content {
    width: 100%;
  }

  .typography-content.licensing-typography {
    width: 100%;
  }

  .item-content-font-family {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-1-tablet {
    font-size: 45px;
  }

  .style-guide-paragraphs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .style-guide-icon-set-container-item {
    margin-right: 40px;
  }

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

  .base-container.row-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-slide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-2-slider-section {
    margin-bottom: 60px;
  }

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

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

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

  .single-blog-collection-list {
    margin-bottom: 30px;
  }

  .map-3 {
    height: 250px;
  }

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

  .template-title {
    margin-bottom: 40px;
  }

  .link-licensing-image {
    width: 100%;
  }

  .top-banner-landing-background {
    height: 80vh;
    padding-top: 100px;
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
    background-position: -20vw 20vh, 0px 0px, 0% 0%;
    background-size: 160vw, auto, cover;
  }

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

  .landing-customers-content-left {
    width: 100%;
    margin-top: 30px;
  }

  .landing-customers-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }

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

  .top-margin-60 {
    margin-top: 40px;
  }

  .templates-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .landing-practical-tools-grid {
    margin-top: 40px;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .landing-bottom-purchase-section {
    margin-top: 60px;
  }

  .landing-practical-tools-element-alignment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .shipments-text-2 {
    margin-top: 30px;
  }

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

  .image-58 {
    overflow: hidden;
  }

  .image-59 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 25px;
    line-height: 32px;
  }

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

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

  .navigation-logo-image-2.why-us-logo {
    max-width: 150px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    min-width: 60%;
    margin-left: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .button.subscribe-button {
    width: 100%;
  }

  .button.subscribe-button-2 {
    width: 100%;
  }

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

  .home-slider-item-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Cargo_ship.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Cargo_ship.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .home-slider-item-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/warehouse.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/warehouse.jpeg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .banner-slider {
    height: 100%;
  }

  .home-slider-item-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/warehouse_containers.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/warehouse_containers.jpeg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .banner-slider-container {
    height: 100%;
    min-height: 750px;
    padding-top: 60px;
  }

  .banner-first-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .banner-first-button.light-button.additional-block-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-second-button {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .banner-buttons {
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-button-container {
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-nav {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .subscribe-form {
    padding: 10px 0px 0px;
  }

  .centered-container {
    height: 100%;
    text-align: left;
  }

  .subscribe-form-flex {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-form-input-wrapper {
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
    min-width: 150px;
  }

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

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

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

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

  .home-container.testimonials-container {
    margin-right: auto;
    padding-right: 0px;
    padding-left: 15px;
  }

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

  .home-container.home-contacts-info {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .home-container.mission-features-blocks {
    padding-top: 70px;
  }

  .home-container.additional-block {
    margin-bottom: 60px;
    padding-top: 0px;
  }

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

  .provide-title.home-2-provide-title {
    margin-top: 30px;
  }

  .second-butoon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

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

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subtitle.banner-top-title {
    width: 170px;
  }

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

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

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

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

  .home-logistics-section {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .home-contacts {
    padding-bottom: 20px;
  }

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

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

  .get-quote-text-3.additional-block-text {
    margin-top: 0px;
    padding-top: 0px;
  }

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

  .get-quote-link-3.get-quote-link {
    margin-top: 30px;
    padding-left: 0px;
  }

  .media-section {
    max-height: none;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .media-section-title {
    line-height: 1.2;
  }

  .media-section-description {
    font-size: 17px;
  }

  .video-additional-image {
    right: 0px;
  }

  .home-contact-form {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

  .icont {
    margin-right: 20px;
  }

  .contact-info-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .link-3 {
    margin-bottom: 15px;
  }

  .home-number-progressbar {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

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

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

  .slide-item-container.slide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .link-image.post-link-image-1 {
    min-height: 288px;
  }

  .link-image.post-link-image-2 {
    min-height: 288px;
  }

  .link-image.post-link-image-3 {
    min-height: 288px;
  }

  .link-image.post-link-image-4 {
    min-height: 288px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.about-slider-item-description {
    text-align: center;
  }

  .paragraph.progressbar-description {
    margin-bottom: 10px;
  }

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

  .paragraph.businesses-graphic-text {
    text-align: left;
  }

  .paragraph.more-info-text {
    text-align: left;
  }

  .paragraph.info-block-text {
    text-align: left;
  }

  .paragraph.we-best-features-item-text {
    text-align: left;
  }

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

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

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

  .home-2-slider-background.home-2-slider-background-image {
    top: auto;
    overflow: hidden;
    max-height: 90%;
    background-image: url('../images/blured_boxes.jpg');
  }

  .icon-4 {
    color: #000;
  }

  .counter {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.2;
  }

  .counter-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .progressbar-item {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .home-testimonials {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonials-title {
    width: 100%;
    max-width: none;
  }

  .home-testimonials-item-rev {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-testimonials-item-author {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .author-photo.author-1 {
    margin-right: 20px;
  }

  .author-photo.author-2 {
    margin-right: 20px;
  }

  .home-testimonials-container {
    min-width: auto;
    margin-left: 0px;
  }

  .home-pricing-plans {
    margin-top: 40px;
  }

  .pricing-item.home-2-pricing-items {
    margin-top: 0px;
  }

  .pricing {
    width: 100%;
    max-height: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing.price-item-center {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing.price-item-center.home-4-pricing-item-central {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing.home-2-pricing-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing.home-4-pricing-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-title {
    width: 260px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }

  .pricing-includes {
    margin-bottom: 15px;
  }

  .home-graphic {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .help-title {
    font-size: 22px;
    text-align: left;
  }

  .subscribe-newsletter {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-bottom: 20px;
  }

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

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

  .footer-socials-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-item-container.item-logo {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-logo-image {
    display: block;
    max-width: 55px;
    margin-top: 60px;
  }

  .company-banner-section {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .about-us-title {
    display: block;
    font-size: 45px;
    text-align: center;
  }

  .about-us-title.history-item-title {
    font-size: 35px;
  }

  .about-us-title.about-us-banner-title {
    margin-top: 20px;
    font-size: 45px;
  }

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

  .navigation-logo-image-1.why-us-logo {
    max-width: 150px;
  }

  .we-give-title {
    font-size: 30px;
  }

  .shipments-text {
    font-size: 15px;
  }

  .shipments-progressbar-item {
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
  }

  .shipments-progressbar-item.central-item {
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
  }

  .shipments-progressbar-item.central-item.distribution-feature {
    padding-right: 30px;
    padding-left: 30px;
  }

  .history-title {
    padding-top: 60px;
    padding-bottom: 25px;
  }

  .history-item-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .history-slide-title {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
  }

  .history-slider-item-image {
    width: 100%;
    height: 230px;
    margin-right: 0px;
  }

  .optimization-logistics {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .partners-section {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .partners-section-container {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .partner-link {
    min-height: 110px;
  }

  .partner-link.partner-1 {
    max-width: 50%;
  }

  .partner-link.partner-2 {
    max-width: 50%;
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }

  .partner-link.partner-3 {
    max-width: 50%;
  }

  .partner-link.partner-4 {
    max-width: 50%;
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }

  .partner-link.partner-5 {
    max-width: 50%;
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }

  .partner-link.partner-6 {
    width: 100%;
    max-width: 50%;
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
  }

  .partner-link.partner-7 {
    width: 50%;
  }

  .partner-link.partner-8 {
    width: 50%;
  }

  .partner-link.partner-9 {
    width: 50%;
  }

  .partner-link.partner-10 {
    width: 50%;
  }

  .partner-link.partner-11 {
    width: 50%;
  }

  .partner-link.partner-12 {
    width: 50%;
  }

  .optimazing-header {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .subscribe-title {
    width: 100%;
  }

  .bottom-subscribe-form {
    width: 100%;
  }

  .form-select-container {
    height: 57px;
  }

  .support-phone {
    display: inline-block;
    margin-top: 10px;
  }

  .optimization-logistics-title {
    padding-bottom: 30px;
  }

  .photos-section-image {
    width: 50%;
    height: 50vw;
  }

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

  .additional-info-section.complete-title {
    margin-top: 50px;
  }

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

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

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

  .title-info-text.help-businesses-description {
    margin-bottom: 30px;
  }

  .slide-item-link-button {
    position: static;
    bottom: 80px;
    text-align: center;
  }

  .slide-item-link-button.slider-link-buton {
    bottom: 90px;
  }

  .logistic-solution-section {
    margin-top: 60px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logistic-solutions-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .logistic-solutions-item.central-item {
    margin-bottom: 20px;
  }

  .logistic-solutions-item.base-content-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .logistic-solution-item-info.value-added-item-info {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .help-businesses {
    margin-bottom: 0px;
  }

  .column-22 {
    margin-bottom: 20px;
  }

  .mission-top-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .our-mission-banner-title {
    font-size: 45px;
  }

  .mission-features-blocks {
    margin-top: 0px;
    margin-bottom: 40px;
  }

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

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .mission-info-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .mission-info-goal {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

  .mossion-info-drive-content {
    width: 100%;
    margin-top: 50px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .help-section.warehousing-help {
    margin-top: 30px;
  }

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

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

  .contact-location-item.central-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location-container {
    top: -150px;
    margin-bottom: -150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-location-container {
    padding-bottom: 20px;
  }

  .subscribe-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-title-heading {
    font-size: 40px;
    text-align: center;
  }

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

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

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

  .collection-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-details-title {
    font-size: 35px;
  }

  .single-blog-more-post {
    margin-top: 40px;
  }

  .collection-list-wrapper.seamless-replace {
    margin-top: 40px;
  }

  .collection-item-2 {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .before-name {
    padding-right: 6px;
  }

  .feature-block-item {
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
  }

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

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

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

  .home-contact-info {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .counter-item {
    width: 100%;
    margin-left: 0px;
  }

  .socials-link-item {
    width: 33%;
  }

  .businesses-graphic-image {
    margin-bottom: 30px;
  }

  .businesses-graphic-content {
    padding-left: 0px;
  }

  .home-3-slider-container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow-4 {
    top: 170px;
    bottom: auto;
  }

  .right-arrow-4 {
    top: 170px;
    bottom: auto;
  }

  .slider-image-container {
    height: auto;
  }

  .slider-content-container {
    padding-bottom: 40px;
  }

  .home-3-slide-image {
    height: 230px;
  }

  .slider-content-buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-content-button {
    margin-right: 40px;
  }

  .testimonials-container {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonials-partners {
    margin-top: 40px;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .partner-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-2-slide-title {
    font-size: 35px;
  }

  .home-3-slider-item-1 {
    background-position: 100% 50%;
    background-size: cover;
  }

  .home-3-slider-item-2 {
    background-position: 0% 50%;
  }

  .home-3-slider-item-3 {
    background-position: 100% 50%;
  }

  .short-info-container {
    padding-bottom: 45px;
  }

  .home-3-content-item {
    margin-bottom: 10px;
  }

  .home-3-numbers-progressbar {
    margin-top: 55px;
    margin-bottom: 60px;
  }

  .phone-email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .number-progressbar-container {
    margin-bottom: 10px;
  }

  .title-heading-container {
    margin-bottom: 30px;
  }

  .home-3-video-slider {
    margin-bottom: 130px;
  }

  .home-3-video-slider-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-3-list-item {
    width: 100%;
    height: 100%;
  }

  .list-item-title {
    margin-bottom: 20px;
  }

  .list-title-heading {
    font-size: 20px;
  }

  .list-item-link {
    position: relative;
  }

  .list-item-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 15px;
  }

  .home-3-testimonials-slider-container {
    padding-bottom: 20px;
  }

  .home-inline-progressbar {
    padding-top: 40px;
  }

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

  .home-2-partners {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .provide-item {
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .provide-item-image-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .prvide-item-title-heading {
    text-align: center;
  }

  .provide-item-info-description {
    text-align: center;
  }

  .home-2-numbers-progressbar {
    margin-bottom: 40px;
  }

  .numbers-progressbar-item {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider-aditional-image {
    bottom: -30px;
    z-index: 10;
    display: none;
    width: 50%;
  }

  .pricing-packs-background {
    max-height: 96%;
    background-image: url('../images/ship_blur.jpg');
  }

  .home-2-features-blocks {
    margin-bottom: 60px;
  }

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

  .home-2-cpt-item:hover {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }

  .cpt-features-block-title.grid-cpt-title {
    font-size: 22px;
  }

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

  .distribution-slider-container {
    position: relative;
    margin-top: 0px;
    margin-bottom: 90px;
  }

  .services-list-container {
    margin-bottom: 0px;
  }

  .services-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .person-image {
    width: 100%;
  }

  .person-item-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .career-nimbers-progressbar {
    margin-top: 20px;
  }

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

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

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

  .content-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .home-4-logistics-section {
    margin-bottom: 60px;
  }

  .logistics-info-block {
    margin-bottom: 10px;
  }

  .feature-block-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .content-info-heading {
    text-align: center;
  }

  .home-4-glogal-shipping {
    margin-top: 80px;
  }

  .tabs {
    top: -30px;
  }

  .container-5 {
    padding-left: 0px;
  }

  .button-2.submit-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inputs-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .form-input.size-input {
    width: 100%;
  }

  .radio-buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-button-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .select-field-5 {
    margin-right: 0px;
  }

  .select-field-5.home-form-select {
    max-width: none;
    min-width: auto;
  }

  .textarea-2 {
    height: 120px;
    margin-bottom: 0px;
  }

  .probressbar-container {
    padding-bottom: 140px;
  }

  .progressbar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .progressbar-percent-item {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .percent-container {
    width: 220px;
    height: 220px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-4-testimonials-slider {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }

  .home-4-slider-section {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .home-4-pricing-policy {
    margin-bottom: 221px;
  }

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

  .home-4-we-best-section {
    margin-bottom: 30px;
    padding-top: 50px;
  }

  .we-best-title {
    padding-right: 0px;
  }

  .we-best-features-blocks {
    margin-top: 60px;
  }

  .we-best-feature-item {
    width: 100%;
  }

  .feature-item-image {
    width: 50px;
  }

  .start-save-text {
    margin-right: 0px;
  }

  .start-save-container {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .home-4-get-touch {
    padding-bottom: 55px;
  }

  .werehouse-services {
    margin-top: 60px;
  }

  .werehouse-services-content {
    margin-top: 20px;
  }

  .werehouse-services-content-item {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content-item-info {
    width: 100%;
    padding-right: 0px;
  }

  .content-item-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-block-4 {
    margin-bottom: 0px;
  }

  .more-info-title {
    font-size: 22px;
  }

  .value-added-section {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .not-found-description {
    font-size: 22px;
  }

  .grid-system-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-system-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-system-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-table-top-row-item.last-item.content-table-row-item-resolution {
    border-bottom-style: none;
  }

  .content-table-top-row-item.content-table-row-item-title {
    width: 160px;
    height: 80px;
  }

  .content-table-bottom-row-item.content-table-row-item-title {
    width: 160px;
    height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right-style: none;
  }

  .content-table-bottom-row-item.content-table-row-item-resolution {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right-style: none;
  }

  .headings-container.icon-typo-container.licensing-images {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .style-guide-icon-set-container-item {
    margin-right: 0px;
  }

  .style-guide-icons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .style-guide-buttons-content-item {
    width: 100%;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.banner-slider-section {
    height: 100%;
    min-height: 550px;
  }

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

  .testimonials-slider.home-3-tstimonials-slider {
    background-color: #131c21;
  }

  .testimonials-slide {
    padding-right: 15px;
  }

  .home-2-slider-section {
    margin-top: 0px;
  }

  .home-4-testimonials {
    height: auto;
    margin-bottom: -100px;
  }

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

  .single-blog-collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .form-input {
    margin-right: 0px;
  }

  .warehousing-services-content-item-title {
    text-align: center;
  }

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

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

  .team-list-item-position-title {
    text-align: center;
  }

  .image-link {
    width: 50%;
  }

  .link-licensing-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-buttons-landing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-banner-landing {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-banner-landing-background {
    padding-top: 60px;
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url('../images/WorlMap.png');
    background-image: url('../images/Screenshots_Top_Banner_Moovit.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/WorlMap.png');
    background-position: -32vw 38vh, 0px 0px, 0% 0%;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-customers-content-right {
    width: 100%;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .homepages-grid.top-margin-60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .landing-practical-tools-grid {
    margin-top: 40px;
  }

  .landing-bottom-purchase-section {
    margin-top: 60px;
  }

  .shipments-text-2 {
    font-size: 15px;
  }

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

  .button-green.subscribe-button {
    width: 100%;
  }

  .button-green.subscribe-button-2 {
    width: 100%;
  }

  .image-58 {
    overflow: visible;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-59 {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
}

#w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a1f-9a750dc9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a21-9a750dc9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a29-9a750dc9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a2b-9a750dc9 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_17c7f972-354d-5fcd-4c76-5cc8bd626453-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3eb006d1-ca3b-8b5d-2fcc-b3ac3af6853c-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_31ced3a0-b598-1ad3-386f-1d21b56d44a3-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bde293ae-f7a1-9e3c-dc7c-22d1f1d2d45e-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ebebc0d3-01e4-a674-00bd-6233fe00549a-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d00e6636-c0d3-881a-71d4-6395a3d23cea-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b5a3de06-926e-1a2f-32af-a83578e8c7e2-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bf4641c3-e570-5f2a-51e3-aa956922ba4e-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a929d4c0-5d9d-077b-a101-76c733e9ba44-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ff639440-594d-7bde-5a20-18984ea32d6c-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_74a18fe1-f385-ce03-2015-1f90d67f4a5d-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d689fc3c-2333-1542-d935-674b5ba034a8-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d540f2e2-9c8d-8bb2-79c5-ec9c32c5917c-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fe7009fe-1ec9-6690-33e0-f4ab552f984b-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0d723d1c-bec8-2ae7-5d9b-1ef5d2c18af6-e3750e0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a1d-9a750dc9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a1f-9a750dc9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a21-9a750dc9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a23-9a750dc9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a25-9a750dc9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a27-9a750dc9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6033ed0-e744-9bd8-f980-3e8184bb9a2b-9a750dc9 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
}

@font-face {
  font-family: 'Icon Font';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icon Font 2';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icon Font 3';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icon Brands';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}