﻿@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
    font-size: 0.85rem;
}

#topSection {
    width: 90%;
    height: 100px;
    margin: 10px auto 0;
}

.toplinks {
    padding: 0;
    margin: 0;
    display: table;
    float: right;
    height: 87px;
}

    .toplinks ul {
        padding: 0;
        margin: 0;
        display: table-cell;
        /*vertical-align: bottom;*/
        vertical-align: baseline;
    }

        .toplinks ul li {
            list-style: none;
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            .toplinks ul li:first-child {
                border-left: solid 1px #9fa0a0;
                padding-left: 10px;
            }

            .toplinks ul li a {
                padding: 0 10px;
                color: #0b9450;
                font-weight: 500;
            }

                .toplinks ul li a:hover {
                    padding: 0 10px;
                    color: ##72d6a4;
                    font-weight: 500;
                }

.logo {
    width: 145px;
}

.navigationSection {
    width: 90%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.navigation {
    width: 100%;
    height: 60px;
    background-color: #0085c8;
}








.searchbar {
    margin-bottom: auto;
    /*margin-top: 10px;*/
    margin-top: 47px;
    margin-right: 20px;
    height: 40px;
    background-color: #007a3d;
    border-radius: 30px;
    padding: 5px;
}

.search_input {
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 30px;
    transition: width 0.4s linear;
}


.searchbar ::-webkit-input-placeholder,
.searchbar :-moz-placeholder,
.searchbar ::-moz-placeholder,
.searchbar :-ms-input-placeholder {
    color: #fff !important;
}

.search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #76b384;
}

.search_input::-moz-placeholder { /* Firefox 19+ */
    color: #76b384;
}

.search_input:-ms-input-placeholder { /* IE 10+ */
    color: #76b384;
}

.search_input:-moz-placeholder { /* Firefox 18- */
    color: #76b384;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 285px;
    caret-color: #fff;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon {
    background: white;
    color: #007a3d;
}

.search_icon {
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

#masterBanner {
    position: relative;
    top: -30px;
}

    #masterBanner .item {
        /*height: 85.75vh;
        min-height: 300px; */
        height: 75vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        #masterBanner .item .carousel-caption {
            bottom: 30% !important;
            left: 7%;
            text-align: left;
            width: 35%;
        }

            #masterBanner .item .carousel-caption h1 {
                /*font-size: 5rem;*/
                font-size: 3rem;
                font-weight: 300;
            }

            #masterBanner .item .carousel-caption h3 {
                /*font-size: 2.15rem;*/
                font-size: 2rem;
                color: #007a3d;
                font-weight: 400;
            }

            #masterBanner .item .carousel-caption p {
                /*font-size: 1.15rem;*/
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.35;
            }

    #masterBanner #masterCarousel .owl-nav,
    #masterBanner #masterCarousel .owl-dots {
        display: none;
    }

    #masterBanner .slide-down {
        position: absolute;
        bottom: 10px;
        z-index: 2;
        display: inline-block;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font: normal 400 20px/1 'Josefin Sans', sans-serif;
        letter-spacing: .1em;
        text-decoration: none;
        transition: opacity .3s;
        width: 42px;
        height: 42px;
        font-size: 1.5rem;
        line-height: 0rem;
        padding: 10px;
        border-radius: 25px;
        background-color: #98c3e8 !important;
        -webkit-animation: arrowdown 1.7s ease-in-out infinite;
        animation: arrowdown 1.7s ease-in-out infinite;
    }

        #masterBanner .slide-down:hover {
            opacity: .75;
        }

#InnerBanner {
    position: relative;
    top: -30px;
}

    #InnerBanner .item {
        height: 30vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
        #InnerBanner .item .carousel-caption {
            bottom: 10px;
            left: 7%;
            text-align: left;
            width: 35%;
        }



/*=================  Breadcrumb  ====================*/


.nbreadcrumb {
    bottom: 30px;
    left: 7%;
    text-align: left;
    width: 50%;
    position: absolute;
    color: #fff;
}
.nbreadcrumb ul {
    padding:0;
    margin:0;
}
    .nbreadcrumb ul li {
        list-style: none;
        display: inline-block;
        font-size: 1.15rem;
    }

        .nbreadcrumb ul li a::after {
            font-family: 'FontAwesome';
            content: '\f105';
            padding: 0 1rem;
            color: #fff;
            text-decoration:none;
            cursor:default;
        }

        .nbreadcrumb ul li a {
            color: #eee51e;
            text-decoration: none;
        }

    .nbreadcrumb ul li:first-child {
        padding-left: 0; 
    }


.bannerSlider {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.noGutter {
    width: 100%;
    height: 1px;
    margin-top: -31px
}

#headmaster-section {
    margin-bottom: 0;
    min-height: 550px;
}

.latestNews {
    width: 100%;
    height: 55px;
    background-color: #fff;
}

.latestNews-hdr {
    width: 100%;
    height: 55px;
    background-color: #007a3d;
    text-align: center;
    color: #eee51e;
    line-height: 55px;
    font-size: 1.35rem;
    font-weight: 500;
}

.latestNews {
}

    .latestNews marquee {
        line-height: 1rem;
    }

        .latestNews marquee a {
            color: #6a6a6a;
            font-weight: 400;
            padding-right: 100px;
        }

#nlngSections {
    padding: 0;
    margin: 0;
}
.nlngSections {
    padding: 0;
    margin: 0;
}




#nlngProductSections {
    padding: 75px 0 25px;
    background-color: #ececec;
    height: 320px;
}

.sectionHeader h1 {
    text-align: center;
    color: #007a3d;
    /*font-size: 3.5rem;
    font-weight: 300;*/
    font-size: 3rem;
    font-weight: 600;
}

.sectionHeader h2 {
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 300;
    margin: 25px;
}

.shippingContent {
    color: #fff;
}

    .shippingContent ul {
        color: #fff;
        padding-left: 30px;
    }

        .shippingContent ul li {
            line-height: 2rem;
            font-size: 1.15rem;
            list-style: square;
        }

            .shippingContent ul li li {
                list-style: disc;
            }






.nbtn-success {
    color: #fff;
    background-color: #007a3d;
    border-color: #007a3d;
}

    .nbtn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        text-decoration:none;
        /*font-weight:600;*/
    }

.nbtn-successOutline {
    color: #007a3d;
    background-color: transparent;
    border: solid 1px #007a3d;
}

    .nbtn-successOutline:hover {
        color: #007a3d;
        background-color: #007a3d;
        border-color: #1e7e34;
        text-decoration: none;
        /*font-weight:600;*/
    }

.nbtn-outline {
    color: #fff !important;
    background-color: transparent;
    border: solid 1px #fff;
}

    .nbtn-outline:hover {
        color: #0085c8 !important;
        background-color: #fff;
        border-color: #fff;
        text-decoration: none;
    }

.nbtn-defaultOutline {
    color: #464646 !important;
    background-color: transparent;
    border: solid 1px #464646;
}

    .nbtn-defaultOutline:hover {
        color: #fff !important;
        background-color: #fff;
        border-color: #000;
        text-decoration: none;
    }


.nbtn-yellow {
    color: #007a3d;
    background-color: #ecdd1c;
    border-color: #efbf2f;
}

    .nbtn-yellow:hover {
        color: #fff;
        background-color: #ca9c12;
        border-color: #ffbf00;
        text-decoration: none;
        /*font-weight: 600;*/
    }

.nbtn-yellowOutline {
    color: #ecdd1c;
    border: solid 1px #ecdd1c;
}

    .nbtn-yellowOutline:hover {
        color: #fff;
        background-color: #efbf2f;
        border-color: #ffbf00;
        text-decoration: none;
        /*font-weight: 600;*/
    }

.nbtn-default {
    color: #fff;
    background-color: #464646;
    border-color: #464646;
}

    .nbtn-default:hover {
        color: #fff;
        background-color: #333;
        border-color: #333;
        text-decoration: none;
        /*font-weight: 600;*/
    }

.nbtn-defaultOutline {
    color: #464646;
    background-color: transparent;
    border: solid 1px #464646 ;
}

    .nbtn-defaultOutline:hover {
        color: #fff;
        background-color: #464646;
        border-color: #333;
        text-decoration: none;
        /*font-weight: 600;*/
    }

.nbtn {
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;
    border: 1px solid transparent;*/
    padding: .75rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-card-container {
    position: relative;
    top: -122px;
}

.no-productGutter {
    width: 100%;
    height: 1px;
    display: block;
    margin-top: -122px;
}

.product-card {
    background-color: transparent !important;
    border: none !important;
    text-align: center;
}

    .product-card .avatar {
        width: 245px;
        height: 245px;
    }

    .product-card .avater-border {
        border: solid 5px #fff;
    }

    .product-card .card-body .card-title {
        color: #3faad4;
    }

#productCarousel {
}

    #productCarousel .owl-dots {
        display: block;
        margin: 35px auto 15px;
        text-align: center;
    }

    #productCarousel .owl-dot {
        background: #0085c8;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

        #productCarousel .owl-dot.active {
            background-color: transparent !important;
            border: solid 1px #0085c8;
        }

#nlngServicesSections {
    padding: 75px 0 15px;
}

.nlngServicesSections {
}


.nlngVessels {
    display: inline-block;
    position: absolute;
    width: 700px; /*  */
    right: -40px;
    z-index: 99;
    top: 20%;
}

#nlngMediaSections {
    /*padding: 75px 0 25px;*/
}


.otherMedia {
    padding:3rem;
    margin: 30px auto 10px auto;
    width: 500px;
}
.otherMediaCard {
    width: 200px;
    height: 175px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
    box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
}
.otherMediaCard-p {
    padding: 2.5rem 0 0;
    color: #007a3d;
    font-weight: 500;
}
.otherMediaCard-p img {
    margin-bottom:0.5rem;
}
.otherMedia-btn {
    padding-top:3rem;
}
.nlngNewsletterSections {
    width: 100%;
    height: 100px;
    background-color: #707070;
    padding: 25px 0;
    color: #fff;
}

    .nlngNewsletterSections h3 {
        margin-bottom: 0px;
    }
    .nlngNewsletterSections .form-control {
        font-weight: 300 !important;
        height: 46px !important;
        border: none;
    }

.nlngFooterSections {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background-color: #007a3d;
    color: #fff;
}

    .nlngFooterSections h3 {
        margin-bottom: 0px;
    }

    .nlngFooterSections .footerlinks {
        padding: 15px 0;
        margin: 0;
        display: table;
        color: #fff;
        float: right;
    }

            .nlngFooterSections .footerlinks ul {
                padding: 0;
                margin: 0;
                display: table-cell;
                vertical-align: baseline;
            }
                .nlngFooterSections .footerlinks ul li {
                    list-style: none;
                    display: inline-block;
                    padding: 0;
                    margin: 0;
                    border-right: solid 1px #8bc1a6;
                    line-height: 13px;
                }
                    .nlngFooterSections .footerlinks ul li:last-child {
                        border-right: solid 1px transparent;
                    }
                    .nlngFooterSections .footerlinks ul li a {
                        padding: 0 10px;
                        color: #fff;
                        font-weight: 400;
                    }
                        .nlngFooterSections .footerlinks ul li a:hover {
                            color: #8bc1a6;
                            text-decoration: none;
                        }

    .nlngFooterSections .socialMedia {
        padding: 15px 0;
        margin: 0;
        display: table;
        color: #8bc1a6;
    }
        .nlngFooterSections .socialMedia ul {
            padding: 0;
            margin: 0;
            display: table-cell;
            vertical-align: baseline;
        }

            .nlngFooterSections .socialMedia ul li {
                list-style: none;
                display: inline-block;
                padding: 0;
                margin: 0;
            }


                .nlngFooterSections .socialMedia ul li a {
                    padding: 0 10px;
                    color: #fff;
                    font-weight: 200;
                }

                    .nlngFooterSections .socialMedia ul li a:hover {
                        color: #8bc1a6;
                        text-decoration: none;
                    }
   


        /*
    Created on : 2016-12-16, 13:40:46
    Author     : Sławomir Netteria.NET https://netteria.net
*/
        #closer_videopopup {
            position: absolute;
            display: table-cell;
            right: 2%;
            top: 2%;
            font-size: 32px;
            text-align: center;
            vertical-align: middle;
            padding: auto;
            cursor: default;
            background: none;
            border: none;
            color: #ffffff;
            z-index: 100004;
        }

#opct {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

#videCont {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}

#yt_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

video {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;
}

#video1 {
    cursor: pointer;
    cursor: hand;
}

.homeVideo {
    width: 100%;
    height: 100%;/**/
    background-repeat:no-repeat;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .homeVideo a {
    }

        .homeVideo a img {
            width: 100%;
        }

    .homeVideo .card {
        background-color: transparent !important;
        border: none !important;
        border-radius: 0rem !important;
    }
        .homeVideo .card img {
            width: 100%;
        }

.playButton img {
    position: absolute;
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto;
    text-align: center;
    left: 46.5%;
    top: 45%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s cubic-bezier(.88,-.99,0,1.81);
}

    .playButton img:hover {
        opacity: 0.85;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

.overlayInfo {
    position: absolute;
    bottom: 15px;
    color: #fff;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(75,75,75,0.35);
        -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect:hover .overlay {
        background-color: rgba(48, 152, 157, 0.4);
    }

    .hovereffect img {
        display: block;
        position: relative;
        width: 100%;
    }

    .hovereffect .playButton {
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
        -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect:hover h2 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
        font-weight: normal;
        margin: -52px 0 0 0;
        padding: 62px 100px;
    }

    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect a.info:hover {
        box-shadow: 0 0 5px #fff;
    }

.signupDesc {
    
}
    .signupDesc h4 {
        margin-bottom: 0px;
        line-height: 1;
    }

    .signupDesc span {
        font-size: 0.9rem;
    }
.InnerPageContent {
    padding: 55px 0;
    color: #575757;
    text-align:justify;
}

    .InnerPageContent h1 {
        color: #575757;
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 3.5rem;
    }
.SideMenu {
    background-color: #8592a2;
    padding-bottom:20px;
}
    .SideMenu .HdrPlaceholder {
        padding: 55px 35px 45px;
        text-transform: uppercase;
        font-size: 1.25rem;
        font-weight: 600;
        color: #fff;
    }

.SideMenu ul {
    padding: 0;
    margin: 0;
}

    .SideMenu ul li {
        padding: 15px 0px;
    }
    .SideMenu ul li:hover {
        padding: 15px 0px;
    }
        .SideMenu ul li a {
            padding: 0px 35px;
            font-size: 1.15rem;
            color: #fff;
        }



/*=============== Our People ==================*/

.OurPeopleBack {
    background-color: #f1f1f1;
}

    .OurPeopleBack h1,
    #managementBack h1{
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 1rem
    }

        .OurPeopleBack h1.green {
            color: #007a3d;
        }

        #managementBack h1.white {
            color: #fff;
        }

.OurPpleText {
    width: 70%;
    text-align: justify;
}

    .OurPpleText p {
        margin-bottom: 0.75rem !important;
    }

.imagePics {
    float: right;
    text-align: right;
}

.darkback {
    background-color: #1c1c1c;
    padding: 5rem;
}

.darkback-txt {
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 100;
}

    .darkback-txt h2 {
        text-align: center;
        color: #fff;
        font-size: 1.65rem;
    }


.grid-divider {
    overflow-x: hidden;
    position: relative;
}

    .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        content: "";
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        height: calc(100% - 2rem);
    }

@media (max-width: 767px) {
    .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -4px;
    }
}

@media (min-width: 768px) {
    .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}

.grid-divider2 {
    overflow-x: hidden;
    position: relative;
}

    .grid-divider2 > [class*="col-"]:nth-child(n + 2):after {
        content: "";
        background-color: #d3d3d3;
        position: absolute;
        top: 0;
        bottom: 0;
        height: calc(100% - 2rem);
    }

@media (max-width: 767px) {
    .grid-divider2 > [class*="col-"]:nth-child(n + 2):after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -4px;
    }
}

@media (min-width: 768px) {
    .grid-divider2 > [class*="col-"]:nth-child(n + 2):after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}



#managementBack {
    height: 650px;
    padding: 75px 0 55px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#managementTeam {
    margin-bottom: 1.5rem;
}


    #managementTeam .owl-nav {
        position: absolute;
        top: 33%;
        left: 0;
        right: 0;
    }

        #managementTeam .owl-nav .owl-prev,
        #managementTeam .owl-nav .owl-next {
            position: absolute;
            height: 100px;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;
        }

            #managementTeam .owl-nav .owl-prev i,
            #managementTeam .owl-nav .owl-next i {
                font-size: 2.5rem;
                color: #cecece;
            }

        #managementTeam .owl-nav .owl-prev {
            left: 35px;
        }

        #managementTeam .owl-nav .owl-next {
            right: 35px;
        }

 /*
    #managementBack .owl-item > div {
        cursor: pointer;
        margin: 6% 8%;
        transition: margin 0.4s ease;
    }

    #managementBack .owl-item.center > div {
        cursor: auto;
        margin: 0;
    }

    #managementBack .owl-item:not(.center) > div:hover {
        opacity: .75;
    }
   */

    #managementBack .owl-item.active > div:after {
        /*content: 'active';*/
    }

    #managementBack .owl-item.center > div:after {
        /*content: 'center';*/
    }

    #managementBack .owl-item.active.center > div:after {
        /*content: 'active center';*/
    }

    #managementBack .owl-item > div:after {
        font-family: sans-serif;
        font-size: 24px;
        font-weight: bold;
    }

    #managementBack .active.center {
        transform: scale(1);
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
    }

    #managementBack .active {
        transform: scale(.8);
        transition: .6s ease;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
.photoFrame {
    /*width: 235px;*/
    width:275px;
    height: auto;
    background-color: rgba(130,135,131,0.67);
    text-align:center;
}
.ExecName {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    padding: 30px 0 15px;
}
.ExecName span {
    font-size: 1rem;
    display: block;
    font-weight: 100;
}


.shareholderSection {
    padding: 75px 0;
    line-height: 22px;
}


.shareholderSection h1  {
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 1rem;
    text-align:justify;
}
.shareholderLogo {
    display:table;
    padding: 0 50px;
}


.shippingOperations {
    width: 100%;
    padding: 75px 0 25px;
    background-color: rgba(237,237,237,1);
    text-align: center;
}

    .shippingOperations h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 1rem;
        text-align: justify;
    }

.shippingOperations-vessel {
    width: 100%;
}

.tankfield {
    height: 395px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tankfield-txt {
    padding: 55px 15px 0 140px;
    text-align: justify;
}

    .tankfield-txt h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 1rem;
        text-align: justify;
    }



.otherOperations {
    padding: 80px 5rem 65px;
    text-align: center;
}

    .otherOperations h2 {
        font-size: 2rem;
        font-weight: 400;
        padding-bottom: 1rem;
        text-align: center;
        color: #007a3d;
        margin-top: 1rem;
    }
.otherOperationsTxt {
    text-align:justify;
}

.gasSupply {
    height: 500px;
    padding: 85px 0 80px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
    text-align:justify;
}

    .gasSupply h3 {
        font-size: 1.25rem;
        font-weight: 300;
        padding-bottom: 1rem;
        text-align: justify;
        text-transform: uppercase;
        color: #f7e314;
    }


.hsc {
    background: #f6f6f6;
    padding: 75px 0 55px;
}
.hscImage {

}

.hsc-txt {
    padding: 25px 0px 0 75px;
    text-align: justify;
}

    .hsc-txt h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 1rem;
        text-align: justify;
        color: #0084c9;
    }


.nlngEnvironment {
    height: 515px;
    padding: 100px 0 75px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
}

    .nlngEnvironment h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 2rem;
        color: #f7e314;
    }

.conservation {
    height: 400px;
    padding: 100px 0 75px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.conservationTxt {

}
.conservation h1 {
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 2rem;
    color: #007a3d;
}

.csrPrize {
    background-color: #000;
}
.PriceText {
    /*background-color: #000;
    padding: 100px 100px 83px;*/
    padding: 75px 100px 48px;
    color: #fff;
}

    .PriceText h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 2rem;
    }

.PriceAward {
    height: 449px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.csrEdu-txt {
    padding: 25px 0px 0 75px;
    text-align: justify;
}
    .csrEdu-txt h1 {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 1rem;
        text-align: justify;
    }

.bonnyRoads {
    height: 410px;
    padding: 95px 0 70px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.bonnyRoadsTxt {
    color: #fff;
}

.bonnyRoads h1 {
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 2rem;
    color: #efbf2f;
}

.cultures {
    height: 410px;
    padding: 95px 0 70px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.culturesTxt {
    color: #fff;
}

.cultures h1 {
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 2rem;
    color: #0084c9;
}

.vacancies {
    padding: 75px 0px 55px;
    text-align: justify;
}

.vacancies-txt h1 {
    font-size: 2.5rem;
    font-weight: 300;
    padding-bottom: 1rem;
    text-align: justify;
    color: #0084c9;
}

.vacanciesApplication,
.InternshipProgramme {
    width: 100%;
    height: 408px;
    color: #fff;
    padding: 85px 13rem 50px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: justify;
}

.vacanciesApplication h2,
.InternshipProgramme h2{
    font-size: 2rem;
    font-weight: 300;
    padding-bottom: 1rem;
    text-align: justify;
    color: #fff;
}

.corporateNewsection {
    background-color:#000;
    width:100%;
    height:499px;
}

.mainNewsSection {
    width: 100%;
    height: 499px;
    color: #fff;
    padding: 40px 2.5rem 40px 5rem;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: justify;
}
    .mainNewsSection h1 {
        font-size: 2.5rem;
        font-weight: 300;
        padding-bottom: 1rem;
        text-align: justify;
        color: #fff;
    }
    .mainNewsSection .newsHighlight {
        width: auto;
        position: absolute;
        bottom: 50px;
        right: 2.5rem;
        left:5rem
    }
        .mainNewsSection .newsHighlight h2 {
            color: #ecdd1c;
            font-size: 2rem;
            font-weight: 300;
        }
.newsHighlight-lists {
    padding: 40px 5rem 15px 2.5rem;
    color: #fff;
}
    .newsHighlight-lists .media .media-body {
        text-align: justify;
    }
.newsHighlight-lists h5{
    color: #ecdd1c;
    font-weight: 400;
}
    .newsHighlight-lists h5:hover {
        text-decoration: none;
        color: #efbf2f;
    }

.newsReadMore {
    display: block;
    margin-top: 0.25rem;
    color: #ecdd1c;
}
.newsReadMore a{ 
    color: #ecdd1c;
}
    .newsReadMore a:hover {
        text-decoration: none;
        color: #efbf2f;
    }


.newsDate {
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
}

.newsHighlight-lists .media {
    margin-bottom: 1.5rem;
}

.publications {
    padding:85px 12.5rem;
}
.publications-txt {
    text-align: right;
}
.publications-txt h1 {
    font-size: 2.5rem;
    font-weight: 300;
    padding-bottom: 1rem;
    color: #197dde;
}


.photoGallerySection {
    background-color: #3f3f3f;
    padding:80px 10rem 40px;
}

    .photoGallerySection .photoScroll-wrap {
        /*margin: 90px auto;
        padding: 0 5%;
        width: 80%;
        position: relative;*/
        margin: 0px auto;
        /*position: relative;*/
    }

/* fix blank or flashing items on carousel */
    .photoGallerySection .owl-carousel .item {
        position: relative;
        z-index: 100;
        -webkit-backface-visibility: hidden;
    }

/* end fix 
#photoScroll .owl-nav {
    position: absolute;
    bottom: 45%;
}*/
    .photoGallerySection .owl-nav {
        margin-top: -26px;
        position: absolute;
        top: 45%;
        color: #ecdd1c;
        z-index: 999;
        width: 100%;
    }

        .photoGallerySection .owl-nav .owl-prev {
            left: -60px !important;
            position: absolute;
        }

        .photoGallerySection .owl-nav .owl-next {
            right: -60px !important;
            position: absolute;
        }


.mediaLandingVideo {
    width: 100%;
    height: 515px;
    background-repeat: no-repeat;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    
}







/*==================  Screen Responsiveness  =======================*/
@media (max-width:480px) {
    .otherMedia {
        margin: 0 auto;
        width: 400px;
    }
}

@media (max-width:640px) {
    .logo {
        width: 115px;
        margin: auto;
    }

    #topSection {
        width: 100%;
        height: 150px;
    }
    .searchbar {
        margin-bottom: auto;
        /* margin-top: 10px; */
        margin-top: 20px;
    }
    .latestNews {
        height: 110px;
    }

    .searchbar > .search_input {
        width: 285px;
        padding: 0 10px;
    }

    .toplinks ul {
        display:none;
    }
        #masterBanner .item {
        height: 67vh;
    }
    
    .otherMedia {
        margin: 5rem auto 4rem;
        width: 400px;
    }

    .nlngNewsletterSections {
        height: auto;
        text-align: center;
    }
    .signupDesc {
        padding-bottom:15px;
    }
        .signupDesc span {
            font-size: 1rem;
        }
    .shippingContent {
        padding: 0rem;
    }
        .shippingContent ul li {
            line-height: 2.5rem;
        }
    .nlngVessels {
        position: relative;
        width: auto;
        right: unset;
    }
    .nlngFooterSections {
        height: 120px;
    }
    .nlngFooterSections .socialMedia {
        padding: 5px 0;
        margin: 0 auto;
    }

    .nlngFooterSections .footerlinks {
        padding: 5px 0;
        margin: 0 auto;
        float: none;
    }


}
@media (max-width:1024px) {
    #topSection {
        width: 99.8%;
        margin: 5px auto 0;
    }
    .navigationSection {
        width: 99.8%;
    }
    #masterBanner .item .carousel-caption {
        bottom: 26% !important;
        width: 50%;
    }
    .otherMedia {
        padding: 1.25rem 3rem;
        margin: 0px auto;
        width: 345px;
    }
    .otherMediaCard {
        width: 125px;
        height: 100px;
    }
    .otherMediaCard-p {
        padding: 1rem 0 0;
    }
    .otherMediaCard-p img {
        width: 40px;
    }
    .otherMedia-btn {
        padding-top: 0.5rem;
    }
    .signupDesc h4 {
        font-size: 1.35rem;
    }
    .signupDesc span {
        font-size: 0.8rem;
    }
    .nlngVessels {
        width: 500px;
        right: -30px;
        top: 30%;
    }
}

@media (min-width:1366px) {

    .shippingContent {
        padding: 3rem 0 0;
    }
    .OurPpleText {
        width: 87%;
        text-align: justify;
    }

}

    /*@media (max-width:1024px) and (min-width:) {
    
}

@media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
   
}

.latestNews {
    width: 100%;
    height: 110px;
}*/


    /*Small devices (landscape phones, 576px and up)*/
    @media (min-width: 576px) {
        ...
    }

    /*Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        ...
    }

    /*Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {
        ...
    }

    /*Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {
        ...
    }

    /*Extra small devices (portrait phones, less than 576px)*/
    @media (max-width: 575.98px) {
        ...
    }

    /*Small devices (landscape phones, less than 768px)*/
    @media (max-width: 767.98px) {
        ...
    }

    /*Medium devices (tablets, less than 992px)*/
    @media (max-width: 991.98px) {
        ...
    }

    /*Large devices (desktops, less than 1200px)*/
    @media (max-width: 1199.98px) {
        ...
    }
