body {
  font-family: Sourcesanspro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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;
  background-color: #fff;
}

.nav-link {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5 auto;
  -ms-flex: 0.5 auto;
  flex: 0.5 auto;
}

.menu-button {
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #eb1d1d;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/home-hero-image.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.heading {
  color: #fff;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

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

.main-button {
  min-width: 150px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: transparent;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.main-button.blue {
  margin-top: 10px;
  margin-left: 0px;
  border-color: #003876;
  color: #000;
  text-transform: capitalize;
}

.main-button.nopad {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-button.orange {
  margin-left: 0px;
  border-width: 0px;
  border-radius: 5px;
  background-color: #ff9600;
}

.logo-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-image {
  max-height: 100px;
  max-width: 100px;
  margin: 10px 20px;
}

.logo-image.small {
  max-height: 50px;
}

.heading-2 {
  margin-top: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-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-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;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 800px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image {
  max-height: 600px;
  max-width: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.small-header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Sourcesanspro, sans-serif;
  color: #003876;
  font-size: 18px;
  line-height: 1.2;
}

.small-header.caps {
  margin-bottom: 20px;
  margin-left: 0px;
  text-transform: uppercase;
}

.small-header.nopad {
  margin-left: 0px;
}

.feature-block {
  width: 300px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.heading-3 {
  width: 100%;
  margin-bottom: 30px;
  font-family: Sourcesanspro, sans-serif;
}

.icon-image {
  max-height: 50px;
  max-width: 50px;
}

.icon-image.big {
  max-height: 100px;
  max-width: 100px;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  height: 700px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-section {
  padding: 10px;
}

.main-collage-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/container-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-7 {
  background-image: url('../images/Andrew-De-Freitas-Photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8 {
  background-image: url('../images/container-truck.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -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;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  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;
  background-color: #f7faff;
}

.image-2 {
  max-height: 500px;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph-3 {
  width: 80%;
}

.heading-4 {
  width: 80%;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-family: Sourcesanspro, sans-serif;
  color: #003876;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.paragraph-4.white {
  color: #fff;
  text-align: left;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-12 {
  margin-right: 40px;
  margin-left: 40px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-top: 40px;
  padding-left: 40px;
  -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;
  background-image: url('../images/team.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.paragraph-6 {
  font-family: Sourcesanspro, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.div-block-13 {
  -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: left;
}

.email-signup {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #003876;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
}

.form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  height: 50px;
  max-width: 400px;
  margin-right: 10px;
  margin-left: 10px;
}

.submit-button {
  width: 150px;
  height: 50px;
  background-color: #eb1d1d;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

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

.div-block-14 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-14.right {
  -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;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7faff;
}

.footer-icon {
  max-height: 30px;
  max-width: 30px;
  margin-right: 20px;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  color: #003876;
  text-decoration: none;
}

.paragraph-8 {
  margin-bottom: 0px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-8.white {
  color: #fff;
  font-weight: 400;
}

.social-icon {
  max-height: 50px;
  max-width: 50px;
  margin-right: 10px;
  margin-left: 10px;
}

.paragraph-9 {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Sourcesanspro, sans-serif;
  color: #003876;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 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;
}

.paragraph-10 {
  font-family: Sourcesanspro, sans-serif;
  color: #003876;
}

.page-hero {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 40vw;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-block.aboutimage {
  background-image: url('../images/About-US-Photo.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-block.text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #003876;
}

.hero-block.servicesimage {
  background-image: url('../images/container-truck.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-block.facilitiesimage {
  background-image: url('../images/Facilities.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-block.shippingimage {
  background-image: url('../images/shipping-lines.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-block.contactimage {
  background-image: url('../images/contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-block.oilimage {
  background-image: url('../images/Liza-Destiny.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-block.agencyimage {
  background-image: url('../images/Agency-hd.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-block.partnershipimage {
  background-image: url('../images/PARTNERSHIP_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-block.subsidiaryimage {
  background-image: url('../images/Subsidiaries.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-block.quoteimage {
  background-image: url('../images/New-Quote-Photo.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.paragraph-11 {
  max-width: 800px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Sourcesanspro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.paragraph-11.black {
  max-width: 500px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.heading-6 {
  margin-top: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
}

.heading-6.black {
  color: #000;
}

.team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.infoblocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 10px;
  padding-left: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.infoblocks.teamimage {
  width: 40%;
  background-image: url('../images/Employee-4.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.goalimage {
  background-image: url('../images/Young-John-Sr..jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.historyimage {
  background-image: url('../images/group-photo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.stevedoreimage {
  background-image: url('../images/stevedore.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.shippingimage {
  background-image: url('../images/SM-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.containerimage {
  background-image: url('../images/Container-Storage-Image-Services.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.cargoimage {
  background-image: url('../images/Equipment-Rental-Photo-in-Services.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.oilimage {
  background-image: url('../images/Oil--Gas-photo-in-Services.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.shorebaseimage {
  background-image: url('../images/Shore-Base-Photo-in-OG.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.pad {
  margin-left: 20px;
}

.infoblocks.crewimage {
  background-image: url('../images/Davina-PNG-in-OG.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.brokerageimage {
  background-image: url('../images/brokerage.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.ccuimage {
  background-image: url('../images/ccu-rental.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoblocks.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.infoblocks.big {
  width: 60%;
  max-height: 500px;
}

.goal-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 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;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-video {
  margin-right: 10px;
}

.heading-8 {
  font-family: Sourcesanspro, sans-serif;
  color: #003876;
  font-size: 20px;
  text-align: center;
}

.pier-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 400px;
  margin: 20px auto;
  -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;
}

.stevedore-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 400px;
  margin: 20px auto;
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.shipping-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 400px;
  margin: 60px auto;
  -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;
}

.container-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-height: 400px;
  margin: 60px auto;
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cargo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-height: 400px;
  margin: 60px auto;
  -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;
}

.paragraph-12 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Sourcesanspro, sans-serif;
  color: #003876;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

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

.div-block-17 {
  display: -ms-grid;
  display: grid;
  height: 40vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.facilities1 {
  background-image: url('../images/New-Port-Facility-Photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.facilities2 {
  background-image: url('../images/Facilities-Collage-3B.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.facilities3 {
  background-image: url('../images/Facilities-Collage-3D.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.facilities4 {
  background-image: url('../images/Facilities-Collage-3D.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.facilities5 {
  background-image: url('../images/Facilities-Collage-3-A.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.facility-block {
  width: 30%;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 60px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.facility-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #003876;
  text-decoration: none;
}

.paragraph-13 {
  color: #000;
}

.facility-icon {
  max-height: 30px;
  max-width: 30px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-18 {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  margin-top: 30px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.accordion-wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.heading-9 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #e1e8ef;
  background-image: url('../images/dropdown.png');
  background-position: 99% 50%;
  background-size: 30px 20px;
  background-repeat: no-repeat;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.contact-icon {
  max-height: 20px;
  max-width: 20px;
  margin-right: 20px;
}

.contact-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.office-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 40px;
  padding-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;
}

.paragraph-14 {
  margin-bottom: 0px;
}

.form-block-2 {
  margin-left: 40px;
}

.text-field-2 {
  border-radius: 5px;
}

.text-field-2.big {
  min-height: 100px;
}

.image-5 {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
}

.shipping-quote-section {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.quote-label {
  font-family: Sourcesanspro, sans-serif;
}

.quote-field {
  min-height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #003876;
  border-radius: 5px;
}

.form-block-3 {
  margin-top: 40px;
}

.customs-quote-section {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.div-block-25 {
  display: -ms-grid;
  display: grid;
  min-height: 700px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-26 {
  background-image: url('../images/Collage-C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-27 {
  background-image: url('../images/Collage-B.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-28 {
  background-image: url('../images/Collage-A.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-7 {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.shippping-logos {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1.75fr 1fr;
  grid-template-columns: 1fr 1fr 1.75fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.partner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}

.partner-block {
  width: 33.333333333333336%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.partner-block.logo {
  width: 30%;
  text-align: center;
}

.partner-block.info {
  width: 40%;
  padding-right: 40px;
  border-right: 1px solid #d8d8d8;
}

.partner-block.contact {
  width: 30%;
  padding-left: 40px;
}

.partner-logo {
  max-height: 200px;
  max-width: 200px;
}

.video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  padding-top: 10px;
  padding-bottom: 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-radius: 5px;
  background-color: #eb1d1d;
  text-decoration: none;
}

.video-icon {
  max-height: 30px;
  max-width: 30px;
  margin-right: 10px;
}

.video-button-text {
  margin-bottom: 0px;
  font-family: Sourcesanspro, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.partner-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #003876;
  text-decoration: none;
}

.partner-icon {
  max-height: 25px;
  max-width: 25px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-8 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sub-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-company-block {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub-company-block.logo {
  text-align: center;
}

.paragraph-15 {
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.section-9 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-6.small {
  max-width: 80%;
}

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

.brand {
  max-height: 100px;
  max-width: 300px;
}

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

.dropdown-list {
  padding-top: 7px;
  padding-bottom: 7px;
}

.dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}

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

.container {
  max-width: 1200px;
  margin-bottom: 60px;
  padding: 40px;
  background-color: #f1f1f1;
}

.div-block-32 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide {
  background-image: url('../images/image7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/image4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/image5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/image8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/image6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.video {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link {
    display: block;
    text-align: center;
  }

  .nav-link.dropdown {
    display: block;
    margin-right: 80px;
    margin-left: 100px;
    text-align: center;
  }

  .nav-link.sub {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
  }

  .hero-section {
    background-position: 100% 50%;
  }

  .div-block {
    width: 100%;
    background-color: rgba(0, 56, 118, 0.4);
  }

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

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

  .div-block-4 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .feature-block {
    margin-right: 30px;
  }

  .div-block-6 {
    height: 600px;
  }

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

  .div-block-10 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .image-2 {
    max-width: 100%;
  }

  .paragraph-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-3 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .submit-button {
    width: 400px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-14 {
    width: 80%;
    margin-left: 40px;
    -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;
  }

  .div-block-14.right {
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-15 {
    padding-left: 40px;
  }

  .footer-block {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-block {
    width: 100%;
    height: 500px;
  }

  .hero-block.aboutimage {
    background-position: 50% 15%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-block.text {
    width: 100%;
    height: auto;
    padding: 60px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph-11.black {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .team-section {
    width: 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-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .infoblocks {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .infoblocks.teamimage {
    width: 100%;
    background-position: 50% 50%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .infoblocks.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .goal-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .history-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pier-section {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .stevedore-section {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .shipping-section {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .container-section {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .cargo-section {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .paragraph-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-17 {
    height: 500px;
  }

  .facility-block {
    width: 40%;
  }

  .section-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordion-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-6 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .office-block {
    width: 100%;
  }

  .form-block-2 {
    margin-left: 0px;
  }

  .list {
    padding-right: 20px;
  }

  .shipping-quote-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .customs-quote-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .partner-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partner-block.logo {
    width: 100%;
  }

  .partner-block.info {
    width: 50%;
  }

  .partner-block.contact {
    width: 50%;
  }

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

  .menu-button-2 {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    background-color: #003876;
    color: #fff;
  }

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

  .paragraph-17 {
    margin-bottom: 0px;
  }

  .div-block-29 {
    width: 80%;
  }

  .faq-section {
    margin-bottom: 40px;
  }

  .dropdown-list.w--open {
    background-color: #fafafa;
  }

  .dropdown-toggle {
    display: block;
    padding-left: 40px;
  }

  .div-block-32 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .main-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-4 {
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .heading-3 {
    text-align: left;
  }

  .div-block-6 {
    height: 500px;
  }

  .paragraph-4.white {
    font-size: 50px;
    line-height: 1.2;
  }

  .heading-6 {
    font-size: 30px;
  }

  .div-block-17 {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 300px 300px 300px 300px 300px 300px;
    grid-template-rows: 300px 300px 300px 300px 300px 300px;
  }

  .facility-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-5 {
    -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;
  }

  .div-block-18 {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-24 {
    text-align: center;
  }

  .div-block-25 {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 300px 300px 300px;
    grid-template-rows: 300px 300px 300px;
  }

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

  .partner-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .partner-block.info {
    width: 100%;
    padding-right: 0px;
  }

  .partner-block.contact {
    width: 100%;
    padding-left: 0px;
  }

  .partner-logo {
    display: block;
  }

  .sub-company {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-company-block {
    width: 100%;
    padding-left: 20px;
  }

  .brand {
    max-width: 60%;
  }

  .div-block-29 {
    text-align: left;
  }

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

  .div-block-32 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .heading {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-6 {
    height: 300px;
  }

  .div-block-11 {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .div-block-12 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-field {
    width: 90%;
    max-width: none;
  }

  .submit-button {
    width: 90%;
  }

  .div-block-14 {
    margin-left: 20px;
  }

  .hero-block {
    height: 400px;
  }

  .hero-block.aboutimage {
    height: 400px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .div-block-17 {
    -ms-grid-rows: 300px 300px 300px 300px 300px;
    grid-template-rows: 300px 300px 300px 300px 300px;
  }

  .accordion-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .sub-company {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .sub-company-block {
    padding: 20px 10px;
  }

  .image-6 {
    max-height: 100%;
    max-width: 100%;
  }

  .menu-button-2 {
    margin-bottom: 20px;
  }

  .brand {
    max-width: 80%;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .div-block-30 {
    text-align: center;
  }

  .link-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-31 {
    text-align: center;
  }
}

#w-node-c96aa3f2-e28d-23e6-0294-81a1c6ae6b6c-be347788 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_48f9897c-3912-c9a3-317a-0041826dd115-5cb5fbbd {
  -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-_073f3cb2-68e6-2b61-89a3-da80d962f2b3-5cb5fbbd {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_536a75a2-5982-aca7-a121-c0cd577a9399-5cb5fbbd {
  -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-d10632b9-a824-41ef-fadd-de6519735e5f-7bc045ec {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71c98924-6ce6-9ef2-83ae-581a624ad714-7bc045ec {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_172f319b-289e-527a-088d-5e472ae33b7d-9609ae13 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_172f319b-289e-527a-088d-5e472ae33b7d-9609ae13 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_073f3cb2-68e6-2b61-89a3-da80d962f2b3-5cb5fbbd {
    -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;
  }
}

@font-face {
  font-family: 'Facebolf';
  src: url('../fonts/FACEBOLF.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}