﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('lightslider.css');
@import url('menu.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

.header{
    position:fixed;
    width:100vw;
    z-index:10000;
    top:0px;
}

.clearfix {
    clear: both;
}

.shadow-II{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.info-link , .serv-link{
    width:fit-content;
}

    .info-link:active, .serv-link:active {
        color: #606060;
    }

    .info-link:hover, .serv-link:hover{
        text-decoration: underline;
    }



a {
    text-decoration: none;
}

ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.header {
    display: block;
    height: 94px;
    background-color: #3A3B3C;
}


.content-placeholder {
    margin-top: 94px;
}

.header-container {
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.logo-wrapper {
    position: relative;
    display: inline-block;
    width: 269px;
    height: 94px;
}

    .logo-wrapper::before {
        position: absolute;
        left: -100px;
        top: 0;
        height: 94px;
        width: 150px;
        content: '';
    }

.logo {
    width: 120px;
    position: absolute;
    left: 35px;
    top: 0px;
    z-index: 110000;
    background-color: #fff;
    margin-left: -1vw;
}

.lang {
    float: right;
    margin-top: 28px;
    width: auto;
    color: #fff;
    margin-right:3px;
}

.lang-drop {
    float: right;
    margin-top: 0;
    width: auto;
    color: #fff;
    font-family: 'Inter', sans-serif;
    border: 1px White solid;
    background-color: #3A3B3F;
    padding: 10px 16px;
    border-radius: 5px;
}

.call {
    float: right;
    margin-top: 35px;
    width: auto;
    margin-right: 16px;
    padding-left: 20px;
}

    .call i {
        font-size: 16px;
        color: #FFF;
        margin-right: 14px;
    }



.title {
    width: 90% !important;
    display: block;
    margin-bottom: 40px;
}

    .title h1 {
        color: #3623A1;
        font-size: 40px;
    }

    .title p {
        font-size: 18px;
        color: #38373E;
    }

.about {
    display: block;
    padding: 0 0 100px 0;
    background-color: white;
}

.about-img {
    width: 46%;
    float: left;
}

    .about-img img {
        width: 100%;
    }

.about-text {
    width: 49%;
    float: left;
    margin-right: 5%;
    padding: 100px 0;
}

    .about-text h1 {
        font-size: 26px;
        color: #444446;
    }

    .about-text p {
        font-size: 17px;
        color: #303030;
        margin: 30px 0 30px 0;
        line-height: 29px;
    }

.btn {
    display: block;
}

    .btn a {
        background: #3ebcea;
        color: #fff;
        text-align: center;
        padding: 15px 35px;
        text-transform: capitalize;
        font-size: 12px;
        display: inline-block;
        font-weight: 600;
    }

.services {
    display: block;
    padding: 100px 0;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #F1F4F5;
}

    .services ul {
        display: block;
        margin-top: 20px;
    }

        .services ul li {
            width: 33.3%;
            margin-right: 0;
            margin-bottom: 20px;
            position: relative;
            float: left;
        }

            .services ul li:last-child {
                margin-right: 0;
            }

            .services ul li a {
                display: block;
            }

            .services ul li img {
                width: 100%;
            }

            .services ul li h1 {
                font-weight: 700;
                font-size: 20px;
                color: #fff;
                position: absolute;
                left: 0;
                width: auto;
                padding: 0 20px 30px 30px;
                text-align: center;
                bottom: 0;
                z-index: 10;
            }

            .services ul li i {
                position: absolute;
                right: 30px;
                color: #fff;
                bottom: 21px;
                font-size: 34px;
            }

.qoute-bg {
    display: block;
    padding: 180px 0;
    background-image: url(../images/Truck_Getting_Out.png);
    background-position: center center;
    background-size: cover;
}

    .qoute-bg h1 {
        display: inline-block;
        color: #fff;
        width: 480px;
        font-size: 42px;
    }

.qoute-btn {
    float: right;
    margin-top: 60px;
}

.client {
    display: block;
    padding: 100px 0;
}

    .client ul {
        display: block;
        margin-top: 30px;
    }

        .client ul li {
            width: 24%;
            margin-right: 1.2%;
            float: left;
            margin-bottom: 10px;
        }

            .client ul li:nth-child(4n+0) {
                margin-right: 0
            }

            .client ul li img {
                width: 100%;
            }

.footer {
    background-color: #fff;
    border-top: 2px #3EBBEC solid
}

.footer-top {
    padding: 70px 0;
}

    .footer-top ul {
        display: block;
    }

        .footer-top ul li {
            width: 25%;
            float: left;
            height: 240px;
        }

.footer-logo {
    height: 100%;
    max-height: 180px;
}

.footer-social {
    display: inline-block;
    float: right;
}

    .footer-social a {
        color: #000;
        font-size: 18px;
        padding: 0 10px;
    }

.footer-top ul li h4 {
    font-size: 16px;
    color: #3623A1;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-links {
    display: block;
}

    .footer-links a {
        font-size: 16px;
        color: #000;
        font-weight: 300;
        margin-bottom: 7px;
        display: block;
        clear: both;
    }

.footer-contact {
    display: block;
}

    .footer-contact h6 {
        font-size: 14px;
        color: #666;
        font-weight: 300;
        margin-bottom: 10px;
        display: block;
        clear: both;
    }

        .footer-contact h6 i {
            font-size: 18px;
            margin-right: 10px;
            color: #3FBCEC;
        }

.footer-extra {
    display: block;
    padding: 20px 0;
    border-top: 1px #D9E6EB solid;
}

    .footer-extra p {
        margin: 0;
        text-align: left;
        color: #818181;
        font-size: 11px;
        display: inline-block;
    }

.about-us-head {
    background-image: url(/images/About_Us_Truck_Leaving.png);
    background-position: center -520px;
}

.services-head {
    background-image: url(/images/Services_Containers.png);
    background-position: center -400px;
}

.Partnerships-head {
    background-image: url(/images/shm_image.png);
    background-position: center -400px;
}







.gallery-head {
    background-image: url(/images/Gallery_ParkingLot.jpg);
    background-position: center center;
}

.head-pages {
    display: block;
    height: 568px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

    .head-pages h1 {
        font-size: 46px;
        color: #fff;
        text-transform: capitalize;
        padding-top: 200px;
    }

.ceo {
    background-color: #363D41;
    border-right: 45px #0FBA4F solid;
    padding: 100px 0;
    background-image: url('../images/ceo-bg.png');
    background-position: left center;
    background-repeat: no-repeat;
}

    .ceo h1 {
        font-size: 40px;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

.ceo-img {
    width: 23%;
    float: left;
}

    .ceo-img img {
        width: 100%;
    }

.ceo-text {
    width: 73%;
    margin-left: 4%;
    float: left;
}

    .ceo-text p {
        font-size: 16px;
        font-weight: 300;
        color: #E2E2E2;
        line-height: 26px;
    }

    .ceo-text h4 {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }

    .ceo-text span {
        font-size: 16px;
        font-weight: 300;
        color: #E2E2E2;
        line-height: 26px;
    }

.qoute {
    display: block;
    padding: 140px 0;
}

    .qoute h1 {
        font-size: 36px;
        font-weight: bold;
        color: #000;
        width: 80%;
        margin: 0 auto;
    }

    .qoute i {
        font-size: 40px;
        margin-left: 10%;
        margin-bottom: 10px;
        color: #0FBA4F;
    }


.page-qoute {
    display: block;
    padding: 100px 0;
    background-image: url(/images/About_Us_Quote.jpg);
    background-position: center center;
    background-size: cover;
}

    .page-qoute h1 {
        font-size: 44px;
        color: #fff;
        font-weight: 800;
        width: 80%;
        border-bottom: 1px #fff solid;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .page-qoute h4 {
        font-size: 22px;
        color: #fff;
        margin: 0;
        font-weight: 400
    }

    .page-qoute h5 {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase
    }

.sp {
    display: block;
    padding: 100px 0;
    background-color: #fff;
}

    .sp ul {
        display: block;
        margin-top: 30px;
    }

        .sp ul li {
            display: block;
            position: relative;
            margin-bottom: 20px;
        }

            .sp ul li img {
                width: 60%;
            }

            .sp ul li h1 {
                position: absolute;
                color: #F4F4F8;
                font-size: 200px;
                z-index: 1;
                right: 13%;
                top: 0;
            }

.sp-txt {
    position: absolute;
    right: 0;
    top: 6%;
    width: 32%;
    padding: 4%;
    z-index: 1;
}

    .sp-txt h2 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .sp-txt p {
        font-size: 17px;
        color: #303030;
        line-height: 29px;
    }

.sp-detail {
    display: block;
    padding: 50px 0;
    background-color: #F7F7F7;
}

.sp-detail-img {
    width: 100%;
}

.sp-detail h1 {
    font-size: 40px;
    font-weight: bold;
    color: #3623A1;
}

.sp-detail p {
    font-size: 17px;
    color: #303030;
    line-height: 29px;
}

.sp-detail iframe {
    width: 100%;
    height: 500px;
}

.contact {
    display: block;
    padding: 50px 0 70px;
    background-color: #fff;
}

.contact-container {
    position: relative;
    margin-top: 50px;
}

    .contact-container h2 {
        font-size: 42px;
        color: #3623A1;
        margin-bottom: 30px;
    }

.contact-container-small {
    width: 40%;
    float: left;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

    .contact-container-small p {
        margin: 0 0 15px 0;
        font-size: 14px;
        color: #000000;
    }

        .contact-container-small p i {
            font-size: 16px;
            color: #3EBCEA;
            margin-right: 10px;
        }

.contact-container-big {
    background-color: #fff;
    width: 60%;
    margin-left: 40%;
    background-color: white;
}

.contact-form {
    display: block;
}

.contact-form-txtbx {
    padding: 10px;
    border: 1px #ddd solid;
    color: #000;
    font-size: 14px;
    display: block;
    width: 90%;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.map {
    display: block;
}

    .map iframe {
        width: 100%;
        height: 400px;
    }

.padding {
    padding: 30px;
}

.track {
    display: block;
    padding: 30px;
    background-color: #f0f0f0;
    width: 570px;
    margin: 0 auto;
}

    .track h3 {
        margin-bottom: 20px;
    }

.track-txtbx {
    padding: 10px 2%;
    border: 1px #ddd solid;
    color: #000;
    font-size: 14px;
    display: inline-block;
    width: 70%;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.track-btn {
    background: #0fba4f;
    border: 1px solid #0fba4f;
    color: #fff;
    text-align: center;
    padding: 12px 35px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
}

.footer-wrapper {
    width: 90%;
    margin: 0 auto
}

.about-page {
    padding: 100px 0;
}

.three-items {
    background-color: #F1F4F5;
    padding: 100px 0;
}

    .three-items ul {
        display: block
    }

        .three-items ul li {
            width: 29%;
            margin-right: 3%;
            float: left
        }

            .three-items ul li h1 {
                font-weight: 700;
                color: #3623A1;
                position: relative;
                font-size: 30px;
            }

                .three-items ul li h1 span {
                    display: inline-block;
                    color: #3FBCEC;
                    margin-right: 10px;
                }

            .three-items ul li p {
                font-size: 18px;
                color: #38373E;
            }


@media only screen and (max-width: 1600px) {

    .about-us-head {
        background-image: url(/images/About_Us_Truck_Leaving.png);
        background-position: center -370px;
    }


    .gallery-head {
        background-image: url(/images/Gallery_ParkingLot.jpg);
        background-position: center center;
    }
}

@media only screen and (max-width: 1400px) {

    .about-us-head {
        background-image: url(/images/About_Us_Truck_Leaving.png);
        background-position: center -265px;
    }

    .services-head {
        background-image: url(/images/Services_Containers.png);
        background-position: center center;
    }

}


@media only screen and (max-width: 1200px) {

    .about-us-head {
        background-image: url(/images/About_Us_Truck_Leaving.png);
        background-position: center center;
    }





        .lang {
            margin-top: 20px;
            margin-left: 0;
        }

        .logo {
            width: 93px;
        }

        .header, .logo-wrapper {
            height: 66px;
        }

        .content-placeholder {
            margin-top: 66px;
        }

        .call {
            display: none;
        }

        .logo-wrapper {
            width: 188px;
            height: 76px;
        }

            .logo-wrapper::before {
                height: 76px;
            }
    }

    @media only screen and (max-width: 1100px) {
        .wrapper {
            width: 960px;
        }

        .lang {
            margin-top: 18px;
            margin-left: 0;
            margin-right: 35px;
            position: relative;
            z-index: 100;
        }

        .sp-txt {
            padding: 3%;
            height: 86%;
            top: 0;
        }
    }

    @media only screen and (max-width: 960px) {
        .wrapper {
            width: 768px;
        }

        .lang-drop {
            font-size: 0.6rem;
        }

        .title h3 {
            width: 90%;
        }

        .sp ul li {
            margin-bottom: 40px
        }

            .sp ul li img {
                width: 100%;
            }

        .sp-txt {
            padding: 20px 0;
            height: auto;
            width: 100%;
            position: static;
        }

        .sp ul li h1 {
            font-size: 100px;
            right: 3%;
            opacity: 0.3;
        }

        #menu-button::before {
            top: 26px !important;
        }

        #menu-button::after {
            top: 40px !important;
        }
    }



    @media only screen and (max-width: 768px) {
        .wrapper {
            width: 640px;
        }

        .three-items ul li {
            width: 100%;
            margin-right: 0;
            float: none;
            margin-bottom: 50px;
        }

        .footer-logo {
            width: 200px;
        }

        .three-items {
            padding: 30px 0;
        }

        .page-qoute {
            padding: 40px 0;
        }

            .page-qoute h1 {
                font-size: 24px;
                width: 80%;
            }

        .about {
            padding: 30px 0;
        }

        .title h1 {
            font-size: 26px;
        }

        .title h3 {
            font-size: 24px;
            width: 90%;
        }

        .about-img {
            display: none;
        }

        .about-text {
            width: 100%;
            float: none;
            margin-right: 0;
            padding: 0;
        }

        .services {
            padding: 30px 0;
        }

            .services ul li {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px;
                position: relative;
                float: none;
            }

        .client {
            padding: 30px 0;
        }

            .client ul li {
                width: 49%;
                margin-right: 2%;
            }

                .client ul li:nth-child(2n+0) {
                    margin-right: 0
                }

        .footer-top {
            padding: 30px 0;
        }

            .footer-top ul li {
                width: 100%;
                float: none;
                height: auto;
                margin-bottom: 50px;
            }

        .ceo {
            padding: 30px 0;
            border: 0px;
        }

            .ceo h1 {
                font-size: 30px;
            }

        .ceo-img {
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }

        .ceo-text {
            width: 100%;
            margin-left: 0;
            float: none;
        }

        .qoute {
            display: block;
            padding: 50px 0;
        }

            .qoute h1 {
                font-size: 30px;
                width: 100%;
            }

        .head-pages {
            height: 300px;
        }

            .head-pages h1 {
                font-size: 26px;
                padding-top: 130px;
            }

        .sp {
            padding: 30px 0;
        }

        .contact {
            padding: 30px 0 30px;
        }

        .contact-container {
            margin-top: 0px;
        }

        .contact-container-small {
            width: 100%;
            float: none;
            position: static;
            height: auto;
            margin-bottom: 20px;
        }

        .contact-container-big {
            width: 100%;
            margin-left: 0;
        }

        .qoute-bg {
            padding: 120px 0;
        }

            .qoute-bg h1 {
                display: block;
                width: 100%;
                font-size: 22px;
            }

        .qoute-btn {
            float: none;
            margin-top: 20px;
        }

        .contact-container h2 {
            font-size: 22px;
        }
    }

    @media only screen and (max-width: 640px) {
        .wrapper {
            width: 92%;
        }
    }

    @media only screen and (max-width: 570px) {
        .track {
            width: 94%;
            padding: 20px 3%;
        }

        .track-txtbx {
            padding: 10px 2%;
            width: 65%;
        }

        .title {
            width: 100%;
        }

        .sp-detail iframe {
            width: 100%;
            height: 300px;
        }
    }

    @media only screen and (max-width: 480px) {
        .logo {
            width: 77px;
            top: 0px;
        }

        .header, .logo-wrapper {
            height: 55px
        }

        .content-placeholder {
            margin-top: 55px;
        }

        .lang {
            margin-top: 10px;
        }

        #menu-button::before {
            top: 18px !important;
        }

        #menu-button::after {
            top: 32px !important;
        }

        .footer-social {
            display: block;
            float: none;
            margin-top: 10px;
        }

        .track-txtbx {
            width: 60%;
        }

        .track-btn {
            padding: 11px 20px;
        }

        .logo-wrapper {
            width: 142px;
        }
    }

    @media only screen and (max-width: 400px) {

        .track-txtbx {
            width: 55%;
        }
    }
