@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
}


header {
    padding-bottom: 20px;
}

header .navbar {
    margin-top: 55px;
}

.logo {
    padding-top: 5px;
}

    .logo a {
        max-width: 180px;
        display: inline-block;
    }

        .logo a img {
            max-width: 100%
        }

.navSec {
    text-align: right
}

    .navSec .navbar {
        display: inline-block;
        margin-bottom: 0
    }

        .navSec .navbar .navbar-collapse {
            padding-right: 0;
        }

        .navSec .navbar .navbar-nav > li {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }

            .navSec .navbar .navbar-nav > li > a {
                color: #000;
                padding: 5px 10px;
            }

                .navSec .navbar .navbar-nav > li > a:hover {
                    color: #02577f;
                    background: transparent;
                }

            .navSec .navbar .navbar-nav > li:last-child a {
                padding-right: 0
            }

.socailIco {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .socailIco a {
        display: inline-block;
        margin: 0px 2px;
    }


.contactDetails {
    float: left;
    text-align: left;
    margin-top: 30px;
}

    .contactDetails span {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .contactDetails h2 {
        margin: 0;
    }

    .contactDetails a {
        font-weight: bold;
        font-size: 30px;
        margin: 4px 0;
        color: #ed7a10;
        text-decoration: none;
    }
        .contactDetails a:hover {
            text-decoration: none;
        }

        .contactDetails h2:before {
            content: "";
            background: url(../images/mobile-icon.png)no-repeat center center;
            width: 22px;
            height: 34px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
            margin-top: -4px;
        }

.bannerWall {
    background: url(../images/banner-wall.jpg)no-repeat center center;
    overflow: hidden;
    text-align: center;
    background-size: cover;
}

.bannerDetails {
    padding: 5% 0;
}

.bannerWall h1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    margin: 0;
    line-height: 100px
}

.bannerWall h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 34px;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
}

.bannerWall .buttonSec {
    text-align: center;
    margin-top: 20px;
}

    .bannerWall .buttonSec a.btn {
        background: #409d11;
        border-color: #409d11;
        border-radius: 30px;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        font-size: 24px;
        display: inline-block;
        padding: 15px 35px;
        margin: 20px 0;
    }

        .bannerWall .buttonSec a.btn:hover {
            background-color: #333;
            border-color: #333;
        }


.wallSec img {
    max-width: 100%;
    margin-top: 30px;
    border-radius: 6px;
}

.whychoose {
    padding: 0 15px;
}

    .whychoose .row > div {
        /* padding: 0 */
    }

        .whychoose .row > div.whyDetails {
            text-align: center;
            padding-right: 5%;
            padding-top: 20px;
        }

.whyDetails h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #080707;
    margin-bottom: 40px;
}

.whyDetails p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}

.whychoose .wallSec {
    text-align: left;
    padding-right: 2% !important
}

.our_services {
    padding: 0 15px;
}

    .our_services .row > div {
        padding: 0
    }

        .our_services .row > div.our_serDetails {
            text-align: center;
            padding-left: 3%;
            padding-top: 20px;
        }

.our_serDetails h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #080707;
    margin-bottom: 20px;
    text-align: left;
}

.our_serDetails p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}

.our_services .wallSec {
    text-align: right;
    padding-left: 5% !important
}

.buttonSec .btn.btn-info {
    background: #409d11;
    border-color: #409d11;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    padding: 15px 30px;
    margin: 20px 0;
}

    .buttonSec .btn.btn-info:hover {
        background-color: #024565
    }

.heading {
    background: #dbdbdb;
    overflow: hidden;
    padding: 20px 0;
    padding-bottom: 50px;
    text-align: center;
    margin: 100px 0;
}

    .heading h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 34px;
        color: #02577f;
        margin: 15px 0;
    }

    .heading p {
        font-weight: 600;
        color: #2d2c2c;
        max-width: 1200px;
        margin-bottom: 0;
        margin: 0 auto;
    }

.heading-grey {
    background: #333 !important;
}

    .heading-grey h2 {
        color: #fff !important;
    }

    .heading-grey p {
        color: #fff !important;
    }


.our_fleet {
    text-align: center;
    overflow: hidden;
}

.vehiclesList {
    width: 100%;
    padding: 4% 0
}

    .vehiclesList ul {
        padding: 0;
        margin: 0;
    }

        .vehiclesList ul li {
            width: 33.3333%;
            float: left;
            list-style: none;
            min-height: 300px;
        }

            .vehiclesList ul li h2 {
                font-family: 'Montserrat', sans-serif;
                font-weight: bold;
                font-size: 20px;
                color: #02577f;
            }

            .vehiclesList ul li .vc_pic span img {
                max-width: 100%;
            }

.headblod {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-style: italic;
    margin-top: 22px;
    display: block;
}

.contactDetils {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #02577f;
    line-height: normal;
    margin-top: 70px;
}

.footerHead {
    margin-top: 25px;
}

    .footerHead .heading {
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .footerHead .heading h2 {
            color: #151313;
            font-size: 24px;
            font-weight: 700;
            margin-top: 25px;
        }


footer {
    background-color: #333;
    text-align: center;
    overflow: hidden
}

    footer p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #fff;
        margin: 3% 0
    }

@media only screen and (max-width:1024px) {
    .whychoose .row > div.whyDetails {
        padding-top: 0;
    }
}

@media only screen and (min-width:768px) {
    .navbar {
        min-height: inherit;
    }

    .logo {
        padding: 8px 0;
    }
}

@media only screen and (max-width:767px) {

    .navSec .navbar .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }

    .logo {
        padding-top: 5px;
        text-align: center;
    }

        .logo a img {
            max-width: 75%;
        }

    .contactDetails span {
        font-size: 9px;
    }

    .contactDetails {
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .bannerWall h1 {
        font-size: 58px;
        line-height: normal;
    }

    .bannerWall h2 {
        font-size: 21px;
    }

    .bannerWall .buttonSec a.btn {
        font-size: 20px;
    }

    .contactDetails h2 {
        font-size: 25px;
    }

    .navSec .navbar {
        display: block;
        margin-bottom: 0;
        background: #e57f36;
        margin-right: -15px;
        margin-left: -15px;
        clear: both;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navSec .navbar .navbar-nav > li > a {
        color: #fff;
        text-align: left;
        padding: 10px;
    }

    .whychoose .row > div.whyDetails {
        padding: 25px;
    }

    .whyDetails h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .vehiclesList ul li {
        width: 50%;
        padding: 15px;
        min-height: 285px;
    }

        .vehiclesList ul li h2 {
            font-size: 16px;
        }

    .our_services .row > div.our_serDetails {
        margin-bottom: 25px;
    }

    .footerHead .heading {
        padding: 20px;
    }

        .footerHead .heading h2 {
            font-size: 19px;
        }

    .buttonSec .btn.btn-info {
        font-size: 15px;
    }

    .socailIco {
        display: none
    }

    .heading {
        padding: 15px;
    }

        .heading br {
            display: none
        }
}

@media only screen and (max-width:500px) {
    .vehiclesList .vc_pic {
        height: inherit;
    }

    .vehiclesList ul li {
        width: 100%;
        min-height: inherit;
    }
}

.fleet img {
    width: 150px;
    padding-top: 10px;
}

.contact_field {
    clear: both;
    margin: 15px 0;
    padding: 0;
}

    .contact_field .legend {
        margin: 5px 14px;
        padding: 0 6px;
        border-bottom: 1px solid #ccc;
        font-size: 20px;
        line-height: 2.0em;
        color: #222222;
    }

    .contact_field span {
        padding: 0 0 3px 0;
        color: #000;
        font-weight: 300;
        font-size: 12px;
    }

.combodate select {
    height: 30px;
}


label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.form-control {
    height: 45px;
}