.testfield {
    height: 40px;
    width: 305px;
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #202020;
    text-decoration: none;
    padding: 6px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #c4c4c5;
    padding: 0;
    margin: 10px 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #253754;
}
/*-- animate popup --*/

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/


input.checkbox {
    background: #ff304d;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}

    input.checkbox:before {
        content: "";
        position: absolute;
        width: 1.2em;
        height: 1.2em;
        background: inherit;
        cursor: pointer;
    }

    input.checkbox:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 1;
        width: 1.2em;
        height: 1.2em;
        border: 1px solid #fff;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

    input.checkbox:checked:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 1.2em;
        border-color: #fff;
        border-top-color: transparent;
        border-right-color: transparent;
    }

.anim input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .6em;
    border-color: transparent;
    border-right-color: transparent;
    animation: .4s rippling .4s ease;
    animation-fill-mode: forwards;
}

@keyframes rippling {
    50% {
        border-left-color: #fff;
    }

    100% {
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}
/*-- //checkbox --*/
.wthree-text {
    margin-top: 0.5em;
}

    .wthree-text ul li {
        display: inline-block;
        float: left;
    }

        .wthree-text ul li:nth-child(2) {
            float: right;
        }

        .wthree-text ul li a {
            font-size: 1em;
            color: #fff;
            letter-spacing: 0.5px;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

            .wthree-text ul li a:hover {
                text-decoration: underline;
            }

.w3ls-submit {
    text-align: center;
    margin-top: 2.5em;
}

.agileits-login input[type="submit"] {
    font-size: 1em;
    color: #fff;
    border: none;
    outline: none;
    padding: .8em 5em;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: .5s all;
    background: #dd1733;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .agileits-login input[type="submit"]:hover {
        background: #01bcfa;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }


/* Underline From Center */
.clock {
    float: right;
    margin: 3px -20px 0 0;
}

.MediaClock {
    float: right;
    width: 60px;
    height: 60px;
}

.social_agileinfo {
    float: right;
    margin-right: 20px;
    margin-top: 1px;
}

    .social_agileinfo li {
        display: inline-block;
    }

        .social_agileinfo li a {
            width: 30px;
            height: 30px;
            font-size: 12px;
            line-height: 30px;
            display: block;
            text-align: center;
            color: #000;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #eee;
        }

.w3_facebook:hover {
    border-color: #3b5998;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3b5998;
}

.w3_twitter:hover {
    border-color: #1da1f2;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1da1f2;
}

.w3_google:hover {
    border-color: #dd4b39;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dd4b39;
}

.w3_instagram:hover {
    border-color: #833ab4;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #833ab4;
}
/*--slider--*/
/*--slider--*/
.overlay {
    content: "";
    top: 0;
    left: 0;
    opacity: 1;
    right: 0;
    bottom: 0;
    z-index: 99;
    position: absolute;
    background: -webkit-linear-gradient(rgb(255 255 255 / 0%), rgb(0 32 73 / 50%), rgb(0 32 73 / 80%)), url(../img/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider {
    position: relative;
    top: 0;
    border-bottom: solid 10px #e52a14;
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
    }

    .callbacks img {
        position: relative;
        z-index: 1;
        height: auto;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        left: 0;
        right: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
        top: 10%;
        text-align: center;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 40px;
    opacity: 0.7;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 59px;
}

    .callbacks_nav.next {
        left: auto;
        background: url(../images/left.png) no-repeat 15px 12px rgba(0,0,0, 0.4);
        right: 1.5%;
        border-radius: 100%;
    }

        .callbacks_nav.next:hover {
            background-color: rgb(91 196 241);
        }

    .callbacks_nav.prev {
        left: auto;
        background: url(../images/right.png) no-repeat 11px 12px rgba(0,0,0, 0.4);
        left: 1.5%;
        border-radius: 100%;
    }

        .callbacks_nav.prev:hover {
            background-color: rgb(91 196 241);
        }

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .rslides li {
        position: relative;
        display: block;
        float: left;
    }

    .rslides img {
        height: 690px;
        border: 0;
        border-radius: 20;
        width: 100%;
    }

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 75%;
    left: 46%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0px 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 0;
    width: 26px;
    height: 26px;
    padding: 0px 5px;
}
/*
.overlay {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.75;
    right: 0;
    bottom: 0;
    z-index: 99;
    position: absolute;
    background: #004e99;
    border-bottom-right-radius: 60%;
}
*/
/*slider content start css*/
.slider-but a {
    display: inline-block;
    color: #fff;
    font-size: 16px !important;
    padding: 14px 50px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-top: 10px;
    border: 2px solid #E52A14;
    background: #E52A14;
}

    .slider-but a:hover {
        color: #fff;
        background: #E52A14;
        border: 2px solid #E52A14;
    }

.slider-content {
    top: 6%;
    left: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 99;
}

    .slider-content h2 {
        font-size: 0px;
        font-weight: 100;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        letter-spacing: 0;
        margin-bottom: 20px;
        line-height: 80px;
    }

    .slider-content span {
        color: #5bc4f1;
    }

    .slider-content h3 {
        font-size: 27px;
        font-weight: 300;
        text-align: left;
        color: #ffffff;
        text-transform: inherit;
        letter-spacing: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 50px;
    }

        .slider-content h3 span {
            color: white;
            font-weight: 800;
        }

.slidernumber {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .slidernumber h2 {
        float: right;
        width: 100%;
        font-size: 22px;
        font-weight: 300;
        color: #fff;
        text-decoration: none;
    }

    .slidernumber h4 {
        float: right;
        width: 100%;
        font-size: 40px;
        font-weight: 500;
        margin: 25px 0 10px 0;
        color: #f0c53b;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: 0px 0px 8px #000;
    }

    .slidernumber p {
        float: right;
        width: 100%;
        margin: 0 0 50px 0;
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 36px;
        text-shadow: 0px 0px 8px #000;
    }

.sliderbtn:link, .sliderbtn:visited, .sliderbtn:active {
    padding: 10px 50px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border: solid 2px #fff;
    border-radius: 300px;
}

.sliderbtn:hover {
    color: #000;
    background: #fff;
    border: solid 2px #fff;
}

.seats ul {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 45px;
}

    .seats ul li {
        font-size: 24px;
        color: #ffffff !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        text-transform: uppercase;
        width: 100%;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 30px;
        /* margin-left: 25px; */
        list-style: none;
        margin-bottom: 20px;
    }

.seats-text {
    display: inline-block;
    position: relative;
    top: 18px;
}

    .seats-text span {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        display: block;
    }

.seats-icon i {
    font-size: 24px;
    color: #f4a01c;
    text-align: center;
    text-shadow: none;
}

.seats-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px !important;
    border-radius: 300px;
    animation-name: seats-icon;
    animation: seats-icon 2s infinite;
    line-height: 50px;
    text-align: center;
    background: #fff;
}

@-webkit-keyframes seats-icon {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.0);
    }
}

@keyframes seats-icon {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.0);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.0);
    }
}
/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

    .callbacks_tabs a:after {
        content: "\f111";
        font-size: 0;
        font-family: FontAwesome;
        visibility: visible;
        display: block;
        height: 15px;
        width: 15px;
        display: inline-block;
        background: #ffffff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
    }

.callbacks_here a:after {
    background: #ff4c4c;
}
/*-- //slider --*/
/*-- banner-top --*/
.w3layouts-banner-top {
    background: url(../images/bg5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;
}

.w3layouts-banner-top1 {
    background: url(../images/bg7.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;
}

.w3layouts-banner-top2 {
    background: url(../images/bg8.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;
}

.w3layouts-banner-top3 {
    background: url(../images/bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;
}

.w3layouts-banner-top4 {
    background: url(../images/bg4.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;
}

.banner-dott, .banner-dott1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    min-height: 700px;
    float: left;
    position: relative;
    z-index: 10000000;
}

.banner1 {
    background: url(../images/bg2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}

.w3ls-button a {
    color: #ffffff;
    font-size: 15px;
    padding: .8em 2em;
    text-decoration: none;
    background: none;
    border: 2px solid #fff;
    text-align: center;
    letter-spacing: 1px;
}

    .w3ls-button a:hover {
        background: #fff;
        border: 2px solid #fff;
    }
/*-- //banner-top --*/
.slider-info {
    padding: 12em 0 0;
    text-align: center;
}

    .slider-info h3, .slider-info h2 {
        font-size: 3.7em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 200;
        letter-spacing: 0px;
    }

    .slider-info h4 {
        font-size: 3.7em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0px;
        padding: 0.2em 0em .7em;
    }

.banner-form-agileinfo p {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.8em;
}

.banner-form-agileinfo h5 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slider-info i {
    font-size: 3em;
    color: #eee;
}

.bannergrids {
    margin-top: 8em;
}

    .bannergrids .grid1 p {
        color: #bbb;
        margin: 1.5em 0 0;
        font-size: 15px;
        line-height: 26px;
    }

.grid1 {
    background: rgba(0, 0, 0, 0.5);
    padding: 2em 2em;
    border: 1px dotted #fff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .grid1:hover {
        background: rgba(218, 157, 64, 0.5);
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

/*-- bootstrap-modal-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.close {
    opacity: 1;
}

.modal-body p {
    color: #999;
    text-align: left;
    padding: 1em 2em 0em;
    margin: 0 !important;
    line-height: 2em;
}

    .modal-body p i {
        display: block;
        margin: 1em 0;
        color: #212121;
    }

.modal-body {
    padding: 14px;
}

    .modal-body img {
        padding: 0em 1em 0 1em;
    }

.modal-content {
    border-radius: 0;
}

button.close {
    font-size: 1.5em;
    color: #000;
    outline: none;
}
/*-- //bootstrap-modal-pop-up --*/

.banner-form-agileinfo input[type="text"], .banner-form-agileinfo input[type="tel"], .banner-form-agileinfo textarea, .banner-form-agileinfo .form-control {
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

    .banner-form-agileinfo input[type="text"]:focus, .banner-form-agileinfo input[type="tel"]:focus, .banner-form-agileinfo textarea {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.banner-form-agileinfo span {
    color: #23B684;
}

.banner-form-agileinfo input[type="submit"] {
    width: 100%;
    margin-top: 0px;
    padding: 12px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #e01f3d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .banner-form-agileinfo input[type="submit"]:hover {
        background: #23B684;
    }

.banner-form-agileinfo {
    background: #fff;
    background: rgba(0, 0, 0, 0.54);
    padding: 3em 2em;
}



.owl-item {
   padding:10px;
}

/*-- about --*/
h3.text-center {
    font-size: 40px;
    margin-bottom: 1.5em;
    color: #000;
    text-transform: capitalize;
}

.about {
    margin: 0;
    background: none;
}

.about-left {
    width: 40%;
    margin: 40px 0 0 50px;
    background: none;
}

.about img {
    margin-left: -15px !important;
}

.about .heading {
    max-width: 750px;
}

    .about .heading h2 {
        color: #E52A14;
        font-size: 2.5em;
        font-weight: 600;
        line-height: 42px;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: left;
    }

    .about .heading p {
        font-size: 1.3em;
        margin: 0px 0px 20px;
        font-weight: 400;
        color: #E52A14 !important;
        line-height: 26px;
    }

.aboutlist {
    display: inline-block;
    color: #e7bd23;
    padding: 5px 25px;
    text-align: left;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0, 0.30);
    letter-spacing: 0.5px;
}

.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: #e7bd23;
    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);
    }

.about a {
    display: inline-block;
    color: #E52A14;
    font-size: 16px !important;
    padding: 12px 30px;
    margin-top: 7px;
    border-radius: 5px;
    margin-top: 35px;
    border: 2px solid #E52A14;
}

    .about a:hover {
        color: #fff;
        background: #E52A14;
        border: 2px solid #E52A14;
    }
/*-- //about --*/

/*our fleet*/
.our-fleet {
    padding: 5em 0 5em 0;
    background: url(../images/fleet.jpg) center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}

    .our-fleet::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.50;
        z-index: -1;
        background-color: transparent;
        background-image: linear-gradient(transparent, #2a017b);
    }

    .our-fleet .mission-banner img {
        width: 100%;
    }

    .our-fleet h1 {
        font-size: 42px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding: 0px 0 0px 0;
        color: #fff;
    }

        .our-fleet h1 span {
            color: #f4a01c;
        }

    .our-fleet p {
        color: #eee;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        padding: 0 12rem;
    }

.readbtn {
    display: inline-block;
    color: #fff;
    font-size: 16px !important;
    padding: 10px 25px;
    margin-top: 7px;
    background: #f4a01c;
    border: 1px solid #f4a01c;
    border-radius: 5px;
    margin-top: 35px;
}

    .readbtn:hover {
        color: #fff;
        background: #000;
        border: 1px solid #000;
    }
/*Accordion*/
.panel-group {
    margin: 0 0 25px 0;
}

    .panel-group h2 {
        color: #fff;
        margin: 0 0 0 5px;
        font-size: 34px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 20px;
    }

.panel-body {
    padding: 15px 0px;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
}

.panel-default { /* border-color: #eee; */
    box-shadow: none;
}

.panel-heading {
    padding: 7px 14px;
}

.panel-default > .panel-heading { /* color: #333; */
    background: transparent !important;
    border-color: #eee0 !important;
    background-image: none;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
        margin: 0 15px;
        font-size: 14px;
    }

.panel-body p {
    font-size: 14px
}

.panel-heading h4 {
    margin: 0;
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}

    .panel-heading h4 a {
        color: #fff;
        text-decoration: none;
    }

.glyphicon {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 3rem;
    top: 7px;
    color: #fff;
    display: grid;
    place-items: center;
    right: 13px;
}

span.glyphicon {
    border-left: 1px solid #eee;
    padding-left: 10px;
}
/*--services --*/
.w3-services {
    background: url(../images/b.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

    .w3-services h3.heading, .testimonials h3.heading {
        color: #fff;
    }

.w3-services-left-grid h3 {
    color: #fff;
}

.w3-services-left-grid h4 {
    font-size: 1.6em;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.w3-services-left-grid p, .w3-icon-grid1 p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #bbb;
    padding: 0 0em;
}

.w3-icon-grid1 i {
    font-size: 2em;
    color: #fff;
    float: left;
    width: 40px;
}

.w3-icon-grid-gap1 {
    margin: 0em 0em 4em 0em;
}

.w3-services-right-grid h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.w3-services-left-grid a {
    text-transform: capitalize;
    padding: 8px 30px;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    background: #fff;
}

    .w3-services-left-grid a:hover {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

.more {
    margin: 2em 0;
}
/*-- //services --*/

/* testimonials */
.testimonials {
    padding: 5em 0;
    background: #232323;
}

.testimonials-grid-1 {
    width: 200px;
}

.w3-testimonials-head h3 {
    color: #fff;
}

.testimonials h5 {
    font-size: 25px;
    color: #fff;
}

.w3l-info1 h1 {
    font-size: 3em;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    font-weight: 900;
}

.w3l-info1 p {
    font-size: 15px;
    color: #ccc;
    letter-spacing: 1px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-right: 60px;
}

.w3l-info1 h3 {
    font-size: 3em;
    color: #999;
}

.testimonials h5 {
    font-size: 16px;
    color: #eee;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.testimonials i.fa.fa-quote-left {
    margin-right: 1em;
    color: #fff;
}

.testimonials i.fa.fa-quote-right {
    margin-left: 1em;
    color: #fff;
}

.testimonials h4 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    color: #fff;
}

.flexslider .slides > li {
    display: block;
}
/* //testimonials */

/*--team--*/
.team-section {
    padding: 5em 0;
}

.team-grids {
    text-align: center;
    overflow: hidden;
}

    .team-grids h4 {
        font-size: 1.4em;
        color: #fff;
        margin: .5em 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .team-grids h6 {
        font-size: 1.1em;
        color: #FFF;
    }

.team-img {
    position: relative;
}

.team-row p {
    color: #646464;
    line-height: 26px;
    margin-top: 1em;
    font-size: 14px;
}

.team-grids .captn {
    position: absolute;
    top: -100%;
    left: 0;
    background: rgba(218, 157, 64, 0.59);
    width: 100%;
    height: 100%;
    padding: 3.5em 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.team p span {
    color: #F6D13B;
}

.social-icons {
    margin-top: 2em;
}

    .social-icons ul li {
        display: inline-block;
        margin: 0 0.2em;
    }

        .social-icons ul li a {
            background: url(../images/social-icons.png) no-repeat 0px -1px;
            display: block;
            height: 26px;
            width: 26px;
            -webkit-transition: .5s all;
            transition: .5s all;
            -moz-transition: .5s all;
        }

            .social-icons ul li a.pin {
                background-position: 0px -28px;
            }

            .social-icons ul li a.in {
                background-position: 0px -57px;
            }

            .social-icons ul li a.be {
                background-position: 0px -86px;
            }

            .social-icons ul li a.you {
                background-position: 0px -115px;
            }

            .social-icons ul li a.vimeo {
                background-position: 0px -144px;
            }

            .social-icons ul li a:hover {
                -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
                -moz-transform: rotateY(360deg);
                -o-transform: rotateY(360deg);
                -ms-transform: rotateY(360deg);
            }

.team-grids:hover .captn {
    top: 0;
}

.team-agile {
    padding: 0.5em;
}

.modal-header.book-form form {
    margin-top: 1.5em;
}

.book-form input[type=submit] {
    color: #FFFFFF;
    padding: .8em 1em;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid #fff;
    outline: none;
    background: #2baf2b;
    width: 100%;
    letter-spacing: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .book-form input[type=submit]:hover {
        background: #00acee;
        color: #fff;
    }

.check-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 2em;
    border: none;
    outline: none;
    font-size: 0.9em;
    color: #555;
    font-weight: 400;
    cursor: pointer;
}

.check-box {
    margin-bottom: 1.5em;
}

    .check-box input[type="checkbox"] {
        display: none;
    }

        .check-box input[type="checkbox"]:checked + label span:first-child:before {
            content: "";
            background: url(../images/tick.png)no-repeat;
            position: absolute;
            left: 2px;
            top: 2px;
            font-size: 10px;
            width: 10px;
            height: 10px;
        }

        .check-box input[type="checkbox"] + label span:first-child {
            width: 15px;
            height: 15px;
            display: inline-block;
            border: 1px solid #555;
            position: absolute;
            left: 0;
            top: 1px;
        }
/*-- social-icons --*/
ul.top-links li {
    margin-right: 10px;
    display: inline-block;
}

ul.top-links {
    margin-top: 100px;
    margin-left: 26px;
}

    ul.top-links li a i.fa {
        color: #fff;
        font-size: 15px;
        line-height: 31px;
        text-align: center;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        width: 36px;
        height: 36px;
        border: 2px dotted #fff;
    }

        ul.top-links li a i.fa:hover {
            border-color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.w3_navigation {
    background: #0085c3;
    padding: 0.5em 0;
}
/*-- //social-icons --*/
/*--//team--*/


/*-- Popular trips --*/
.special-info {
    background: url(../images/b.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 2em;
    margin: 0 .5em;
}

.special-info1 {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.special-info2 {
    background: url(../images/b2.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.special-star i.fa {
    color: #fff;
    font-size: 1em;
    margin: 0 .1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}

.special-info-top h4 {
    color: #FFFFFF;
    font-size: 1.5em;
    margin: .5em 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}

.special-info-bottom {
    margin: 12em 0 0 0;
}

    .special-info-bottom ul {
        padding: 0;
        margin: 0;
    }

        .special-info-bottom ul li {
            display: inline-block;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 1.2em;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

            .special-info-bottom ul li span {
                margin: 0 0 0 .5em;
                font-size: .5em !important;
                font-weight: 400 !important;
            }

            .special-info-bottom ul li:nth-child(1) {
                padding-right: .5em;
            }

            .special-info-bottom ul li:nth-child(3) {
                padding-left: .5em;
            }

            .special-info-bottom ul li:nth-child(2) {
                padding: 0 .5em;
                border-right: solid 1px #FFF;
                border-left: solid 1px #FFF;
            }

    .special-info-bottom p {
        color: #FFFFFF;
        font-size: 1em;
        line-height: 1.6em;
        letter-spacing: 1px;
        margin: 2em 0 0 0;
    }

.special {
    padding: 5em 0;
}
/*-- //Popular trips --*/


/*-- Popular Packages --*/
.packages {
    padding: 5em 0;
}

.packages_left img {
    width: 100%;
}

.packages_left {
    background: url(../images/p1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 340px;
    padding: 0 15px;
}

.packages_left1 {
    background: url(../images/p2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 340px;
}

.packages_left2 {
    background: url(../images/p3.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 340px;
}

.packages_right h3 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.packages_right h4 {
    font-size: 20px;
    color: #e0e0e0;
    margin: 15px 0;
    font-weight: 400;
}

.packages_right p {
    font-size: 14px;
    line-height: 28px;
    margin: 1em 0 2em;
    color: #e0e0e0;
}

.packages_right a {
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    letter-spacing: 1px;
}

    .packages_right a:hover {
        background: #fff;
        color: #333;
    }

.packages_right {
    padding: 4em 4em 5em;
    background: #b52e31;
}

.packages_right1 {
    background: #2b2b2b;
}

.packages_right2 {
    background: #fff;
}

.package_middle_grid {
    margin: 2em 0;
}
/*-- //Popular Packages --*/

/*-- contact --*/
.contact-agileinfo {
    margin-top: 4em;
}

.address.address-mdl {
    margin: 2em 0;
}

.address h5 {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
}

.address p {
    margin-top: 1em;
    font-size: 15px;
    letter-spacing: .5px;
}

    .address p i.glyphicon {
        color: #fff;
        margin-right: 0.5em;
        font-size: 17px;
    }

    .address p a {
        color: #525252;
        font-size: 15px;
    }

        .address p a:hover {
            color: #fff;
        }

.contact-agileinfo input[type="text"], .contact-agileinfo input[type="email"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 14px;
    padding: 1em;
    letter-spacing: 1px;
    border: solid 1px #b5b5b5;
    -webkit-appearance: none;
    display: inline-block;
}

input.email {
    margin: 1em 0;
}

.contact-agileinfo textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 14px;
    padding: 1em;
    outline: none;
    letter-spacing: 1px;
    border: solid 1px #b5b5b5;
    min-height: 10em;
    -webkit-appearance: none;
    margin-top: 1em;
}

.contact-agileinfo input[type="submit"] {
    border: none;
    margin: 1em 1em 0 0;
    font-size: 14px;
    color: #fff;
    background: #fff;
    padding: 10px 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

    .contact-agileinfo input[type="submit"]:hover {
        background: #333;
    }

.agileits-w3layouts-map iframe {
    width: 100%;
    min-height: 250px;
    border: none;
    border-top: solid 5px #eee;
}

.contact {
    padding: 5em 0;
}
/*-- //contact --*/


/*-- subscribe --*/
/*-- newsletter --*/
h2.heading {
    text-align: center;
    font-size: 45px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 50px;
    font-weight: 300;
    position: relative;
}

    h2.heading:before {
        content: '';
        background: #fff;
        height: 2px;
        width: 10%;
        bottom: -25%;
        left: 45%;
        position: absolute;
    }

h3.heading {
    text-align: center;
    font-size: 45px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 50px;
    font-weight: 300;
    position: relative;
}

    h3.heading:before {
        content: '';
        background: #fff;
        height: 3px;
        width: 10%;
        bottom: -25%;
        left: 45%;
        position: absolute;
    }

.subscribe p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

.newsletter {
    position: relative;
}

    .newsletter input[type="email"] {
        padding: 14px 20px 14px 30px;
        border: 1px solid #3a3939;
        width: 90%;
        text-align: left;
        color: #fff;
        background-color: #272727;
        outline: none;
        letter-spacing: 1px;
        border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
    }

    .newsletter input[type="submit"] {
        width: 22%;
        height: 46px;
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-color: #fff;
        position: absolute;
        top: 16px;
        right: 39px;
        padding: 0em;
        border: none;
        outline: none;
        border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
    }

        .newsletter input[type="submit"]:hover {
            background: #fff;
            color: #333;
        }

.newsletter {
    text-align: center;
    width: 65%;
    margin: 0px auto;
}

    .newsletter h4 {
        font-size: 1.4em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin: 2em 0 3em 0;
    }

    .newsletter form {
        width: 60%;
        margin: 0 auto;
    }

.subscribe {
    padding: 4em 0;
}
/*-- //subscribe --*/
/*-- //newsletter --*/

/*-- footer start here --*/
.footer-agile {
    padding: 5em 0 10em 0;
    background: #232323;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
}

p.footer-p1 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 10px;
    color: #fff;
}

.footer-grid a {
    color: #d0d0d0;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.footer-grid ul li a:after {
    display: none;
}

.footer-top-agileinfo {
    text-align: center;
}

.footer-grid h3 {
    font-size: 24px;
    font-weight: 400;
    color: #dfe7ea;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.footer-grid li {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

ul.tweet-agile li:nth-child(1) {
    padding-bottom: 20px;
}

ul.tweet-agile li i.fa.fa-twitter-square {
    font-size: 35px;
    color: #fff;
    display: inline-block;
}

ul.tweet-agile li p.tweet-p1 {
    font-size: 15px;
    font-weight: normal;
    margin: -48px 0 10px 38px;
    line-height: 25px;
    color: #fff;
}

ul.tweet-agile li p.tweet-p2 {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #dcdcdc;
    letter-spacing: 2px;
}

ul.tweet-agile li p.tweet-p1 a {
    text-decoration: none;
    color: #999;
    text-transform: none;
}

.footer-grid li {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

    .footer-grid li a {
        color: #b9b9b9;
        font-weight: 600;
        font-size: 13px;
    }

    .footer-grid li i {
        width: 25px;
        font-size: .9em;
    }

    .footer-grid li a:hover {
        color: #e52a14;
        text-decoration: underline;
    }

.footer-grid p {
    color: #fff;
}

    .footer-grid p.w3l-para-mk {
        margin-top: 1.5em;
    }

.footer-agilem {
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.38);
    margin-top: 3em;
}

.right {
    text-align: right;
}

.social-w3licon {
    text-align: right;
}

.copy-w3lsright p {
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 13px;
    padding-top: 5px;
    line-height: 26px;
}

    .copy-w3lsright p a {
        color: #e52a14;
        text-decoration: none;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }

        .copy-w3lsright p a:hover {
            color: #fff;
            text-decoration: underline;
        }
/*-- social-icons --*/
.social-w3licon a {
    font-size: 13px;
    color: #fff;
    margin: 0 0.1em;
    display: inline-block;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    width: 30px;
    height: 30px;
    line-height: 2.1em;
    border: 1px solid #fff;
    text-align: center;
}

    .social-w3licon a:hover {
        border-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
/*-- //social-icons --*/
/*-- //footer end here --*/

/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/


/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
    font-size: 36px;
    color: #fff;
}

.single-special > h4 {
    font-size: 22px;
    color: #5b32b4;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.single-special {
    border: 2px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
    margin-bottom: 30px;
    background: #000;
}

.special_description_content > h2 {
    color: #004189;
    font-size: 48px;
    margin-bottom: 30px;
}

.special_description_content > h3 {
    color: #232323;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.special_description_content ul li {
    margin-left: 15px;
    margin-top: 15px;
    list-style-type: disc;
}

    .special_description_content ul li span {
        color: rgba(0, 0, 0, 0.6);
        font-weight: 500;
    }

.single-special:hover {
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    background: #fed105;
}

.single-special:hover {
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    background: #fff;
}


.single-special p {
    margin-bottom: 0;
    letter-spacing: 0px;
    line-height: 22px;
    color: #fff;
}

.single-special:hover i {
    color: #000;
}

.single-special:hover h4 {
    color: #000;
}

.single-special:hover p {
    color: #000;
}


.app-download-area {
    padding: 10em 0;
    background: #eee;
    position: relative;
    z-index: 1;
}

.app-download-area2 {
    margin-top: 40px;
}

.app-download-btn a {
    float: left;
    margin-right: 20px;
    border: 1px solid #f4a01c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: in;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
}

    .app-download-btn.active a,
    .app-download-btn a:hover {
        color: #fff;
        border-color: transparent;
        background-color: #f4a01c;
    }

    .app-download-btn a i {
        color: #f4a01c;
        font-size: 24px;
        margin-right: 15px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .app-download-btn a p {
        color: #f4a01c;
        font-size: 16px;
        line-height: 1;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .app-download-btn a p span {
            font-size: 12px;
            display: block;
        }

    .app-download-btn a:hover i,
    .app-download-btn.active a i,
    .app-download-btn.active a p,
    .app-download-btn a:hover p {
        color: #fff;
        text-decoration: none;
    }

.pagenation-holder {
    color: #002049;
    float: left;
    margin: 0;
    font-size: 14px;
    padding: 20px 0;
    width: 100%;
    background: #f8f9fb;
    /* position: relative; */
    z-index: 998;
    text-align: center;
    border-top: 1px solid #002049;
}

.pagenation_links {
    padding: 4px 0 0 0;
}

    .pagenation_links a {
        color: #002049;
    }

.pagenation-holder h4 {
    margin: 0px;
    font-size: 3em;
}

.section-padding {
    padding: 40px 0;
}

.vehicle-h1, .vehicle-iconcvr p {
    font-size: 15px;
    font-style: normal;
    text-align: center
}

.vehicle {
    margin-bottom: 15px;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 8px;
    height: 440px;
}

.vehicle2 {
    float: left;
    width: 94%;
    padding: 3%
}

.vehicle-h1 {
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    background: #da251c;
    padding: 8px 10px;
    border-radius: 5px 5px 0 0;
    letter-spacing: 0px;
}

.vehicle-h2 {
    float: right;
    width: auto
}

.vehicle-iconcvr {
    float: left;
    width: 100%;
    padding: 10px 15px;
}

    .vehicle-iconcvr p {
        font-weight: 600;
        color: #272727;
        text-decoration: none;
        padding: 0;
        margin: 0;
        line-height: 24px;
    }

.vehicle-icontxt, .vehicle-icontxt span {
    font-size: 14px;
    color: #000;
    text-decoration: none
}

.vehicle-icon {
    float: left;
    width: 100%;
    background: #eef3f7;
    margin-top: 5px;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
}

.vehicle-iconimg {
    float: right;
    margin-top: 0;
    vertical-align: bottom !important
}

.vehicle-icontxt {
    float: left;
    font-weight: 600;
    font-style: normal;
    padding: 3px 0
}

    .vehicle-icontxt span {
        font-weight: 400
    }

.vehicle-pic {
    text-align: center;
    float: left;
    width: 100%
}

.vehicle-text {
    text-align: right;
    float: right;
    width: 100%
}

.vehicle-box {
    text-align: left;
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    font-style: italic
}

.vehicle-text2 {
    width: 100% !important;
    text-align: center !important;
    border-radius: 15px 15px 0 0;
    display: block;
    margin: 0 auto;
    float: none;
}

    .vehicle-text2 img {
        text-align: center !important;
        display: block;
        padding: 10px 10%;
        width: 100%;
    }

{
}

.section-padding > div > div > div:nth-child(1) .vehicle-text2 img {
    margin-top: 7% !important;
    display: inline-block;
}

.section-padding > div > div > div:nth-child(2) .vehicle-text2 img {
    margin-top: 9% !important;
    display: inline-block;
}

.section-padding > div > div > div:nth-child(3) .vehicle-text2 img {
    margin-top: 9% !important;
    display: inline-block;
}

.section-padding > div > div > div:nth-child(4) .vehicle-text2 img {
    margin-top: 7% !important;
    display: inline-block;
}




.vehicle-0, .vehicle-1 {
    width: auto;
    float: left
}

.vehicle-0 {
    margin-right: 10px;
    margin-top: 2px
}

.vehicle-1 {
    color: #bd0059;
    text-decoration: none
}

.service {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    margin-bottom: 20px;
    color: #535353;
    border: 2px solid #081340;
    border-radius: 20px;
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.15);
}

.service-img {
    float: left;
    width: 30%;
    padding: 0;
    margin-right: 1%;
}

    .service-img img {
        border-radius: 15px;
    }

.service-text {
    float: left;
    width: 69%;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    color: #272727;
    display: inline-block;
}

.service h2 {
    color: #081340;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 0px;
    line-height: 26px;
    margin-bottom: 5px;
    letter-spacing: 0px;
}

.service-text img {
    float: left;
}

.service-pic {
    float: left;
    width: 220px;
    padding: 0;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
}

.con-boxcover {
    float: left;
    width: 100%;
}

.con-box {
    float: left;
    width: 40%;
    font-size: 15px;
    font-weight: normal;
    color: #494949;
    text-decoration: none;
    padding: 3% 4%;
    text-align: center;
}

.con-box-icon {
    float: left;
    width: 100%;
}

.con-box-text {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin: 4% 0 2% 0;
}

.con-box-text2 {
    float: left;
    width: 100%;
}

.bold {
    font-weight: bold;
    color: #1a1a1a;
}

.review-h1 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    color: #6d0a0d;
    text-decoration: none;
    line-height: 20px;
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.review-list {
    float: left;
    width: 50%;
    color: #1a4486;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 36px;
}

.review-list2 {
    float: right;
    width: 40%;
    color: #1a4486;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 36px;
    text-align: right;
}

.review2-box {
    float: left;
    width: 100%;
    padding: 2% 0;
}

.review2-h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #2a8fd2;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.review2-text {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #bababa;
    padding: 0 0 5px 0;
}

.review2-pic {
    float: left;
    width: 30%;
    text-align: center;
}

.review2-text2 {
    float: left;
    width: 100%;
}

.review2-arrow1 {
    float: left;
    width: 100%;
    text-align: left;
}

.review2-text3 {
    float: left;
    width: 100%;
    text-align: left;
}

.review2-arrow2 {
    float: left;
    width: 100%;
    text-align: right;
}

.review2-name {
    float: left;
    width: 100%;
    text-align: right;
    color: #2588cb;
    font-size: 14px;
    margin-top: 3%;
}

.review2-name2 {
    float: left;
    width: 100%;
    text-align: right;
    font-style: italic;
    color: #585858;
    font-size: 13px;
}

.test-form {
    width: 55%;
    margin-right: 180px;
    margin-left: 180px;
    padding: 20px;
    border: #c1c1c1 solid 1px;
    float: left;
    background-color: #eee;
}

.test-cover {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.test-name {
    float: left;
    width: 30%;
    margin-right: 20px;
    font-size: 14px;
}

.test-list {
    float: left;
    width: 65%;
}

.map {
    width: 100%;
    height: 250px;
    margin: 3% 0;
    border: none 0;
}

.Postbtn {
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    background: #333;
    padding: 6px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 0
}

    .Postbtn:hover {
        background: #000;
        border: 0;
        cursor: pointer
    }

.postfield, .postfield2 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-weight: 400;
    color: #565656;
    padding: 5px 4px;
    float: left;
    text-decoration: none;
    font-size: 13px;
    background: #FFF
}

.postfield {
    width: 280px;
    border-radius: 3px;
    border: 1px solid #c8c8c8
}

.postfield2 {
    width: 200px;
    border-radius: 3px;
    border: 1px solid #c8c8c8
}

.postfield3 {
    width: 290px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #565656;
    text-decoration: none;
    padding: 5px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #c8c8c8
}

.contact-box1 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
    background-color: #fff;
}

    .contact-box1 i {
        float: left;
        width: 60px;
        height: 60px;
        margin: 10px 0;
        color: #fff;
        line-height: 60px;
        border-radius: 5px;
        background: #000;
        text-align: center;
    }

.formerror, .payfield {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px
}

.contact-box1 span i {
    width: auto;
    height: auto !important;
    left: 55px;
    top: 35px;
    padding: 2px;
    font-size: 30px;
    line-height: 10px;
    background: #73c92d;
    position: absolute
}

.icon-set {
    float: left;
    padding: 5px 0 0
}

.contact-box1 h5 {
    float: left;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    margin: 19px 15px 5px;
}

.contact-box1 p {
    float: left;
    width: 80%;
    color: #333;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    margin: 0 15px;
}

.formerror, .paymentbox-h1 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #FFF
}

.cont-map2 {
    width: 100%;
    height: 470px;
    margin: 10px 0;
    float: left
}

.required {
    border-color: Red
}

.formerror {
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
    margin: 0 0 5%;
    border-radius: 3px;
    background: #dc0000
}

.paymentbox {
    float: left;
    width: 100%
}

.paymentbox-vehicle {
    
   
    position: relative
}

.paymentbox-h1 {
    padding: 7px 2%;
    font-weight: 400;
    text-decoration: none;
    background: #323232;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.paymentbox-listc1, .paymentbox-listc2 {
    width: 100%;
    padding: 7px 2%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    float: left
}

.payfield, .payfield3, .paymentbox-listc1, .paymentbox-listc2 {
    color: #333;
    text-decoration: none
}

.paymentbox-listc1 {
    background: #eee
}

.paymentbox-listc2 {
    background: #d8d8d8
}

.paymentbox-list1 {
    float: left;
    width: 25%;
    margin: 7px 0 0
}

.paymentbox-list2 {
    float: left;
    width: 70%
}

.payfield {
    width: 340px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 5px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #686868
}

.payfield2, .payfield3 {
    font-size: 13px;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #FFF
}

.payfield3 {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #686868
}

.payfield2 {
    width: 80px;
    float: left;
    color: #565656;
    text-decoration: none;
    padding: 7px 5px;
    border-radius: 3px;
    border: 1px solid #686868
}

.paybtn, .paymentdefault {
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    text-decoration: none
}

.paybtn {
    float: right;
    background: #000;
    padding: 6px 20px;
    margin: 0 0 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 0
}

.paypalcard {
    float: left;
    width: 99.9%;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.paymentdefault {
    float: right;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
}

.pay-pre {
    float: left;
    margin: 8px 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    color: #356734;
    text-decoration: none;
}
/*our mission*/
.our-mission {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #fff !important;
    border-top: 1px solid #cf1c22;
}

    .our-mission .mission-banner img {
        width: 100%;
    }

    .our-mission h1 {
        font-size: 50px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 5px;
        background-image: url(../images/heading-style.png);
        background-repeat: no-repeat;
        padding: 24px 0 0px 0;
        background-position: left top;
        color: #cf1c22;
    }

        .our-mission h1 span {
            color: #000;
        }

    .our-mission p {
        color: #272727;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        line-height: 24px;
    }

a.panel-default:after {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'fa fa-android';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

a.panel-default[aria-expanded="true"] {
    color: #000;
    background: #fff;
}

    a.panel-default[aria-expanded="true"]:after {
        content: "\f13a";
        font-family: fontawesome;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: 10px;
    }

a.panel-default[aria-expanded="false"]:after {
    content: "\f13a";
    font-family: fontawesome;
    margin-left: 10px;
}
/*our services */

.r {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0px;
}

    .r:hover,
    .r:focus {
        color: #000;
        font-weight: 600;
        text-decoration: underline;
        letter-spacing: 0px;
    }

.our-services {
    padding: 10em 0 10em 0;
}

.sec-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 40px;
}

    .sec-title h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
        top: -6px;
    }

        .sec-title h2 .sec-title-border {
            width: 130px;
            position: absolute;
            bottom: 0;
            left: 0;
            border-top: 1px solid #ccc;
            right: 0;
            height: 0;
            margin: auto;
        }

.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}

    .pricing-area .sec-title h2 .sec-title-border span::before,
    .download-area .sec-title h2 .sec-title-border span::before {
        background-color: #fff;
    }

.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}

    .sec-title h2 .sec-title-border span::before {
        background: #004189;
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        height: 100%;
        width: 100%;
        transform: rotate(45deg);
    }
/*--------------------------------------
-------- PRICE AREA CSS START --------
---------------------------------------*/
.price-area {
    padding: 10em 0 10em 0;
    text-align: center;
}

.single-about-box {
    padding: 25px;
    transition: all 0.4s;
}

    .single-about-box i::before {
        color: #0074da;
        font-size: 40px;
        transition: all 0.4s;
        display: block;
    }

    .single-about-box.active,
    .single-about-box:hover {
        box-shadow: 0 0 5px #ccc;
    }

        .single-about-box.active i::before,
        .single-about-box:hover i::before {
            color: #000;
        }

    .single-about-box h4 {
        margin: 25px 0 15px;
    }
/*--------------------------------------
---------- PRICE AREA CSS END ----------
---------------------------------------*/
@media screen and (max-width: 375px) {
    .testfield {
        width: 100%;
        float: left;
        font-size: 15px;
        font-weight: normal;
        color: #202020;
        text-decoration: none;
        padding: 6px 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        background: #FFF;
        border: 1px solid #c4c4c5;
        padding: 0;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 575px) {
    table tr td {
        border: none;
        padding: 12px 12px 0px 12px;
        text-align: left;
    }
}

.none {
    display: none
}
