﻿@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/Gilroy-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Gilroy-SemiBold.ttf') format('truetype');
}

.hamburger {
    background: transparent;
    border: 0;
    color: white;
    float: right;
    display: none;
}

.mobile-nav {
    float: left;
    background-color: #ffffff;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 66px;
    width: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.shown .mobile-nav, .shown-right .mobile-nav.right {
    width: 100%;
}

.mobile-overlay {
    display: none;
}

.shown .mobile-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.49);
    height: 100%;
    z-index: 999;
}

.mobile-nav > .section {
    float: left;
    width: 100%;
    /*border-bottom: solid 0.5px #e0e0e0;*/
}

    .mobile-nav > .section:last-child {
        border-bottom: 0px;
    }

.mobile-nav > .section-dropdowns {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 26px;
}

    .mobile-nav > .section-dropdowns .close {
        position: absolute;
        right: 20px;
        top: 20px;
        opacity: 1;
    }

        .mobile-nav > .section-dropdowns .close > img {
            width: 12px;
            height: 12px;
        }


    .mobile-nav > .section-dropdowns > .drop {
        position: relative;
    }


    .mobile-nav > .section-dropdowns .btn-language {
        padding-top: 0px;
        margin-right: 25px;
    }

.mobile-nav > .section-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .mobile-nav > .section-menu > ul {
        padding-left: 0px;
        list-style: none;
        float: left;
        width: 100%;
        margin-bottom: 0px;
    }

        .mobile-nav > .section-menu > ul > li {
            float: left;
            width: 100%;
        }


            .mobile-nav > .section-menu > ul > li > a {
                font-size: 20px;
                font-weight: 600;
                color: #4f4e4e;
                float: left;
                width: 100%;
                padding: 20px 0px;
                text-align: center;
            }

                .mobile-nav > .section-menu > ul > li > a > i {
                    float: right;
                    margin-right: 30px;
                    color: rgba(83, 82, 82, 0.34);
                }


            .mobile-nav > .section-menu > ul > li > ul {
                padding-left: 0px;
                float: left;
                width: 100%;
                background-color: rgba(216, 216, 216, 0.17);
                list-style: none;
                display: none;
            }

                .mobile-nav > .section-menu > ul > li > ul > li {
                    float: left;
                    width: 100%;
                }

                    .mobile-nav > .section-menu > ul > li > ul > li > a {
                        font-size: 16px;
                        font-weight: 600;
                        text-align: left;
                        color: #4f4e4e;
                        float: left;
                        width: 100%;
                        padding: 10px 0px 10px 52px;
                    }

                        .mobile-nav > .section-menu > ul > li > ul > li > a > img {
                            width: 25px;
                            height: 25px;
                            margin-right: 15px;
                        }

                        .mobile-nav > .section-menu > ul > li > ul > li > a > i {
                            width: 25px;
                            height: 25px;
                            background-repeat: no-repeat;
                            display: inline-block;
                            background-image: url(../images/icons/sprite.png);
                            background-size: 700px;
                            margin-right: 15px;
                            float: left;
                        }

                    .mobile-nav > .section-menu > ul > li > ul > li.playstore > a > i {
                        background-position: -78px -137px;
                    }

                    .mobile-nav > .section-menu > ul > li > ul > li.itunes > a > i {
                        background-position: -108px -138px;
                    }

    .mobile-nav > .section-menu.light > ul > li > a {
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        color: #4f4e4e;
    }


.owl-carousel .owl-item img {
    max-height: 100vh;
}

body, h2, h1, h3, h4, h5, h6 {
    font-family: 'Gilroy';
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.button-primary, .btn-primary {
    background: #0068D2;
    box-shadow: 0px 12px 24px rgba(0, 0,0, 0.15);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 19px 35px;
    border: 0;
    border-radius: 0;
    height: auto;
    font-family: 'Gilroy';
    text-transform: none;
    line-height: normal;
}

    .button-primary.small {
        padding: 10px 20px;
        font-size: 16px;
        text-decoration: none;
    }

    .button-primary:hover {
        color: #fff;
    }

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background: #0068D2;
        border-color: #0068D2;
    }

.mdl-button:hover {
    background: #0068D2;
}

.button-primary i {
    margin-left: 40px;
}

.button-primary img {
    width: 35px;
    margin-right: 10px !important;
}

.innerbody {
    display: inline-block;
    width: 100%;
    min-height: 500px;
    margin-top: 70px;
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    padding: 21px 0px;
}

    .main-header .border {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.494792) 50.52%, rgba(255, 255, 255, 0) 100%);
    }

    .main-header.white .border {
        background: rgba(0, 0, 0, 0.17);
        /*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.17) 50.52%, rgba(255, 255, 255, 0) 100%);*/
    }

    .main-header.fixed {
        box-shadow: 0 0px 46px 0 rgba(80, 80, 80, 0.26);
        background: rgba(29, 47, 63, 0.9);
    }

    .main-header.white.fixed {
        box-shadow: 0 0px 46px 0 rgba(80, 80, 80, 0.26);
        background: white;
    }

    .main-header .menu {
        float: right;
        display: inline-block;
    }


        .main-header .menu ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

            .main-header .menu ul li {
                display: inline-block;
                padding-left: 35px;
            }

                .main-header .menu ul li a {
                    color: #fff;
                    text-decoration: none;
                }

    .main-header.white .menu ul li a {
        color: #000000;
        font-weight: 600;
    }

    .main-header .menu ul li a:hover {
        color: #FFBC00;
    }

    .main-header.white .menu ul li a:hover {
        color: #003265;
    }

.home-banner {
    width: 100%;
    position: relative;
}

    .home-banner .shadow {
        display: inline-block;
        width: 100%;
        position: absolute;
        background: linear-gradient(0deg, #1D2F3F 0%, rgba(29, 47, 63, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
        bottom: 0;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .home-banner .content {
        display: inline-block;
        width: 100%;
        position: absolute;
        color: #fff;
        bottom: 0;
        /*left: 0;
        top: 0;*/
        z-index: 3;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 315px;
        /*height: 0;*/
    }

        .home-banner .content .head {
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            /* identical to box height */
            letter-spacing: 0.1em;
            padding-bottom: 22px;
        }

        .home-banner .content .main {
            font-weight: 600;
            font-size: 60px;
            line-height: 62px;
            padding-bottom: 29px;
        }

            .home-banner .content .main > span {
                color: #FFBC00;
            }

        .home-banner .content .sub {
            /*font-weight: 500;*/
            font-size: 18px;
            line-height: 28px;
        }



.home-scroll.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -30px;
    z-index: 12;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.section-services {
    background: #0068D2;
    padding: 66px 0;
}

.section {
    /*display: inline-block;*/
    width: 100%;
}


    .section h2 {
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
        /* identical to box height, or 117% */
        color: #FFFFFF;
        margin-bottom: 0;
        padding-bottom: 2px;
        margin-top: 0;
    }

    .section .sub-head {
        font-weight: 600;
        display: inline-block;
        font-size: 22px;
        line-height: 42px;
        color: rgba(255, 255, 255, 0.41);
        padding-bottom: 34px;
    }

/***************************************************
 * Generated by SVG Artista on 1/13/2023, 10:39:22 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
    stroke-dashoffset: 243.51351928710938px;
    stroke-dasharray: 243.51351928710938px;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
}


.section-services ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .section-services ul li {
        display: inline-block;
        float: left;
        width: 25%;
        padding-right: 8px;
        /*padding-bottom: 8px;*/
    }

        .section-services ul li a {
            background: rgba(255, 255, 255, 0.08);
            display: inline-block;
            width: 100%;
            height: 204px;
            position: relative;
            color: #fff;
            -webkit-transition: background .2s ease-out;
            -moz-transition: background .2s ease-out;
            -o-transition: background .2s ease-out;
            transition: background .2s ease-out;
        }

            .section-services ul li a:hover {
                background: #FFBC00;
                box-shadow: 0px 44px 64px rgba(0, 0, 0, 0.3);
            }

            .section-services ul li a > img {
                position: absolute;
                left: 32px;
                top: 40px;
                opacity: 1;
                -webkit-transition: opacity .3s ease-out;
                -moz-transition: opacity .3s ease-out;
                -o-transition: opacity .3s ease-out;
                transition: opacity .3s ease-out;
            }



                .section-services ul li a > img.hover {
                    /*display: none;*/
                    opacity: 0;
                }

            .section-services ul li a:hover > img {
                /*display: none;*/
                opacity: 0;
            }

                .section-services ul li a:hover > img.hover {
                    /*display: inline-block;*/
                    opacity: 1;
                }

            .section-services ul li a > span {
                position: absolute;
                left: 32px;
                bottom: 28px;
                font-weight: 600;
                font-size: 18px;
                line-height: 25px;
                width: 100%;
            }

            .section-services ul li a:hover > span {
                color: black;
            }

            .section-services ul li a > span > i {
                display: none;
                position: absolute;
                right: 55px;
                top: 2px;
            }

            .section-services ul li a:hover > span > i {
                display: inline-block;
            }


.section-hub {
    background: #003265;
    padding: 66px 0;
}

    .section-hub .sub-head {
        color: #FFBC00;
    }

        .section-hub .sub-head .dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #D9D9D9;
            opacity: 0.6;
            border-radius: 50%;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 3px;
        }

    .section-hub .map {
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .section-hub .map img {
            display: inline-block;
            width: 100%;
        }

        .section-hub .map .pointer {
            display: inline-block;
            position: absolute;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #FFBC00;
            cursor: pointer;
            /*opacity: 0.8;*/
        }

            .section-hub .map .pointer.special {
                background: #00FFC2;
                width: 13px;
                height: 13px;
                /*opacity: 0.8;*/
            }

                .section-hub .map .pointer.special:after {
                    content: '';
                    border: 2px solid #00FFC2;
                    width: 23px;
                    height: 23px;
                    position: absolute;
                    border-radius: 50%;
                    left: -5px;
                    top: -5px;
                }

        .section-hub .map .japan {
            right: 18.23%;
            bottom: 67%;
        }

        .section-hub .map .korea {
            right: 21.23%;
            bottom: 66%;
        }

        .section-hub .map .shangai {
            right: 22.23%;
            bottom: 59%;
        }

        .section-hub .map .singapore {
            right: 22.23%;
            bottom: 48%;
        }

        .section-hub .map .china {
            right: 29.23%;
            bottom: 64%;
        }

        .section-hub .map .dubai {
            right: 42.10%;
            bottom: 54%;
        }

        .section-hub .map .denmark {
            right: 57.1%;
            bottom: 79%;
        }

        .section-hub .map .germany {
            right: 56.0%;
            bottom: 74%;
        }

        .section-hub .map .amstradam {
            right: 60%;
            bottom: 78%;
        }

        .section-hub .map .houston {
            right: 87.3%;
            bottom: 65%;
        }

        .section-hub .map .orleans {
            right: 89.3%;
            bottom: 63%;
        }


        .section-hub .map .algeciras {
            right: 61.3%;
            bottom: 67%;
        }

        .section-hub .map .banama {
            right: 89.3%;
            bottom: 48%;
        }

        .section-hub .map .pointer .address {
            display: inline-block;
            background: #FFFFFF;
            border-radius: 4px;
            padding: 15px;
            position: absolute;
            left: -165px;
            bottom: 31px;
            width: 330px;
            /*display: none;*/
            -webkit-transform: scale(0);
            transform: scale(0);
            z-index: 2;
        }

            .section-hub .map .pointer .address:after {
                content: '';
                width: 0;
                height: 0;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                border-top: 20px solid #fff;
                position: absolute;
                bottom: -10px;
                left: 153px;
            }

        .section-hub .map .pointer:hover .address {
            /*display: inline-block;*/
            animation: pulse 200ms cubic-bezier(0,0,.2,1)forwards;
        }

        .section-hub .map .pointer .address .address-head {
            font-weight: 700;
            font-size: 16px;
            line-height: 8px;
            color: #000000;
            display: block;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .section-hub .map .pointer .address .address-detail {
            color: #9e9e9e;
            letter-spacing: 0.2px;
            font-weight: 600;
            font-size: 15px;
        }

            .section-hub .map .pointer .address .address-detail > span {
                font-weight: 700;
                color: #000;
                padding-top: 12px;
                display: inline-block;
                padding-bottom: 2px;
            }

                .section-hub .map .pointer .address .address-detail > span.sml {
                    padding-top: 5px;
                }

.section-exclusive {
    padding: 66px 0;
}

    .section-exclusive h2 {
        color: #000000;
        padding-bottom: 63px;
    }

    .section-exclusive .box {
        display: inline-block;
        width: 100%;
        height: 369px;
        float: left;
    }

        .section-exclusive .box .banner {
            display: inline-block;
            float: left;
            width: 50%;
            height: 369px;
            object-fit: cover;
        }

        .section-exclusive .box .content {
            padding-left: 67px;
            display: inline-block;
            float: left;
            width: 50%;
            padding-top: 50px;
        }

            .section-exclusive .box .content.left {
                padding-right: 67px;
                padding-left: 0;
            }

            .section-exclusive .box .content > div {
            }

            .section-exclusive .box .content .ico {
                float: left;
                width: 86px;
                height: 86px;
                background: #0068D2;
                border-radius: 20px;
                text-align: center;
                margin-bottom: 250px;
                line-height: 81px;
            }

                .section-exclusive .box .content .ico img {
                    display: inline-block;
                }

            .section-exclusive .box .content .desc {
                padding-left: 29px;
                float: left;
                display: inline-block;
                width: calc(100% - 86px);
            }

                .section-exclusive .box .content .desc h4 {
                    font-weight: 700;
                    font-size: 26px;
                    line-height: 42px;
                    color: #0068D2;
                    margin-top: 25px;
                    margin-bottom: 12px;
                    line-height: normal;
                }

                .section-exclusive .box .content .desc p {
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 25px;
                    color: #4F4F4F;
                }

.section-technology {
    background-image: url('/Content/img/technology-bg.svg');
    padding: 66px 0;
}

    .section-technology h2 {
        color: #000000;
    }

    .section-technology .sub-head {
        color: rgba(0, 0, 0, 0.63);
    }

    .section-technology ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        float: left;
        width: 100%;
        display: inline-block;
    }

        .section-technology ul > li {
            display: inline-block;
            float: left;
            width: 33.3%;
            padding-right: 16px;
        }

            .section-technology ul > li > a {
                height: 410px;
                background: #0068D2;
                display: inline-block;
                width: 100%;
                padding-top: 114px;
            }

                .section-technology ul > li > a > div {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                }

                .section-technology ul > li > a .icon {
                    width: 96px;
                    height: 96px;
                    background: linear-gradient(180deg, #FFE69F 0%, #FFBC00 100%);
                    border-radius: 20px;
                    vertical-align: middle;
                    line-height: 90px;
                    display: block;
                    margin: 0 auto;
                    margin-bottom: 44px;
                }

                    .section-technology ul > li > a .icon img {
                    }

                .section-technology ul > li > a .label {
                    display: block;
                    text-align: center;
                    font-weight: 700;
                    font-size: 28px;
                    line-height: 42px;
                    color: #FFFFFF;
                }

                .section-technology ul > li > a .sub-lable {
                    display: block;
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 42px;
                    /* identical to box height, or 233% */
                    color: rgba(255, 255, 255, 0.6);
                }



.section-team {
    background: #fff;
    padding: 66px 0;
}

    .section-team .container {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .section-team h2 {
        color: #000000;
        padding-bottom: 35px;
    }

.mdl-tabs__tab-bar {
    display: inline-block;
    height: auto;
}

.mdl-tabs__tab {
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #787878;
    text-decoration: none !important;
    padding: 23px 29px;
    height: auto;
    /*padding-left: 0;
    padding-right: 48px;*/
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: #0068D2;
    font-weight: 700;
}

.mdl-tabs__tab:hover {
    text-decoration: none;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    background: #0068D2;
    /*width: 76px !important;*/
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
    padding: 25px 0;
    float: left;
    width: 100%;
}

.section-stats {
    padding: 0px 0 80px;
}

    .section-stats ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        display: inline-block;
        float: left;
        width: 100%;
    }

        .section-stats ul li {
            float: left;
            display: inline-block;
            width: 33.3%;
            height: 408px;
            position: relative;
            padding: 42px;
        }

            .section-stats ul li.vessel {
                background: #0068D2;
            }

            .section-stats ul li.country {
                background: #FFBC00;
            }

            .section-stats ul li.cargo {
                background: #003265;
            }



            .section-stats ul li > div > span {
                display: block;
                color: #FFFFFF;
            }

            .section-stats ul li.country > div > span {
                color: #000000;
            }

            .section-stats ul li > div > .count {
                font-weight: 600;
                font-size: 46px;
                line-height: 42px;
            }

            .section-stats ul li > div > .name {
                font-weight: 500;
                font-size: 18px;
                line-height: 42px;
            }


            .section-stats ul li .icon-holder {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                text-align: center;
            }

            .section-stats ul li.country .icon-holder {
                bottom: 42px;
            }

            .section-stats ul li.cargo .icon-holder {
                text-align: right;
            }


            .section-stats ul li.country img {
                position: relative;
            }

            .section-stats ul li.cargo img {
                margin-right: 22px;
            }


.section-volume {
    background: #003265;
    padding: 66px 0 0;
}

    .section-volume .sub-head {
        color: #FFBC00;
        margin-bottom: 30px;
    }

        .section-volume .sub-head .dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #D9D9D9;
            opacity: 0.6;
            border-radius: 50%;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 3px;
        }

    .section-volume .graph {
        display: inline-block;
        float: left;
        width: 100%;
        height: 500px;
        position: relative;
    }

        .section-volume .graph .holder {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .section-volume .graph .bar {
            float: left;
            margin-right: 2px;
            width: 14%;
            height: 500px;
            position: relative;
        }

            .section-volume .graph .bar .inner {
                position: absolute;
                background: #FFBC00;
                bottom: 0;
                width: 100%;
                height: 200px;
            }

            .section-volume .graph .bar .label {
                bottom: 38px;
                position: absolute;
                width: 100%;
                font-weight: 700;
                font-size: 16px;
                line-height: 32px;
                text-align: center;
                color: #000000;
            }

            .section-volume .graph .bar .volume {
                bottom: 14px;
                position: absolute;
                width: 100%;
                font-weight: 600;
                font-size: 25px;
                line-height: 32px;
                text-align: center;
                color: #000000;
            }

.section-enquiry {
    background: #F2F8FF;
    padding: 66px 0;
}

    .section-enquiry h2 {
        color: #000000;
    }

    .section-enquiry .sub-head {
        color: #787878;
        padding-bottom: 55px;
    }

.form-section {
    display: inline-block;
    width: 100%;
    float: left;
}

    .form-section .halfwidth {
        display: inline-block;
        width: 50%;
        float: left;
        margin-bottom: 24px;
    }

    .form-section .halfwidth {
        padding-right: 36px;
    }

        .form-section .halfwidth.right {
            padding-left: 36px;
            padding-right: 0;
        }

    .form-section .fullwidth {
        margin-bottom: 24px;
    }

.mdl-textfield {
    width: 100%;
}

.fullwidth .mdl-textfield {
    width: 100%;
}

.mdl-textfield textarea.mdl-textfield__input {
    width: 100%;
    height: 150px;
}

.mdl-textfield__input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-family: 'Gilroy';
    padding: 14px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.mdl-textfield__label:after {
    background-color: #0068D2;
    bottom: 16px;
}

.mdl-textfield--floating-label .mdl-textfield__label {
    color: #d50000;
    font-size: 15px !important;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #787878;
    font-weight: 600;
}

.section-enquiry .actions {
    float: left;
    width: 100%;
    display: inline-block;
}

    .section-enquiry .actions .avgreply {
        float: left;
        display: inline-block;
        padding-top: 16px;
    }

        .section-enquiry .actions .avgreply span {
            float: left;
            display: inline-block;
            font-weight: 600;
            font-size: 22px;
            line-height: 26px;
            color: #0068D2;
        }

        .section-enquiry .actions .avgreply i {
            float: left;
            display: inline-block;
            color: #0068D2;
            margin-right: 19px;
        }

    .section-enquiry .actions button {
        float: right;
    }

.footer-social {
    float: left;
    display: inline-block;
    width: 100%;
    padding-top: 69px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 32px;
    padding-right: 39px;
    padding-left: 39px;
}

    .footer-social > img {
        float: left;
    }

    .footer-social > .social-icons {
        float: right;
    }

        .footer-social > .social-icons a {
            display: inline-block;
            margin-left: 30px;
        }

            .footer-social > .social-icons a img {
                width: 25px;
            }

footer .links {
    float: left;
    width: 100%;
    display: inline-block;
    padding-top: 37px;
    padding-left: 39px;
    padding-bottom: 39px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    footer .links .innerlink {
        float: left;
        width: 25%;
        display: inline-block;
    }

        footer .links .innerlink ul {
            display: inline-block;
            list-style: none;
            padding-left: 0;
        }

            footer .links .innerlink ul li {
            }

                footer .links .innerlink ul li.header {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 21px;
                    padding-bottom: 20px;
                    color: #000000;
                }


                footer .links .innerlink ul li a {
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 36px;
                    color: #656565;
                    text-decoration: none;
                }

                    footer .links .innerlink ul li a:hover {
                        color: #0068D2;
                    }

footer .copyright {
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    color: #656565;
    float: left;
    padding: 39px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.mdl-tabs__panel .images {
    display: inline-block;
    float: left;
    width: 464px;
    margin-right: 13px;
}

    .mdl-tabs__panel .images ul {
        display: inline-block;
        float: left;
        width: 100%;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .mdl-tabs__panel .images ul > li {
            display: inline-block;
            float: left;
            width: 50%;
            height: 188px;
            padding-right: 10px;
            margin-bottom: 10px;
        }

            .mdl-tabs__panel .images ul > li.large {
                width: 100%;
                height: 337px;
                padding-right: 0;
                margin-bottom: 10px;
            }

            .mdl-tabs__panel .images ul > li:last-of-type {
                padding-right: 0;
            }


            .mdl-tabs__panel .images ul > li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.mdl-tabs__panel .address {
    display: inline-block;
    float: left;
    width: calc(100% - 477px);
    height: 535px;
    background: #F2F8FF;
    padding: 31px;
}

    .mdl-tabs__panel .address .heading {
        float: left;
        width: 100%;
        display: inline-block;
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        color: #0068D2;
        padding-bottom: 10px;
    }

    .mdl-tabs__panel .address p {
        float: left;
        width: 100%;
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        padding-bottom: 41px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 40px;
    }

        .mdl-tabs__panel .address p > span {
            color: #787878;
        }

    .mdl-tabs__panel .address ul {
        float: left;
        display: inline-block;
        width: 100%;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .mdl-tabs__panel .address ul > li {
            float: left;
            display: inline-block;
            width: 25%;
            text-align: center;
        }

            .mdl-tabs__panel .address ul > li img {
                display: inline-block;
                width: 119px;
                height: 119px;
                border-radius: 10px;
                margin-bottom: 18px;
                object-fit: cover;
            }

            .mdl-tabs__panel .address ul > li span {
                display: block;
            }

                .mdl-tabs__panel .address ul > li span.name {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 22px;
                    color: #000000;
                }

                .mdl-tabs__panel .address ul > li span.position {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 22px;
                    /* identical to box height, or 157% */
                    color: #787878;
                }

.breadscrumb {
    display: inline-block;
    width: 100%;
    margin-top: 33px;
    float: left;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 31px;
}



    .breadscrumb li {
        font-weight: 600;
        font-size: 16px;
        float: left;
        display: inline-block;
    }

        .breadscrumb li:after {
            content: '/';
            display: inline-block;
            padding-left: 3px;
            padding-right: 3px;
        }

        .breadscrumb li.current {
            color: #000;
        }

            .breadscrumb li.current:after {
                content: '';
            }

        .breadscrumb li a {
            color: #7D7D7D;
        }

.placeholder h2 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    padding-bottom: 31px;
    display: inline-block;
    float: left;
    width: 100%;
}


.multi-tags p, .multi-tags li {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #4F4F4F;
}


.multi-tags img {
    max-width: 100%;
    margin-right: 50px;
}

.multi-tags h5 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}

.multi-tags p > span {
    font-weight: 700;
    color: #000;
    display: block;
    padding-bottom: 5px;
}

.images {
    display: inline-block;
    float: left;
    width: 100%;
}

    .images img {
        float: left;
        width: calc(50% - 20px);
        height: 350px;
        object-fit: cover;
        margin-right: 20px;
        margin-bottom: 20px;
    }

.blockUI.blockMsg {
    border: 0px !important;
    border-radius: 3px !important;
    padding: 10px !important;
    margin-left: -76px !important;
    margin-top: -20px !important;
    width: 152px !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 1069 !important;
}

.blockUI > img {
    width: 16px;
    height: 16px;
    margin-top: -4px;
    margin-right: 2px;
}


.blockOverlay {
    z-index: 1068 !important;
}

.sweet-overlay {
    z-index: 1070 !important;
}

.sweet-alert {
    outline: none;
}

    .sweet-alert h2 {
        font-size: 30px !important;
        font-weight: 600;
    }

.errordisp {
    color: red;
    display: block;
    margin-top: -13px;
}

@media (max-width: 1023px) {
}


@media (max-width: 768px) {
    .owl-carousel .owl-item img {
        display: block;
        width: auto;
        max-height: 800px;
        margin: 0 auto;
    }

    .home-banner .content .main {
        font-size: 41px;
        line-height: 45px;
    }

    .hamburger {
        display: inline-block;
    }

    .main-header .menu {
        display: none;
    }
}

@media (max-width: 599px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-services ul li {
        width: 100%;
    }

    .section-technology ul > li {
        padding-right: 0;
        padding-bottom: 10px;
        width: 100%;
    }

    .section-stats ul li {
        width: 100%;
    }

    footer .links {
        padding-left: 0;
    }

        footer .links .innerlink {
            width: 100%;
            margin-bottom: 25px;
        }

    .form-section .halfwidth {
        width: 100%;
        padding-right: 0;
    }

        .form-section .halfwidth.right {
            padding-left: 0;
        }

    .section-services, .section-hub, .section-exclusive, .section-technology, .section-team, .section-volume, .section-enquiry {
        padding: 25px 0;
    }

        .section-exclusive .box .banner {
            display: none;
        }

        .section-volume .graph .bar {
            width: 13%;
        }

        .section-exclusive .box .content {
            width: 100%;
            padding-left: 0;
            padding-top: 0;
        }

        .section-exclusive .box {
            height: auto;
            padding-bottom: 20px;
        }

            .section-exclusive .box .content .ico {
                margin-bottom: 100px;
            }

    .section h2 {
        font-size: 30px;
        /*padding-bottom: 20px;*/
    }

    section-team h2 {
        padding-bottom: 20px;
    }

    .section-exclusive h2 {
        padding-bottom: 30px;
    }

    .section .sub-head {
        font-size: 19px;
        line-height: 25px;
    }

    .mdl-tabs__panel .images {
        width: 100%;
        margin-right: 0;
    }

    .mdl-tabs__panel .address {
        width: 100%;
    }

        .mdl-tabs__panel .address ul > li {
            width: 50%;
        }

    .section-enquiry .actions {
        text-align: center;
    }

        .section-enquiry .actions .avgreply {
            float: none;
            width: 100%;
            text-align: center;
            padding-top: 0;
            padding-bottom: 25px;
        }

            .section-enquiry .actions .avgreply i {
                float: none;
                vertical-align: middle;
            }

            .section-enquiry .actions .avgreply span {
                float: none;
                vertical-align: middle;
            }

        .section-enquiry .actions button {
            float: none;
        }
}

@media (min-width: 600px) and (max-width: 768px) {
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .section-services ul li {
        width: 50%;
    }

    .section-technology ul > li {
        padding-right: 0;
        padding-bottom: 10px;
        width: 100%;
    }

    .section-stats ul li {
        width: 100%;
    }

    footer .links {
        padding-left: 0;
    }

        footer .links .innerlink {
            width: 100%;
            margin-bottom: 25px;
        }

    .form-section .halfwidth {
        width: 100%;
        padding-right: 0;
    }

        .form-section .halfwidth.right {
            padding-left: 0;
        }

    .section-services, .section-hub, .section-exclusive, .section-technology, .section-team, .section-volume, .section-enquiry {
        padding: 25px 0;
    }

        .section-exclusive .box .banner {
            display: none;
        }

        .section-volume .graph .bar {
            width: 13%;
        }

        .section-exclusive .box .content {
            width: 100%;
            padding-left: 0;
            padding-top: 0;
        }

        .section-exclusive .box {
            height: auto;
            padding-bottom: 20px;
        }

            .section-exclusive .box .content .ico {
                margin-bottom: 100px;
            }

    .section h2 {
        font-size: 30px;
        /*padding-bottom: 20px;*/
    }

    section-team h2 {
        padding-bottom: 20px;
    }

    .section-exclusive h2 {
        padding-bottom: 30px;
    }

    .section .sub-head {
        font-size: 19px;
        line-height: 25px;
    }

    .mdl-tabs__panel .images {
        width: 100%;
        margin-right: 0;
    }

    .mdl-tabs__panel .address {
        width: 100%;
    }

        .mdl-tabs__panel .address ul > li {
            width: 50%;
        }

    .section-enquiry .actions {
        text-align: center;
    }

        .section-enquiry .actions .avgreply {
            float: none;
            width: 100%;
            text-align: center;
            padding-top: 0;
            padding-bottom: 25px;
        }

            .section-enquiry .actions .avgreply i {
                float: none;
                vertical-align: middle;
            }

            .section-enquiry .actions .avgreply span {
                float: none;
                vertical-align: middle;
            }

        .section-enquiry .actions button {
            float: none;
        }
}

@media (min-width: 750px) and (max-width: 1023px) {
    /*.container {
        width: 750px;
    }*/
}

@media (min-width: 768px) and (max-width: 1023px) {
    /*.container {
        width: 600px;
        padding-right: 30px;
        padding-left: 30px;
    }*/
}


@media (min-width: 1024px) and (max-width: 1199px) {
    /*.container {
        width: 1000px;
        padding-right: 15px;
        padding-left: 15px;
    }*/
}


@media (min-width: 1200px) {
    /*.container {
        width: 1110px;
    }*/
}
