﻿/*booking engine start css*/
.main-form {
    padding: 0;
    margin: 0px;
    width: 100%;
}

@keyframes yourAnimation1 {
    0% {
        transform: rotate(0) translateX(25%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateX(0%);
        opacity: 1;
    }
}

.main-form h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 6px 0 0px 15px;
    letter-spacing: 0px;
    border-left: 2px solid #ff5a00;
}

    .main-form h1 span {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #ff5a00;
        line-height: 24px;
    }

.main-instant {
    padding: 40px 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    background-color: #000000;
    position: relative;
}

    .main-instant h2 {
        font-size: 34px;
        color: #facf00;
        text-transform: uppercase;
        line-height: 1.206;
        text-align: center;
        font-weight: 600;
    }

    .main-instant span {
        font-size: 24px;
        color: #fbca0b;
        text-transform: uppercase;
        text-align: center;
        display: block;
        letter-spacing: 3px;
        line-height: 25px;
    }

.input-text {
    border: none;
    width: 100%;
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
}

    .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #a6a6a6;
    }

    .input-text::-moz-placeholder { /* Firefox 19+ */
        color: #a6a6a6;
    }

    .input-text:-ms-input-placeholder { /* IE 10+ */
        color: #a6a6a6;
    }

    .input-text:-moz-placeholder { /* Firefox 18- */
        color: #a6a6a6;
    }

.input-text-1 {
    border: none;
    width: 48%;
    color: #a6a6a6;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff0;
}

    .input-text-1 option {
        color: #000;
    }

        .input-text-1 option:disabled {
            color: #a6a6a6;
        }

textarea:focus, input:focus {
    outline: none !important;
}

.form-group {
    padding: 7px 0px 4px 5px;
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #959595;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}

.input-text {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.40);
}

#btnvias {
    position: absolute;
    top: 10%;
    right: 0px;
    background-color: #9f9ea2;
    color: #fff;
    padding: 17.5px 20px;
    border-radius: 0 10px 10px 0px;
}

.main-form a {
    background-color: #0935ee;
    color: #fff;
    display: block;
    padding: 17px 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.40);
}

    .main-form a:hover {
        background-color: #e70908;
    }

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
    text-align: center;
}

    .checkbox label {
        min-height: 20px;
        padding-left: 22px;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        color: #000;
        text-transform: uppercase;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        width: 15px;
        height: 15px;
    }
/*-- banner-info --*/
.banner-info {
    padding: 3% 0;
}

.categories_sub {
    text-align: left;
    margin-top: 80px;
    text-shadow: 2px 2px 3px rgba(0,0,0, 0.20);
}

    .categories_sub h2 {
        letter-spacing: 0px;
        font-size: 68px;
        font-weight: 600;
        color: #fff;
        text-transform: lowercase;
        position: relative;
        text-align: left;
    }

        .categories_sub h2 span {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0px;
            color: #fff;
            line-height: 40px;
            display: block;
            text-align: left;
        }

.app-btn {
    width: 100%;
    text-align: center;
}

.app-btnimg {
    display: inline-block;
    text-align: left;
    padding: 15px 20px 0 0;
}

.services {
    padding: 8em 0 8em 0;
}

    .services h4 {
        color: #444;
        font-size: 2em;
        font-weight: 300;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: .5em;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .services h5 {
        color: #7c7c7c;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        font-size: 1em;
        text-align: center;
        margin-bottom: 3em;
        font-weight: 400;
    }

.service-box {
    margin-bottom: 35px;
}

.service-center {
    text-align: center;
}

.service-icon-left .service-icon {
    float: left;
}

.service-icon-left .service-content {
    padding-left: 45px;
}

.service-icon-left-more .service-icon {
    float: left;
}

.service-icon-left-more .service-content {
    padding-left: 60px;
}

.service-center .service-icon {
    margin-bottom: 14px;
}

.service-center .service-content h4 {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

.service-center .service-content p {
    color: #7c7c7c;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    font-size: 1em;
    text-align: center;
    font-weight: 400;
}

.service-center .service-icon i {
    display: inline-block;
}

.service-box h4 {
    margin-bottom: 5px;
    font-weight: 400;
}

.service-box > div:first-child {
    padding: 0;
    color: #131313;
}

.service-boxed {
    margin-top: 30px;
    padding: 0 15px 20px 15px !important;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .service-boxed:hover {
        border-color: #e2e2e2;
        box-shadow: 0 0 6px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    }

    .service-boxed p {
        margin-bottom: 0;
    }
/*End Services*/
/*Our Services*/
.our-services {
    padding: 8em 0 8em 0;
}

    .our-services h2 {
        color: #7c7c7c;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        font-size: 1em;
        text-align: center;
        margin-bottom: 3em;
        font-weight: 400;
    }

    .our-services h3 {
        color: #2a017b;
        font-size: 2.2em;
        font-weight: 400;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: .4em;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .our-services p {
        color: #7c7c7c;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        font-size: 1em;
        text-align: center;
        font-weight: 400;
    }

.our-services-bx-spec {
    width: 100%;
    animation: yourAnimation1 3s forwards 0s ease;
    padding: 0;
    background: #f8f8f8;
    text-align: center;
    border-radius: 80px;
    max-height: 100%;
    height: 100%;
}

.our-services-bx-bg {
    border-radius: 80px;
    background: rgba(42, 1, 123, 0.7);
    border: solid 5px #ff5a00;
    background-color: transparent;
    background-image: linear-gradient(transparent, #2a017b);
}

@keyframes yourAnimation3 {
    0% {
        transform: rotate(0) translateY(-50%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateY(0%);
        opacity: 1;
    }
}

.our-services-bx-icon {
    width: 100%;
    padding: 20px 0px 0;
    margin-top: 0px;
}

.our-services-bx-spec:hover i {
    color: #ff5a00;
    cursor: pointer;
}

.our-services-bx-icon i {
    color: #fff;
    font-size: 48px;
    background-color: #30303000;
    display: grid;
    place-items: center;
    -webkit-transition: box-shadow .6s ease-out;
    font-style: normal;
}

.our-services-bx-content {
    width: 100%;
    margin: 0px;
    padding: 15px 30px;
}

    .our-services-bx-content h4 {
        margin: 0 0 15px;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        width: 100%;
    }

.our-services-bx-spec:hover h4 {
    color: #ff5a00;
}

.our-services-bx-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #fff;
}

.our-services-bx-spec:hover {
    cursor: pointer;
    background-color: #000;
}

    .our-services-bx-spec:hover p {
        color: #fff !important;
    }

.our-services-bx-spec.active .our-services-bx-bg {
}

.our-services-bx-bg:hover {
    background: rgba(42, 1, 123, 0.9);
}

.our-services-bx-spec a {
    display: inline-block;
    color: #ff5a00 !important;
    font-size: 14px;
    padding: 0 0 20px 0;
    font-weight: 500;
}

    .our-services-bx-spec a:before {
        content: "\f124";
        margin-right: 10px;
        font-family: Flaticon;
    }

.our-services-bx-spec:hover a {
    color: #ff5a00 !important;
    padding-left: 10px;
}
/*End Our Services*/
/*Our Visions*/
.our-visions-cvr {
    padding: 5em 0;
    background: url(../images/veh-bg.html) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}

.our-visions {
    padding: 5em 0;
    background: rgba(0, 0, 0, 0.03);
}

    .our-visions .heading {
        max-width: 750px;
    }

        .our-visions .heading h2 {
            color: #2a017b;
            font-size: 2.2em;
            font-weight: 400;
            line-height: 42px;
            margin-bottom: 15px;
            text-align: center;
        }

        .our-visions .heading p {
            margin: 0px 0px 35px;
            font-weight: 400;
            color: #000 !important;
            line-height: 26px;
        }

    .our-visions .middle-section p {
        margin: 16px 0 0px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        opacity: 0.7;
    }

    .our-visions .middle-section h4 {
        font-size: 22px;
        color: #000;
        line-height: 27px;
        font-weight: 600;
        margin-top: 20px;
    }

    .our-visions .middle-section i {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        background-color: #ff5a00;
    }

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.vehicles {
    padding: 25px 0;
    position: relative;
}

#our-vehicles {
    text-align: center;
    margin: 4em 0 0 0;
}

    #our-vehicles img {
        max-width: 80%;
        margin: 0 auto;
    }
/*End Our Visions*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 1010;
}

    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        background-color: #000;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
/*--// banner --*/
.tittle-w3layouts,
.tittle-w3layouts.two {
    color: #fff;
    font-size: 2.7em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

    .tittle-w3layouts.two {
        color: #333;
    }

.entry-w3pvt-main {
    background-color: #ecf0f1;
}

.entry-w3layouts-info h4 {
    color: #444;
    font-size: 1.8em;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: .5em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.content-left-bottom h5 {
    color: #ff5a00;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    font-size: 1em;
    margin-bottom: 5px;
}

.content-w3pvt-img {
    padding: 0 5em;
}

    .content-w3pvt-img img {
        border-radius: 0 50% 0 50%;
        position: relative;
        z-index: 100;
    }

    .content-w3pvt-img::after {
        width: 338px;
        height: 338px;
        display: inline-block;
        content: "";
        position: absolute;
        top: -30px;
        right: 35px;
        border-radius: 0 50% 0 50%;
        z-index: 99;
        background: rgba(0, 0, 0, 0.05);
    }

.single-service {
    background: #ffff;
    padding: 40px 0px;
    -webkit-box-shadow: 0 8px 26px rgba(67,40,124,0.13);
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -200px;
    margin-bottom: -120px;
}

.single-ser .ser-top {
    padding: 0 26px;
    text-align: center;
}

    .single-ser .ser-top img {
        margin-bottom: 20px;
        width: 100%;
    }

    .single-ser .ser-top p {
        color: #3B4855;
        font-size: 15px;
    }

    .single-ser .ser-top h4 {
        font-size: 25px;
        color: #001f44;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 5px;
    }

.single-ser .ser-mid {
    margin-bottom: 25px;
    padding-bottom: 26px;
    border-bottom: 1px solid #E7E6EB
}

    .single-ser .ser-mid h4 {
        color: #FD8F5F;
        font-size: 32px;
        font-weight: 600
    }

        .single-ser .ser-mid h4 span {
            color: #838a9b;
            font-size: 12px
        }

.single-ser .ser-bottom ul li {
    color: #717081;
    font-weight: 300;
    margin-bottom: 23px;
    font-size: 16px
}

    .single-ser .ser-bottom ul li:last-child {
        margin-bottom: 46px
    }

.single-ser .borders-btn {
    padding: 10px 64px;
    background: none;
    border: 1px solid #1779af;
    display: inline-block;
    color: #1779af;
    border-radius: 30px;
}

.single-ser:hover .borders-btn {
    background: #1779af;
    color: #fff !important
}
/* WHY CHOOSE US */
.whyus {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    background: #f4f8fb;
}

    .whyus h3 {
        font-size: 42px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 40px;
        padding: 0px 0 0px 0;
        color: #001f44;
        text-align: center;
    }

.center {
    text-align: center;
}

.iconbox .iconbox-icon {
    min-height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
}

.iconbox .iconbox-content {
    margin-bottom: 15px;
    font-size: 24px
}

    .iconbox .iconbox-content a {
        margin-bottom: 15px;
        color: #001f44;
    }

        .iconbox .iconbox-content a:hover {
            color: #039c19
        }


/*============= contact area ==============*/
.contact_area {
    background: #f8f9fc;
}

.map_area {
    padding: 0px;
    position: relative;
}

    .map_area iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

    .map_area .app_contact_info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: white;
        -webkit-box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        padding: 45px 66px 15px 45px;
    }

        .map_area .app_contact_info .triangle {
            position: absolute;
            width: 15px;
            height: 15px;
            right: 55px;
            background: #fff;
            bottom: -7px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.info_item {
    padding-left: 50px;
    position: relative;
    margin-bottom: 35px;
}

    .info_item i {
        position: absolute;
        left: 0;
        font-size: 30px;
        color: #020780;
        top: 0px;
        left: 0;
    }

    .info_item h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .info_item p {
        font-size: 15px;
        line-height: 28px;
        color: #677294;
        font-family: "Lato", sans-serif;
    }

    .info_item a {
        color: #020780;
    }

        .info_item a:hover {
            color: #001621;
        }

.contact_info {
    max-width: 580px;
    margin-right: auto;
    margin-left: 0px;
    padding: 120px 0px 120px 80px;
}

    .contact_info .contact_form .form-group:last-child {
        margin-bottom: 0px;
    }

/*============= contact area ==============*/
.contact_form .form-group {
    position: relative;
    margin-bottom: 40px;
}

    .contact_form .form-group .form-control {
        background: transparent;
        border: 0px;
        font-size: 15px;
        line-height: 30px;
        font-family: "Lato", sans-serif;
        color: #000000;
        padding: 0px;
        position: relative;
        border-bottom: 2px solid #020780;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
    }

        .contact_form .form-group .form-control.placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control:-moz-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control::-moz-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control::-webkit-input-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control:focus {
            outline: none;
        }

            .contact_form .form-group .form-control:focus.placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus:-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus::-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus::-webkit-input-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus + .border_line {
                width: 100%;
                z-index: 3;
            }

    .contact_form .form-group .border_line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        background: #001621;
        height: 2px;
        border: 0px;
        margin-bottom: 0px;
        -webkit-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
    }

    .contact_form .form-group textarea {
        height: 120px;
        resize: none;
    }

    .contact_form .form-group .contact_btn {
        padding: 10px 40px;
        margin-top: 10px;
    }

/*=================== contact area css ===================*/
.contact_area_two {
    background: #fde401;
}

.get_info {
    padding-right: 100px;
}

    .get_info h3 {
        font: 700 26px/44px "Barlow Condensed", sans-serif;
        color: #0935ee;
        margin-bottom: 15px;
        text-align: left;
    }

        .get_info h3 span {
            font-size: 50px;
            font-weight: 500;
            color: #001621;
            vertical-align: bottom;
            padding-left: 25px;
        }

    .get_info p {
        color: #272727;
        margin-bottom: 15px;
        text-align: left;
    }

    .get_info .info_item p {
        margin-bottom: 0;
    }

        .get_info .info_item p strong {
            font-size: 16px;
            font-weight: 600;
            color: #677294;
        }

    .get_info .social_icon h6 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }

    .get_info .social_icon ul li {
        display: inline-block;
        margin-right: 7px;
        padding-top: 8px;
    }

        .get_info .social_icon ul li a {
            font-size: 14px;
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 40px;
            color: #081B33;
            border-radius: 50%;
            border: 1px solid #081B33;
            text-align: center;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .get_info .social_icon ul li a:hover {
                background: #001621;
                border-color: #001621;
                color: #fff;
            }

.contact_info_two .contact_form .form-group:last-child {
    margin-bottom: 0;
}

.mapBox {
    height: 700px;
}

.modal.modal-message .modal-dialog {
    margin: 130px auto 0px;
}

    .modal.modal-message .modal-dialog .modal-content {
        text-align: center;
    }

        .modal.modal-message .modal-dialog .modal-content .modal-header {
            border: none;
            display: block;
        }

            .modal.modal-message .modal-dialog .modal-content .modal-header h2 {
                color: #020e27;
                font-family: "Barlow Condensed", sans-serif;
                font-weight: bold;
                font-size: 50px;
                letter-spacing: 2px;
                padding-top: 70px;
            }

            .modal.modal-message .modal-dialog .modal-content .modal-header p {
                font-size: 16px;
                color: #020e27;
                font-family: "Lato", sans-serif;
                letter-spacing: .34px;
                padding-top: 10px;
                padding-bottom: 50px;
            }

.mchimp-errmessage, .mchimp-sucmessage {
    text-align: center;
    font-size: 14px;
    color: #020e27;
    font-family: "Barlow Condensed", sans-serif;
    padding-top: 10px;
}

.gray_mailchimp .mchimp-errmessage, .gray_mailchimp .mchimp-sucmessage {
    text-align: center;
    font-size: 14px;
    color: #020e27 !important;
    font-family: "Lato", sans-serif;
    padding-top: 10px;
}

/*---------------------------------------------------- */


/*============= contact area ==============*/
.section_title {
    margin-bottom: 20px;
}

    .section_title h5 {
        font-size: 18px;
        line-height: 20px;
        color: #272727;
        font-weight: 400;
        letter-spacing: 0px;
        text-transform: uppercase;
    }

    .section_title h2 {
        font-size: 30px;
        line-height: 40px;
        color: #0935ee;
        margin-bottom: 0;
        text-align: left;
    }

    .section_title .color_w {
        color: #fff;
    }

.contact_area {
    background: #f8f9fc;
}

.map_area {
    padding: 0px;
    position: relative;
}

    .map_area iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

    .map_area .app_contact_info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: white;
        -webkit-box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        padding: 45px 66px 15px 45px;
    }

        .map_area .app_contact_info .triangle {
            position: absolute;
            width: 15px;
            height: 15px;
            right: 55px;
            background: #fff;
            bottom: -7px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.info_item {
    padding-left: 50px;
    position: relative;
    margin-top: 35px;
}

    .info_item i {
        position: absolute;
        left: 0;
        font-size: 30px;
        color: #0834ee;
        top: 0px;
        left: 0;
    }

    .info_item h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        color: #001f44;
    }

    .info_item p {
        font-size: 15px;
        line-height: 24px;
        color: #677294;
        font-family: "Lato", sans-serif;
    }

    .info_item a {
        color: #272727;
    }

        .info_item a:hover {
            color: #1779af;
        }

.contact_info {
    max-width: 580px;
    margin-right: auto;
    margin-left: 0px;
    padding: 120px 0px 120px 80px;
}

    .contact_info .contact_form .form-group:last-child {
        margin-bottom: 0px;
    }

/*============= contact area ==============*/
.contact_form .form-group1 {
    position: relative;
    margin-bottom: 20px;
}

    .contact_form .form-group1 .form-control {
        background: transparent;
        border: 0px;
        font-size: 15px;
        line-height: 30px;
        color: #000000;
        padding: 0;
        position: relative;
        border-bottom: 1px solid #dadee0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        letter-spacing: 0px;
    }

        .contact_form .form-group1 .form-control.placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control:-moz-placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control::-moz-placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control::-webkit-input-placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control:focus {
            color: #666d7b;
            outline: none;
        }

            .contact_form .form-group1 .form-control:focus.placeholder {
                color: #666d7b;
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus:-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus::-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus::-webkit-input-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus + .border_line {
                width: 100%;
                z-index: 3;
            }

    .contact_form .form-group1 .border_line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        background: #001f44;
        height: 2px;
        border: 0px;
        margin-bottom: 0px;
        -webkit-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
    }

    .contact_form .form-group1 textarea {
        height: 120px;
        resize: none;
    }

    .contact_form .form-group1 .contact_btn {
        padding: 10px 40px;
        margin-top: 10px;
    }

.clsbtnSubmit {
    float: right;
    color: #fff;
    border: none;
    padding: 1em 3em;
    text-decoration: none;
    background: #0935ee;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: uppercase;
}

    .clsbtnSubmit:hover {
        background: #e70908;
    }
/*============= end contact area ==============*/
/*============= account form ==============*/

.form-group2 {
    padding: 7px 0px 4px 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #001f44;
    border-radius: 5px;
    position: relative;
}

    .form-group2 label {
        margin-bottom: 5px;
    }

        .form-group2 label span {
            color: #F00;
        }

.input-acc {
    /* display: block; */
    width: 100%;
    min-height: 34px;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.30);
    border: 1px solid #666d7b;
}

.acc-center {
    text-align: left;
}

    .acc-center p {
        color: #001f44;
        font-size: 15px;
        font-weight: 700;
    }

    .acc-center tr {
        float: left;
        margin-top: 10px;
        margin-right: 15px;
    }

        .acc-center tr input[type="radio"], input[type="checkbox"] {
            margin: 4px 10px 0 0;
            margin-top: 1px \9;
            line-height: normal;
        }

    .acc-center .form-check {
        display: inline-block;
        max-width: 100%;
        font-weight: bold;
    }

        .acc-center .form-check label {
            display: inline-block;
            width: 100%;
            font-weight: bold;
            line-height: 1.9em;
            margin-bottom: 10px;
        }

.form-bottom {
    text-align: right;
}

.captcha-cntr {
    display: inline-block;
    float: left;
}

.driver-form {
    margin: 0 0 30px 5px;
}
/*============= end account form ==============*/
@media (max-width: 1024px) {
    .app-btnimg {
        display: inline-block;
        text-align: left;
        padding: 10px 10px 5px 10px;
    }

    .single-service {
        top: -120px;
        margin-bottom: -120px;
    }

    .single-ser .ser-top p {
        color: #3B4855;
        font-size: 14px;
    }

    .single-ser .ser-top h4 {
        font-size: 20px;
        color: #001f44;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .single-service {
        top: 0px;
        margin-bottom: -120px;
    }

    .single-ser .ser-top img {
        margin-bottom: 20px;
        width: inherit;
    }

    .about img {
        margin-bottom: 30px;
    }
}

@media (max-width: 567px) {
    .form-group {
        width: 100%;
        margin-bottom: 5px;
    }

    .single-ser .ser-top img {
        margin-bottom: 20px;
        width: 100%;
    }
}

.inner-section {
    padding: 40px 0;
}
