:root {
  --333947: #333947;
  --2e4c93: #2e4c93;
  --white: #fff;
}

body {
  color: var(--333947);
  background-color: #f5f5f7;
  font-family: Tt Hoves Pro Trial, Georgia, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

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

.hero--banner {
  position: relative;
}

.wb-video-styles-container {
  display: none;
  position: relative;
}

.wb-video-styles-controller {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-video {
  width: 100%;
  height: 100vh;
  position: relative;
}

.video-embed {
  width: 100%;
  height: 100%;
  line-height: 0;
}

.nav-container {
  padding: 10px 40px;
}

.banner-container {
  background-image: linear-gradient(#fff0, #000000c2);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  width: 100%;
  max-width: 150px;
}

.menu-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta--1 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #535b724f;
  background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67bdad0234098a52fca1ffab_Vector.svg");
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 7px;
  border: 1px solid #ffffff45;
  border-radius: 10px;
  padding: 10px 40px 10px 25px;
  font-size: 1.2rem;
  transition: all .3s ease-in-out;
}

.cta--1:hover {
  border-color: var(--2e4c93);
  background-color: var(--2e4c93);
}

.cta--1.tab--view.dark--color {
  background-color: var(--333947);
  background-color: var(--333947);
  background-color: var(--333947);
}

.navbar-wrap {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px #0000001a;
}

.navbar {
  z-index: 111;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}

.menu-icon {
  width: 48px;
  line-height: 0;
}

.menu-button {
  padding: 0;
}

.menu-button.w--open {
  color: var(--333947);
  background-color: #c8c8c800;
}

.link-item {
  color: var(--333947);
  padding: 7px 0;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .5px;
}

.link-item:hover {
  color: var(--2e4c93);
}

.link-item.w--current {
  color: var(--333947);
  font-weight: 500;
  text-decoration: underline;
}

.link-item.color-white:hover, .link-item.color-white.w--current {
  color: #fff;
  background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67bdad0234098a52fca1ffab_Vector.svg");
}

.link-item.color-white {
  color: #fff6;
  background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67c7dd3fcc5a7d2f9f249e03_right-gray-arrow.svg");
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.link-item.color-white:hover, .link-item.color-white.w--current {
  color: #fff;
  background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67bdad0234098a52fca1ffab_Vector.svg");
}

.link-item.white {
  color: #fff;
  background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67bdad0234098a52fca1ffab_Vector.svg");
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.link-item.white:hover {
  color: #fff;
}

.link-item.white.w--current {
  color: #fff;
  background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67bdad0234098a52fca1ffab_Vector.svg");
}

.nav-menu {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  top: 38px;
}

.link-item-active {
  z-index: 11;
  color: var(--333947);
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.banner-content {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.position--ralative {
  z-index: 100;
  z-index: 100;
  position: relative;
}

.heading-wrapper.bottom-border {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.heading-wrapper.top--m--3rem {
  margin-top: 3rem;
}

.heading-wrapper.top--m--5rem {
  margin-top: 5rem;
}

.heading-wrapper.top--bottom--m--1rem {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading-wrapper.bottom--m-1-2rem {
  margin-bottom: 1.2rem;
}

.heading-wrapper.bottom--m-1rem {
  margin-bottom: 1rem;
}

.display--h1 {
  color: #fff;
}

.display--h1.color--dark--center--align {
  color: var(--333947);
  text-align: center;
  font-size: 2.3rem;
}

.display--h1.color--dark {
  color: var(--333947);
  font-size: 2.3rem;
}

.display--h1.f-size-2rem {
  color: var(--333947);
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.sub--title--text {
  color: #fffc;
}

.down--arrow--container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.down-arrow {
  max-width: 30px;
}

.social-media-wrap {
  margin-top: 10px;
  font-size: 1.2rem;
}

.social--link--wrap {
  color: #fff;
  background-color: #333947;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 20px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
}

.social--link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.svg-code {
  width: 16px;
  line-height: 0;
}

.flex--div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.active-circle {
  background-color: var(--333947);
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.main--section {
  padding: 10vh 40px;
}

.main--section.less-top-m {
  padding-top: 0;
}

.main--section.white-color {
  background-color: #fff;
}

.main--section.white-bg-color {
  background-color: #fff;
  padding-bottom: 6vh;
}

.main--section.overflow-hidden {
  overflow: hidden;
}

.about--grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr .5fr;
}

.grid--col--01.flex-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid--col--01.top--padding--10rem {
  padding-top: 10rem;
}

.grid--col--01.bottom--padding--6rem {
  padding-bottom: 6rem;
}

.title-heading {
  font-size: 1.2rem;
}

.title-heading.light-color {
  color: #535b72;
  letter-spacing: 1.5px;
  flex: none;
}

.title-heading.light-color.all-caps {
  text-transform: uppercase;
  text-transform: uppercase;
}

.content--wrap.max--width--950px {
  width: 100%;
  max-width: 950px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.content--wrap.top-m-1rem {
  margin-top: 1rem;
}

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

.paragraph.f--size--20px {
  font-size: 1rem;
}

.image--wrapper.top--m-5rem {
  margin-top: 4rem;
}

.image--wrapper.top--m-5rem.position--relative {
  width: 35%;
  margin-left: auto;
  position: relative;
}

.grid--container {
  padding-left: 3rem;
  padding-right: 3rem;
}

.about--absolute-content {
  z-index: 10;
  opacity: 0;
  background-image: linear-gradient(#fff0, #000);
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px 40px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.display--h3.color-white.weight--500, .display--h3.font--weight--500 {
  font-weight: 500;
}

.display--h3.color-white {
  color: var(--white);
}

.display--h3.color-white.weight--500 {
  font-weight: 500;
}

.btn-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.btn-wrap.less-m {
  margin-top: 0;
}

.button-wrap {
  color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 14px 25px 14px 56px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrap.width-200px {
  width: 200px;
  height: 50px;
}

.button-wrap.width-138px {
  width: 138px;
  height: 50px;
}

.arrow-bg {
  z-index: 10;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  left: 0;
}

.arrow-wrap {
  z-index: 11;
  color: #333947;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  left: 0;
}

.arrow {
  width: 22px;
  line-height: 0;
}

.text--relative {
  z-index: 111;
  position: relative;
}

._w--55 {
  width: 55%;
}

.what--we--do--grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.title--wrap {
  margin-bottom: 5vh;
}

.title--wrap.width-center-align {
  color: var(--white);
  text-align: center;
  text-align: center;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 0;
}

.what--we-do--img {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.miscellaneous {
  width: 100%;
  height: 200vh;
}

.three-d--sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dada--01, .dada--02 {
  font-size: 8rem;
  line-height: 1.2;
}

.card--wrap {
  perspective: 1000px;
  perspective-origin: 0%;
  width: 320px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.card--01 {
  perspective: 1000px;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  min-width: 300px;
  margin: .5rem;
  padding: 35px 20px;
  transform: perspective(1000px);
}

.card--01.less-m {
  margin-right: 0;
}

.circle--wrap--01 {
  border-bottom: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.circle--01 {
  border: 1px solid #21242d66;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.svg-icon {
  max-width: 30px;
}

.display--h4.color-blue {
  color: var(--2e4c93);
}

.our--fleet--section {
  background-color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.our--fleet--container {
  padding-left: 40px;
  padding-right: 40px;
}

.our--fleet--grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.ship--img--wrap {
  margin-top: 1rem;
  overflow: hidden;
}

.img--wrap--w--70 {
  width: 70%;
  margin-left: auto;
}

.image.top--m--5vh {
  margin-top: 5vh;
}

.marquee-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 5vh;
  display: flex;
}

.marquee-slider-section {
  z-index: 100;
  flex: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee {
  flex: none;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-png {
  width: 120px;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.logo-png._w-120px {
  width: 160px;
}

.main-container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.main-container.bottom--m-40px {
  margin-bottom: 40px;
}

.red-circle {
  background-color: #dd2e44;
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  margin-right: 12px;
}

.button--wrap--black {
  color: var(--333947);
  border-radius: 50px;
  align-items: center;
  padding: 14px 25px 14px 56px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-bg-black {
  background-color: var(--333947);
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  left: 0;
}

.arrow--wrap--black {
  z-index: 1;
  background-color: var(--333947);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  left: 0;
}

.collection--list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection--list.gap-2rem {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.collection--list--wrapper {
  margin-top: 2rem;
}

.collection--list--wrapper.less-m {
  margin-top: 0;
}

.news--blogs--link {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.news--blogs--link.flex-horizantal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--333947);
  text-decoration: none;
  display: flex;
}

.news--blogs--content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-heading {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
}

.blog-heading.f-size-black-color {
  color: var(--333947);
  font-size: 1.5rem;
}

.border--line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.border--line.top--bottom--m-2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.date--wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.date--text {
  color: var(--white);
  font-size: 1rem;
}

.date--text.black-color {
  color: var(--333947);
}

.v-line {
  background-color: #ffffff80;
  width: 1px;
  height: 15px;
}

.footer {
  background-color: #1f1f1f;
  padding: 10vh 40px;
  position: relative;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.footer--col.flex--right--align {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer--menu--wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.footer--menu--wrap.less-m {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
}

.footer--menu--wrap.mobile-view {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  display: none;
}

.menu--heading {
  color: var(--white);
  font-size: 1rem;
}

.footer--itme--wrap {
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.subscribe--newsletters {
  width: 65%;
  margin-top: 3rem;
}

.text--field {
  color: #535b72;
  border: 1px #000;
  border-radius: 6px 0 0 6px;
  height: 48px;
  margin-bottom: 0;
  padding: 24px;
}

.text--field::placeholder {
  font-size: 1.1rem;
}

.subscribe--heading {
  color: var(--white);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.input-text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subscribe--form {
  margin-bottom: 0;
}

.submit-button {
  background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67c7e56a625c01d90c62453e_right-arror-01.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
  max-width: 48px;
  height: 48px;
  padding: 10px 25px;
}

.top--arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff6;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  margin-top: 3rem;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
}

.top--arrow:hover {
  color: #fff;
}

.top-arrow-icon {
  max-width: 12px;
}

.sub--footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.all-right-text {
  color: #fff6;
  font-size: 1rem;
}

.spam-text {
  color: #fff;
  letter-spacing: 1px;
}

.center--col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon02 {
  max-width: 20px;
  margin-top: 3px;
}

.ebr-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.designed-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.menu-active-wrap {
  z-index: 112;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: absolute;
}

.spline--scene {
  width: 100%;
  height: 100%;
}

.spline--scene.super {
  opacity: .3;
  opacity: .3;
}

.spline--footer {
  z-index: 1;
  padding-bottom: 20px;
  position: absolute;
  inset: 0%;
}

.marquee-embed-code {
  display: none;
}

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

.tiker--marquee {
  flex: none;
  width: 22.5rem;
  margin-bottom: 3vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tiker--marquee.width-245px {
  width: 245px;
}

.tiker--marquee.width-275px {
  width: 275px;
}

.tiker--marquee.width-13rem {
  width: 13.2rem;
}

.career--section {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.career--container {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #1b1b1b7a;
  border: 1px solid #dadada4d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.field-lavel {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #ffffff40;
  margin-bottom: 0;
  padding: 5px 0;
}

.field-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.field-wrap.right-align {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.field-col {
  width: 100%;
}

.career-form-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.submit--button {
  z-index: 200;
  cursor: pointer;
  background-color: #3898ec00;
  padding: 2px 0 2px 30px;
  transition: all .36s ease-in-out;
  position: absolute;
  inset: 0%;
}

.submit--button:hover {
  color: var(--333947);
}

.close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.close-icon {
  max-width: 18px;
}

.success-message {
  color: var(--white);
  background-color: #ddd0;
  padding: 8rem 50px;
  font-size: 2rem;
  font-weight: 500;
}

.success-message.super {
  text-align: right;
  text-align: right;
  padding: 0 0;
  font-size: 1rem;
}

.about-img {
  border-radius: 10px;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  margin-top: 2rem;
}

.left-arrow {
  border: 1px solid var(--333947);
  color: var(--333947);
  width: 50px;
  height: 50px;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  inset: 2% 8% auto auto;
}

.left-arrow:hover {
  background-color: var(--333947);
  color: var(--white);
}

.right-arrow {
  border: 1px solid var(--333947);
  color: var(--333947);
  width: 50px;
  height: 50px;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  inset: 2% 3.5% auto auto;
}

.right-arrow:hover {
  background-color: var(--333947);
  color: var(--white);
}

.slide-nav {
  display: none;
}

.fleet-wrap {
  padding-right: 40px;
}

.fleet-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 30px 30px 40px;
  box-shadow: 0 15px 20px #21242d0d;
}

.fleet-text-block {
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: 1rem;
}

.our--fleet--content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
}

.error-message {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #ffdede00;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.error-message.super {
  text-align: center;
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

@media screen and (min-width: 1280px) {
  .about--grid {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .paragraph.f--size--20px {
    font-size: 1.1rem;
  }

  .footer-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer--itme--wrap {
    grid-column-gap: 70px;
  }

  .width--90 {
    height: 90vh;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  .nav-wrapper {
    max-width: 1400px;
  }

  .link-item.color-white, .link-item.white, .link-item.color-white, .link-item.white {
    font-size: 1.1rem;
  }

  .wrapper {
    max-width: 1400px;
  }

  .content--wrap.max--width--950px {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .title--wrap.width-center-align {
    width: 90%;
  }

  .blog-heading.f-size-black-color {
    font-size: 1.8rem;
  }

  .footer-grid {
    grid-template-columns: .75fr 1fr;
  }

  .footer--itme--wrap {
    grid-column-gap: 60px;
  }

  .subscribe--newsletters {
    width: 55%;
  }

  .all-right-text {
    font-size: 1.1rem;
  }

  .esg-wrap {
    padding: 60px 70px;
  }

  .blog--content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog--image {
    height: 470px;
  }

  .blog--image.height {
    height: 21rem;
  }

  .blog--content-col {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .details-banner-img {
    height: 470px;
  }

  .map-col {
    width: 32%;
  }

  .width--90 {
    height: 88vh;
    padding-top: 12vh;
  }

  .contact-details-wrap {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .right-arrow {
    right: 4%;
  }

  .fleet-text-block {
    font-size: 1.1rem;
  }

  .our--fleet--content {
    grid-template-columns: .6fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 4.5rem;
  }

  h3 {
    font-size: 3rem;
  }

  .nav-wrapper {
    max-width: 1600px;
  }

  .link-item.color-white, .link-item.white, .link-item.color-white, .link-item.white {
    font-size: 1.2rem;
  }

  .wrapper {
    max-width: 1600px;
  }

  .wrapper.position--ralative {
    padding-top: 1.4rem;
  }

  .content--wrap.max--width--950px {
    max-width: 1300px;
  }

  .card--wrap {
    width: 360px;
  }

  .card--01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-png {
    width: 180px;
  }

  .logo-png._w-120px {
    width: 230px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .blog-heading.f-size-black-color {
    font-size: 2.4rem;
  }

  .footer {
    background-size: 55%;
  }

  .footer--menu--wrap {
    margin-top: 4rem;
  }

  .menu--heading {
    font-size: 1.2rem;
  }

  .footer--itme--wrap {
    grid-column-gap: 90px;
    grid-row-gap: 30px;
  }

  .subscribe--newsletters {
    margin-top: 4rem;
  }

  .subscribe--heading {
    font-size: 2rem;
  }

  .top--arrow {
    margin-top: 4rem;
  }

  .all-right-text {
    font-size: 1.2rem;
  }

  .career--container {
    max-width: 1200px;
    padding: 82px;
  }

  .blog--content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .blog--image {
    height: 560px;
  }

  .blog--image.height {
    height: 25rem;
  }

  .blog--content-col {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .details-banner-img {
    height: 560px;
  }

  .map-col {
    width: 35%;
  }

  .width--90 {
    height: 76vh;
    padding-top: 15vh;
    padding-bottom: 20vh;
  }

  .contact-details-wrap {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .right-arrow {
    right: 5%;
  }

  .fleet-box {
    padding: 40px 50px;
  }

  .fleet-text-block {
    margin-bottom: .9rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.2rem;
  }

  h1 {
    font-size: 2.8rem;
  }

  h2, h3 {
    font-size: 2rem;
  }

  .banner-video {
    height: 90vh;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    width: 90%;
  }

  .cta--1.tab--view {
    display: none;
  }

  .banner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper {
    width: 90%;
  }

  .heading-wrapper.top--m--5rem {
    margin-top: 2rem;
  }

  .display--h1.color--dark--center--align, .display--h1.color--dark, .display--h1.f-size-2rem, .display--h1.color--dark--center--align, .display--h1.color--dark, .display--h1.f-size-2rem {
    font-size: 2rem;
  }

  .main--section {
    padding: 8vh 0;
  }

  .about--grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .6fr .5fr;
  }

  .grid--col--01.top--padding--10rem {
    padding-top: 6rem;
  }

  .grid--col--01.bottom--padding--6rem {
    padding-bottom: 0;
  }

  .image--wrapper.top--m-5rem.position--relative {
    margin-top: 3rem;
  }

  .grid--container {
    padding-left: 0;
    padding-right: 0;
  }

  ._w--55 {
    width: 100%;
  }

  .what--we--do--grid {
    grid-template-columns: 1fr;
  }

  .title--wrap.width-center-align {
    width: 90%;
  }

  .row.padding--right--13rem {
    padding-right: 0;
  }

  .our--fleet--section {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .our--fleet--container {
    padding-left: 0;
    padding-right: 0;
  }

  .our--fleet--grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .vlcc-heading {
    font-size: 8rem;
  }

  .img--wrap--w--70 {
    width: 90%;
  }

  .marquee-section {
    padding-top: 6vh;
  }

  .logo-png {
    margin-left: 60px;
    margin-right: 60px;
  }

  .logo-png._w-120px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-container.bottom--m-40px {
    padding-left: 0;
    padding-right: 0;
  }

  .collection--list {
    grid-template-columns: 1fr 1fr;
  }

  .news--blogs--link.flex-horizantal {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer {
    padding: 8vh 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer--col.flex--right--align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer--menu--wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer--itme--wrap {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
  }

  .subscribe--newsletters {
    margin-top: 2rem;
  }

  .top--arrow {
    margin-top: 1rem;
    margin-left: auto;
  }

  .sub--footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about--banner {
    height: 120vh;
    padding-left: 0;
    padding-right: 0;
  }

  .spline--container {
    top: auto;
  }

  .spline--scene.super {
    height: 80%;
  }

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

  .vision--mission--grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .our--presence-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .sustainability--banner {
    padding-left: 0;
    padding-right: 0;
  }

  .esg-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career--section {
    padding: 0;
  }

  .career--container {
    width: 90%;
    padding: 25px;
  }

  .field-wrap.right-align {
    padding-top: 0;
  }

  .blogs--banner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-img, .blog--content, .news-details-banner {
    width: 100%;
  }

  .details-banner-img {
    height: auto;
  }

  .details-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .details-content h3, .credits-heading {
    font-size: 1.8rem;
  }

  .breadcrumbs-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact--banner {
    padding: 5vh 0;
  }

  .map-col {
    width: 100%;
    height: 350px;
    position: static;
  }

  .contact--details--container {
    flex-flow: column;
  }

  .width--90 {
    width: 100%;
    height: auto;
    padding: 5vh;
  }

  .contact--grid {
    grid-template-columns: 1fr;
  }

  .g1.tab--hide {
    display: none;
  }

  .contact-details-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    position: static;
  }

  .embed-map {
    object-fit: cover;
    height: 100%;
  }

  .spline--container--mobile {
    top: auto;
  }

  .thanku-banner {
    padding: 5vh 0;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    right: 12%;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    right: 5%;
  }

  .our--fleet--content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.25fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }

  h2, h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  .banner-video {
    height: 80vh;
  }

  .brand {
    max-width: 120px;
  }

  .navbar-wrap {
    width: 250px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-wrapper.top--m--3rem, .heading-wrapper.top--m--5rem, .heading-wrapper.top--m--3rem, .heading-wrapper.top--m--5rem {
    margin-top: 1rem;
  }

  .display--h1.color--dark--center--align, .display--h1.color--dark {
    font-size: 1.8rem;
  }

  .display--h1.color--dark--center--align, .display--h1.color--dark {
    font-size: 1.8rem;
  }

  .display--h1.f-size-2rem {
    font-size: 1.6rem;
  }

  .svg-code {
    width: 13px;
  }

  .flex--div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .active-circle {
    left: 31%;
  }

  .about--grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid--col--01.top--padding--10rem {
    padding-top: 0;
  }

  .title-heading {
    font-size: 1.2rem;
  }

  .title-heading.light-color {
    font-size: 1rem;
  }

  .image--wrapper.top--m-5rem {
    margin-top: 2rem;
  }

  .about--absolute-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .display--h3.color-white {
    font-size: 1.5rem;
  }

  .btn-wrap {
    margin-top: 20px;
  }

  .button-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .button-wrap.width-200px {
    width: 180px;
  }

  .arrow-bg, .arrow-wrap {
    width: 40px;
    height: 40px;
  }

  .arrow {
    width: 18px;
  }

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

  .dada--01, .dada--02 {
    font-size: 6rem;
  }

  .our--fleet--grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .logo-png {
    width: 90px;
  }

  .logo-png._w-120px {
    width: 130px;
  }

  .button--wrap--black {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .arrow-bg-black, .arrow--wrap--black {
    width: 40px;
    height: 40px;
  }

  .collection--list {
    grid-template-columns: 1fr;
  }

  .border--line.top--bottom--m-2rem.mobile-hide {
    display: none;
  }

  .footer--menu--wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 2rem;
  }

  .footer--menu--wrap.less-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .footer--menu--wrap.mobile-view {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .footer--itme--wrap {
    grid-column-gap: 90px;
    grid-row-gap: 20px;
  }

  .subscribe--newsletters {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 4rem;
    display: flex;
  }

  .subscribe--heading {
    text-align: center;
  }

  .subscribe--form {
    width: 80%;
  }

  .top--arrow {
    margin-top: 2rem;
    display: none;
  }

  .sub--footer {
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
  }

  .all-right-text {
    text-align: center;
  }

  .about--banner {
    height: auto;
  }

  .max--width--800px.mobile-bottom-m-4rem {
    margin-bottom: 4rem;
  }

  .spline--container {
    display: none;
    top: auto;
  }

  .spline--scene.super {
    height: 60%;
  }

  .vision--mission--grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .mission--col.top--margin-5rem {
    margin-top: 0;
  }

  .our--presence-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .map--container {
    margin-top: 2rem;
  }

  .sustainability--banner {
    padding-top: 5vh;
  }

  .field-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog--content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .details-content h3, .credits-heading {
    font-size: 1.7rem;
  }

  .breadcrumbs-text {
    font-size: 1.1rem;
  }

  .map-col {
    height: 300px;
  }

  .spline--container--mobile {
    height: 50vh;
    display: flex;
    top: auto;
  }

  .preloader-json {
    width: 50%;
  }

  .brand-logo-wrap {
    justify-content: space-between;
    display: flex;
  }

  .left-arrow {
    right: 14%;
  }

  .our--fleet--content {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 3fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1rem;
    line-height: 1.4;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  .brand {
    max-width: 92px;
  }

  .navbar-wrap {
    box-shadow: none;
    background-color: #f7f7f700;
    width: 200px;
  }

  .navbar {
    box-shadow: none;
    background-color: #f7f7f700;
  }

  .menu-icon {
    width: 45px;
  }

  .menu-button {
    background-color: #f7f7f7;
    border-radius: 10px;
  }

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

  .link-item {
    font-size: 1.1rem;
  }

  .link-item.color-white, .link-item.white {
    font-size: .9rem;
  }

  .link-item.color-white, .link-item.white {
    font-size: .9rem;
  }

  .link-item.white:hover {
    color: #fff6;
    background-image: url("https://cdn.prod.website-files.com/67bd8b0e34c13286827b4eff/67c7dd3fcc5a7d2f9f249e03_right-gray-arrow.svg");
  }

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

  .link-item-active {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1rem;
    display: none;
    left: 14px;
  }

  .heading-wrapper.bottom--m-1-2rem {
    margin-bottom: 1rem;
  }

  .display--h1.color--dark--center--align, .display--h1.color--dark {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .display--h1.color--dark--center--align, .display--h1.color--dark {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .display--h1.f-size-2rem {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .down-arrow {
    max-width: 20px;
  }

  .social--link--wrap {
    padding-left: 10px;
  }

  .social--link {
    padding: 0;
  }

  .flex--div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .active-circle {
    display: none;
  }

  .main--section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .about--grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .title-heading.light-color {
    letter-spacing: 1px;
    letter-spacing: 1px;
  }

  .image--wrapper.top--m-5rem {
    margin-top: 2rem;
  }

  .about--absolute-content {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .display--h3.color-white {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .button-wrap {
    padding-left: 48px;
    padding-right: 18px;
    font-size: 1rem;
  }

  .button-wrap.width-138px {
    width: 125px;
  }

  .button-wrap.width-200px {
    width: 170px;
  }

  .arrow-bg, .arrow-wrap {
    width: 38px;
    height: 38px;
  }

  .dada--01, .dada--02 {
    font-size: 4rem;
  }

  .card--wrap {
    width: 270px;
  }

  .our--fleet--section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .vlcc-heading {
    font-size: 4.5rem;
  }

  .logo-png {
    width: 90px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .logo-png._w-120px {
    width: 130px;
  }

  .button--wrap--black {
    padding: 11px 20px 11px 50px;
    font-size: 1rem;
  }

  .arrow-bg-black, .arrow--wrap--black {
    width: 38px;
    height: 38px;
  }

  .border--line.top--bottom--m-2rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer {
    background-image: none;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer--menu--wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 2rem;
  }

  .footer--menu--wrap.less-m {
    grid-row-gap: 20px;
  }

  .footer--menu--wrap.mobile-view {
    grid-row-gap: 10px;
  }

  .footer--itme--wrap {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer--itme--wrap.super {
    display: flex;
  }

  .subscribe--newsletters {
    margin-top: 0;
  }

  .text--field {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .text--field::placeholder {
    font-size: 1rem;
  }

  .subscribe--form {
    width: 100%;
  }

  .submit-button {
    height: 45px;
  }

  .sub--footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .all-right-text {
    font-size: .9rem;
  }

  .center--col {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .icon02 {
    max-width: 16px;
  }

  .about--banner {
    padding-top: 6vh;
  }

  .max--width--800px.mobile-bottom-m-4rem {
    margin-bottom: 4rem;
  }

  .spline--scene.super {
    height: 80%;
  }

  .spline--footer {
    justify-content: center;
    align-items: center;
    padding-bottom: 14rem;
    display: flex;
  }

  .sustainability--banner {
    padding-top: 5vh;
  }

  .sustainability-banner-content {
    width: 100%;
  }

  .esg-wrap {
    padding: 20px 10px;
  }

  .tiker--marquee {
    width: 300px;
  }

  .tiker--marquee.width-13rem, .tiker--marquee.width-245px, .tiker--marquee.width-13rem, .tiker--marquee.width-245px {
    width: 180px;
  }

  .career--section {
    justify-content: center;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: auto;
  }

  .career--container {
    border-radius: 10px;
    padding: 60px 16px 20px;
  }

  .field-lavel {
    font-size: .9rem;
  }

  .text-field {
    height: 30px;
  }

  .field-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field-wrap.right-align {
    justify-content: center;
    align-items: flex-end;
  }

  .close-wrap {
    top: 1%;
    right: 4%;
  }

  .close-icon {
    max-width: 16px;
  }

  .blogs--banner {
    padding-top: 5vh;
  }

  .blog--content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .details-content h3, .credits-heading {
    font-size: 1.4rem;
  }

  .map-col {
    height: 250px;
  }

  .width--90 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .contact-details-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon-svg-code {
    width: 17px;
  }

  .email-link {
    font-size: .9rem;
  }

  .spline--container--mobile {
    height: 30vh;
  }

  .preloader-json {
    width: 60%;
  }

  .brand-logo-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .successfully {
    width: 35%;
  }

  .slider {
    padding-top: 2.8rem;
  }

  .left-arrow {
    right: 19%;
  }

  .fleet-wrap {
    padding-right: 0;
  }

  .fleet-box {
    padding: 25px;
  }

  .fleet-text-block {
    font-size: .9rem;
  }

  .our--fleet--content {
    grid-template-columns: 3fr;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn.w--current {
    font-size: 1rem;
  }

  .text-block {
    font-size: 1.2rem;
  }
}
