﻿/* * Page Banner */
.page-banner {
    background-image: url("../images/inner-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    z-index: 1;
}

    .page-banner::before {
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        display: inline-block !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }


    .page-banner .banner-content {
        display: inline-block;
        padding: 150px 0;
    }

        .page-banner .banner-content h3 {
            color: #fff;
            font-family: 'Open Sans', serif;
            font-size: 38px;
            letter-spacing: 1.9px;
            margin-top: 0;
            text-transform: uppercase;
            font-family: Raleway;
        }

        .page-banner .banner-content .breadcrumb {
            background-color: transparent;
            display: inline-block;
            width: 100%;
            margin: 0;
        }

            .page-banner .banner-content .breadcrumb li,
            .page-banner .banner-content .breadcrumb li a {
                color: #fff;
                text-decoration: none;
                letter-spacing: 0.7px;
                text-transform: uppercase;
            }

                .page-banner .banner-content .breadcrumb li a:hover {
                    color: #bb0000;
                }

                .page-banner .banner-content .breadcrumb li.active {
                    font-weight: 600;
                }

            .page-banner .banner-content .breadcrumb > li + li::before {
                color: #fff;
                content: "/";
                padding: 0 5px;
            }

.feedback-banner {
    background-image: url("../images/feedback-banner.jpg");
}

.fleet-banner {
    background-image: url("../images/contact-banner.jpg");
}

.contact-banner {
    background-image: url("../images/contact-banner.jpg");
}
/* - Welcome Section 1 */
.welcome-section-1 {
    padding: 80px 0;
}

    .welcome-section-1 .wc-1-img > i {
        position: relative;
        display: inline-block;
    }

        .welcome-section-1 .wc-1-img > i::before {
            border: 1px solid #fff;
            content: "";
            display: inline-block;
            position: absolute;
            top: 23px;
            bottom: 23px;
            left: 23px;
            right: 23px;
        }

    .welcome-section-1 .wc-max-content h3 {
        color: #222;
        font-size: 31px;
        letter-spacing: 0.34px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 15px;
        word-wrap: break-word;
    }

    .welcome-section-1 .wc-max-content h4 {
        color: #222;
        font-size: 26px;
        letter-spacing: 0.34px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 15px;
        word-wrap: break-word;
        font-weight: 600;
    }

    .welcome-section-1 .wc-max-content h5 {
        color: #222;
        font-size: 18px;
        letter-spacing: 0.34px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 15px;
        word-wrap: break-word;
        font-weight: 500;
    }

    .welcome-section-1 .wc-max-content p {
        color: #444;
        font-size: 15px;
        letter-spacing: 0.15px;
        line-height: 30px;
        margin-bottom: 15px;
        /*  */
    }

    .welcome-section-1 .wc-max-content .wc-mission-section {
        display: inline-block;
        margin-top: 32px;
        margin-bottom: 32px;
        width: 100%;
    }

    .welcome-section-1 .wc-max-content .wc-mission {
        display: inline-block;
        position: relative;
        padding-left: 65px;
    }

        .welcome-section-1 .wc-max-content .wc-mission i {
            border: 1px solid #444;
            border-radius: 100%;
            color: #bb0000;
            display: inline-block;
            width: 44px;
            height: 44px;
            position: absolute;
            left: 0;
            line-height: 44px;
            text-align: center;
        }

        .welcome-section-1 .wc-max-content .wc-mission h5 {
            color: #444;
            font-weight: 600;
            font-size: 18px;
            letter-spacing: 0.18px;
            line-height: 26px;
            margin-top: 0;
            margin-bottom: 0;
            word-wrap: break-word;
        }

        .welcome-section-1 .wc-max-content .wc-mission span {
            color: #444;
            font-style: italic;
            font-size: 16px;
            letter-spacing: 0.16px;
        }

    .welcome-section-1 .wc-max-content a.learn-more {
        background: #bb0000;
        color: #ffffff;
        /* border: solid 2px #000000; */
        display: inline-block;
        font-weight: 600;
        line-height: 26px;
        padding: 10px 28px;
        text-decoration: none;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

        .welcome-section-1 .wc-max-content a.learn-more i {
            padding-left: 15px;
        }

        .welcome-section-1 .wc-max-content a.learn-more:hover {
            background: #555555 !important;
            color: #ffffff;
            border: solid 2px #000000;
        }

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 7px 20px;
}

.map_2 {
    padding: 0;
    border: none;
    width: 100%;
    height: 350px;
}
/* ======= Services style ======= */
.services .img {
    position: relative;
    overflow: hidden;
}

    .services .img:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .services .img img {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

.services .content {
    width: 100%;
    padding: 30px;
}

    .services .content .date {
        display: table-cell;
        position: relative;
        width: 80px;
        z-index: 2;
    }

        .services .content .date h3 {
            font-size: 65px;
            font-weight: 500;
            color: #aa8453;
            margin-bottom: 0px;
        }

        .services .content .date h6 {
            color: #666;
            letter-spacing: 2px;
            font-size: 10px;
            font-family: 'Barlow', sans-serif;
            text-transform: uppercase;
            font-weight: 400;
        }

    .services .content .cont {
        display: table-cell;
        vertical-align: middle;
    }

        .services .content .cont h4 {
            margin: 0 0 10px 0;
            font-size: 32px;
            color: #222;
            font-weight: 400;
            line-height: 1.5em;
        }

        .services .content .cont .more {
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #aa8453;
            padding-left: 40px;
            position: relative;
        }

            .services .content .cont .more:after {
                content: '';
                width: 30px;
                height: 1px;
                background: #aa8453;
                position: absolute;
                top: 50%;
                left: 0px;
            }

            .services .content .cont .more:hover {
                color: #222;
            }

    .services .content .info h6 {
        font-size: 15px;
        letter-spacing: 3px;
        color: #666;
        font-family: 'Barlow Condensed', sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .services .content .info .tags {
        color: #aa8453;
    }

@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .services .content .date {
        width: 60px;
    }

    .services .content .info .tags {
        margin: 5px 0 0;
    }

    .services .content .date h3 {
        font-size: 40px;
    }
}


/*my css start*/
.clsGetQuote {
    padding: 12px 18px;
    border-radius: 6px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    transition: 0.5s;
    border: 1px solid #bb0000;
}

    .clsGetQuote:hover {
        background-color: transparent !important;
        color: #bb0000 !important;
        border: 1px solid #bb0000;
    }

.travel-search-content .travl-search-advanced .search-item {
    width: 10%;
    padding: 0 10px;
    position: relative;
}

.breadcrumbs {
    margin-top: 0;
    padding: 150px 0 !important;
    margin-bottom: 0 !important;
    color: #fff;
    text-align: center;
    background: url(../image/breadcrumbs.jpg) no-repeat center top;
    position: relative;
    z-index: 99;
}

.social-share a {
    background-color: #bb0000 !important;
    color: #fff !important;
    border: none !important;
}

.sub-btn {
    margin-left: 10px !important;
}
/*my css end*/
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
 


    .travel-search-content .travl-search-advanced {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .travel-search-content .travl-search-advanced .search-item {
            width: 24% !important;
            padding: 0 7px;
            position: relative;
            margin-bottom: 10px;
        }

            .travel-search-content .travl-search-advanced .search-item.city {
                width: 24% !important;
                margin-bottom: 10px;
            }

}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .navbar-logo img {
        width: 182px !important;
        object-fit: contain;
    }

    .typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li > a {
        padding: 48px 10px;
    }

    .module.sohomepage-slider .slider-home1 .item .info h3 {
        font-size: 51px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 10px;
        margin: 0 0 8px 0;
    }

    .travel-search-content .travl-search-advanced {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .travel-search-content .travl-search-advanced .search-item {
            width: 24% !important;
            padding: 0 7px;
            position: relative;
            margin-bottom: 10px;
        }

            .travel-search-content .travl-search-advanced .search-item.city {
                width: 24% !important;
                margin-bottom: 10px;
            }

    .clsGetQuote {
        padding: 6px 18px;
        display: inline-block;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .navbar-logo img {
        width: 182px !important;
        object-fit: contain;
    }
    .typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li > a {
        padding: 48px 4px;
    }
    .module.sohomepage-slider .slider-home1 .item .info h3 {
        font-size: 51px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 10px;
        margin: 0 0 8px 0;
    }
    .travel-search-content .travl-search-advanced {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .travel-search-content .travl-search-advanced .search-item {
            width: 32% !important;
            padding: 0 7px;
            position: relative;
            margin-bottom: 10px;
        }

            .travel-search-content .travl-search-advanced .search-item.city {
                width: 32% !important;
                margin-bottom: 10px;
            }

    .clsGetQuote {
        padding: 6px 18px;
        display: inline-block;
    }
}
    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .navbar-logo img {
            width: 182px !important;
            object-fit: contain;
        }

        header.typeheader-1 .header-top .header-menu {
            margin: 0 20px 0 0;
        }

        .typeheader-1 .header-top .book {
            padding-top: 25px;
            margin: 12px 15px 10px;
        }

        .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
            background: #bb0000;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin-top: 36px !important;
        }

        .owl2-carousel .owl2-item img {
            height: 290px !important;
            object-fit: cover !important;
        }

        .module.sohomepage-slider .slider-home1 .item .info h3 {
            font-size: 33px;
            letter-spacing: 3px;
            margin: 10px 0 10px;
        }

        .module.sohomepage-slider .slider-home1 .item .info .top {
            font-size: 14px;
            padding-left: 40px;
        }

        .module.sohomepage-slider .slider-home1 .item .info a {
            color: #000;
            font-size: 12px;
            text-transform: capitalize;
            background: #fff;
            border-radius: 20px;
            height: 30px;
            line-height: 30px;
            padding: 0 19px;
            display: inline-block;
            vertical-align: top;
        }

        .travel-search-content h2 {
            font-size: 25px;
        }

        .travel-search-content .travl-search-advanced {
            margin-top: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .travel-search-content .travl-search-advanced .search-item {
                width: 32% !important;
                padding: 0 7px;
                position: relative;
                margin-bottom: 10px;
            }

                .travel-search-content .travl-search-advanced .search-item.city {
                    width: 32% !important;
                    margin-bottom: 10px;
                }

        .clsGetQuote {
            padding: 6px 18px;
            display: inline-block;
        }

        .about-text .about-more a {
            margin-bottom: 20px;
        }

        .travel-search-content {
            margin-bottom: 0px;
        }

        .section-style1 {
            margin-bottom: 20px;
        }

        .about-text h3 {
            font-size: 28px;
        }

        .footer-toggle a:hover, .footer-toggle a:focus, .footer-toggle a.collapsed {
            color: #bb0000;
        }

        .breadcrumbs .title-breadcrumb {
            font-size: 22px;
            display: block;
        }

        .breadcrumbs {
            padding: 80px 0 !important;
            background-size: cover;
        }

        .welcome-section-1 {
            padding: 30px 0;
        }

            .welcome-section-1 .wc-max-content h3 {
                margin-top: 13px;
                line-height: 30px;
            }

        .page-banner .banner-content {
            padding: 80px 0;
        }

            .page-banner .banner-content h3 {
                font-size: 24px;
                margin-bottom: 0;
            }

        .breadcrumb {
            padding: 0px 15px;
        }

        .page-banner .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
            font-size: 12px;
        }

        .services .content {
            padding: 10px 0;
        }

            .services .content .cont h4 {
                margin: 0 0 5px 0;
                font-size: 22px;
            }

        .p27 {
            padding: 0 !important;
        }

        footer.typefooter-1 .footer-bottom .social ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Btn-form {
            margin-top: 10px !important;
        }

        .footer-has-toggle {
            min-height: unset;
            max-height: unset;
        }

            .footer-has-toggle:before {
                background: unset;
                z-index: -1;
            }

        footer.typefooter-1 .footer--link ul.about-list li {
            display: inline-block;
            width: 100%;
        }

        .type-post .blog-content {
            padding: 0;
        }

        .contact-us .form-group {
            margin-bottom: 0;
        }

        .contact-us .contact-header h3 {
            color: #555;
            font-size: 27px;
            margin-top: 0;
            margin-bottom: 15px;
            word-wrap: break-word;
        }

        .sub-btn {
            margin: 10px !important;
        }

        .welcome-section-1 .wc-1-img > i::before {
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;
        }

        .DisplayNone, .none {
            display: none !important;
        }

        .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
            color: #bb0000 !important;
        }

        .payfield {
            width: auto !important;
        }

        .vehicle-text2 img {
            width: 493px !important;
            height: 226px !important;
            object-fit: contain !important;
            margin-top: 0 !important;
        }
    }

    @media only screen and (min-width: 481px) and (max-width: 767px) {
        .navbar-logo img {
            width: 170px !important;
            object-fit: contain;
        }

        header.typeheader-1 .header-top .header-menu {
            margin: 0 20px 0 0;
        }

        .typeheader-1 .header-top .book {
            padding-top: 0px;
            margin: 0px 15px 10px;
        }

        .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
            background: #bb0000;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .owl2-carousel .owl2-item img {
            height: 230px !important;
            object-fit: cover !important;
        }

        .module.sohomepage-slider .slider-home1 .item .info h3 {
            font-size: 30px;
            letter-spacing: 3px;
            margin: 10px 0 10px;
        }

        .module.sohomepage-slider .slider-home1 .item .info .top {
            font-size: 14px;
            padding-left: 40px;
        }

        .module.sohomepage-slider .slider-home1 .item .info a {
            color: #000;
            font-size: 12px;
            text-transform: capitalize;
            background: #fff;
            border-radius: 20px;
            height: 30px;
            line-height: 30px;
            padding: 0 19px;
            display: inline-block;
            vertical-align: top;
        }

        .travel-search-content h2 {
            font-size: 25px;
        }

        .travel-search-content .travl-search-advanced {
            margin-top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .clsGetQuote {
            padding: 6px 18px;
            margin-top: 10px !important;
            display: inline-block;
        }

        .travel-search-content {
            margin-bottom: 0px;
        }

        .section-style1 {
            margin-bottom: 20px;
        }

        .about-text h3 {
            font-size: 22px;
        }

        .footer-toggle a:hover, .footer-toggle a:focus, .footer-toggle a.collapsed {
            color: #bb0000;
        }

        .breadcrumbs .title-breadcrumb {
            font-size: 18px;
            display: block;
        }

        .breadcrumbs {
            padding: 60px 0 !important;
            background-size: cover;
        }

        .welcome-section-1 {
            padding: 30px 0;
        }

            .welcome-section-1 .wc-max-content h3 {
                margin-top: 13px;
                line-height: 30px;
            }

        .page-banner .banner-content {
            padding: 60px 0;
        }

            .page-banner .banner-content h3 {
                font-size: 24px;
                margin-bottom: 0;
            }

        .breadcrumb {
            padding: 0px 15px;
        }

        .page-banner .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
            font-size: 12px;
        }

        .services .content {
            padding: 10px 0;
        }

            .services .content .cont h4 {
                margin: 0 0 5px 0;
                font-size: 22px;
            }

        .p27 {
            padding: 0 !important;
        }

        footer.typefooter-1 .footer-bottom .social ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Btn-form {
            margin-top: 10px !important;
        }

        .footer-has-toggle {
            min-height: unset;
            max-height: unset;
        }

            .footer-has-toggle:before {
                background: unset;
                z-index: -1;
            }

        footer.typefooter-1 .footer--link ul.about-list li {
            display: inline-block;
            width: 100%;
        }

        .type-post .blog-content {
            padding: 0;
        }

        .contact-us .form-group {
            margin-bottom: 0;
        }

        .contact-us .contact-header h3 {
            color: #555;
            font-size: 27px;
            margin-top: 0;
            margin-bottom: 15px;
            word-wrap: break-word;
        }

        .sub-btn {
            margin: 10px !important;
        }

        .welcome-section-1 .wc-1-img > i::before {
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;
        }

        .DisplayNone, .none {
            display: none !important;
        }

        .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
            color: #bb0000 !important;
        }

        .payfield {
            width: auto !important;
        }

        .vehicle-text2 img {
            width: 493px !important;
            height: 226px !important;
            object-fit: contain !important;
            margin-top: 0 !important;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 480px) {
        .navbar-logo img {
            width: 170px !important;
            object-fit: contain;
        }

        header.typeheader-1 .header-top .header-menu {
            margin: 0 20px 0 0;
        }

        .typeheader-1 .header-top .book {
            padding-top: 0px;
            margin: 0px 15px 10px;
        }

        .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
            background: #bb0000;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .owl2-carousel .owl2-item img {
            height: 230px !important;
            object-fit: cover !important;
        }

        .module.sohomepage-slider .slider-home1 .item .info h3 {
            font-size: 23px;
            letter-spacing: 3px;
            margin: 10px 0 10px;
        }

        .module.sohomepage-slider .slider-home1 .item .info .top {
            font-size: 13px;
            padding-left: 40px;
        }

        .module.sohomepage-slider .slider-home1 .item .info a {
            color: #000;
            font-size: 12px;
            text-transform: capitalize;
            background: #fff;
            border-radius: 20px;
            height: 30px;
            line-height: 30px;
            padding: 0 19px;
            display: inline-block;
            vertical-align: top;
        }

        .travel-search-content h2 {
            font-size: 20px;
        }

        .travel-search-content .travl-search-advanced {
            margin-top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .clsGetQuote {
            padding: 6px 18px;
            margin-top: 10px !important;
            display: inline-block;
        }

        .travel-search-content {
            margin-bottom: 0px;
        }

        .section-style1 {
            margin-bottom: 20px;
        }

        .about-text h3 {
            font-size: 22px;
        }

        .footer-toggle a:hover, .footer-toggle a:focus, .footer-toggle a.collapsed {
            color: #bb0000;
        }

        .breadcrumbs .title-breadcrumb {
            font-size: 18px;
            display: block;
        }

        .breadcrumbs {
            padding: 60px 0 !important;
            background-size: cover;
        }

        .welcome-section-1 {
            padding: 30px 0;
        }

            .welcome-section-1 .wc-max-content h3 {
                margin-top: 13px;
                line-height: 30px;
            }

        .page-banner .banner-content {
            padding: 60px 0;
        }

            .page-banner .banner-content h3 {
                font-size: 24px;
                margin-bottom: 0;
            }

        .breadcrumb {
            padding: 0px 15px;
        }

        .page-banner .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
            font-size: 12px;
        }

        .services .content {
            padding: 10px 0;
        }

            .services .content .cont h4 {
                margin: 0 0 5px 0;
                font-size: 22px;
            }

        .p27 {
            padding: 0 !important;
        }

        footer.typefooter-1 .footer-bottom .social ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Btn-form {
            margin-top: 10px !important;
        }

        .footer-has-toggle {
            min-height: unset;
            max-height: unset;
        }

            .footer-has-toggle:before {
                background: unset;
                z-index: -1;
            }

        footer.typefooter-1 .footer--link ul.about-list li {
            display: inline-block;
            width: 100%;
        }

        .type-post .blog-content {
            padding: 0;
        }

        .contact-us .form-group {
            margin-bottom: 0;
        }

        .contact-us .contact-header h3 {
            color: #555;
            font-size: 27px;
            margin-top: 0;
            margin-bottom: 15px;
            word-wrap: break-word;
        }

        .sub-btn {
            margin: 10px !important;
        }

        .welcome-section-1 .wc-1-img > i::before {
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;
        }

        .DisplayNone, .none {
            display: none !important;
        }

        .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
            color: #bb0000 !important;
        }

        .payfield {
            width: auto !important;
        }
    }
