﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{
    margin: 0;
}
body {
    padding-top: 80px;
    padding-bottom: 0;
    height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .z-pl-mobile{
        padding-left: 15px !important;
    }

    .z-pr-mobile {
        padding-right: 15px !important;
    }
}

/*Remove button style*/
.unstyled-button{
    border: none;
    outline: none;
}

@media screen and (max-width: 600px) {
    .z-pt-mobile{
        padding-top: 30px;
    }

    
}

/*InfoMall custom css*/
/*Give nav bar Zika's blue*/
.z-color {
    background-color: #00002c;
}
/*Remove border radius*/
.navbar{
    border-radius: 0;
}
/*Over border-bottom color with nothing*/
.navbar-inverse{
    border-bottom: rgba(0,0,0,0);
}
/*Overwrite default bootstrap gray with Zika's white*/
.navbar-inverse .navbar-nav > li > a {
    color: white;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #bbb5b5;
    }

/*No padding left*/
.z-no-padding-left{
    padding-left: 0;
}
.z-no-padding-right{
    padding-right: 0;
}
/*white background*/
.z-layer-white {
    background-color: white;
}

.z-pt-10{
    padding-top: 10px;
}

.z-pb-10 {
    padding-bottom: 10px;
}
/*No margin left and right*/
.z-no-margin-both{
    margin-left: 0;
    margin-right: 0;
}
/*Test big font*/
.z-big-font{
    font-size: 80px;
}


.z-hover-effect {
    transition: transform 1s ease;
}
    .z-hover-effect:hover {
        transform: scale(0.95);
    }

.box {
    padding: 60px 0;
}

.box-part {
    background: #FFF;
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.text {
    margin: 20px 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: rgba(0,0,0,0);
}

.max-text-height{
    height: 156px;
}

.z-layer-blue {
    background-color: #00002c;
}

.z-pt-80{
    padding-top: 80px;
}

.z-pb-80{
    padding-bottom: 80px;
}

.z-text-white{
    color: white;
}

/*Collected from https://codepen.io/nikhil/pen/pJBMPp*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

.z-no-m {
    margin-top: 0;
    margin-bottom: 0;
}

z-no-mt {
    margin-top: 0;
}
z-no-mb{
    margin-bottom: 0 !important;
}

.z-layer-dark {
    background-color: #000;
}

.z-mb-80{
    margin-bottom: 80px;
}

.z-fs-36{
    font-size: 36px;
}
.full-width{
    width: 100%;
}

.about-background{
    background-image: url('../images/haulage2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}

.aboutus-section {
    padding: 90px 0;
}

.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}

    .aboutus-title::after {
        background: #db2621 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 54px;
    }

.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}

.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}

.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}

    .feature .feature-box .iconset::after {
        background: #db2621 none repeat scroll 0 0;
        content: "";
        height: 150%;
        left: 43%;
        position: absolute;
        top: 100%;
        width: 1px;
    }

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}

    .feature .feature-box .feature-content h4 {
        color: #0f0f0f;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        margin: 0 0 5px;
    }

    .feature .feature-box .feature-content p {
        color: #606060;
        font-size: 13px;
        line-height: 22px;
    }

.icon {
    color: #db2621;
    padding: 0px;
    font-size: 40px;
    border: 1px solid #db2621;
    border-radius: 100px;
    color: #db2621;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.fixed-height-150{
    height: 150px;
}

/*Style for team gotten from https://bootsnipp.com/snippets/92xNm*/
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #00002c;
    border-color: #00002c;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #00002c;
    border-color: #00002c;
}

section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #00002c;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.image-flip{
    width: 95%;
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    width: 95%;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    width: 95%;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .card,
    .backside .card {
        min-height: 312px;
    }

        .backside .card a {
            font-size: 18px;
            color: #00002c !important;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #00002c !important;
        }

        .frontside .card .card-body img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
        }
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/*End of team style*/

.z-min-height {
    min-height: 750px;
}

/*Style for contact*/
.contact {
    padding: 4%;
    height: 400px;
}

.z-contact-md-3 {
    background: #ff9b00;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.contact-info {
    margin-top: 10%;
}

    .contact-info img {
        margin-bottom: 15%;
    }

    .contact-info h2 {
        margin-bottom: 10%;
    }

.col-md-9 {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contact-form label {
    font-weight: 600;
}

.contact-form button {
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
}

    .contact-form button:focus {
        box-shadow: none;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }
.text-white {
    color: #fff !important;
}

.bg-primary {
    background-color: #00002c !important;
}

.bg-success {
    background-color: #d92724 !important;
}
/*End contact style*/

.z-m-auto{
    margin: 0 auto;
}

.z-btn-block {
    display: block;
    margin: 0 auto;
}

.z-pt-50{
    padding-top: 50px;
}

.z-pl-20{
    padding-left: 20px;
}

.z-normal-link{
    color: #fff;
    text-decoration: none !important;
}

.z-result{
    display: none;
}

#progress{
    display: none;
}

.foot-links a, .foot-links p {
    display: block;
    color: rgb(63, 63, 63);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-family: OpenSansRegular, Arial, sans-serif;
    font-size: 13px;
    color: rgb(63, 63, 63);
    padding-bottom: 5px;
    text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}

.foot-links img {
    padding-top: 5px;
    width: 100px;
    display: inline;
}

#footer {
    background: rgb(241, 241, 241);
    border-top: 1px solid rgb(222, 222, 222);
    margin-top: -2px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.foot-header {
    font-family: OpenSansBold, Arial, sans-serif;
    font-size: 18px;
    color: rgb(63, 63, 63);
    padding-bottom: 20px;
    text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}

#footer .container {
    max-width: 1100px;
}

.category-image-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-image {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}

.d-grid-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.d-flex {
    display: flex !important;
}

.flex-vertical {
    flex-direction: column;
}

.j-content-center {
    justify-content: center;
    align-items: center;
}

.j-content {
    justify-content: space-between;
    align-items: center;
}

.j-content-end {
    justify-content: space-between;
    align-items: flex-end;
}



.bg-variant {
    background-color: #F3F3FF;
}

.text-detail:hover{
    color: black;
}

.fixed-width{
    width: 230px;
}

.width-70{
    width: 70%;
}

.width-30 {
    width: 30%;
}

.mr-4{
    margin-right: 20px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.text-bold{
    font-weight: bold;
}
.small-font{
    font-size: 12px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.j-align-content-center{
    align-content: center;
}
.mb-20{
    margin-bottom: 20px;
}
.my-float {
    margin-top: 16px;
}

.half-viewport{
    height: 50vh;
}

.full-viewport {
    height: 82vh !important;
}

.cover-image {
    object-fit: cover;
}
@media (max-width: 768px) {
    .d-grid-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .z-mb-mobile-30{
        margin-bottom: 30px;
    }
    .float {
        bottom: 20px;
        right: 20px;
    }
    .mobile-column{
        flex-direction: column-reverse;
    }
    .full-width-mobile{
        width: 100%;
    }
    .full-viewport {
        height: auto !important;
    }
}

#bottom-footer {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

    #bottom-footer a {
        text-decoration: none;
        color: #626262;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 12px;
        padding: 0px 15px;
        border-right: 1px solid #ccc;
        font-family: 'OpenSansRegular', Arial, sans-serif;
        font-size: 13px;
        color: #626262;
        padding: 0 12px;
        text-shadow: 1px 1px 0 rgba(255,255,255,1);
    }

    #bottom-footer .phone img {
        margin-right: 7px;
    }

    #bottom-footer .phone .red {
        font-size: 22px;
        margin-top: -7px;
        font-family: 'OpenSansRegular', Arial, sans-serif;
        font-size: 18px !important;
        color: #d10029 !important;
        position: relative;
        top: -5px;
        text-shadow: 1px 1px 0 rgba(255,255,255,1) !important;
    }

        #bottom-footer .phone .red small {
            font-family: 'OpenSansRegular', Arial, sans-serif;
            font-size: 12px !important;
            display: block;
            color: #626262 !important;
            text-shadow: 1px 1px 0 rgba(255,255,255,1) !important;
            margin-top: -5px;
        }

#final-footer {
    font-size: 11px;
    color: #666;
}



   
.z-hr-footer {
    border-top: 1px solid #a59f9f;
}

.logo-img{
    height: 40px;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

a.navbar-brand{
    height: 70px;
}

div.navbar-collapse.collapse > ul {
    padding-top: 10px;
}

button.navbar-toggle{
    margin-top: 15px;
}

.z-ve-margin-10{
    margin-top: -10px;
}
.pa-4{
    padding: 15px;
}
/*Top and bottom padding of 15*/
.p-15{
    padding: 15px 0;
}
.little-image {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.product-height {
    height: 150px !important;
    object-fit: contain;
}

.freight-form-consent {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .freight-form-consent > input, .freight-form-consent > label {
        margin: 0;
    }
