
body {
    font-family: 'Montserrat', sans-serif !important;
    color: #3e3e3e;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

    a:focus {
        text-decoration: none !important;
        outline: none !important;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1310px;
}

.fix_width {
    margin: 0 auto;
    width: 100%;
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#content {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

.full-cnt {
    float: left;
    width: 100%;
    clear: both;
}

.fullcnt {
    float: left;
    width: 100%;
    margin: 0;
    clear: both;
}

    .fullcnt .fix_width {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

.contactus h3 {
    color: #0094B2;
    font-size: 16px;
    margin: 5px 0 0;
    float: left;
    width: 100%;
    font-weight: 600;
}

.half {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.mainhalf {
    float: left;
    width: 100%;
}

    .mainhalf h3 {
        color: #0094B2;
        font-size: 18px;
        margin: 5px 0 0;
        float: left;
        width: 100%;
        font-weight: 600;
    }

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }*/

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    z-index: 4;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}


.headertop {
    float: left;
    width: 100%;
    padding: 23px 0 27px;
    background-color: #ffffff;
    position: relative;
}

    .headertop .container {
        position: relative;
    }

.sitelogo {
    float: left;
    width: 18%;
}

    .sitelogo a {
        float: left;
    }

.headeright {
    float: right;
    width: 82%;
}

/* leftmenu start */

.headermenu {
    float: right;
    padding: 27px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: right;
        margin: 0;
        min-height: 10px;
        width: 100%;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: right;
            width: 100%;
            padding: 0;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 0 0 50px;
    }

        .headermenu .navbar-inverse .navbar-nav > li.first1 {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            color: #333333;
            font-size: 16px;
            padding: 0;
            text-decoration: none;
            text-transform: capitalize;
            font-weight: 600;
            position: relative;
        }

            .headermenu .navbar-inverse .navbar-nav > .active > a,
            .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
            .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
            .headermenu .navbar-inverse .navbar-nav > li > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:focus {
                background-color: transparent;
                color: #0691b3;
            }

.cssmenu {
    float: left;
}

/* leftmenu end */

.contentbg {
    float: left;
    width: 100%;
}

.contentwrap {
    float: left;
    width: 100%;
}

.buscargobanner {
    background-image: url(../images/site/cargobanner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 550px;
    width: 100%;
    float: left;
    background-color: #333;
    position: relative;
}

.bannerparcelbottom {
    background-image: url(../images/site/bannerparcels.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    clear: both;
    min-height: 126px;
}

.cargobannercontent {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.cargocontactwrap {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 0 30px;
}

.cargocontact {
    float: right;
    background-color: #0691b3;
    border-radius: 0 0 15px 15px;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 13px 20px 9px 70px;
    line-height: 14px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.3px;
}

    .cargocontact:before {
        background-image: url(../images/site/cargoicons.png);
        background-repeat: no-repeat;
        background-position: center 9px;
        background-color: #ffffff;
        content: "";
        left: 18px;
        top: 10px;
        width: 40px;
        height: 40px;
        position: absolute;
        border-radius: 50%;
    }

    .cargocontact span {
        display: block;
    }

    .cargocontact a {
        color: #ffffff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }

        .cargocontact a:hover, .cargocontact a:focus {
            color: #212121;
            text-decoration: none;
        }

.buscargoform {
    width: 100%;
    max-width: 420px;
    float: left;
}

.buscargoformbg {
    background-color: #0690b2;
    width: 100%;
    float: left;
    border-radius: 15px;
    padding: 30px 10px;
}

.buscargoform h2 {
    color: #ffffff;
    font-size: 34px;
    margin: 0 0 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    text-align: center;
}

.buscargoinput {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

    .buscargoinput input[type="text"] {
        background-color: #ffffff;
        border: none;
        background-image: url(../images/site/cargoicons.png);
        background-repeat: no-repeat;
        background-position: 25px -573px;
        border-radius: 30px;
        color: #3e3e3e;
        cursor: pointer;
        font-size: 16px;
        height: 54px;
        padding: 0 0 0 80px;
        text-transform: capitalize;
        font-weight: 500;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
    }

    .buscargoinput.buscargoinput02 input[type="text"] {
        background-position: 22px -743px;
    }

.trackcargobutton {
    width: 100%;
    float: left;
    padding: 0 0 2px;
}

    .trackcargobutton .TrackCargo {
        width: 100%;
        height: 50px;
        background: #212121;
        border: none;
        border-radius: 30px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 0;
        box-shadow: 1px 0 15px rgba(1,1,1,0.10);
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }


        .trackcargobutton .TrackCargo:hover, .trackcargobutton .TrackCargo:focus {
            background: #0c0b0b;
            color: #ffffff;
        }

        .buscargoinput input[type="text"]:focus, .trackcargobutton .TrackCargo:focus {
            outline: none;
        }


.buscargoinput .form-control::-moz-placeholder {
    color: #3e3e3e;
    box-shadow: none !important;
}

.buscargoinput ::-webkit-input-placeholder {
    color: #3e3e3e !important;
}

.bannertext {
    width: 100%;
    max-width: 550px;
    float: right;
    text-align: center;
    margin: 51px 12% 0 0;
}

    .bannertext h2 {
        color: #0cb9e3;
        font-size: 48px;
        margin: 0 0 20px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 57px;
    }

        .bannertext h2 span {
            display: block;
        }

    .bannertext p {
        color: #ffffff;
        font-size: 28px;
        margin: 0 0 7px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 36px;
    }

        .bannertext p span {
            display: block;
        }

.buscarservices {
    width: 100%;
    float: left;
    text-align: center;
    padding: 82px 0 100px;
}

    .buscarservices .container {
        max-width: 1600px;
    }

    .buscarservices h2 {
        color: #212121;
        font-size: 35px;
        margin: 0;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 55px;
        letter-spacing: 0.7px;
    }

.cargservicescontent {
    width: 100%;
    float: left;
    padding: 37px 0 0;
}

.buscarservicesbox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 350px;
    min-height: 400px;
    background-color: #daeff4;
    border-radius: 10px;
}

    .buscarservicesbox.buscarservicesbox02 {
        margin: 0 60px;
    }

.servicesicon {
    background-image: url(../images/site/cargoservices.png);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100px;
    width: 100%;
    float: left;
    margin: 45px 0 26px;
    display: block;
}

    .servicesicon.servicesicon02 {
        background-position: center center;
    }

    .servicesicon.servicesicon03 {
        background-position: center bottom;
    }

.buscarservicesbox h3 {
    color: #212121;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    clear: both;
}

.buscarservicesbox p {
    color: #212121;
    font-size: 16px;
    margin: 22px 0 0;
    font-weight: 400;
    line-height: 23px;
}

    .buscarservicesbox p span {
        display: block;
    }

.readmore a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    background: #0691b3;
    padding: 9px 24px;
    border-radius: 20px;
    font-weight: 600;
    margin: 30px 0 0;
}

.buscarservicesbox:hover {
    background-color: #0691b3;
    box-shadow: 0 0 20px rgba(0,0,0,0.30);
}

    .buscarservicesbox:hover h3, .buscarservicesbox:hover p {
        color: #ffffff;
    }

    .buscarservicesbox:hover .readmore a, .readmore a:hover, .readmore a:focus {
        color: #212121;
        background: #ffffff;
    }

.aboutcargobg {
    background-image: url(../images/site/aboutbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #17181f;
    min-height: 680px;
    width: 100%;
    float: left;
    padding: 115px 0 0;
}

.aboutcargo {
    background: rgb(88,117,218);
    background: -moz-linear-gradient(top, rgba(88,117,218,1) 18%, rgba(31,70,181,1) 100%);
    background: -webkit-linear-gradient(top, rgba(88,117,218,1) 18%,rgba(31,70,181,1) 100%);
    background: linear-gradient(to bottom, rgba(88,117,218,1) 18%,rgba(31,70,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5875da', endColorstr='#1f46b5',GradientType=0 );
    min-height: 450px;
    width: 100%;
    float: left;
    border: 1px solid #9da2ad;
}

.aboutcargoleft {
    width: 52%;
    float: left;
    padding: 45px 0 0 30px;
}

    .aboutcargoleft h1 {
        color: #ffffff;
        font-size: 45px;
        margin: 0 0 62px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: normal;
    }

    .aboutcargoleft p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        clear: both;
        margin: 0 0 6px;
    }

.viewmoreaboutcargo a {
    background-color: #3598db;
    background-image: url("../images/site/arrow.png") !important;
    background-position: 84% center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 19px;
    padding: 11px 66px 12px 22px;
    font-weight: 500;
    float: right;
    margin: 87px 25px 0 0;
}

    .viewmoreaboutcargo a:hover, .viewmoreaboutcargo a:focus {
        color: #fefefe;
        background-color: #057ca1;
    }

.aboutcargoright {
    padding: 110px 100px 0 0;
    float: right;
}

.ourservicesbg {
    width: 100%;
    float: left;
    padding: 25px 0 0;
}

.ourservices {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.30);
    min-height: 450px;
}

    .ourservices h2 {
        color: #010101;
        font-size: 45px;
        margin: 30px 0 0;
        font-weight: 600;
        text-transform: capitalize;
        line-height: normal;
        text-align: center;
    }

.ourservicesleft {
    background-image: url("../images/site/logobg.png") !important;
    background-position: 98% top;
    background-repeat: no-repeat;
    width: 72%;
    float: right;
    padding: 73px 15px 0 10px;
    min-height: 242px;
    margin: 33px 0 0;
}

    .ourservicesleft p {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin: 0 0 6px;
        text-align: right;
        float: right;
    }

        .ourservicesleft p span {
            display: block;
        }

        .ourservicesleft p i {
            font-style: normal;
            color: #ff0000;
        }

.ourservicesright {
    padding: 60px 0 0 20px;
    float: left;
    width: 28%;
}


.featuresbg {
    width: 100%;
    float: left;
    text-align: center;
}

body .featuresbg .container {
    max-width: 1630px;
}

.features {
    width: 100%;
    float: left;
    clear: both;
}

.featuresbox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 220px;
    padding: 0 5px 35px;
}

.featuresicon {
    clear: both;
    background: rgb(106,211,255);
    background: -moz-linear-gradient(top, rgba(106,211,255,1) 0%, rgba(28,161,227,1) 100%);
    background: -webkit-linear-gradient(top, rgba(106,211,255,1) 0%,rgba(28,161,227,1) 100%);
    background: linear-gradient(to bottom, rgba(106,211,255,1) 0%,rgba(28,161,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ad3ff', endColorstr='#1ca1e3',GradientType=0 );
    width: 145px;
    height: 145px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 12px;
}



    .featuresicon span {
        background-image: url(../images/site/featuresicons.png);
        background-position: center 29px;
        background-repeat: no-repeat;
        display: block;
        min-height: 145px;
        width: 100%;
    }

.featuresbox02 .featuresicon span {
    background-position: center -250px;
}

.featuresbox03 .featuresicon span {
    background-position: center -250px;
}

.featuresbox03 .featuresicon span {
    background-position: center -500px;
}

.featuresbox04 .featuresicon span {
    background-position: center -796px;
}

.featuresbox05 .featuresicon span {
    background-position: center -1071px;
}

.featuresbox06 .featuresicon span {
    background-position: center -1383px;
}

.featuresbg h2 {
    color: #010101;
    font-size: 45px;
    margin: 70px 0 57px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    text-align: center;
}

.featuresbox p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

    .featuresbox p span {
        display: block;
    }

.wetrustwap {
    background: #f2f2f2;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

    .wetrustwap h2 {
        color: #212121;
        font-size: 33px;
        margin: 0;
        font-weight: 500;
        letter-spacing: 0.3px;
        line-height: 40px;
        padding: 93px 0 83px;
    }

.wetrustlogowrap {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
    margin: -56px 0 5px;
}

.wetrustlogo {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 180px;
    margin: 0 3px 10px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

/* Footer CSS Start */

.footerwrap {
    clear: both;
    width: 100%;
    float: left;
}

.footertop {
    background-image: url("../images/site/cargofooter.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
    float: left;
    padding: 60px 0 20px;
    min-height: 288px;
    background-color: #238299;
    background-size: cover;
}

.footertopleft {
    float: left;
    width: 33%;
    padding: 2px 0 0;
}

.footertitle {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 500;
    clear: both;
    text-transform: capitalize;
    margin: 6px 0 14px;
}

.footertopleft p {
    color: #ececec;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    clear: both;
    margin: 0 0 12px;
}

    .footertopleft p span {
        display: block;
    }

.footernavbar {
    float: left;
    padding: 9px 0 0 71px;
}

.footernav {
    float: left;
}

    .footernav.footernav01 {
        padding: 0 74px 0 0;
    }

    .footernav ul {
        margin: 0;
        padding: 0;
    }

        .footernav ul li {
            list-style: none;
            padding: 0 0 11px;
        }

            .footernav ul li a {
                color: #ececec;
                font-size: 15px;
                font-weight: 400;
                text-transform: capitalize;
                line-height: normal;
            }

                .footernav ul li a i {
                    padding-right: 8px;
                    font-size: 16px;
                    color: #2d2d2d;
                    position: relative;
                    top: 0;
                }

                .footernav ul li a:hover, .footernav ul li a:focus, .footernav ul li a:hover i, .footernav ul li a:focus i {
                    color: #ffffff;
                    text-decoration: none;
                }

.footeright {
    float: right;
    padding: 10px 0 0;
    width: 30%;
}


.footercontact {
    width: 100%;
    float: left;
    clear: both;
    text-align: right;
}

    .footercontact h4 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 5px;
        color: #2d2d2d;
    }

    .footercontact p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin: 0 0 10px;
        color: #ffffff;
    }

        .footercontact p.footercontactnum {
            margin: 0;
        }

        .footercontact p span {
            display: block;
        }

        .footercontact p i {
            padding-right: 11px;
            color: #2d2d2d;
            font-size: 19px;
        }

    .footercontact a.footermail i {
        font-size: 16px;
    }

    .footercontact p a {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        color: #2d2d2d;
        font-size: 15px;
        text-transform: lowercase;
    }

        .footercontact p a:hover, .footercontact p a:focus {
            color: #ffffff;
            text-decoration: none;
        }



.footercounter {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 0 5px;
}

.ftrcounterin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.0s;
    transition: all 0.0s;
}

    .ftrcounterin h4 {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        color: #fff;
        font-size: 18px;
        line-height: normal;
        margin: 0 10px 0 0;
        font-weight: 600;
    }

.factsbox {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 150px;
}

    .factsbox .numbers {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background-color: rgb(5, 124, 161);
        padding: 5px 7px;
        border-radius: 3px;
        font-weight: 600;
        line-height: normal;
        border: 5px solid #ededed;
        width: 100%;
    }

        .factsbox .numbers:hover {
            box-shadow: 4px 4px 8px rgba(0,0,0,0.80);
            cursor: pointer;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            cursor: pointer;
        }




/*.ftrcounterin span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgb(5, 124, 161);
    padding: 5px 7px;
    border-radius: 3px;
    font-weight: 600;
    line-height: normal;
    border: 5px solid #ededed;
}

    .ftrcounterin span:hover {
        box-shadow: 4px 4px 8px rgba(0,0,0,0.80);
        cursor: pointer;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }


    .ftrcounterin span:hover {
        cursor: pointer;
    }*/

.footerbottom {
    width: 100%;
    float: left;
    padding: 13px 0 16px;
    background: #eaeaea;
    text-align: center;
}

.copyrights {
    display: inline-block;
    color: #f1656e;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

    .copyrights a {
        color: #2c2d43;
        font-weight: 500;
    }


        .copyrights a:hover, .copyrights a:focus {
            color: #f1656e;
            text-decoration: none;
        }

.poweredby {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 0 54px;
    position: relative;
}

    .poweredby:before {
        background: #c5c5c5;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        position: absolute;
        top: 11px;
        left: 20px;
        content: "";
    }

    .poweredby span {
        float: left;
        color: #888a8a;
        font-size: 14px;
        padding: 1px 6px 0 0;
        font-weight: 300;
    }

    .poweredby a {
        float: left;
    }

/* Medea Queries */

@media only screen and (max-width: 1499px) {
    .headertop {
        padding: 10px 0 14px;
    }

    .bannertext h2 {
        font-size: 46px;
        margin: 0 0 20px;
        line-height: 48px;
    }

    .bannertext p {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: normal;
    }

    .bannerparcelbottom {
        background-size: 100%;
    }

    .bannertext {
        margin: 60px 0 0 0;
    }

    .buscargoform h2 {
        font-size: 32px;
    }

    .aboutcargobg {
        min-height: 10px;
        padding: 70px 0;
        background-size: cover;
    }

    .aboutcargoleft h1 {
        font-size: 40px;
        margin: 0 0 40px;
    }

    .ourservices h2 {
        font-size: 40px;
    }

    .ourservicesleft {
        margin: 20px 0 0;
    }

    .ourservices {
        min-height: 10px;
        padding: 0 0 60px;
    }


    .aboutcargoleft p {
        font-size: 15px;
        line-height: 24px;
    }

    .viewmoreaboutcargo a {
        background-position: 87% center;
        font-size: 15px;
        padding: 9px 40px 10px 20px;
        float: right;
        margin: 64px 15px 0 0;
        background-size: 15px;
    }

    .aboutcargo {
        min-height: 10px;
        padding: 0 0 50px;
    }

    .buscargoform {
        margin: 0 0 0 4%;
    }

    .buscarservices {
        padding: 60px 0 70px;
    }

    .wetrustwap h2 {
        padding: 60px 0 76px;
    }

    .wetrustlogo {
        max-width: 170px;
    }

    .featuresbg h2 {
        font-size: 40px;
        margin: 70px 0 50px;
    }

    .featuresbox {
        max-width: 200px;
    }


    .featuresicon {
        width: 130px;
        height: 130px;
        margin: 0 0 12px;
    }

        .featuresicon span {
            background-position: center 28px;
            min-height: 130px;
            background-size: 90px;
        }

    .featuresbox02 .featuresicon span {
        background-position: center -212px;
    }

    .featuresbox03 .featuresicon span {
        background-position: center -432px;
    }

    .featuresbox04 .featuresicon span {
        background-position: center -685px;
    }

    .featuresbox05 .featuresicon span {
        background-position: center -929px;
    }

    .featuresbox06 .featuresicon span {
        background-position: center -1194px;
    }

    .featuresbox p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1309px) {
    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 0 0 52px;
    }

    .buscarservicesbox.buscarservicesbox02 {
        margin: 0 30px;
    }

    .buscargobanner {
        min-height: 10px;
        background-size: cover;
        padding: 0 0 160px;
    }

    .ourservicesleft p {
        font-size: 28px;
    }

    .featuresbox {
        max-width: 190px;
    }

    .wetrustlogo {
        max-width: 164px;
    }

    .footernav.footernav01 {
        padding: 0 44px 0 0;
    }
}

@media only screen and (max-width: 1229px) {
    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 0 0 33px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 15px;
        }

    .headermenu {
        padding: 24px 0 0;
    }

    .bannertext h2 {
        font-size: 40px;
        margin: 0 0 20px;
        line-height: 40px;
    }

    .bannertext p {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: normal;
    }

    .aboutcargoleft {
        width: 50%;
        padding: 45px 0 0 30px;
    }

        .aboutcargoleft h1 {
            font-size: 34px;
            margin: 0 0 30px;
        }

    .ourservices h2 {
        font-size: 34px;
    }

    .aboutcargoright {
        padding: 100px 0 0 50px;
        width: 50%;
    }

    .ourservicesleft {
        background-position: center top;
        padding: 20px 0 0;
        background-size: 500px;
        min-height: 180px;
        width: 100%;
        float: left;
    }

    .featuresbox {
        max-width: 162px;
        padding: 0 3px 30px;
    }

    .featuresbg h2 {
        font-size: 34px;
        margin: 70px 0 40px;
    }

    .ourservices {
        padding: 0 0 40px;
    }

    .ourservicesleft p {
        font-size: 24px;
        text-align: center;
        width: 100%;
        float: left;
        line-height: 34px;
    }

    .ourservicesright {
        padding: 0;
        float: left;
        width: 100%;
        text-align: center;
    }

    .buscarservices {
        padding: 40px 0 50px;
    }

    .buscargoform {
        margin: 0;
    }

    .buscarservicesbox.buscarservicesbox02 {
        margin: 0 10px;
    }

    .buscarservicesbox {
        max-width: 310px;
        min-height: 400px;
        margin-bottom: 10px !important;
    }

    .footernavbar {
        padding: 0 0 0 30px;
    }

    .footertopleft {
        width: 30%;
    }

    .footernav.footernav01 {
        padding: 0 30px 0 0;
    }

    .footeright {
        width: 30%;
    }

    .footertop {
        padding: 50px 0 30px;
    }

    .footertitle {
        font-size: 20px;
    }

    .footertopleft p {
        font-size: 14px;
        line-height: 20px;
    }

    .footernav ul li {
        padding: 0 0 10px;
    }

        .footernav ul li a {
            font-size: 14px;
        }

    .footercontact p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 12px;
    }

        .footercontact p a {
            font-size: 15px;
        }

    .footercontact a.footermail:before {
        left: -14px;
        height: 16px;
    }

    .footercontact p i {
        padding-right: 9px;
        font-size: 17px;
    }

    .headermenu ul li:hover ul {
        width: 160px;
    }

    .headermenu ul li ul li a {
        padding: 6px 8px;
    }

    .headermenu ul li:hover ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 0 0 36px;
    }

    .bannertext {
        max-width: 490px;
    }

    .featuresbox {
        max-width: 190px;
        padding: 0 3px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .sitelogo {
        width: 100%;
        text-align: center;
    }

        .sitelogo a {
            float: none;
            display: inline-block;
        }

    .headeright {
        width: 100%;
    }

    .aboutcargoright {
        padding: 100px 30px 0 40px;
    }

    .headermenu {
        padding: 14px 0 0;
        width: 100%;
    }

        .headermenu .navbar-inverse .navbar-nav {
            display: flex;
            align-items: center;
            gap: 23px;
            justify-content: space-evenly;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                font-size: 14px;
            }

            .headermenu .navbar-inverse .navbar-nav > li {
                padding: 0;
            }

    .cargservicescontent {
        padding: 20px 0 0;
    }

    .wetrustwap h2 {
        padding: 50px 0 70px;
    }

    .wetrustlogowrap {
        margin: -56px 0 15px;
    }

    .cargocontact:before {
        background-position: center 7px;
        left: 14px;
        top: 10px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .bannertext {
        margin: 30px 0 0;
        max-width: 100%;
    }

    .buscarservices {
        padding: 30px 0 40px;
    }

    .bannertext h2 {
        font-size: 40px;
        margin: 0 0 14px;
        line-height: 40px;
    }

    .buscargobanner {
        padding: 0 0 90px;
    }

    .bannerparcelbottom {
        background-size: 100%;
        min-height: 90px;
    }

    .cargocontact {
        padding: 10px 14px 10px 50px;
        letter-spacing: normal;
    }

        .cargocontact a {
            font-size: 16px;
            line-height: 18px;
        }

    .buscargoform {
        max-width: 100%;
        padding: 0 24%;
    }

        .buscargoform h2 {
            font-size: 28px;
        }

    .bannertext h2 {
        font-size: 30px;
        margin: 0 0 10px;
        line-height: 30px;
    }

    .bannertext p {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
    }

    .footertitle {
        margin: 0 0 14px;
    }

    .footertopleft {
        width: 46%;
    }

    .footernavbar {
        width: 54%;
    }

    .footeright {
        width: 100%;
        text-align: center;
    }

    .footercontact {
        text-align: center;
    }

    .footeright {
        padding: 20px 0 0;
        width: 100%;
        text-align: center;
    }

    .footertop {
        padding: 40px 0 30px;
    }

    .copyrights {
        font-size: 15px;
    }
}


@media only screen and (max-width: 767px) {

    .sitelogo {
        text-align: center;
        width: 100%;
    }

        .sitelogo a {
            float: none;
            width: 160px;
            display: inline-block;
        }

    .headeright {
        float: left;
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .headermenu {
        padding: 0;
        float: left;
    }

    .buscargoform {
        padding: 0 20%;
    }


    .cssmenu {
        width: 100%;
    }

    /* leftmenu start */

    .headerbottom .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: 5px;
        left: 0;
        margin: 0;
    }

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            z-index: 99999 !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            left: 42%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

            .fixedbtn.topfixedicon:after {
                font-family: FontAwesome;
                content: "\f00d";
                left: 0;
                top: 0;
                position: absolute;
                font-size: 22px;
                color: #0691b3;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 2;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #0691b3;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 0 10px;
        gap: 12px;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 10px 0 0 10px !important;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 15px;
            padding: 0;
            color: #3e3e3e;
            margin: 0;
            border: none;
        }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.98);
        box-shadow: 0 0 5px #B0B0B0;
        border-radius: 0;
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background: transparent;
            color: #0691b3;
            border: none;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }


    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }

    /* leftmenu end */


    .aboutcargobg {
        padding: 15px 0;
    }

    .aboutcargoleft h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .aboutcargoleft p {
        font-size: 14px;
        line-height: 20px;
    }

    .aboutcargoright {
        padding: 10px 50px 0;
        width: 100%;
        float: left;
    }

    .viewmoreaboutcargo a {
        font-size: 15px;
        padding: 9px 40px 10px 20px;
        float: none;
        margin: 20px 0 0;
        display: inline-block;
    }

    .aboutcargo {
        text-align: center;
        padding: 0 0 20px;
    }

    .aboutcargoleft {
        width: 100%;
        padding: 30px 20px;
    }

    .ourservices h2 {
        font-size: 30px;
        margin: 20px 0 0;
    }

    .ourservicesleft p {
        font-size: 20px;
        line-height: 24px;
    }

    .ourservicesleft {
        padding: 10px 10px 0;
        background-size: 380px;
        min-height: 130px;
    }

    .ourservicesright {
        padding: 0 50px;
    }

    .ourservicesleft p span {
        display: inline;
    }

    .featuresbg h2 {
        font-size: 30px;
        margin: 30px 0;
    }

    .footernav {
        padding: 0;
        width: 50%;
    }

    .footertopleft {
        padding: 0 0 20px;
        width: 100%;
    }

    .footertop {
        padding: 34px 0;
    }

    .footernavbar {
        width: 100%;
        padding: 0;
    }

    .footeright, .footercontact {
        text-align: left;
    }

    .footerlins {
        font-size: 13px;
    }

    .toptitle {
        font-size: 30px;
    }

    .copyrights {
        font-size: 14px;
        width: 100%;
        padding: 0 0 10px;
    }

    .poweredby:before {
        display: none;
    }

    .poweredby {
        float: none;
        display: inline-block;
        padding: 0;
    }

    .headermenu ul li:hover ul {
        display: block;
        width: 100%;
        position: relative;
        background-color: #f3efef;
    }

    .headermenu ul li ul li a {
        padding: 7px 6px;
    }
}

@media only screen and (max-width: 649px) {
    .buscargoform {
        padding: 0 10%;
    }

    .featuresbox {
        padding: 0 3px 30px;
        max-width: 100%;
        width: 48%;
    }

    .buscargobanner {
        padding: 0 0 60px;
    }

    .bannerparcelbottom {
        min-height: 60px;
    }

    .ftrcounterin h4 {
        font-size: 16px;
    }

    .ftrcounterin span {
        font-size: 15px;
        padding: 5px;
        border: 4px solid #ededed;
    }
}


@media only screen and (max-width: 479px) {
    .headermenu .navbar-inverse .navbar-nav {
        gap: 8px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 14px;
        }

    .buscargoformbg {
        padding: 12px 10px;
    }

    .buscargoform h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }

    .buscargoinput {
        padding: 0 0 12px;
    }

    .bannertext {
        margin: 20px 0 0;
    }

    .buscargoform {
        padding: 0;
    }

    .bannertext h2 {
        font-size: 20px;
        margin: 0 0 10px;
        line-height: 21px;
    }

    .aboutcargoleft h1 {
        font-size: 28px;
        margin: 0 0 5px;
    }

    .viewmoreaboutcargo a {
        margin: 10px 0 0;
    }

    .ourservices h2 {
        font-size: 28px;
    }

    .ourservicesleft p {
        font-size: 15px;
        line-height: 20px;
    }

    .ourservicesleft {
        background-size: 260px;
        min-height: 90px;
        margin: 0;
    }

    .ourservicesbg {
        padding: 25px 0 20px;
    }

    .featuresbg h2 {
        font-size: 28px;
        margin: 0 0 20px;
    }

    .ourservicesright {
        padding: 0 30px;
    }

    .ourservices {
        padding: 0 0 30px;
    }

    .aboutcargoleft p {
        font-size: 13px;
        line-height: 18px;
    }

    .buscargoinput input[type="text"] {
        background-position: 15px -444px;
        font-size: 15px;
        height: 50px;
        padding: 0 0 0 55px;
        background-size: 32px;
    }

    .buscargoinput.buscargoinput02 input[type="text"] {
        background-position: 15px -576px;
    }

    .trackcargobutton .TrackCargo {
        height: 45px;
        font-size: 15px;
    }

    .bannertext h2 {
        font-size: 25px;
        margin: 0 0 10px;
        line-height: 26px;
    }

    .bannertext p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: normal;
    }

        .bannertext p span {
            display: inline;
        }

    .aboutcargoleft {
        padding: 15px;
    }

    .aboutcargoright {
        padding: 10px 20px 0;
    }

    .buscargobanner {
        padding: 0 0 50px;
    }

    .buscarservices {
        padding: 20px 0 30px;
    }

        .buscarservices h2 {
            font-size: 30px;
            line-height: 32px;
            letter-spacing: normal;
        }

    .buscarservicesbox.buscarservicesbox02 {
        margin-left: 0;
        margin-right: 0;
    }

    .wetrustwap h2 {
        padding: 20px 0 60px;
        font-size: 26px;
    }

    .footertopleft {
        padding: 0 0 10px;
    }

    .footernav ul li a i {
        font-size: 14px;
    }


    .footeright {
        padding: 10px 0 0;
    }

    .footercontact p {
        font-size: 12px;
        line-height: 18px;
    }

    .footernav ul li {
        padding: 0 0 5px;
    }

    .footercontact p span {
        display: inline;
    }

    .footercontact p a.footercontactnum {
        padding-left: 18px;
    }

        .footercontact p a.footercontactnum:before {
            height: 18px;
            left: 8px;
        }

    .footertop {
        padding: 30px 0 22px;
    }

    .footertopleft p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 10px;
    }

    .footertitle {
        font-size: 18px;
    }

    .copyrights {
        font-size: 12px;
    }

        .copyrights span {
            display: block;
        }

    .poweredby span {
        font-size: 12px;
        padding: 3px 6px 0 0;
    }

    .copyrights span.copyrightseaglebus {
        display: block;
    }

    .footernav.footernav01 {
        padding: 0;
    }

    .footernav.footernav02 {
        float: right;
    }

    .footernav ul li a, .footertopleft p {
        font-size: 13px;
    }

        .footernav ul li a i {
            padding-right: 5px;
        }

    .headermenu ul li:hover ul {
        padding: 5px 0 0;
    }

    .headermenu ul li ul li a {
        padding: 5px;
    }

    .headermenu ul li:hover ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 379px) {
    .featuresbox {
        padding: 0 0 20px;
        width: 100%;
    }

    .featuresicon {
        margin: 0 0 9px;
    }

    .featuresbox p {
        font-size: 13px;
    }

    .wetrustlogo {
        max-width: 134px;
    }

    .wetrustlogowrap {
        margin: -46px 0 15px;
    }
}

.headermenu ul li:hover ul {
    display: block;
    width: 160px;
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.headermenu ul li ul {
    display: none;
}

.headermenu ul li a i {
    transition: all 0.6s;
    margin: 0 0 0 10px;
}

.headermenu ul li:hover {
    cursor: pointer;
}

    .headermenu ul li:hover ul {
        display: block;
        width: 220px;
        left: 0;
        position: absolute;
        margin: 0;
        padding: 10px 0;
        background-color: #ffffff;
    }

    .headermenu ul li:hover a i {
        transform: rotate(180deg);
        transition: all 0.6s;
    }

    .headermenu ul li:hover ul li {
        display: block;
        padding: 0;
    }

.headermenu ul li ul li a {
    color: #212121;
    display: block;
    width: 100%;
    padding: 10px 10px;
}

.headermenu ul li:hover ul li a {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}

/*.headermenu ul li:hover ul li:hover {
    }*/
.headermenu ul li:hover ul li:hover a {
    background-color: #3e3e3e;
    color: #ffffff;
}

@media only screen and (max-width: 1229px) {
    .headermenu ul li:hover ul {
        width: 160px;
    }

    .headermenu ul li ul li a {
        padding: 6px 8px;
    }

    .headermenu ul li:hover ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {

    .headermenu ul li:hover ul {
        display: block;
        width: 100%;
        position: relative;
        background-color: #f3efef;
    }

    .headermenu ul li ul li a {
        padding: 7px 6px;
    }
}

@media only screen and (max-width: 479px) {
    .headermenu ul li:hover ul {
        padding: 5px 0 0;
    }

    .headermenu ul li ul li a {
        padding: 5px;
    }

    .headermenu ul li:hover ul li a {
        font-size: 12px;
    }
}
