body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #676770;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #676770;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 7px;
    text-transform: uppercase;
}

h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #676770;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

.button {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 30px;
    border-radius: 4px;
    background-color: #1637a6;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .button:hover {
        background-color: #2e9dff;
    }

    .button.w--current {
        background-color: #2e80b6;
    }

    .button.full-width {
        display: block;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        background-color: #f8e240;
        color: #000;
        font-weight: 400;
    }

    .button.tab {
        margin-right: 8px;
        margin-left: 8px;
        background-color: #92a0ad;
    }

        .button.tab:hover {
            background-color: #2e80b6;
        }

        .button.tab.w--current {
            background-color: #2e80b6;
        }

.navigation-link {
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

    .navigation-link:hover {
        background-color: #f8e240;
        color: #fdfdfd;
        font-weight: 600;
    }

    .navigation-link.w--current {
        color: #fff;
        font-weight: 600;
    }

        .navigation-link.w--current:hover {
            background-color: #f8e240;
            color: #fff;
        }

        .navigation-link.w--current:active {
            color: #1637a6;
        }

        .navigation-link.w--current:focus {
            color: white;
        }

.navigation-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #f8e240;
}

.navigation-menu {
    padding: 11px;
    color: #1637a6;
}

.brand-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #1637a6;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.brand-link {
    padding-top: 16px;
    padding-bottom: 16px;
}

.section {
    position: relative;
    padding: 40px 10px;
    background-color: #fff;
    text-align: center;
}

    .section.accent {
        background-color: #090f22;
    }

.white-box {
    padding: 15px;
    border: 1px solid #dcebf7;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

    .white-box.transparent {
        border-style: none;
        background-color: transparent;
    }

/*.hero-section {
    padding-top: 242px;
    padding-bottom: 242px;
}*/

    .hero-section.centered {
        margin-top: 80px;
        /*padding-top: 195px;
        padding-bottom: 195px;*/
        border-bottom: 4px solid #69b9ff;
        /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(46, 157, 255, 0)), url('../images/Cargo-ships-entering-one-busiest-ports-in-world-Singapore-1.jpg');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(46, 157, 255, 0)), url('../images/Cargo-ships-entering-one-busiest-ports-in-world-Singapore-1.jpg');
        background-position: 0px 0px, 50% 70%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, scroll;*/
        text-align: center;
    }

.hero-heading {
    margin-bottom: 30px;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 7px 7px 12px #000;
}

.hero-subheading {
    margin-bottom: 40px;
    padding: 28px;
    background-color: #f8e240;
    color: #000;
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hollow-button {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    color: #fff;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .hollow-button:hover {
        border-color: #2e9dff;
        color: #2e9dff;
    }

    .hollow-button.all-caps {
        background-color: #f7c540;
        color: #fff;
        text-transform: uppercase;
    }

.section-heading {
    margin-top: 0px;
    margin-bottom: 16px;
}

    .section-heading.centered {
        color: #676770;
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 5px;
        text-transform: uppercase;
    }

        .section-heading.centered.white {
            color: #fff;
        }

.section-subheading.center {
    color: #8e8e9c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    .section-subheading.center.off-white {
        display: block;
        width: 150px;
        margin-right: auto;
        margin-left: auto;
        padding: 4px;
        background-color: #f8e240;
        color: #e8e8e8;
    }

        .section-subheading.center.off-white.services {
            background-color: #f8e240;
        }

.section-title-group {
    margin-bottom: 60px;
}

.form-field {
    height: 45px;
    margin-bottom: 17px;
    border: 0px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

    .form-field.text-area {
        height: 110px;
    }

.footer {
    padding-top: 35px;
    padding-bottom: 35px;
}

    .footer.center {
        border-top: 1px solid #dbdbdb;
        background-color: #383838;
        text-align: center;
    }

.footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #9e9e9e;
    font-size: 16px;
}

.grid-image {
    display: block;
    width: 35%;
    margin: 20px auto;
    padding: 20px;
    border: 10px solid #fff;
    border-radius: 50%;
    background-color: #f8e240;
    box-shadow: 0 0 0 1px #f7c23e;
    color: #1637a6;
}

.info-icon {
    float: left;
}

.footer-link {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5e0;
    color: #668cad;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

    .footer-link:hover {
        color: rgba(0, 140, 255, .84);
    }

    .footer-link.with-icon {
        margin-left: 30px;
        color: #242424;
    }

.tab-menu {
    margin-bottom: 40px;
    text-align: center;
}

.tabs-wrapper {
    text-align: center;
}

.fullwidth-image {
    width: 100%;
    margin-bottom: 20px;
}

.white-text {
    margin-bottom: 20px;
    color: #fff;
}

.form {
    margin-top: 40px;
}

.hero-name {
    font-style: italic;
}

.who-we-are-info {
    border-left-color: #f8e240;
    color: #fff;
    text-align: justify;
}

.logo {
    max-width: 77%;
}

.list-item {
    text-align: left;
}

.who-we-are-italic {
    font-style: italic;
}

.slider {
    width: 25%;
    padding: 64px;
    text-align: center;
}

.main-slider {
    background-color: #fff;
}

.arrow-icon {
    color: #000;
}

.slider-bullets {
    padding-top: 0px;
    color: #000;
}

.what-we-do-text {
    padding: 16px;
    border: 1px none #dcebf7;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.what-we-do-div {
    margin-top: 43px;
    padding: 29px;
    border: 1px solid #dcebf7;
}

.bold {
    font-weight: 600;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
    opacity: 0;
    -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
    -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
    transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
    opacity: 0;
    -webkit-transform: scale(0.01, 0.01);
    -ms-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
    .navigation-link {
        background-color: #f7c540;
        color: #000;
    }

        .navigation-link.w--current {
            background-color: #f8e240;
            color: #000;
        }

    .hamburger-button {
        margin-top: 12px;
        padding: 15px;
        background-color: #fff;
        color: #fff;
    }

        .hamburger-button.w--open {
            background-color: #f7c540;
        }

    .navigation-menu {
        margin-top: 74px;
        margin-right: 10px;
        background-color: transparent;
        color: #fff;
    }

    .section {
        padding-bottom: 15px;
    }

    .hero-section.centered {
        margin-top: 81px;
    
    }

    .grid-image {
        width: 50%;
        padding: 15px;
    }

    .icon-sandwich {
        color: #2143b5;
    }

    .slider {
        width: 33.33%;
        padding: 0px;
    }

    .main-slider {
        height: 187px;
        padding: 0px;
    }

    .img-item {
        margin-top: 1px;
        padding: 45px;
    }

    .slider-bullets {
        padding-top: 14px;
    }
}

@media (max-width: 767px) {
    .button.full-width {
        margin-right: auto;
        margin-left: auto;
    }

    .button.tab {
        font-size: 12px;
    }

    .hamburger-button {
        margin-right: 9px;
        margin-left: 8px;
    }

    .navigation-menu {
        margin-right: -2px;
    }

    .white-box {
        margin-bottom: 30px;
    }

    .hero-heading {
        margin-bottom: 15px;
        font-size: 50px;
    }

    .hero-subheading {
        font-size: 18px;
    }

    .form-field.text-area {
        display: block;
    }

    .grid-image {
        width: 20%;
        padding: 20px;
    }

    .spc {
        margin-bottom: 30px;
    }

    .arrow-icon {
        margin-left: -22px;
    }

    .img-item {
        margin-top: 20px;
        padding: 10px;
    }

    .arrow {
        margin-left: 20px;
    }

    .arrow-right {
        margin-right: 20px;
    }
}

@media (max-width: 479px) {
    .button {
        margin-bottom: 25px;
    }

    .hamburger-button {
        margin-top: 12px;
        padding: 7px;
    }

        .hamburger-button.w--open {
            margin-top: 10px;
        }

    .navigation-menu {
        margin-top: 50px;
    }

    .hero-section.centered {
        margin-top: 62px;
    }

    .hero-heading {
        font-size: 39px;
    }

    .section-subheading.center {
        line-height: 30px;
    }

    .grid-image {
        width: 35%;
    }

    .logo {
        width: 195px;
        margin: -1px;
    }

    .slider {
        width: 50%;
        margin-top: -13px;
        padding-top: 0px;
    }

    .main-slider {
        height: 144px;
    }

    .arrow-icon {
        margin-left: 0px;
    }

    .img-item {
        margin-top: 23px;
        padding: 12px;
    }
}

.slider-main {
  height: 100vh;
}

.slider-1 {
  display: inline-block;
  padding-top: 610px;
  background-image: url('../images/web-slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  background-image: url('../images/web-slide-acai.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-container {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 159px;
  display: block;
  padding: 12px;
  text-align: center;
}

.slide-1-headline {
  margin-top: 21px;
  margin-bottom: 21px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  text-shadow: 6px 6px 6px #000;
}

.header-col-2 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.slide-1-button {
  display: block;
  width: 163px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
}

.slide-1-button:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .14), hsla(0, 0%, 100%, .14));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .14), hsla(0, 0%, 100%, .14));
}

.slide-1-button.acai {
  background-color: #550264;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-align: center;
}

.section-bonn {
  padding: 40px;
}

.bonn-heading {
  font-size: 37px;
  text-align: center;
}

.bonn-div {
  margin-top: 21px;
  padding: 13px;
  border: 1px solid #696767;
}

.bonn-item-title {
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.item-text {
  margin-top: 15px;
  text-align: center;
}

.slider-2-conatiner {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 308px;
  padding: 22px 22px 22px 338px;
}

.acai-frooty {
  padding: 40px;
  background-color: #f8c329;
}

.frooty-headline {
  text-align: center;
}

.frooty-div-img {
  padding-top: 19px;
}

.frooty-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  line-height: 30px;
}

.bonn-text {
  font-size: 1.3em;
  line-height: 32px;
}

.bonn-item-div {
  display: block;
  text-align: center;
}

.item {
  cursor: -webkit-zoom-in;
}

.item:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.slider-3 {
  padding: 40px;
  background-image: url('../images/Cargo-ships-entering-one-busiest-ports-in-world-Singapore-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3-container {
  margin-top: 188px;
}

.slider-3-heading {
  color: #fff;
  font-size: 4.5em;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.slider-3-header-2 {
  padding: 30px;
  background-color: #f8e240;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 991px) {
  .slider-main {
    height: 400px;
  }
  .slider-1 {
    background-position: 50% -71px;
    background-size: cover;
  }
  .slide-1-container {
    bottom: 250px;
    padding: 18px;
  }
  .slide-1-headline {
    font-size: 28px;
    line-height: 30px;
  }
  .slider-2-conatiner {
    margin-top: 88px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .slider-main {
    height: 350px;
  }
  .slide-1-container {
    bottom: 303px;
    margin-right: 74px;
    margin-left: 74px;
    padding: 0px;
  }
  .slide-1-headline {
    margin: 0px;
    font-size: 24px;
  }
  .header-col-2 {
    padding-top: 0px;
    padding-bottom: 14px;
  }
  .slide-1-button.w--current {
    padding: 9px;
  }
  .section-bonn {
    padding: 20px;
  }
  .slider-2-conatiner {
    padding-left: 267px;
  }
  .acai-frooty {
    padding: 20px;
  }
  .frooty-text {
    text-align: justify;
  }
  .bonn-text {
    text-align: justify;
  }
  .bonn-container {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .slider-main {
    height: 450px;
  }
  .slider-1 {
    background-size: auto;
  }
  .slide-1-container {
    bottom: 228px;
  }
  .slider-2-conatiner {
    padding-top: 82px;
    padding-left: 106px;
  }
  .arrow-right {
    margin-right: 2px;
    font-size: 24px;
  }
  .arrow-left {
    margin-left: 2px;
    font-size: 24px;
  }
  .div-slider-1 {
    margin-right: -55px;
    margin-left: -55px;
  }
}